/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	color: #555;
}

.mf
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	color: #555;
	padding-top: 0em;
}

.error_strings
{ 
	font-family:Verdana; 
	font-size:10px; 
	color:#660000;
}


/*  body style used for TopBarSwitcher */

#switcher {
	position: absolute;
	top: 0em;
	height: 14px;
	width: 100%;

}

.TopBarSwitcher {
  position: fixed;
  left: 50%;
  top: 0;
  cursor: pointer;
}

* html .TopBarSwitcher {
  position: absolute;
}

/*  ----------------------------------- */

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Back & Status*/

.back
{
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #CCCCCC;
	line-height: 180%
}

.status 
{
	margin-top: 8px;
	text-align: left; 
	border-bottom: 1px dashed #CCCCCC;
	background: #fff url('../images/x3.gif') top left repeat-x;
	color:white;
	padding:4px 0px 4px 0px
}

/* Outer */

#outer
{
	position: relative;
	margin: 0em;
}


/* Header */


#header
{
	position: absolute;
	top: 0em;
	background: #073C4C url('../images/header.jpg') top right no-repeat;
	height: 100px;
	width: 100%;
}

#header h1
{
	position: absolute;
	top: 0.5em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #fff;
}

#header h2
{
	position: absolute;
	top: 4.5em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}



/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	left: 0em;
	background: #007788 url('../images/x3.gif') top left repeat-x;
	height: 3.5em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #007788 url('../images/x4.gif') top left repeat-x;
}

#menu li.first
{
    background: #007788 url('../images/x4.gif') top left repeat-x;
}

#menu table
{
	color: #fff;
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
}

#menu table tr
{
	height: 3.5em;
	background: #007788 url('../images/x4.gif') top left repeat-x;
}

#menu table td
{
	padding: 0px 10px 0px 10px;
}

#menu .button {
    float: right;
    width: 60px;
    height: 18px;
    margin: 0px 0px 2px 0px;
    padding: 0;
    border: 1px solid #464646;
    background: #FAFAFA url('../images/img05.gif') repeat-x;
    font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}




/* Content */

/*padding-left:10px;*/
#content
{
	line-height: 1.7em;
	width: 100%;
	background-color: #fff;
	
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	padding: 0.5em 0px 0.5em 0px;
	position: relative;
	color: #333;
	font-size: 1.1em;
	background: #fff url('../images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('../images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}


#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('../images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}



/* Table Noborder */

#content table.noborder
{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;

}

#content table.noborder td
{
	padding: 0px 3px 0px 3px;
	margin: 0 0 0 0;
}





/* Primary Content */


#primaryContent
{
	padding: 1em 0em 1em 0em;
	background-color: #fff;
}

#primaryContent ul
{
	margin: 0px 0px 10px 20px;
}

#primaryContent .boxed {
	
    margin-bottom: 10px;
	width: 230px;
}

#primaryContent .boxed .title {
    height: 30px;
    background: #007788 url('../images/x3.gif') top left repeat-x;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #FFFFFF;
}

#primaryContent .boxed .bcontent {
    padding: 10px 10px 10px 10px;
    background: #E5ECED url('../images/img08.gif') repeat-x;
    border: 1px solid #528489;
    border-top: none;
}

#primaryContent .boxed .bcontent form {
}

#primaryContent .boxed .bcontent fieldset {
    border: none;
	font-weight: bold;
	font-size: 10pt;
}

#primaryContent .boxed .bcontent legend {
    display: none;
}

#primaryContent .boxed .bcontent label {
    display: block;
	text-align: left;
    font-size: xx-small;
    font-weight: bold;
}

#primaryContent .boxed .bcontent .textfield {
	width: 100%;
	height: 20px;
    border: 1px solid #C8C8C8;
    background: #FAFAFA url('../images/img04.gif') repeat-x;
    font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#primaryContent .boxed .bcontent .button {
    float: right;
    width: 70px;
    height: 18px;
    margin: 10px 0px 0px 0;
    padding: 0;
    border: 1px solid #464646;
    background: #FAFAFA url('../images/img05.gif') repeat-x;
    font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#primaryContent .boxed .bcontent .tiny {
    clear: both;
	text-align: left;
    margin: 0;
    font-size: xx-small;
}

#primaryContent .boxed .bcontent .tiny a {
    padding: 0 0 0 11px;
	text-align: left;
    background: url('../images/img11.gif') no-repeat left bottom;
}


/* Headerlogin */

#primaryContent .headerlogin
{
	width: 100%;
	line-height: 2.4em;
	
}

