#mainContent{
	/* border: 1px dashed InactiveBorder; */
	width: 950px;
	margin: 0 auto;
}


/* ------  GRIDVIEW LEGEND   ------- */
#dvLegend
{
	margin-left: 0px;/*  for listamatic only */
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: .6em;
	border: 1px;
	padding: 2px 2px;
	border-style: solid solid none solid;
}
#dvLegend ul
{
	margin: 0;
	padding: 0;
}				
#dvLegend span{
	line-height: 1.5em;
}		
#dvLegend li
{
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	list-style: none;
	width: 135px;
}
#dvLegend li.extended
{
	width: 200px;
}
#dvLegend img{
	vertical-align: middle;
}

#gvLegendClick{
	margin-top: 5px;
}


/* ------  GRIDVIEW BUTTON TAB   ------- */
#dvButtonTab{
	border: 1px solid;
	/*background-color: #f4fbfb;*/
	background-color: #f2f2ff;
	width: inherit;
	border-bottom: 0px;
}
.divButton {
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: .6em;
	color: white;
	padding: 1px;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
.divButtonOrange 
{
	background-color: #f05d13;
	font-weight: bold;
	
	/*
	font-size: .65em;
	width: 90px;
	*/	
	font-size: .75em;
	width: 100px;
	padding: 3px;
	
	border-top: 1px solid black;
}
.divButtonBorderLeft 
{
	border-left: 1px solid black;
}
.divButtonBorderRight 
{
	border-right: 1px solid black;
}

/* ------  GRIDVIEW FILTERS   ------- */
#pnlFilters td,input {
	font-family: Arial, sans-serif;
	font-size: .8em;
}
.pnlFilters_input {
	font-size: 1em;
}
#pnlFilters td {
	font-weight:bold;
}
#pnlFilters td div
{
 line-height: 20px;
 margin-bottom: 5px;
}
#dvFiltersClick{
	float: right;
	/*margin-top: -15px;*/
	margin-top: -22px;
}
.dvFilters_input {
    font-size: 1em;
}

/* ------  GRIDVIEW PAGING   ------- */	
#_dvPaging {
	font-family: Arial, sans-serif;
	font-size: .6em;
}
.pagerStyle table td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.pagerStyle table a{
	font-weight: bold;
	margin-right: 1px;
}
.pagerStyle table span{
	background-image: url(../images/general/page.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
	margin-right: 1px;
	margin-left: 2px;
}

/* ------  NOTIFICATION MESSAGE   ------- */
._dvMsg {
	border-top: 1px solid black;
	font-size: 1em;
	font-family: Arial, sans-serif;
	text-align: center;
	color: olive;
	height: 100px;
}	
._dvMsg p{
	vertical-align: middle;
	top: 40%;
	position: relative;
}


/* ------  GRIDVIEW HEADER   ------- */
.gvHeaderstyle {
	/*background-color:#339999;*/
	background-color:#23347c;	
    color:white;     
} 

.gvHeaderstyle a{
	text-decoration:none;
    color:white;
}   



/* ------  GRIDVIEW ROWS   ------- */
.gvAlternatingstyle 
{
	background-color:#ededff;	
}
.gvRowstyle 
{
	background-color:#cbcbff;
}


/* ------  TABLE INFORMATION   ------- */
#dvTblInfoLable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
#dvTblInfoLable p{
	display: inline;
	color: white;
	padding-left: 10px;
	padding-right: 60px;	
	/*
	background-color: black;	
	line-height: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	*/
	background-color: #f05d13;
	font-weight: bold;
	font-size: 1.2em;
	width: 100px;
	padding: 4px;
	border-left: 1px solid black;
	border-right:1px solid black;
	border-top: 1px solid black;
	line-height: 24px;	
}
#dvTblInfoLable table{
	font-size: 1.4em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid black;
	}
