/* Default CSS Stylesheet for a new Web Application project */

BODY
{
   font-weight: normal;
		word-spacing: normal;
	text-transform: none;
	font-family: 'trebuchet MS', arial,sans-serif;
	letter-spacing: normal;
	background-color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
		margin-bottom: 0px;
	color : white;
		
		
		
	
}

 .ajax__calendar_day 
{
	color: black;
}


.Btn, .Btn a:visited, .Btn a:link, .Btn a:active
{	
	font-size: 11pt;
	color : #EE3024;
	font-weight: bold;
	text-decoration: none;
	 }
.Btn a:hover {
	font-weight: bold;
	color: white;
	text-decoration: none;
}


a,  a:visited,  a:link, a:active
{	
	font-size: 11pt;
	color : white;
	font-weight: bold;
	text-decoration: none;
	 }
a:hover {
	font-weight: bold;
	color: grey;
	text-decoration: none;
}

.Instruction 
{	
	font-size: 10pt;
	color : #EE3024;
	font-weight: bold;
	 }
td	 .Instruction 
{	
	font-size: 10pt;
	color : #EE3024;
	font-weight: bold;
	 }


.maintab 
{	
	VERTICAL-ALIGN: top; 
	BACKGROUND-COLOR: #232323 }
.error
{
	color:  #EE3024;
	font-weight: bold;
}
.home
{
	font-weight: bold;
	font-size: 16pt;
	
	font-style: italic;
	background-color: Black;
	color : #EE3024;
	
	
	
}

TD
{

	font-weight: normal;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	font-size: 10pt;
	vertical-align: top

}




IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: bottom
	}
	
.tabInactive
{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	
	color: white;
	background-color:  #232323;
	text-align: left;
	
}
.tabInactive a:visited, .tabInActive a:link, .tabInActive a:active
{
	font-weight: bold;
	color: white;
	font-family:   Arial, Helvetica, sans-serif;
	text-decoration: none;
}



.tabInactive a:hover {
	font-weight: bold;
		font-family:   Arial, Helvetica, sans-serif;
	color: gainsboro;
	text-decoration: none;
}

.tabActive
{
	
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: white;
	background-color: black;

}

.tabActive a:link, .tabActive a:visited  {
	font-weight: bold;
		
	color: white;
	text-decoration: none;
}
.tabActive a:hover {
	color : #EE3024;
}



.gridHeader, .gridHeader TD
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	padding: 5;
	font-weight: bold;
	font-size: 10pt;
	border-left: white 1px solid;
	color: White;
	border-bottom: white 1px solid;
	background-color:  #232323;
	
}




.gridItem,  .gridItem td
 
{

	color: white;
	padding: 4;
	background-color: black;
	vertical-align:top;
	font-size: 10pt;
	
	
}

.gridItem a:link,.gridItem a:visited, .gridAlternate a:link,.gridAlternate a:visited

{
	color : white;
	font-size: 11pt;
}
 .gridItem a:hover,  .gridAlternate a:hover

{
		color : #EE3024;
}
.gridAlternate,  .gridAlternate td
 
{

	color: white;
	padding: 4;
	background-color: #232323;
	vertical-align:top;
	font-size: 10pt;




	
	
}
