﻿@import url('../default/custom.css');

/*Theme: LightBlue*/
/* DO something */
/*------------------------------------------------------------------------*/
/* BColor = background for bars below big image and search bar background */
.BColor1, .BColor3
{
	background-color: #096ea4;
	height:15px;
}
.BColor2
{
	background-color: #84bdda;
	height:15px;
}
.Separator
{
	width:10px;
}
/*------------------------------------------*/
.BColorAboveSearch
{
    background-color: #096ea4;
}


.BColorBelowSearch
{
    background-color:#84bdda;
    

}

.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, .UIContentContainer p
{
	font-size: 1.05em;
}

H1, .UIHeader
{
	color: #0671a5;
	padding-left:5px;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 18px;
	background-color:#a6cfe3 ;
	display:block;
}
.CTitle
{
	display:block;
	color: #0671a5;
	padding-left:5px;
	
	font-weight: bold;
	font-size: 16px;
	background-color:#84bdda;
}
H2
{
	display:block;
	color: #0671a5;
	padding-left:5px;
	
	font-weight: bold;
	font-size: 16px;
	background-color:#a6cfe3;
}



H3, .CSubTitle
{
    padding-left:5px;
	color: #0671a5;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 0px;
}
H4
{
    padding-left:5px;
	color: #0671a5;
	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;
}