#dvTblInfoLable td{
	padding: 2px 0px 6px 5px;
	text-align: left;
}
#dvTblInfoLable .lbl{
	width: 100px;
	font-weight: bold;
	text-align: right;
	color: #003366;
}
#dvTblInfoLable div {
	border-left: 1px dashed black;
	float: left;
}
#dvTblInfoLable ul {
	margin: 0;
	padding: 0;
}
#dvTblInfoLable li{
	list-style: none;
	float: left;
}
#dvTblInfoLable a{
	float: left;
	width: 180px;
	border-top: none;
	border-left: none;
}


/* ------  CANDIDATE LISTING   ------- */
.dvCandidateList{
	clear: both;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
.dvCandidateList #tblExclamation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.dvCandidateList #tblExclamation td{
	text-align: left;
}


/* ------  FIREFOX RELOAD   ------- */
.reloadPage {
  /* background-color: aqua; */
	width: 205px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 20px;
}
.reloadPage a {
	float: left;
	clear: both;
}


/* ------  COMMAND BUTTON   ------- */
.cmdButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	/* background-color: ButtonFace; */
	background-color: #e7e7e7;
	color: ButtonText;
	border: 1px dashed black;
	padding: 6px;
}
.cmdButton:hover {
	background-color: InfoBackground;
}	
.cmdButton img{
	padding-right: 8px;
	vertical-align: middle;
	border-width:0px;
}
.cmdButtonBlock 
{
	display:block;
	width: 120px;
	text-align: center;
}

/* ------  ASSESSMENT MARKED TABLE   ------- */
.tblProcessed {
	top: 30%;
	bottom: 20%;
	position: relative;	
	clear: both;
}
.tblProcessed td {
	font-size: 1em;
	font-family: Arial, sans-serif;
	text-align: center;	
}


/* ------  REPORTS (BASIC)   ------- */
#dvTblBasicReports, #dvTblSchoolInfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 25px;
}

.dvTeacherList .cmdButton {
	padding: 6px;
	top: 30px;
	position: relative;
}

.dvTeacherList p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
}
	
#dvTblBasicReports p, .dvTeacherList p, #dvTblSchoolInfo p{
	display: inline;
	padding-left: 10px;
	padding-right: 60px;
	color: white;
	/*
	background-color: black;	
	line-height: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	*/
	background-color: #f05d13;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	padding: 4px;
	border-left: 1px solid black;
	border-right:1px solid black;
	border-top: 1px solid black;
	line-height: 24px;	
	}
#dvTblBasicReports div, #dvTblSchoolInfo div{
	border: 1px solid black;
	padding: 10px;
	}	
#dvTblBasicReports table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;	
}
#dvTblBasicReports td{
	padding: 12px 0px 12px 0px;
	font-size: 1.2em;
	width: 180px;
}	
#dvTblSchoolInfo td{
	font-size: 1.2em;
	padding: 3px 0px 3px 0px;
	vertical-align: top;
}
/* Firefox Padding */
#dvTblBasicReports .cmdButton:-moz-any-link{
 padding: 10px 6px 10px 6px;
}	


/* ------  MANAGEMENT OPTIONS   ------- */
.dvManagementOptions #dvTblBasicReports, #dvTblSchoolInfo{
	width: 300px;
}	
.dvManagementOptions #dvTblBasicReports td{
	padding-top: 2em;
	padding-bottom: 2em;
	width: 100%;
}	
.dvManagementOptions .cmdButton{
	padding: 10px 6px 10px 6px;
}
.dvManagementOptions p{
	color: #404040;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 6px 10px 6px;
	text-align: center;
	margin-top: 15px;
	/* border: 1px dashed fuchsia; */
}
.dvManagementOptions p a{
	/*margin-right: 55px;
	margin-left: 55px;	*/
}
.dvManagementOptions #tblAssmntCreation p{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: justify;
	padding: 0;
}
.dvManagementOptions #tblAssmntCreation .inputBox{
	font-size: 1.2em;
}

