body {
	background: #FFF;
	color: #333;
	font: 12px arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	min-width: 960px;
}

.LogosBody {min-width:800px; width:800px;}

.break {
	clear: both;
}

.white, .white2 {
	background: #fff;
	padding: 0;
	margin: 0;
}

.white {
	padding: 0;
	margin: 0;
	background: white !important;
}

.center
{
	text-align: center;
}

/* #################### HEAD SECTION #######################*/

#head
{
	width: 100%;
	border-bottom: 1px solid #fff;
	text-align: left;
	min-width:960px;
}

#head table
{
	width: 100%;
}

#head td.white a
{
	background: #fff;
	color: #ffc;
	padding: 0;
}

#head td.white a:hover
{
	background: #fff;
	color: #ffc;
}

#head td.leftMenu
{
	background: #369;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
}

#head td.leftMenuLast
{
	background: #369;
	border-bottom: 0px solid white;
	border-right: 1px solid white;
	text-align: center;
}

#head td.leftMenu a, #head td.leftMenuLast a
{
	display: block;
	color: white;
	font: bold 12px arial, helvetica, sans-serif;
	text-decoration: none;
	padding: 6px 0;
	border:0px solid red;
}

#head td.leftMenuLast a:hover, #head td.leftMenu a:hover
{
	background: #669ACC;
	color: #ffc;
}

.headInfo
{
	height: 70px;
	width: 375px;
	position: relative;
	margin: 0 0 0 0;
	font: bold 11px verdana, arial, sans-serif;
}

.headInfo img
{
	margin: 0;
}

.HDRUserName
{
	font-size: 11px;
	color: #369;
	font-weight: bold;
}

.HDRSchoolName
{
	font-size: 11px;
	color: #369;
	font-weight: bold;
}

.Header1_MightyMilersMenu_0
{
	visibility: hidden;
	display: none;
	position: absolute;
	background: #f90;
	width: 200px;
	margin-top: 1px;
	z-index:99999;
}

.hMenuColor
{
	background: #f90;
}

.hMenu
{
	width: 742px;
	height: 26px;

}
/* #################### MAIN AREA STUFF ######################## */

#main
{
	background: #FFFFCD;
	width: 100%;
	border-bottom: 4px solid #369;
	border-top: 4px solid #f90;
	/*position: relative;*/
	float: left;
}

.masterCell
{
	position: relative;
	float: left;
	background: #FFFFCD url(../images/bg.gif) -4px 0 repeat-y;
	width: 960px;
}

#content
{
	position: relative;
	float: left;
	width: 757px;
	margin: 0;
	padding: 0;
	text-align: left;
	border:0px solid red;
	min-height:450px;
}

/* #################### LEFT COLUMN #################### */

#leftCol
{
	position: relative;
	font-size: 11px;
	background: white;
	width: 201px;
	float: left;
	border-right: 1px solid white;
}
.leftColScroll
{
	position:relative;
	overflow:auto;
	width: 200px;
	height:220px;
	}
#leftCol .leftColScroll  hr
{
	color: #ccc;
	height: 1px;
	width: 180px;
}

#leftCol .leftColScroll p
{
	color: #8F8F8F;
	margin: 8px 0 0 5px;

}

#leftCol .leftColScroll ul
{
	border: 0px solid red;
	margin: 2px 0 5px 5px;
	padding:0;
}

#leftCol .leftColScroll ul li
{
	margin: 0 0 3px 0;
	list-style: none;
	padding:0;
}

#leftCol .leftColScroll li a
{
	color: #33f;
}

#leftCol .leftColScroll li a:hover
{
	color: #F90;
}

#leftCol  hr
{
	color: #ccc;
	height: 1px;
	width: 180px;
}

#leftCol  p
{
	color: #8F8F8F;
	margin: 8px 0 0 5px;
	border: 0px solid red;
}

#leftCol  ul
{
	border: 0px solid red;
	margin: 2px 0 5px 5px;
	padding:0;
}

#leftCol  ul li
{
	margin: 0 0 3px 0;
	list-style: none;
	padding:0;
}

#leftCol  li a
{
	color: #33f;
}

