
.MenuHeadingCell {
	font-weight: bold;
	color: #993300;
	background-color: #FFDBA5;
	border-style: solid;
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-color: #993300;
	
	text-align: left;
}
.MenuHeadingCell2 {
	font-weight: bold;
	color: #993300;
	background-color:  "#fc9900";
	border-style: solid;
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-color: #993300;
	
	text-align: left;
}
.SortHeadingSortedDown
{	
	background-color:#FCC777;
	color: #000F6B;	
	background-image:url(images\arrowdown.gif);
	background-position:center right;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	cursor:hand;
}
.SortHeadingSortedUp
{	
	background-color:#FCC777;
	color: #000F6B;	
	background-image:url(images\arrowUp.gif);
	background-position:center right;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	cursor:hand;
}
.SortHeading
{
	background-color:Transparent;
	background-image:none;
	color: #000F6B;	
	width:100%;
	height:100%;
	cursor:hand;
}
.ListHeading
{
	background-color:Transparent;
	background-image:none;
	font-family: Verdana, Arial, Helvetica; 
	font-weight: bold;
	font-style: italic;
	color: #F17C0E; 
	font-size: 9pt; 
}

.MsgLoading
{
	font-weight: bold;
	color: Green; 
}
.InvalidStatusInput
{
	border-color:#F88383;
	border-style:solid;
	border-width:2px;
}
.Hide
{
	visibility:hidden;
	position:absolute;
}
.Show
{
	visibility:visible;
	position:relative;
}
table.MenuItemTable 
{
	
}
table.MenuItemTable td {
	Height:22px;
	font-weight: bold;
	color: #FEF5E0;
}
a
{
	text-decoration:none;
}
a.MenuItemLinks
{
	color: #002041;
	text-decoration:none;
}
a.MenuItemCurrent
{
	color: #002041;
	text-decoration:none;
}
a.MenuItemCurrent:hover
{
	color: #F17C0E;
}
a.MenuItemLinks:hover
{
	color:#F17C0E;
}
a.LinkFile
{
	color: #002041;
	text-decoration:none;
}
a.LinkFile :hover
{
	color:#000F6B;
}

.MenuItemLinkDisabled
{
	color: #A6A698;	
}

table{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
}
.AdvancedSearchLink{
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}
.SectionBar{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000F6B;	
}
h1{
	font-size: 16pt;
	color: #808080;
	height:5px;
}
.PageHeading /*this is temporary*/
{
	font-size: 16pt;
	color: #808080;
	height:5px;
}
.ChartContainer{
	BACKGROUND-POSITION: center 20%;
	BACKGROUND-IMAGE: url(Images/LoadingChart.gif);
	BACKGROUND-REPEAT: no-repeat;
	vertical-align:top;
}
.CommandButton
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #FFDBA5;

	background-color:#993300;
	border-style:solid	;
	border-width:1px;
}
.UploadFileButton
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	height:20px;
	border-style:solid;
	border-width:1px;
}
.ChartKey
{
	FONT-SIZE: 2px; 
	WIDTH: 30px;
	HEIGHT: 8px;
	filter:alpha(Opacity=50);
}
Table.ChartKeyTable
{
	border-style:solid;
	border-width:0px;
	border-color:#D3D2C4;	
	border-collapse:collapse;
	padding :2;
	width:97%;
	FONT-SIZE: 8pt; 

}
Table.ChartKeyTable tr.Alternate
{
	background-color:#EEEEE7;
}
.VerticalDots
{
	background-image:url(Images/VerticalDots.gif);
	background-position:center 50%;
	background-repeat:repeat-y;
	
}
.control_error
{
	border-color:Red;
	border-style:solid;
	border-width:2px;
	
}
.DropDownList_error
{
	background-color:#FF8282;
}
.TableAlternateRow1
{
	background-color:#CCCCCC;
}
.errors
{
  font-weight: normal;
  font-size: 10pt;
  vertical-align: top;
  color: red;
  font-style: normal;
  font-family: Verdana, Arial, Helvetica;
  padding-bottom: 5px;
}
.success
{
  font-weight:  normal;
  font-size: 10pt;
  vertical-align: top;
  color: Green;
  font-style: normal;
  font-family: Verdana, Arial, Helvetica;
  padding-bottom: 5px;
}
.LoginBackground
{
  background-image: url(images/Dashboard_login_art.gif);
  background-repeat: no-repeat;
  background-color: white;
	border-style:solid;
	border-width:1px;
	border-color:#A6A698;	
 
}
.loginterms {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
}
.logintext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #08004C;
	text-align: right;
	vertical-align: middle;
}
.FolderExplorerHideDiv
{
	visibility:hidden;

	position:absolute ;
}
.FolderExplorerShowDiv
{
	visibility:visible;
	
}