/* ------  ASSESSMENT CREATION   ------- */
#tblAssmntCreation table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#tblAssmntCreation td{
   width: 60%;
	padding: 3px 0px 3px 0px;
	/* border: 1px dashed; */
}
#tblAssmntCreation td.labels{
   width: 40%;
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
}
#tblAssmntCreation td.labelsTop{
	vertical-align:top;
	padding-top: 6px;
}
#tblAssmntCreation td.labels span{
	padding-right: 3px;
}
#tblAssmntCreation td div{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
#tblAssmntCreation td.buttons{
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 1em;
}
#tblAssmntCreation div#_dvNewClass{
	text-align: left;
	border: 1px dashed #e6e6e6;
	padding-top: 0;
	padding-bottom: 0;
	width: 60%;
	margin-top: 30px;
	margin-bottom: 30px;
	}
#tblAssmntCreation div#_dvNewClass input{
	font-size: 1.1em;
	margin-top: 3px;
	margin-bottom: 3px;
	}	
#tblAssmntCreation div#_dvNewClass div{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: .9em;
}	
#tblAssmntCreation div#_dvNewClass span{
	font-size: 1em;
}


/* ------  NEW ASSESSMENT INFO   ------- */
#tblNewAssmntInfo {
	width: 65%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1.5px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;	
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#tblNewAssmntInfo .header {
	line-height: 3em;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #339999;	
	border-bottom: 1.6px solid black;
	color: black;
}
#tblNewAssmntInfo hr {
	width: 80%;
	color: black;
	height: 1px;
	margin: 20px auto 0px auto;
}
#tblNewAssmntInfo a {
	color: #252676;
	font-weight: bold;
	text-decoration: none
}
#tblNewAssmntInfo a:hover {
	text-decoration:underline;
}
#tblNewAssmntInfo .info {
	padding: 5px;
	text-align: left;
}
#tblNewAssmntInfo .info span {
	margin-left: 10px;
}
#tblNewAssmntInfo span.detail {
	font-weight: bold;
	color: #252676;
}
#tblNewAssmntInfo .info table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0px 20px 0px;
}
#tblNewAssmntInfo .info table td {
	padding: 3px;
}


/* ------  LOGIN   ------- */
#dvLogin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 500px;
	background-color: #f2f2f2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#dvLogin div{	
		padding: 15px;
}
#dvLogin table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
#dvLogin td{
	/*border: 1px solid #c5c5c5;*/
	padding-bottom: 7px;
	padding-top: 7px;
	}
#dvLogin .label{
	width: 150px;
	font-weight: bold;
	color: black;
}
#dvLogin input{
	font-size: 1em;
}
.dvTimeOut {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: red;
}
#notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	padding: 10px;
	border: 1px dashed #666666;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;		
}
#notice a {
	color: #000099;
	font-weight: normal;
}
.redText {
	color: #FF0000;
}



/* ------  FAKE FILE UPLOAD   ------- */
.fileUpload{
	width: 470px;
	/*border: 1px dashed #00fa9a;*/
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	font-size: .8em
}
.fileUpload p,ul{
	color: #404040;
}
.fileUpload ul{
	margin-left: 8px;
}
.fileUpload li{
	list-style-position: inside;
}
.fileUpload div.fileInputs {
	position: relative;
	/*border: 1px dashed #008b8b;*/
	margin-top: 20px;
	}
.fileUpload div.fakeFile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.fileUpload span.alignCenter {
	display: block;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 25px;
	}
.fileUpload span.alignLeft{
	text-align: left;
	padding-top: 50px;
}
.fileUpload .fakeText {
	width: 375px;
	margin-right: 5px;
	font-size: 1.1em;
}
.fileUpload .fakeButton {
	width: 65px;
	height: 25px;
	padding: 0;
	}
.fileUpload input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 450px;
	height: 25px;
}
.fileUpload .hidden {
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
}





.myCal {
	padding-left: 25px;
}