#leftCol  li a:hover
{
	color: #F90;
}

table.lowerLeft
{
	margin: 0 0 2px 0;
}

table.lowerLeft td
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 2px 0;
}

table.lowerLeft td.lowerLeftMiddle
{
	border-right: 1px solid #ccc;
}


#bubble
	{
	    position: absolute;
	    top: 65px;
	    left:15px;
	    border: solid 1px #C60;
	    background-color: #fff;
	    visibility: hidden;
	    width: 158px;
        color: #069;
        padding: 5px;
        z-index: 1000;
	}


/* #################### Meter SECTION #################### */

.meter
{
	position: relative;
	float: left;
	height: 425px;
	width: 377px;
	margin: 5px 0 15px 5px;
}

.meterWide
{
	height: 435px;
	width: 377px;
}

.meterWide .goalText
{
	position: relative;
	top: 60px;
	height: 14px;
	left: 147px;
	text-align: center;
	width: 78px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	line-height: 85%;
	font-size: 11px;
	font-weight:bold;
}

.meterWide .meterGraphic
{
	position: relative;
	top: 71px;
	left: 148px;
	width: 80px;
	height: 303px;
}


/* Fix Firefox issue, the below two styles will only work in IE 6 and 7 */
* html .meterWide .meterGraphic
{
	left: 146px;
}
*:first-child + html .meterWide .meterGraphic
{
	left: 146px;
}
/* end of those two styles */

.meterWide .meterGraphic
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	margin-top: 1px;
	font-weight:bold;
}

.milesText_none
{
	position: absolute;
	left:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #f60;
	font-size: 11px;
	width:80px;
	text-align: center;
	margin: -29px 0 0 0;
	font-weight:bold;
}

.milesText_block
{
	position: absolute;
	left:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: -29px 0 0 0;
	font-weight:bold;
	width:80px;
}

.meter p
{
	font: bold 12px verdana, arial, sans-serif;
	margin-left: -5px;
	margin-bottom: 7px;
	color: #039;
}

/* #################### Login SECTION #################### */

#login
{
	position: relative;
	float: left;
	margin: 10px 0 0 20px;
	width: 300px;
}

.data
{
	position: relative;
	float:left;
	margin:15px 0  15px 0;
	width: 370px;
	border: 0px solid red;
}

p.instructions
{
	margin-top: 3px;
	font-weight: bold;
	color: #369;
}


#login table
{
	font-size: 12px;
}

#login td
{
	width: 260px;
	padding: 5px 0;
}

#login input
{
	font: 12px arial, helvetica, sans-serif;
}

#login .login
{
	width: 250px;
	padding:2px;
}

#login a
{
	color: #00F;
}

.loginButton
{
	margin-top: 15px;
}

/* #################### Add/Edit/Delete DATA list #################### */
.grid
{
	position: relative;
	float: left;
	width: 370px;
	padding: 0px;
	border: 0px solid #fff;
	margin: 0;
}

.tabletext
{
	font-size: 12px;
	color: #069;
}

td.tableheader
{
	background-color: #069;
	color: #FFF;
	font-weight: bold;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	font-size: 12px;
	text-align: left;
	text-indent: 2px;
}

tr.datalistaltitem td
{
	background-color: #FFF;
	text-align: left;
	font-size: 12px;
	text-indent: 2px;
}

tr.datalistitem td
{
	background-color: #DDEEFF;
	text-align: left;
	font-size: 12px;
	text-indent: 2px;
}

.tablePager, .tablePagerLeft
{
	width: 353px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 11px;
}

.tablehead
{
	color: #069;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-indent: -2px;
	font-size: 12px;
}

