@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	/*background-image: url(images/bodybackground.gif);
	background-repeat: repeat-x; */
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}


#container {
	width: 913px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-image: url(images/containerback.png);
	background-repeat: repeat-y;
	position: relative;*/
}
#belowcontainer {
	width: 913px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	left: auto;
	right: auto;
}
#belowcontainer p {
	margin-right: 50px;
	margin-left: 50px;
}

#popup {
	width: 600px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/popup.png);
	background-repeat: repeat-y;
}
#popupcontent {
	padding: 20px;
}

.api_error_box {
	position: absolute;
	top: 150px;
	left: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #ffd;
	padding: 10px; 
}

#header {
	background-image: url(images/headertile.gif);
	background-repeat: repeat-x;
	height: 142px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 13px;
	position: relative;
} 
#hdrsrchbox {
	position: absolute;
	height: 30px;
	width: 250px;
	left: 527px;
	top: 66px;
}
#hdrgobutton {
	position: absolute;
	height: 30px;
	width: 73px;
	left: 797px;
	top: 64px;
	overflow: hidden;
}
#hdradvsearch {
	position: absolute;
	height: 12px;
	width: 123px;
	left: 690px;
	top: 94px;
	font-size: 12px;
	text-decoration: none;
}



#logo  {
	position: absolute;
	left: 0px;
	top: 25px;
	z-index: 5;
	width: 475px;
	height: 80px;
	background-image: url(images/1candela-475x80.png);
	background-repeat: no-repeat;
}
#menu  {
	visibility: visible;
	top: 119px;
	height: 35px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	width: 890px;
	left: 0px;
	position: absolute;
}
#loginmenu  {
    text-align: right;
 /*  left: 705px;*/ /* problem: length of text depends on language, and this number assumes a specific length... */
 /*   margin-right: 15px; */
	font: bold 14px/18px Verdana;
	margin: 0px;
	height: 18px;
	padding: 0px;
	list-style: none;
/*	text-align: center; */
	color: #FFFFFF;
	position: absolute;
	top: 126px;
    width: 855px;
}
#browsemenu {
	font: bold 14px/18px Verdana;
	margin: 0px;
	height: 18px;
	padding: 0px;
	list-style: none;
    /* text-align: center; */
    text-align: left;
	color: #FFFFFF;
	position: absolute;
	top: 126px;
/*    z-index: 10; */
}

#browsemenu li a:hover,
#policymenu li a:hover,
#id273advancedsearchmenu li a:hover,
#id199advancedsearchmenu li a:hover,
#loginmenu li a:hover  {
   color: #FF8040;
   font-weight: bold;
}

#browsemenu li,
#id273advancedsearchmenu li,
#loginmenu li  {
   height: 100%;
   display: inline;
   margin: 0px;
}

#loginmenu li a,
#browsemenu li a  {
   font-weight: bold;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   color: #FFFFFF;
   height: 100%;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#i7reasonsrrect  {
	background: url(images/7reasonsrrect.gif) no-repeat;
	visibility: visible;
	width: 479px;
	height: 168px;
	margin-left: 15px;
}

#i7reasonshead  {
	background: url(images/7reasonshead.gif) no-repeat;
	visibility: visible;
	width: 474px;
	height: 33px;
}
#i7reasonsrrect #i7reasonshead h4 {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#i1to4text  {
	padding-left: 0px;
	float: left;
	width: 200px;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}
#i4to7text  {
	padding-left: 210px;
	font-size: 16px;
	line-height: 20px;
	color: #666666;

}





#accountcontent {
	float: left;
	width: 456px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#teacherrrect  {
	visibility: visible;
	width: 396px;
	height: 476px;
	float: left;
	margin-left: 30px;
	background-image: url(images/teacherrrect.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#teacherrrect p, #studentrrect p{
	font-size: 14px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1px;
	margin-top: 5px;
}