.FolderExplorerShowlabelActive
{
	background-color:#ECE9D8;	
}
.FolderExplorerShowlabelInActive
{
	background-color:White;	
}
a.FolderExplorer
{
	font-weight:normal;
	color:Black;
	text-decoration:none;
}

table.FolderExplorerTable
{
	border-collapse:collapse;
	
}
 table.FolderExplorerTable td
{
	border-width:1px;	
	border-style:solid;
	border-color:#C69378;
}
.NoBorder
{
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}
table.NoBorder tr
{
	border-width:0px;
	border-style:none;
}
table.NoBorder td
{
	border-width:0px;
	border-style:none;
}
.NoBorderRow
{
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none
}
table.NoBorder td.BottomCellBorder
{

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C69378;
}
table.General
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	border-width:0px;
	border-color:#C69378;
	border-style:solid;
	border-collapse:collapse;
}
table.General td
{
	border-width:1px;
	border-color:#C69378;
	border-style:solid;
}
 tr.Alternate
{
	background-color:#dddddd;
}
 .RowHighlight
{
	background-color:#EBCECE;
}

 tr.Heading
{
	
	border-width:0px;
	background-color:#FFDBA5;
	color: #000F6B;	
	font-weight: bold;
}
.SmallFont
{
	font-weight:normal;
	font-size:9pt;
}
input.CommandBtn
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFDBA5;

	background-color:#993300;
	border-style:solid;
	border-width:1px;
}
.SmallBlackText
{
		font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: Black;
}
.DisabledInput
{
	border-style:solid;
	border-color:#DCDDDE;
}


.splittercell-line
{
  border-right: silver 1px solid;
  padding-right: 4px;
  padding-left: 4px;
}
.splittercell
{
  padding-right: 4px;
  padding-left: 4px;
}
.linkparagraph
{
  font-weight: bold;
  font-size: 10pt;
  color: blue;
  font-family: Verdana, Arial, Helvetica;
  text-decoration: underline;
}
.headings
{
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  color: #053c6d;
  line-height: 17pt;
  font-family: Verdana, Arial, Helvetica;
  text-align: left;
}
.lightcells
{
  background-color: #eeeeee;
}


.style15 
{
	color: #F17C0E; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 14;
}
.style16 
{
	color: #F17C0E; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12;
}

.style17 {font-size: 13}
.style18 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12; 
	font-weight: bold; 
}
.style19 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11; 
	font-weight: bold; 
}
.style22 
{
	color: #F17C0E; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: x-small; 
}
.style24 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #F17C0E;
}
a:active {
	text-decoration: none;
}
.style25 {color: #CCCCFF}
.style30 {color: #333333}
.style31 
{
	color: #002041; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: small; 
}
.style32 {color: #999999}
.errors
{
  font-weight: normal;
  font-size: 10pt;
  vertical-align: top;
  color: red;
  font-style: normal;
  font-family: Verdana, Arial, Helvetica;
  padding-bottom: 5px;
}
