﻿/* Page Layout */
body 
{
	margin: 0px;
	background-color: #e9dcc8;
}

.layoutContentTable 
{
   min-height: 500px;
   height: 500px;
}

table[class] .layoutContentTable
{
    height: auto;
}

.layoutPageRight
{
	background-image: url(../Images/bg_page_right.gif); 
	background-repeat: repeat-y;
	background-position: left top;
}

.layoutPageBottom
{
	background-image: url(../Images/bg_page_bottom.gif); 
	background-repeat: repeat-x;
	background-position: left top;
}

.layoutPageBottomRight
{
	background-image: url(../Images/bg_page_corner_bottomright.gif); 
	background-repeat: no-repeat;
	background-position: left top;
}

/* Font Styles */ 
body, div, p, li, td, span, input
{
	font-family: Verdana, Lucida Sans Unicode, Lucida Sans, Arial, Sans-Serif;
	font-size: 10pt;
}

h1
{
	font-size: 12pt;
	background-image: url(../images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin: 10px 0px 12px 0px;
	color: #eda534;
}

h2
{
	font-size: 10pt;
	background-image: url(../images/h2_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	color: #9f9f9f;
	margin: 8px 0px 4px 0px;
}

p
{
	margin: 4px 0px 10px 0px;
}

a, a:visited, a:link
{
	color: #9f9f9f;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	border-bottom-color: #9f9f9f;
}

a:hover, a:active
{
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #eda534;
	border-bottom-color: #eda534;
}

hr
{
	height: 1px;
}

li
{
	margin-bottom: 3px;
}

/* Font Classes */
.blueMetaText
{
	color: #84a6cd;
	font-size: 9pt;
}

.greyMetaText
{
	color: #9f9f9f;
	font-size: 9pt;
}

.greyMetaTextSmall
{
	color: #9f9f9f;
	font-size: 8pt;
}


a.blueLink, a.blueLink:visited, a.blueLink:link
{
	color: #84a6cd;
	text-decoration: none;
}

a.blueLink:hover, a.blueLink:active
{
	text-decoration: none;
	color: #eda534;
}

a.greyMetaLink, a.greyMetaLink:visited, a.greyMetaLink:link
{
	color: #9f9f9f;
	text-decoration: none;
	border-width: 0px;
}

a.greyMetaLink:hover, a.greyMetaLink:active
{
	text-decoration: none;
	border-width: 0px;
	color: #eda534;
}

a.imageLink, a.imageLink:visited, a.imageLink:link,
a.imageLink:hover, a.imageLink:active,
a.imageLinkTransp, a.imageLinkTransp:visited, a.imageLinkTransp:link,
a.imageLinkTransp:hover, a.imageLinkTransp:active
{
	border-width: 0px;
}

a.imageLink img, a.imageLink:visited img, a.imageLink:link img
{
	border: solid 2px #9f9f9f;
}

a.imageLink:hover img, a.imageLink:active img
{
	border: solid 2px #eda534;
}

a.imageLinkTransp img, a.imageLinkTransp:visited img, a.imageLinkTransp:link img
{
	-moz-opacity: 0.8;
	filter: alpha(opacity=100);
	border: solid 2px #9f9f9f;
}

a.imageLinkTransp:hover img, a.imageLinkTransp:active img
{
	-moz-opacity: 1;
	filter: alpha(opacity=80);
	border: solid 2px #eda534;
}

.newsPanel
{
	text-align: left;
	background-image: url(../images/bg_bar_large.gif);
	background-repeat: repeat-x;
	padding: 2px 5px 5px 5px;
	margin-bottom: 15px;
	width: 220px;
}

.randomImageCell
{
	padding-right: 15px;
}