/* Default CSS Stylesheet for a new Web Application project */
body 
{
	background-color:White;
	font-family:Verdana,Sans-Serif,Arial;
	font-size:x-small;
	color:black;
}
img
{
    border:0;
}
a
{
	color:black;
	font-weight:bold;
	font-size:x-small;
    TEXT-DECORATION: none
}

a:hover
{
   TEXT-DECORATION: underline
}
table
{

}
Tr 
{
	vertical-align :top;
}
TH
{   font-size:x-small;
	color: white;
	border-bottom:  groove;
	background-color: #5a81b6;
}
td 
{
	font-size:x-small;
}
.DataRow
{
	background-color: #f0faf9;
	vertical-align:top;
}
a.DataRow
{ color:White;
}
a.DataRow:hover
{ color:Yellow;
}
a.DataRow:link
{ color:White;
}
a.DataRow:visited
{ color:White;
}
a.DataRow:active
{ color:White;
}

.ApplicationIcon
{
	vertical-align: middle;
	border-collapse: collapse;
	background-color: #a4272c;
	text-align: center;
	height:28;
}

.PrintIcon
{Display:none;
}

.ApplicationTitle
{
	
	padding:0,0,0,0;
	font-weight: bold;
	font-size: medium;
	height:28;
	vertical-align: middle;
	color: white;
	
	border-collapse:collapse;
	background-color: #a4272c;
	text-align: left;
}

td.ContentArea
{
	padding-left: 7px;
	padding-top: 4px;
}

.HeaderMenu
{ border-collapse:collapse;
	background-color:#5a81b6;
	vertical-align:middle;
	
	padding:0;
	color:White;
	padding:0,0,0,0;
}

.HeaderMenuRight
{ border-collapse:collapse;
	background-color:#5a81b6;
	vertical-align:middle;
	 text-align:right;
	padding:0;
	color:White;
	padding:0,0,0,0;
}

.SearchBar
{ border-collapse:collapse;
	background-color:#E4b639;
	vertical-align:middle;
	padding:0;
	height:28px;
	color:White;
	padding:0,0,0,0;
}

a.DatatableOuter
{
	padding:0,0,0,0;
	width: 100%;
	background-color: #5a81b6;
	border-bottom-style: groove;
}
a.DatatableOuterThin
{
	padding:0,0,0,0;
	
	background-color: #5a81b6;
	border-bottom-style: groove;
}

.DatatableInner
{
	border-right: #5a81b6 thin solid;
	border-top: #5a81b6 thin solid;
	border-left: #5a81b6 thin solid;
	
	border-bottom: #5a81b6 thin solid;
	background-color: white;
	width: 100%;
}
.DatatableInnerThin
{
	border-right: #5a81b6 thin solid;
	border-top: #5a81b6 thin solid;
	border-left: #5a81b6 thin solid;
	border-bottom: #5a81b6 thin solid;
	background-color: white;
}
.MetaDataRow
{
	background-color:#e6e6e6;
	
}
.Mugshottable
{
	padding-bottom:10;
	padding-left:5
}
.Mugshot
{  background-color:Black;
	border-bottom: groove;
}
	
.HeaderRow
{
	vertical-align: middle;
	color: white;
	border-bottom: groove;
	background-color: #5a81b6;
}

.HeaderRow A
{ color:White;
}
.HeaderRow A:hover
{ color:Yellow;
}

.AlertRow
{
	font-family: "Courier New";
	vertical-align: middle;
	color: white;
	/*border-bottom: groove;*/
	background-color: #5a81b6;
}

.AlertRow A
{ color:White;
}
.AlertRow A:hover
{ color:Yellow;
}

.SideMenu
{
	padding-top:5;
}

.SideMenuRow
{
	font-size: 8pt;
	font-family: Tahoma;
	background-color: #F0F4F9;
	}

.SideMenuCell
{
	font-size: 8pt;
	font-family: Tahoma;
	background-color: #F0F4F9;
	text-indent: 6pt;	
}
.SideMenuMetaDataRow
{
	font-size: xx-small;
	color: #5d5d5d;
	text-indent: 2pt;
	font-family: Tahoma;
	background-color: #e6e6e6;
}

.SideMenuHeaderRow
{
	background-color:#5a81b6;
	font-family:Tahoma;
	color:#F0F4F9;
	font-weight:bold;
	font-size:x-small;
	text-indent: 2pt;
}

.SideMenutable
{
	font-family:Arial;
	background-color:#000000;
	font-size:x-small;
}

.PageTitle
{
	font-weight: bold;
	font-size: 16pt;
	color: #5a81b6;
	text-decoration: none;
}

.CurrentSearchPage
{
	font-weight:bold;
	color: #a4272c;
}	