﻿.headerBG 
{
height:95px;
background:url(../images/HeaderBG.png) repeat-x;
}
.coatOfArms
{
	height: 70px;
	/*background: url(../images/CoatOfArms.png);*/
	background: url(../images/crest.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 9px;
}
.headerText
{
	height: 70px;
	background: url(../images/HeaderText.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 160px;
}

.even
{
	background-color: #ADD9DD;
}

.gui th 
{
    font-weight: bold;
    /*background: url(table-header-background.jpg) repeat-x center center;*/
    /*background-color:#F0F0F6;*/
    background-color: #ADD9DD;     
    background-image: url(sort_none.gif);
    background-repeat: no-repeat;
    background-position: center left;     
    padding-left: 20px;
    /*text-align: left;*/
}
.gui .sortascheaderstyle
{
	background-image: url(sort_asc.gif);
	background-color: #83B7C2;
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
}
.gui .sortdescheaderstyle{
    background-image: url(sort_desc.gif);     
    background-color: #83B7C2; 	
    background-repeat: no-repeat;
    background-position: center left;       
}
.gui .sortnoheaderstyle{
    background-image: url(sort_empty.gif);     
    background-color: #FFF960; 	
    background-repeat: no-repeat;
    background-position: center left;       
}



/* Common tags                 */
/*-----------------------------*/		

/*
body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }
*/

A:link      { color: #41519A; text-decoration:none; font-weight: bold;}
A:visited 	{ color: #41519A; text-decoration:none; font-weight: bold;}
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight: bold;}
A:hover 	{ color: #9cbe3b;  cursor:hand; text-decoration:"underline"; }
/*A:hover 	{ color: #FFFFFF;  cursor:hand; text-decoration:"underline"; }*/
		
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #9cbe3b;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
/*A.bodyLink:hover 	{ color: #FFFFFF;  cursor:hand; text-decoration:"underline"; font-weight:bold; }*/
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }

hr {
	border: 0;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #009999;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #009999;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #009999;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	border-style: none;
	font-size: 1em;
	background-color: #ecf6f7;
}

table.header
{
	background-color: #009999;
}


td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#41519A;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	color: #009999;
	text-align: right;
}
