/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Graffiti Page Pack Layout 05
  2 Column Fluid -static
  -----------------------------------
*/

body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	min-width: 770px;
	overflow-y: scroll;
}
#masthead {
	background-image: url(../img/account_top.jpg);
	background-repeat: no-repeat;
	height: 100px;
	text-align:right;
}

.newVersion {position: absolute; top:0; left:0}

#menubar {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width:100%;
	border-bottom: 1px solid #333333;
	padding: 0 0 0 0;
	background-image: url(../img/account-mbar.jpg);
	background-repeat: repeat-x;
	background-color: #3C3C3C;
}

/******** LAYOUT WRAPPER **********/
#layout { 
	margin: 0;
}
/******** COLUMNS WRAPPER and COLUMNS **********/
#columnwrapper {
	margin: 10px 0 0 0;
	position: relative;
}
#mainbox {
	margin: 0 0 0 250px; 
} 
#mainboxSignIn{
	margin: 0 0 0 0; 
} 
#sidebox {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	font-size: 12px;
	padding: 0 24px 12px 24px;
	border-left: 1px solid #333333;
}
h1 {
	margin: 0;
	font-size: 1.5em;
}
h1, h2, h3, h4 {
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:0px;
	margin-top:0px;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
h3 {
	margin: 0 0 0 0;
	font-size: 1.35em;
}
h4{
	font-size:1.2em;
	margin: 0 0 0 0;
	text-indent:10px;
	
}
#maincontent p {
	margin: 8px 0 12px 0;
}
.callout {
	float: right;
	width: 170px;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #999999;
	font-size: 0.80em;
}

.pagination { text-align: right; overflow: hidden; margin-bottom: 5px;}
.pagination a.button {text-decoration: none; width:122px;height:26px; text-align: center; line-height: 26px; float: right; background-image: url(../img/button.png); }
.pagination a:hover.button {color:#FFF !important;}
/*Sidebar*/
#sidecontent {
	padding: 10px 24px 12px 24px;
	font-size: 0.7em;
	background-color: #FFFFFF;
}
#sidecontent .topheading {
	margin: 0;
}
#sidecontent p {
	margin: 8px 0 12px 0;
}

/* SCROLLER */

#scroller { line-height: 18px; }
 
#scroller-header a {
  text-decoration:none; 
  color:#EFEFEF; 
  padding:2px 12px 0px;
	display:inline-block;
	height:20px;
	background-color:#999;
}
 
#scroller-header a:hover {
  text-decoration:none; 
  color:#4b412f;
}
 
#scroller a.selected {
  text-decoration:underline !important; 
  color:#4b412f !important;
	background-color:#FFFFFF !important;
}
 
#scroller-header {
  background:url(images/header.gif) no-repeat;
  width:700px;
  height:22px;
  padding:5px 0 0 0px;
  font-weight:700;
}
 
#scroller-body {
  background: #FFF;
  width:680px;
  padding-bottom:40px;
 
}
 
#mask {
  width:640px;
  overflow:hidden;
  margin:0 auto;
}
 
#panel {

}
 
#panel div {
float:left;
padding:10px 10px;
width:550px;
 
}

#panel div ul, #panel div ol {margin-top:15px;}

#panel div ul li, #panel div ol li {margin-top:8px;}

/* MODULE OVERVIEW */

.module_category {overflow: hidden; margin-bottom: 20px; width: 750px;}
.module_category h3 {margin-top:0;margin-bottom: 10px}
.module {
	float: left;
	width: 25%;
	overflow: hidden;
	margin-left: 1%;
	margin-right:1%;
	margin-bottom: 10px;
	padding:5px;
	
	border:1px solid #000;
	background-color: #f2f2f2;
}
.module a {color: #000;}
.module.completed a {color:#a7a7a7;}
.module h4 {margin: 0; font-size: 12px; padding: 0; text-indent: 0;}
.module h4 a {display: block; margin-bottom: 5px; color:#000 !important; text-decoration: underline !important;}
.module img.thumb {float:left; margin-right: 5px; }
.module ul {float:left; margin: 0; padding: 0; list-style: none;}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
    width:auto;
	font-size: 0.7em;
	margin: 0 0 16px 250px;
	background-image: url(../img/account_gradient.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
#footerboxSignIn {
    width:auto;
	font-size: 0.7em;
	margin: 0 0 16px 0;
	background-image: url(../img/account_gradient.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
/*Footer Content*/
#footer {
	margin: 0;
	padding: 8px 24px;
	color: #333333;
}
#footer p {
	margin: 0;
}

/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #000000;
	cursor: default;
	font-size: .1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #000000;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus {
	color: #000000;
	text-decoration: none;
}


#footer a:link,#footer a:visited,#footer a:hover, #footer a:active, #footer a:focus{
	color: #000000;
	text-decoration: none;
}
/******NAVBAR STYLES********/

#menubar ul {
	padding: 0;
	margin: 0;
}
#menubar li {
	list-style-type: none;
	display: inline;
}
#menubar li a {
	float: left;
	color: #FFFFFF;
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
	background-image: url(../img/account_roots.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#mainLink {
	color: #333333!important;	
	background-color: #FFFFFF!important;
	background-position: 0px -240px !important;
	background-repeat: repeat;
	font-weight:bold;
}
/*
The Root Level Hover.
DO NOT CHANGE SELECTOR NAMES*/ 
#menubar li a:hover,
#menubar li a:focus, 
#menubar li a:active {
	color: #ECE9D8;
	background-position: 0px -120px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#menubar br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
#alpha-1 a:hover {background-color: transparent;
}

/*
 * Teacher login page
 */
 
.home {font:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; width:800px; margin:30px auto 30px auto; clear:both;}
.home .login {width:340px; height:250px; float:right; border:1px solid #666666; padding:10px 20px; margin-bottom:20px;}
.home .newuser {width:340px; height:250px;  float:left; border:1px solid #666666; padding:10px 20px;margin-bottom:20px;}
.home .wide {width:778px; border:1px solid #666666; padding:10px; margin-top:20px; clear:both}

.notice {
	border: 1px solid;
    margin:10px 0;
    padding: .5em;
    background: none repeat scroll 0 0 #FFF6BF;
    border-color: #FFD324;
    color: #514721;
}
.notice h4 { margin: 0; font-size: 12px; text-indent: 0;}
.notice p { font-size: 12px; margin: 5px 0 0 0 !important;}
.notice a { color: #514721 !important; font-weight: bold; }

.newVersion { background: no-repeat url(../img/screenshot2.png) 0 -15px transparent; overflow: hidden; position: absolute; left: 10px; height: 100px;}
.newVersion a { display: block;text-align: left; direction: ltr; text-indent: -999em; overflow: hidden; background: url(../img/newPanelButton.png) 0 0 no-repeat transparent; width: 320px; height: 40px; margin-top: 35px; margin-left: 100px; }

h1 {font-size: 20px; width:auto;}

ol.space {margin:30px 0;}
ol.space li, ul.space li {margin:10px 0 0 5px;}

.gray {color:#666666}
.red {color:#FF0000}
.small {font-size:12px;}