#accounthead
  {
	visibility: visible;
	width: 391px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#accounthead h3{
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin-top: 6px;
	margin-left: 20px;
}

#teachnumstudentsback  {
	background: url(images/numstudentsback.gif) no-repeat;
	visibility: visible;
	width: 120px;
	height: 80px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
#teachnumstudentsback p {
	visibility: visible;
	font-size: 9px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
#nextclasstext  {
	visibility: visible;
	width: 253px;
	height: 60px;
}
#nextclasstext  p {
	font-size: 12px;
	padding-left: 25px;
	padding-top: 0px;
	margin: 0px;

}


#spotlightbutton  {
   visibility: visible;
   position: absolute;
   left: 98px;
   top: 445px;
   z-index: 5;
   width: 29px;
   height: 29px;
}

#spotlightbutton a  {
   background: url(images/spotlightbutton.gif) no-repeat 0% 0px;
   display: block;
   height: 29px;
   width: 29px;
   font-size: 29px;
   line-height: 29px;
}

#spotlightbutton a:hover  {
   background-position: -29px 0%;
}

#syllabusbutton  {
	visibility: visible;
	position: absolute;
	left: 102px;
	top: 387px;
	z-index: 5;
	width: 31px;
	height: 26px;
}

#syllabusbutton a  {
   background: url(images/syllabusbutton.gif) no-repeat 0% 0px;
   display: block;
   height: 26px;
   width: 31px;
   font-size: 26px;
   line-height: 26px;
}

#syllabusbutton a:hover  {
   background-position: -31px 0%;
}

#rosterbutton  {
	visibility: visible;
	width: 74px;
	height: 31px;
	margin-left: 22px;
}
#rosterbutton a  {
	display:block;
	background-image: url(images/rosterbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 74px;
}
#rosterbutton a:hover  {
   background-position: -74px 0%;
}

#completetext  {
	visibility: visible;
	width: 68px;
	float: right;
	height: 20px;
	padding: 0px;
	margin-right: 30px;
}
#completetext p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#teachbuttons  {
	visibility: visible;
	width: 40px;
	padding: 0px;
	float: left;
	height: 150px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#teachbuttons a  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;

}
#teachmid  {
	visibility: visible;
	width: 187px;
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#teachmid a  {
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 14px;

}
#teachmid a:hover {
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}


#offerstext  {
	visibility: visible;
	width: 390px;
	margin-top: 4px;
}
#offerstext a {
	font-size: 10px;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 14px;
}

#teachchecks  {
	padding: 0px;
	float: left;
	height: 150px;
	width: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;

}
#teachchecks img  {
	padding-top: 0px;
	padding-bottom: 20px;

}

#studentrrect  {
	background: url(images/studentrrect.gif) no-repeat;
	visibility: visible;
	width: 396px;
	height: 290px;
	float: left;
	margin-top: 40px;
	margin-bottom: 17px;
}

#studentnum  {
	background: url(images/studentnum.gif) no-repeat;
	visibility: visible;
	width: 120px;
	height: 44px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
#studentnum p {
	visibility: visible;
	font-size: 9px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

#mynextclasstext  {
   visibility: visible;
   position: absolute;
   left: 67px;
   top: 217px;
   z-index: 5;
   width: 221px;
}

#invitebutton  {
	visibility: visible;
	width: 197px;
	height: 45px;
	padding-left: 90px;
	padding-bottom: 10px;
}

#invitebutton a  {
	display: block;
	width: 197px;
	height: 45px;
	background-image: url(images/invitebutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#invitebutton a:hover  {
   background-position: -199px 0%;
}

#posttext  {
	visibility: visible;
	width: 350px;
}
#posttext a, #profilerrect a{
	font-size: 14px;
	text-decoration: none;
	line-height: 24px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#posttext a:hover, 
#profilerrect a:hover,
#offerstext a:hover{
	text-decoration: underline;
}


#profilerrect  {
	background: url(images/profilerrect.gif) no-repeat;
	visibility: visible;
	width: 396px;
	height: 168px;
	float: left;
}