#primaryContent .headerlogin h1
{
	font-size: 2.2em;
}

#primaryContent .headerlogin h2
{

	position: relative;
	font-size: 1.1em;
	background: white
}


/* Secondary Content */

#secondaryContent
{
	padding: 0em 0em 1em 0.5em;
}

#secondaryContent ul
{
	padding: 0 0.5em 0.5em 0.5em;
	
}

#secondaryContent h3
{
	border-bottom: 1px dashed #CCCCCC;
}

#secondaryContent .back
{
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #CCCCCC;
	line-height: 180%;
}


/* Footer  */

#footer
{
	padding: 0.5em;
	background: #fff url('../images/x2.gif') top left repeat-x;
	text-align: center;
}

#loginfooter
{
	padding: 0.5em;
	background: #fff;
	text-align: center;
}




/* Tabs */

#tabs {
	margin: 5px 0;
}

#tabs ul {
	background: #FFFFFF;
	font-size: 13px;
	padding: 2px;
}

#tabs li {
	margin-left: 8px;
	list-style: none;
	font-size: 13px;
}

* html #tabs li {
	display: inline; /* ie6 double float margin bug */

}

#tabs li, #tabs li a {
	
}

#tabs ul li a {
	text-decoration: none;
	padding: 6px;
	color: #0073BF;
	font-weight: bold;
}

#tabs ul li.active {
	background: #CEE1EF url('../images/nav-right.gif') no-repeat right top;
}

#tabs ul li.active a {
	background: url('../images/nav-left.gif') no-repeat left top;
	color: #333333;
}

#tabs div {
	background: #CEE1EF;
	padding: 0px 4px 4px 4px;
	min-height: 100px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#tabs div h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
}



/* Tables */

#content table.section {
	border-width: 0px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #073C4C;
	border-collapse: collapse;
	background-color: white;
}

#content table.section tr.rowF {
	font-family: "trebuchet ms", sans-serif;
	font-size: 7pt;
	vertical-align: bottom;
}

#content table.section tr.rowD {
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
}

#content table.section tr.rowDe {
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color:#FFFFFF;
}

#content table.section tr.rowDo {
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color:#ECF2F6;
}

#content table.section tr.rowE {
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
}

#content table.section td.noboard {
	border-width: 0px;
	border-style: none;
	padding: 3px 3px 3px 3px;
}

#content table.section td.dashed {
	border-width: 1px;
	border-style: dashed ;
	border-color: #073C4C;
	font-size: 9pt;
	padding: 7px 7px 7px 7px;
}

#content table.section td {
	border-width: 1px;
	border-color: #073C4C;
	padding: 3px 3px 3px 3px;
}

#content table.section td.gr {
	border-width: 1px;
	border-color: #073C4C;
	padding: 3px 3px 3px 3px;
	background-color:#CEE1EF;
}

#content table.section td.blank {
	border-width: 0px;
	border-style: none;
	border-color: #073C4C;
	background-color:#CDEFDC;
}


#content table.section td.head {
	border-width: 1px;
	padding: 0.5em;
	border-color: #073C4C;
	background-color: #CDEFDC;
	padding: 3px 3px 3px 3px;
}

#content table.section td.small {
	border-width: 0px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 7pt;
	vertical-align: bottom;
	padding: 3px 3px 3px 3px;
}

#content table.section td.name {
	border-width: 1px;
	border-color: #073C4C;
	background-color: #CDEFDC;
	font-size: 10pt;
	padding: 3px 3px 3px 3px;
}

#content table.section td.name1 {
	border-width: 1px;
	border-color: #073C4C;
	background-color: #CEE1EF;
	font-size: 10pt;
	padding: 3px 3px 3px 3px;
}

/*Dialog Button*/
#dialog-button-container 
{ 
	text-align:center; 
	margin:2px 6px 6px 2px; 
}

#dialog-button 
{ 
	font-weight:bold; 
	font-size:1.1em; 
	font-family:Arial, sans-serif; 
	padding:2px 5px 2px 5px; 
}

.errorbutton 
{ 
	background-color:#9F4C4C; 
	border:1px solid #924949; 
	color:#fff; 
}

.gradernotes
{
	width: 100%;
	padding: 5px 5px 5px 5px
}

/*Tiny Box*/
#testdiv 
{
	width:600px; 
	margin:0 auto; 
	border:1px solid #ccc; 
	padding:20px 25px; 
	background:#fff
}

#tinybox 
{
	position:absolute; 
	display:none; 
	padding:10px; 
	background:#fff url(images/preload.gif) no-repeat 50% 50%; 
	border:10px solid #CEE1EF; 
	z-index:2000
}