.tablehead2
{
	position: relative;
	float: left;
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.tablePager a
{
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #ff6600;
	text-decoration: none;
}

.tablePager a:hover
{
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #069;
	text-decoration: none;
}

.tablePager span
{
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #069;
	text-decoration: none;
}

.gridwide
{
	width: 98%;
	padding: 0px;
	border: 0px solid #FFF;
	margin: 0 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	min-width: 760px;
}

.assignTable
{
	width: 800px;
}

.datainputfield
{
	border: 1px solid #999;
	background-color: #FFF;
	font-size: 12px;
}

.datainputfield100
{
	border: 1px solid #999;
	background-color: #FFF;
	font-size: 12px;
	width: 95%;
}

.datainputselect
{
	border: 1px solid #999;
	background: #FFF;
	font-size: 12px;
}

.datainputselect1
{
	margin: 0 0 0 -2px;
}

.disabledinputitem
{
	border: 1px solid #999;
	background: #999;
	font-size: 12px;

}
.disabledinputitem100
{
	border: 1px solid #999;
	background: #999;
	font-size: 12px;
	width: 95%;

}
.disabledinputselect
{
	border: 1px solid #999;
	background: #999;
	font-size: 12px;
	color: #000;
}

.fileuploadfield {width:auto;}

/* #################### STUDENT TABLE #################### */

table.tally
{
	position: relative;
	float: left;
	width: 370px;
}

table.tally td.text
{
	width: 253px;
	background: #369;
	color: white;
	font: bold 12px arial, helvetica, sans-serif;
	padding: 3px;
}

table.tally td.total
{
	text-align: center;
	background: #F60;
	color: white;
	font: bold 12px arial, helvetica, sans-serif;
	padding: 3px;
}


/* #################### CHANGE MY INFO STUFF #################### */

.personalInfoHolder
{
	width: 800px;
	margin: 30px 0 20px 20px;
	position: relative;
	float: left;
}

.requiredNote
{
	color: #003399;
	font-size: 11px;
	text-align: right;
}

.formborder
{
	position: relative;
	float: left;
	border: 1px solid #069;
	margin: 10px 0 0 0;
}
.formlabel
{
	position: relative;
	float: left;
	width: 800px;
	background: #006699;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px;
}
.formset
{
	width: 800px;
	position: relative;
	float: left;
	background: #e6f0fc;
	margin: 0;
	font-size: 12px;
	color: #069;
	padding: 2px;
}

.formset input
{
	color: black;
	font-size: 11px;
	padding: 2px 2px 3px 5px;
	border: 1px solid #069;
	padding: 2px;
}

.formset .datainputfield100 {width:99%;}

.formset select
{
	color: black;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #069;
}

.formset .address
{
	width: 350px;
}

.formset .radio
{
	width: 15px;
	height: 15px;
	border: 0 !important;
}

.formsubmit
{
	position: relative;
	float: left;
}

.formsubmit input
{
	margin: 20px 0 0 0;
}
.instructions
{
	font-weight: normal;
}

/* ################ FOOTER ################ */

#footer
{
	position: relative;
	float: left;
	width: 100%;
	background: white;
	margin: 3px 0 10px 0;
	text-align: center;
}

#footer table
{
	background: white;
	width: 98%;
	color: #adadad;
	font-size: 10px;
}

/* ################ Error & Information Dialogs #################### */

.dataEntryTable
{
	position: relative;
	margin: 20px auto 0 auto;
}

.dataEntryErrorBox
{
	background: #fff;
	border: 1px solid #cc0000;
	color: #333;
	font-size: 12px;
}

.dataEntryErrorBoxLabel
{
	background: #cc0000;
	width: 90px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.dataEntryInformationBox
{
	border: 1px solid #6699cc;
	background: #FFF;
	color: #333;
	font-size: 12px;
}

.dataEntryInformationBoxLabel
{
	background: #6699cc;
	width: 90px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

/* ################ UPDATE MILES ################ */

.tableheaderOrange
{
	background-color: #cc6601;
	color: #FFF;
	font-weight: bold;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	font-size: 12px;
	text-align: left;
	text-indent: 2px;
	white-space:nowrap;
}

.tableheaderBlue
{
	background-color: #069;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left !important;
	text-indent: 2px;
	padding: 0px;
}

checkbox.blue
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #006;
	background-color: #FFF;
}

.updateMilesLeft
{
	position:relative;
	float:left;
	width: 170px;
	color: #069;
	font-size:11px;
	padding:5px 15px 5px 15px;
}

.updateMilesRight
{
	float:left;
	width: 760px !important;
	margin: 0 0 50px 0;
	min-height:500px; height:auto !important; height:500px;
}

.SiteMessageSearchHolder
{
	width: 800px;
	margin: 10px 0 15px 20px;
	position: relative;
}

.updateSiteMessageLeft
{
	position:relative;
	width: 170px;
	left:23px;
	top:-10px;
	color: #069;
	font-size: 11px;
}
.updateSiteMessageRight
{
	position: relative;
	width: 790px;
	padding-bottom: 10px;
	margin: -370px 0 50px 210px;
	min-height:500px; height:auto !important; height:500px;
}
.calc
{
	width: 170px;
	border: 1px solid #069;
	background-color: #DEF;
	margin-top: 12px;
	margin-bottom: 12px;
}

.calchead
{
	background-color: #069;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

.calcbody
{
	font-size: 11px;
	color: #069;
	padding-left: 15px;
}

#ApplyTable select {width:90px;}

.apply
{
	width: 170px;
	border: 1px solid #C60;
	background-color: #FFF;
	margin-bottom: 12px;
}

.applyhead
{
	background-color: #C60;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

.applyhead1
{
	height: 5px;
	padding: 0;
	margin: 0;
}

.applybody
{
	padding-left: 15px;
	padding-top: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #069;
}

.applybody1
{
	font-weight: bold;
	font-size: 11px;
	color: #069;
}

.applybutton
{
	text-align: center;
	/*padding: 9px 0 9px 0;*/
	padding: 1px 0 1px 0;
}

.updatebutton
{
color: #069;
	font-size: 11px;
}

.updateMilesEdit
{
	color: #C60;
	font-weight: bold;
	font-size: 11px;
}

.updateMilesCurrent
{
	color: #069;
	font-weight: bold;
	font-size: 11px;
}

/* ################ Student Batch Add ################ */



.warning
{
	font-size: 12px;
	color:#cc0000;
}



/* ################ All browser compatible Menu - AB ################ */

/*!!!!!!!!!!! [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider
{
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
}

.qmmc .qmdividery
{
	float: left;
	width: 0px;
}

.qmmc .qmtitle
{
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.qmclear
{
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none !important;
}

.qmmc
{
	position: relative;
	zoom: 1;
	z-index: 10;
}

.qmmc a, .qmmc li
{
	float: left;
	display: block;
	white-space: nowrap;
	/*position: relative;*/
	z-index: 1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li
{
	float: none;
}

.qmsh div a
{
	float: left;
}

.qmmc div
{
	visibility: hidden;
	position: absolute;
}

.qmmc li
{
	z-index: auto;
}

.qmmc ul
{
	left: -10000px;
	position: absolute;
	z-index: 10;
}

.qmmc, .qmmc ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.qmmc li a
{
	float: none;
}

.qmmc li:hover > ul
{
	left: auto;
}

#qm0 ul
{
	top: 100%;
}

#qm0 ul li:hover > ul
{
	top: 0px;
	left: 100%;
}

/*"""""""" (MAIN) Container""""""""*/
#qm0
{
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a
{
	/*width:115px;*/
	height:20px;
	padding:6px 5px 0 5px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;

}
.qmtop
{
	display: block;
	width: 110px;
}

/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover
{
	background-color:#C06700;
	color:#FEFFC9;
	text-decoration:none;
}

/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
	background-color:#C06700;
	color:#FEFFC9;
	text-decoration:none;
}

/*"""""""" (SUB) Container""""""""*/
#qm0 div, #qm0 ul
{
	margin:1px 0 0 0px;
	background-color:#f90;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a
{
	display:block;
	padding:5px 10px 0 10px;
	font-weight:normal;
	text-align:left;
	border-top:1px solid #F7CE00;
}

#qm0 div a 
{
	width:200px;
	}

/*"""""""" (SUB) Hover State""""""""*/
#qm0 div a:hover, #qm0 ul a:hover
{
	font-size:12px;
	text-decoration:none;
}

/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	font-size:12px;
	text-decoration:none;
}

.qmsubparent
{
	border-left: 1px solid #F7CE00;
}
