/* Default CSS Stylesheet for a new Web Application project */

BODY, P
{
    BACKGROUND-COLOR: #000000;
    font-family: Arial,Verdana,sans-serif;
    FONT-SIZE:  10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #F78700;
    margin:0px;
    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #F78700;
}
H1	{	
	font-family: Arial,Verdana,sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial,Verdana,sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3 {	
	font-size: 1.6em;
}

h3.sub-header 
{
	color:#333333;
    padding: 3px 0px;
    margin: 10px 0px 10px;
    font-size: 1.2em;
    border-bottom: 1px solid #D0C6BA;
    background-color: #efefef;
}

h3.sub-header a {
        display: block;
        float: left;
        margin: 3px 5px 0px 7px;
}
	
.sub-header-content {
	margin-bottom:20px;
}

H4	{	
	font-family: Arial,Verdana,sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial,Verdana,sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial,Verdana,sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial,Verdana,sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial,Verdana,sans-serif;
	}	

A{
	text-decoration:	underline;
	color:	#3399ff;
	}	
	
A:link	{	
	text-decoration:	underline;
	color:	#3399ff;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#3399ff;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#3399ff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0033ff;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
.Header
{BORDER-BOTTOM: #a20000 4px double; }

.Footer
{
    font-family: Arial,Verdana,sans-serif;
    FONT-SIZE:  8pt;
    color: #F78700;
    border-top: double 4px #a20000;
    text-align:center; 
    padding-top: 10px;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.regClassHeader
{VERTICAL-ALIGN:  bottom; 
	PADDING-TOP: 7px; 
	TEXT-ALIGN: left;
	}

.regRowSeperator
{
BORDER-BOTTOM: buttonshadow 1px solid
}

.ValidationSummary
{
	color: Red;
	font-family: Arial,Verdana,sans-serif;
	font-size: 8pt;
	font-weight:bold;
	display:list-item;
	list-style-type: circle	
}

#ClassList li
{
	 display: inline; 
	 list-style-type: circle;
}

.DaySeperator, .DataSectionHeader
{	background-color: #7B0000;
	font-weight: bold;
	border-bottom: #f78700 thin solid;
	border-top: #f78700 thin solid;
	padding-bottom: 5px; 
	padding-top: 5px;
	padding-left: 3px;
	vertical-align:middle;
	}
	
.ClassSelectCell
	{ text-align: left;
		padding-bottom: 4px;}
		
.DataEntryLabel
{	
	color:White;
	text-align: right;}
		
.WizzardTitle
{
	BACKGROUND-COLOR: #7b0000; 
	BORDER-BOTTOM: #f78700 1px solid; 
	BORDER-LEFT-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-TOP: #f78700 1px solid; 
	COLOR: #fff; 
	font-weight: bold;
	font-size: 11pt;
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-ALIGN: center;
	TEXT-TRANSFORM: uppercase; 
	VERTICAL-ALIGN: middle; 
}

.GridView
{
	background-color:#fff; 
	border: solid 1px #D6D6AD;
}

.GridView A
{ color: #ca5800;
}

.GridView A:Hover { 
	text-decoration: underline;
}

.GridViewFooter
{
	background-color: #7b0000; 
	border-color:#7b0000;
}

.GridViewItem
{
	border: solid 1px #d6d6ad;
	color: Black;
}

.DetailsHeader, .GridViewHeader
{
	background-color: #7b0000; 
	color: #ffffff; 
	font-weight: bold;
	text-align: center;
}	
		
.GridViewHeader a
{
	color: White;
	text-decoration: none;
}

.GridViewHeader a:Hover
{
	text-decoration:underline;
}
	
.GridViewRow
{
	background-color: White; 
	border: solid 1pt #d6d6ad;
	color: Black;
	height: 16px;
}
	
.AlternatingRow
{ 
	background-color: #EFEFEF; 
	color: Black;
	height: 16px;
}

.ButtonNormal
{
	background-color:#7B0000;
	border:solid 1px #F78700;
	font-family: Arial,Verdana,sans-serif;
	font-size:10pt;
	color:White;
	font-weight: bold;
	}

.WksCell
{
	height:30px;
	width:27px;
	}
	
.classCell
{
 width: 275px;
}

.WkHdr
{
	background-color:#333333;
	text-align:center;
	font-weight:bold;
	color:White;
	font-size:1.25em;
	padding:3px 0 3px 0;
	margin:5px 0 5px 0;
 }
 
 .Progress
{	height: 25px;
 	padding-top:10px;
	width:400px;
}

.modalBackground
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
 
.modalPopup
{
	background-color:#fff;
	border: solid 4px #3E3E3E;
	color: #3E3E3E;
	padding:15px;
	text-align:center;
	vertical-align:top;
}

.Progress
{	height: 25px;
	 width:400px;
}

.DummyButton
{
	display:none;
	}
	
.GVClassTitleHeader 
{
	padding-left:25px;}
	
.GVClassHeader
{
	font-weight:bold;
	border-bottom:solid 1px #333333;}
		
/*Clear*/
.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display: inline-block;
}

/* ---------- @ Side Navigation -----------*/

#sidenav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#sidenav li 
{
	list-style-position: inside;
	list-style: none;
	float:left;
	margin-bottom:1px;
}
			
#sidenav a {
	background-color:#7b0000;
	display:block;
	/*text-indent:-9999px;*/
	height:27px;
	width:144px;
	 font-family:Tahoma;
	 font-size:.9em;
	 font-weight:bold;
	 color:#ffffff;
	 padding:3px 0 0 3px;
	 text-decoration:none;
}

#sidenav a, #sidenav a:hover {
	background-repeat:no-repeat;
}		

#sidenav a:hover {
	 background-color:#a20000;
}		


a#main {
	background:url(images/Main_A.gif);
}

a#main:hover {
	background:url(images/Main_B.gif);	
}

.collapseHeader
{
	background-color: #7b0000;
	border-bottom: double 4px #7b0000; 
	color:#ffffff;
	cursor: pointer;
	height:15px;
	font-size:11pt;
	margin-top:10px;
	padding: 5px;
	vertical-align:middle;
	}
		
.collapsePanel
{
	width: 100%;
	height:0px;
	margin-top:5px;
	overflow: hidden;
	padding-bottom: 0px;
}