﻿/*Theme: Default*/

img
{
	border:none;
}

/* ------------------------------------------------
   //BColor = background for bars below big image and search bar background */
.BColor1, .BColor2
{
	height:15px;
	background-color: #00547E;
}
.BColor3
{
	height:15px;
	background-color: #7AA6BC;
}
.Separator
{
	width:10px;
}
/*------------------------------------------*/
.BColorAboveSearch
{
	height:15px;
    background-color: #00547E;
}

.BColorBelowSearch
{
    background-color:#7AA6BC;
}

.CColor1
{
	color: #00547E;
}
.CColor2
{
	color: #7AA6BC;
}

.UIError
{
	color: #CF2E4D;
	font-weight: bold;
}


.UIContentContainer
{
	color:#000000;
	line-height: 1.9em;
}

.UIContent, .UIContent table, .UIContentContainer table
{
}

H1, .UIHeader
{
	color: #00547E;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 16px;
	display:block;
}
H2, .CTitle
{
	color: #00547E;
	padding-left:5px;
	
	font-weight: bold;
	font-size: 14px;
	background-color:#c3d5d7;
}
.CTitle /*Old desig correction*/
{
	display:block;
	font-size: 14px;
}

H3, .CSubTitle
{
	color: #00547E;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 0px;
}
H4
{
	color: #00547E;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 0px;
}

hr
{
	border-top: 1px dashed #00547E;
    color: #fff;
    background-color: #fff;
    height: 1px;
}

.UIContentContainer a:link      /* unvisited link */
{
	border-bottom: 1px dashed #00547E;
    color: #00547E;
    text-decoration: none;
}
.UIContentContainer a:visited   /* visited link */
{
	border-bottom: 1px dashed #7AA6BC;
    color: #7AA6BC;
    text-decoration: none;
}
.UIContentContainer a:hover    /* mouse over link */
{
	border-bottom: 1px solid #00547E;
    color: #00547E;
    text-decoration: none;
}
.UIContentContainer a:active    /* selected link */ 
{
	border-bottom: 1px solid #00547E;
    color: #00547E;
    text-decoration: none;
}

/*
table.UIFileList
{
	width: 570px;
}
*/
table.UIFileList th
{
	background-color: #00547E;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	border: solid 1px #ffffff;
}

table.UIFileList th a:link, 
table.UIFileList th a:visited, 
table.UIFileList th a:hover, 
table.UIFileList th a:active
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
}

table.UIFileList td
{
	color: #00547E;
	border-bottom: solid 1px #00547E;
}
 
 .divMenu A
 {
    text-decoration:none;
    
  }

  .HomeThumbRight
  {
  	float:right; margin: 0 15px 0 0;
  }
  
 
#StaticDataTable 
{
	width: 1003px;
}
 
#StaticDataTable th
{
	background-color: #004d71;
	color:#ffffff;
}
#StaticDataTable th a
{
	color:#ffffff;
}
 
#StaticDataTable .UIListItem td
{
	font-family: courier new;
	background-color: #e2e2e2;
	
}

#StaticDataTable .UIListItemAlt td
{
	font-family: courier new;
}