#tinymask 
{
	position:absolute; 
	display:none; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	background:#000; 
	z-index:1500
}
#tinycontent 
{
	background:#fff
}

.addAO 
{
	cursor: pointer;
	color: #007788;
}
.addAO:hover
{
	text-decoration: underline;
}


/* Messages */
#wrapper 
{
	width:335px; 
	margin:10px auto
}

.form 
{
	float:left; 
	padding:0 10px 10px 10px; 
	background: #FFFEFC url('../images/x7.gif') top left repeat-x;
	border:1px dashed #073C4C;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.form label 
{
	float:left; 
	width:100px; 
	padding:0px 0px 0 0; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	margin-top:10px;
}

.form label.short 
{
	float:left; 
	width:70px; 
	text-align:right;
	padding:0px 0px 0 0; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	margin-top:10px;
}

.form label.long 
{
	float:left; 
	width:100px; 
	text-align:right;
	padding:0px 0px 0 0; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	margin-top:10px;
}

.form select 
{
	float:left; 
	width:200px; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:10px;
}

.form select.short 
{
	float:left; 
	width:100px; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:10px;
}

.form input 
{
	width:150px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:10px;
}

.form input.date 
{
	float:left;
	width:65px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:10px;
	background:#fff;
}

.form input.one 
{
	width:20px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:10px;
	background:#fff;
	text-align:center;
}

.form input.three 
{
	width:40px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:10px;
	background:#fff;
	text-align:center;
}

.form input.four 
{
	width:60px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:10px;
	background:#fff;
	text-align:center;
}


.form input.colordate 
{
	float:left;
	width:65px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:10px;
	background:#CCFFCC;
}

.form .submit {
	width:100%;
	float:right; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	margin-top:20px;
}

.form .submit1 {
	width:100%;
	float:right; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.form .submit2 {
	width:65px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.option 
{
	background:#CCFFCC;
}

.blank 
{
	background:#fff;
}

/* Simple Form */
.form_simple 
{
	float:left; 
}

.form_simple .submit {
	width:100%;
	padding:0 5px 0px 5px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.form_simple .submit1 {
	padding:0 5px 0px 5px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.form_simple select 
{
	float:left; 
	width:150px; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}


}


.form_simple input 
{
	
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

/* Grades Form */


.form_grades .submit_wide {
	width:100%;
	padding:0 5px 0px 5px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.form_grades .submit {
	padding:0 5px 0px 5px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.form_grades select 
{
	float:left; 
	width:150px; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.form_grades select.short 
{
	float:left;
	width:40px;  
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.form_grades input 
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.errors 
{
	background: #dc143b;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	color: white;
	font-weight:bold;
}

.zero 
{
	background: #ffaad4;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	color: black;
	font-weight:bold;
}

.zerograde 
{
	background: #ffaad4;
	color: black;
	font-weight:bold;
}


#msg 
{
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px;
}

#msgcontent 
{
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px;
}

#small
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 7pt;
}

.innertab
{
	margin:5px 5px 5px 5px;
	font-size: 8pt;
}


/*Tab Table*/
#content table.tabtable
{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#content table.tabtable th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table.tabtable td
{
	padding: 0.5em;
}


#content table.tabtable td.name
{
    font-size: 8pt;
}


#content table.tabtable tr.rowA
{
	background: #FDFEFE url('../images/x6.gif') top left repeat-x;
	color: inherit;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	border-bottom: 1px dashed #CCCCCC;
}

#content table.tabtable tr.rowAT
{
	background: #CEE1EF;
	color: inherit;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	text-decoration: underline;
}

#content table.tabtable tr.rowAT1
{
	background: #CDEFDC;
	color: inherit;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	text-decoration: underline;
}


#content table.tabtable td.colU
{
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}

#content table.tabtable td.colA
{
	border-right: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

#content table.tabtable td.colB
{
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

#content table.tabtable td.colC
{
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	background: #FDFEFE url('../images/x6.gif') top left repeat-x;
}

#content table.tabtable td.colD
{
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	
}

#content table.tabtable tr.rowB
{
	background: #FFFEFC url('../images/x7.gif') top left repeat-x;
	color: inherit;
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

#content table.tabtable tr.rowC
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 7pt;
	font-weight: bolder;
	vertical-align: bottom;
}

#content table.tabtable tr.rowD
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

/*Tabform*/
.tabform select 
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.tabform input 
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}

.tabform .submit {
	font-family: "trebuchet ms", sans-serif;
	font-size: 8pt;
}
