/* Default CSS Stylesheet for a new Web Application project */

H1
{
	font-size:12px;	
	font-family:Tahoma;
	font-weight:bold;
	color: #FFFFFF;	
}

H3
{
	font-size:12px;	
	font-family:Tahoma;
	font-weight:bold;
	color: #E59001;	
}

BODY
{
	font-size:11px;	
	font-family:Verdana;
	font-weight:normal;
	color: #FFFFFF;	
}

H2
{
	font-size:11px;	
	font-family:Verdana;
	font-weight:normal;
	color: #FFFFFF;	
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:0px;
}

TD.Error
{
	color:Red;
	font-size:12px;	
	font-family:Verdana;
	font-weight:bold;	
}
TD.MenuItem
{
	font-size:10px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
}

TD.SubMenuItem
{
	font-size:10px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
	BORDER-TOP: #E59001 1px solid;
}


TD.WhiteFooter
{
	font-size:9px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
}

a.WhiteFooter
{
	font-size:11px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
	text-decoration: underline;	
}

a.WhiteFooter:link
{	
	text-decoration: underline;
	font-size:11px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
}

a.WhiteFooter:visited
{
	text-decoration: underline;
	font-size:11px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
}

a.WhiteFooter:hover
{
	text-decoration: underline;
	font-size:11px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
}


a.Orange
{
	font-size:11px;	
	font-family:Verdana;
	font-weight:bold;
	color: #E59001;	
	text-decoration: underline;	
}

a.Orange:link
{	
	text-decoration: underline;
	font-size:11px;	
	font-family:Verdana;
	font-weight:bold;
	color: #E59001;	
}

a.Orange:visited
{
	text-decoration: underline;
	font-size:11px;	
	font-family:Verdana;
	font-weight:bold;
	color: #E59001;	
}

a.Orange:hover
{
	text-decoration: underline;
	font-size:11px;	
	font-family:Verdana;
	font-weight:bold;
	color: #E59001;	
}


a.MenuItem
{
	font-size:10px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
	text-decoration: none;	
}

a.MenuItem:link
{	
	font-size:10px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
	text-decoration: none;	
}

a.MenuItem:visited
{
	font-size:10px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
	text-decoration: none;	
}

a.MenuItem:hover
{
	font-size:10px;	
	font-family:Verdana;
	font-weight:bold;
	color: #FFFFFF;	
	text-decoration: none;	
}



/* Datagrid */
.DGAdmin{width:100%; margin-left:2px; margin-right:2px; margin-top:2px;}
.DGAdminHeader {background-color:000000; font-family:Arial; font-size:11px; font-weight:bold; color:ffffff;height:18px;}
.DGAdminItem {background-color:000000; font-family:Arial; font-size:11px;}
.DGAdminAltItem {background-color:262727; font-family:Arial; font-size:11px;}
.DGAdminFooter {background-color:E59001;}

.DG{width:100%; margin-left:2px; margin-right:2px; margin-top:2px;}
.DGItem {background-color:494B4B; font-family:Arial; font-size:11px; padding-bottom:4px}
.DGAltItem {background-color:262727; font-family:Arial; font-size:11px; padding-bottom:4px}


