﻿@import url('../default/custom.css');

/*Theme: LightGrey*/
/* DO something */

/* BColor = background for bars below big image and search bar background */
.BColor1, .BColor3
{
	background-color: #666666;
	height:15px;
}
.BColor2
{
	background-color: #999999;
	height:15px;
}
.Separator
{
	width:10px;
}
/*------------------------------------------*/


.BColorAboveSearch
{
    background-color: #666666;
}


.BColorBelowSearch
{
    background-color:#999999;
    

}

.CColor1
{
	color: #00547E;
}
.CColor2
{
	color: #7AA6BC;
}

.UIError
{
	color: #CF2E4D;
	font-weight: bold;
}


.UIContentContainer
{
	color:#000000;
	font-size: 0.7em;
	line-height: 2.0em;
}

.UIContent, .UIContent table, .UIContentContainer table
{
	font-size: 1.05em;
}

H1, .UIHeader
{
	color: #ffffff;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 18px;
	background-color:#999999;
	display:block;
	
}
H2, .CTitle
{
	color: #ffffff;
	padding-left:5px;
	
	font-weight: bold;
	font-size: 16px;
	background-color:#999999;
}
H3, .CSubTitle
{
	color: #727272;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
}
.CTitle /*Old desig correction*/
{
	display:block;
}
H4
{
	color: #727272;
	font-weight: bold;
	font-size: 12px;
	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: #666666;
	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;
}




