/* Common tags                 */
/*-----------------------------*/		

body 
{
}

A:link      { color: #3A6897; text-decoration:underline; font-family: 'Trebuchet MS' , Arial, 'san Serif'; }
A:visited 	{ color: #3A6897; text-decoration:underline; font-family: 'Trebuchet MS' , Arial, 'san Serif'; }
A:active 	{ color: #3A6897; text-decoration:underline; font-family: 'Trebuchet MS' , Arial, 'san Serif'; }
A:hover 	{ color: #3A6897; text-decoration:none; font-family: 'Trebuchet MS' , Arial, 'san Serif'; }
		
A.bodyLink:link     { color: #3A6897; text-decoration:underline; font-family: 'Trebuchet MS' , Arial, 'san Serif'; }
A.bodyLink:visited 	{ color: #3A6897; text-decoration:underline; font-family: 'Trebuchet MS' , Arial, 'san Serif'; }
A.bodyLink:active 	{ color: #3A6897; text-decoration:underline; font-family: 'Trebuchet MS' , Arial, 'san Serif'; }
A.bodyLink:hover 	{ color: #3A6897; text-decoration:none; font-family: 'Trebuchet MS' , Arial, 'san Serif'; }
		
.title
{
    color: #3A6897;
 }

hr {
	border-top: 2px solid #3A6897;
}


ul
{
	list-style-image: url(Images/bullet.jpg);
}

/* Headings                    */
/*-----------------------------*/
h1, h2, h3, .NoSpam
{
	color: #3A6897;
	font-family: 'Trebuchet MS' , Arial, 'san Serif';
}

/* Tables                      */
/*-----------------------------*/	

table.header
{
	background-color: #3A6897;
	background-image: url(Images/header.jpg);
}

td.logo
{
	text-align: left;
	width: 184px;
	height: 117px;
}

td.logospacer
{
	text-align: left;
	width: 34px;
	background-image: url(Images/logospacer.gif);
}

td.title
{
	color: #FFFFFF;
	font-family: 'Trebuchet MS' , Arial, 'san Serif';
	text-align: left;
	font-size: x-large;
	font-weight: lighter;
	vertical-align: top;
	padding-top: 45px;
}

td.headerbar 
{ 
	background-image: url(Images/bar.gif);
	/*border-bottom: #000000 4px solid; */
	height: 22px; 
	background-color: #efefef; 
}

td.menu 
{
	background-color:#3A6897;
}

td.footer
{
	color: #3A6897;
}

.Button
{
	/*color: #3A6897;*/
	background-image: url(Images/bar.gif);
	color: #3A6897;
	font-family: 'Trebuchet MS' , Arial, 'san Serif';
    font-size: 12px;
    height: 24px;
	background-position: center top;
	background-repeat: repeat-x;
	border-top-style: none;
	border-bottom-style: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
	border-right: #F7F8FA 1px solid;
	border-left: #F7F8FA 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
}

.TextBox
{
	border-right: #D8D9DA 1px solid;
	border-top: #D8D9DA 1px solid;
	border-left: #D8D9DA 1px solid;
	border-bottom: #D8D9DA 1px solid;
}

.LogoutLink, .LogoutLink a
{
	color: #ffffff;
}

.RepeaterHeader
{
	background-color: #3E6A9B;
}

.RepeaterItem
{
}

.RepeaterAlternatingItem
{
	background-color: #EFEFEF;
}


.title
{
	text-transform: capitalize;
	font-size: large;
	font-weight: lighter;
}

.Error
{
	color: #DA2D26;
	font-family: 'Trebuchet MS' , Arial, 'san Serif';
}

