﻿body
{
	font-family:Verdana;
	font-size:smaller;
	background-image: url(../Images/seal-a.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.MenuItem
{
	/*text-align:left;
	color:Blue;
	font-size:12px; */
	font-size: 10pt;
	font-weight: bolder;
	color: Gray;
	font-family:Arial, helvetica, Sans-Serif;
	text-align: left;
}

.MenuItem a
{
  /*text-decoration: none;
  color: Navy;
  font-size: 12px; */
  font-size: 10pt;
	font-weight: bolder;
	color: Navy;
	font-family:Arial, helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
}

.SearchTable
{
	border-style: solid;
	border-width: 2px;
	border-color: Navy;
	font-family:Verdana;
	width:280px;
	background-color:White;
}

.ButtonTable
{
	width:278px;
}

.SearchHeader
{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width:1px;
	color: White;
	background-color:Gray;
	font-weight:bold;
}

.SearchCaption
{
	width: 80px;
}

.DetailCaption
{
	width: 250px;
	text-align:right;
	height:30px;
	font-weight: bold;
	vertical-align: top;
}

.DetailInfo
{
	vertical-align: top;
}

.DetailsTable
{
	border-style: solid;
	border-width: 2px;
	border-color: Navy;
	font-family:Verdana;
	background-color:White;	
	font-size:small;
}

.AltShading
{
	background-color:#e0e0e0;
}

.ButtonStyle
{
	color:White;
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	background-color:Gray;
	border:1px solid;   
	border-color:Navy;
	width:80px;
}

/*GridViewCSS White Chrome Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#999999 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(../Images/HeaderWhiteChrome.jpg);
    background-position:center;
    background-repeat:repeat-x;
    background-color:#fff;
	border-bottom:solid 1px #999;
}
.HeaderStyle th
{
    padding: 5px;
    color: #333;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#333;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #999999 1px solid;
}
.PagerStyle a
{
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #999;
}
.RowStyle td
{
    background-color:#E4E4E4;
}
.AltRowStyle td
{
    background-color: #fff;
}
.SelectedRowStyle td
{
    background-color:#FF9;
}

.ErrorMsg
{
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
}

.RowResultHeadFoot
{
	text-align: center;
	font-family: Arial, helvetica, Sans-Serif, Verdana;
	font-weight: bold; 
	font-size: 14pt;
	background-color: #0B0873;
	color: #FFFFFF;
}

#introWarning
{
	text-align: center;
	font-family: Arial, helvetica, Sans-Serif, Verdana;
	font-weight: bold;
	font-size: 16pt;
	color: #FF0000;
}

.WarningText
{
	font-family: Arial, helvetica, Sans-Serif, Verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #0B0873;
}