#legalcontent  {
	float: left;
	width: 520px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#legalcontent p {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}
#legalcontent h1 {
	color: #CC6600;
	font-size: 16px;
	text-align: center;
}
#legalcontent h3 {
	color: #FF6600;
	font-size: 16px;
	text-align: center;
}

#mainContent {
	margin: 0px;
	padding: 0;
} 
#policymenu li a  {
   font-weight: Normal;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   color: #0063FF;
   width: 100%;
   display: block;
}

#policymenu li  {
   width: 100%;
   display: block;
   margin: 0px;
}

#policymenu  {
	font: 14px/24px Verdana;
	padding: 0px;
	list-style: none;
	text-align: left;
	color: #0063FF;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#legalrrect  {
	visibility: visible;
	width: 446px;
	background-image: url(images/legalrrect.gif);
	background-repeat: no-repeat;
	height: 434px;
	float: left;
	margin-left: 20px;
}
#legalrrectscroll {
	visibility: visible;
	width: 446px;
	height: 428px;
	overflow: auto;
}
#legalrrectscroll  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 20px;
}

/* used in scott's legal page, see also legalright for a plain right-column definition */
#legalimage  {
	visibility: visible;
	width: 360px;
	background-image: url(images/legalimage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 400px;
}
#legalright {
	visibility: visible;
	width: 360px;
	text-align: left;
	float: left;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 400px;
}

#id199advancedsearchmenu li a  {
   font-weight: Normal;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: underline;
   color: #0000CC;
   height: 100%;
}

#id199advancedsearchmenu li  {
   height: 100%;
   display: inline;
   margin: 0px;
}

#id199advancedsearchmenu  {
   font: 12px/16px Verdana;
   margin: 0px;
   height: 16px;
   padding: 0px;
   list-style: none;
   text-align: right;
   text-decoration: underline;
   color: #0000CC;
   position: absolute;
   left: 499px;
   top: 183px;
   z-index: 4;
}
#id205gobutton a  {
   background-image: url(images/gobutton.gif);
}
#id205gobutton a:hover  {
   background-position: -74px 0%;
}
#id205gobutton  {
   visibility: visible;
   position: absolute;
   left: 417px;
   top: 174px;
   z-index: 5;
   width: 74px;
   height: 31px;
}
#searchcontent {
	float: left;
	width: 550px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#keywordrrect  {
	background: url(images/keywordrrect.gif) no-repeat;
	visibility: visible;
	width: 467px;
	height: 231px;
	margin-bottom: 20px;
	position: relative;
}
#keywordhead  {
	visibility: visible;
	width: 391px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 1px;
}
#keywordhead h3 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
}
#keywordrrect p  {
   visibility: visible;
   width: 412px;
}

#searchimage  {
   background: url(images/searchimage.gif) no-repeat;
   visibility: visible;
   width: 176px;
   height: 329px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#morebutton
  {
	visibility: visible;
	left: 353px;
	top: 4px;
	width: 73px;
	height: 30px;
	position: absolute;
}
#morebutton a  {
	background-repeat: no-repeat;
	display: block;
	width: 73px;
	height: 30px;
	background-position: 0% 0px;
	background-image: url(images/morebutton.png);
}
#morebutton a:hover  {
   background-position: -73px 0%;
}


#continuebutton  {
	visibility: visible;
	width: 100px;
	height: 30px;
}
#continuebutton a  {
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(images/continuebutton.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#continuebutton a:hover  {
   background-position: -100px 0%;
}


#resultsrchinput {
	position: absolute;
	height: 25px;
	width: 250px;
	left: 33px;
	top: 179px;
}
#resultsgobutton {
	position: absolute;
	height: 30px;
	width: 73px;
	left: 298px;
	top: 176px;
	overflow: hidden;
	cursor: pointer;
}
#resultsgobutton:hover input, #hdrgobutton:hover input {
	margin-left:-73px;	
	}

