﻿
/* HEADER STYLES */
table#header td {
	background-color: #FFFFFF;
}

table#header td.side{
	background-image: url('images/side_right.jpg');
}

table#header td.corner {
	background-image: url('images/corner_tr.jpg');
}


table#main {
	background-color: #E4D2B3;
	font-family: Verdana;
	font-size: small;
}

table#main td{
	line-height:150%;
}

table#main td.side{
	background-image: url('images/side_right.jpg');
}

table#main a {
	color:#996633;
	font-weight:bold;
	text-decoration:underline;
	line-height:150%;
}

table#main a:hover {
	text-decoration:underline;
}

table#photo {
	float:right;
	padding-left:4px;
	padding-bottom:4px;
	font-family:Verdana;
	font-size:8pt;	
	font-weight:bold;
}

table#photo td {
	text-align:center;
	vertical-align:text-top;
	
}

h1{
	font-family:Tahoma;
	font-size:x-large;
	font-weight:bold;
}

h2{
	font-family:Tahoma;
	font-size:large;
	font-weight:bold;
	color:#000000;
	padding-top:8px;
	padding-bottom:0px;
}

/* TOP MENU STYLES */

table#topmenu a {
	color: #FFFFFF;
	text-decoration:none;
}

table#topmenu a:hover {
	text-decoration:underline;
}

table#topmenu {
	background-color: #343434;
	font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}

table#topmenu td {
	border-right: 1px solid #FFFFFF;
	border-collapse:collapse;
}

table#topmenu td.last {
    border-right:none;
}

table#topmenu td.side {
    border-right:none;
	background-image: url('images/side_grey.jpg');
}


/* FOOTER STYLES*/

table#footer td {
	border-collapse: collapse;
	background-color: #343434;
	text-align: center;
	font-family: Verdana;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: center;
}

table#footer td.right {
	background-image: url('images/side_grey.jpg');
}

/* BOTTOM OUTLINE STYLES*/

table#bottom td {
	border-collapse: collapse;
	background-color: #343434;
	text-align: center;
	font-family: Verdana;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: center;
}

table#bottom td.right {
	background-image: url('images/corner_br.jpg');
}

table#bottom td.left {
	background-image: url('images/bottom.jpg');
}

/* SIDEBAR STYLES*/

table#sidebar {
	background-color: #E4D2B3;
	/*text-indent:8px;*/
	font-family: Verdana;
	font-size: 11px;
	line-height: 150%;
	text-align:left;
}

table#sidebar a {
	color: #000000;
	font-weight:500;
	text-decoration:none;
	margin-left:8px;
	line-height:150%;
}

table#sidebar a:hover {
	text-decoration:underline;
}

hr#sidebar {
	color: #D6AC83;
}

/* FLOAT BAR STYLES*/

table#floatbar {
	float:right;
	background-color: #E4D2B3;
	/*text-indent:8px;*/
	font-family: Verdana;
	font-size: 11px;
	line-height: 150%;
	text-align:left;
}

table#floatbar a {
	color: #000000;
	font-weight:500;
	text-decoration:none;
	margin-left:8px;
	line-height:150%;
}

table#floatbar a:hover {
	text-decoration:underline;
}

hr#floatbar {
	color: #D6AC83;
}
/* NEWS STYLES*/

table#news {
	background-color: #CDAC7E;
	/*text-indent:8px;*/
	font-family: Verdana;
	font-size:11px;
	line-height: 150%;
}

table#news a {
	color: #000000;
	font-weight:500;
	text-decoration:none;
	margin-left:8px;
	line-height:150%;
}

table#news a:hover {
	text-decoration:underline;
}

hr#news {
	color: #E4D2B3;
}




table.grdTags
{
    /* table width */
    min-width:600px;
    width:50%;
}
        
/****TABLE HEADER (grdTags) *******/
table.grdTags tr.headerTags
{
    position:fixed;
    overflow:hidden;
    white-space:nowrap;
    width:50%;
    margin:0;
    z-index:100;
}

/*padding content of 2nd row (it's the 1st data row)*/
table.grdTags tr:nth-child(2) td
{
    padding-top:40px;
}