#resultsadvsrchlink {
	position: absolute;
	height: 12px;
	width: 131px;
	left: 380px;
	top: 183px;
}
#hdradvsearch  a, #resultsadvsrchlink a {
	font-size: 10px;
	text-decoration: none;
}
#hdradvsearch  a:hover, #resultsadvsrchlink a:hover {
	text-decoration: underline;
}



#footer {
	/*background-image: url(images/footer.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	left: auto;
	right: auto;
	height: 113px;
	width: 913px;
	/*position: relative;*/
}
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	font-size: 12px;
	margin-bottom: 3px;
}
#footer p  {
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#footer ul {
	margin: 0px;
	padding-left: 0px;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footerlefttext  {
	left: 50px;
}
#footerrighttext  {
   left: 488px;
}
#footermidtext  {
	left: 272px;
}
#footerlefttext,
#footerrighttext,
#footermidtext  {
	visibility: visible;
	/*position: absolute;*/
	top: 1px;
	width: 180px;
	margin-top: 20px;
}

#gobutton {
	position: absolute;
	height: 30px;
	width: 73px;
	left: 349px;
	top: 166px;
	visibility: visible;
}
#featured {
	float: left;
	margin-top: 10px;
	width: 330px;
}
#resultspages   p {
	text-align: center;
}

#resultbar {
	height: 20px;
	width: 845px;
	padding-left: 0px;
	margin-top: 40px;
	margin-left: 30px;
	padding-top: 4px;
	float: left;
	background-image: url(images/resultbar.gif);
	background-repeat: no-repeat;
}



#mySubmitImage:hover, #mySubmitImage.hover
  {
	background-position: 0px -73px;
  }
.searchbox  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	height: 22px;
}
.advsearchbox {
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #666666;
}



.resultsform {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 30px;
	float: left;
}

.resultsform  a  {
	font-size: 12px;
}
.resultclasstitle {
	font-style:normal;
}

ul.portfolio li {
	border-bottom: 1px solid #ddd;
	margin-bottom:5px;
	min-height:250px;
	list-style-type: none;
}
.portfolio ul { margin:0; margin-left:-36px; margin-left:0; }
.portfolio li { clear:both; }
.portfolio p { padding-bottom:18px; position:relative;  }
.portfolio img {
	margin-left:20px;
	margin-bottom:0px;
	margin-top: 5px;
}
.resultgreen {
	color: #009900;
	font-size: 14px;
}
.resultblack {
	font-size: 14px;
	color: #000000;
}



#copyright_notice {
	text-align: right;
}
.fineprint {
	font-size: 10pt;
	color: #444444;
}



#resultcontent {
	float: left;
	width: 520px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}



.hidden {
	display: none;
}


.warning_banner {
	color: #111111;
	border-width: 1px;
	border-style: solid none solid none;
	border-color: #eeeeee;
	background-color: #ff9933;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
}
.warning_banner a, .warning_banner a:visited {
	color: #0000ff;
	text-decoration: underline;
}

table.contribution_credits caption {
	text-align: center;
	font-size: 0.8em;
	border-style: none none solid none;
	border-width: 1px;
}
table.contribution_credits th {
	text-align: right;
	vertical-align: top;
	font-size: 0.8em;
	width: 50%;
	border: none;	
}
table.contribution_credits td {
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
	width: 50%;
	border: none;
}
table.contribution_credits a {
	color: #4444aa;
}
table.contribution_credits a:visited {
	color: #4444aa;
}



/* BASIC FORM STYLE */

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-size: 0.8em;
  /* see also width, below */
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
  /* see also width, below */
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 150px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 153px; /* Width plus 3 (html space) */
}

/* ADDITIONAL FORM STYLE */

form.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(images/cmxform-divider.gif) left bottom repeat-x;
	}
	

.loginbox a:link, .loginbox a:visited {
	font-size: 0.8em;
	color: #0000ff;
}
	
