﻿body {
	background-image:url(images/page_background.gif);
	background-position:top;
	background-repeat:repeat-x;
	
	background-color:#ececec;
	font-family:Verdana, Arial, System;
	font-size:8pt;
	 
}

A
{
    /*COLOR: #ce8f82;*/
    color:Red;
    TEXT-DECORATION: none
}
A:hover
{
	text-decoration: underline;
}

.PageContent
{
	background-color:#e2e2e2; 
	width:871px; 
	padding:0px;

}

.Outline
{
	border: solid 1px black;
}

.PageFooter
{
	background-color:#e2e2e2; 
	width:871px; 
	height:55px;
	padding:0px;
	background-image: url(images/footerBG.png);
	background-repeat:repeat-x;
	background-position:top;
}

.FooterText
{
	font-family: Verdana, Arial, Sans-Serif, System;
	font-size: 7pt;
	color: White;
	text-align:right;
	padding-right: 8px;
}

.StandardInput
{
	border: solid 1px black;
	font-family: Verdana, Arial, Sans-Serif, System;
	font-size: 8pt;
}

.LeftColumnHeader
{
	background-image:url(images/bluefadeBG.png);
	background-position:top;
	background-repeat:repeat-x;
	
	color: White;
	
	font-size:10pt;
	font-weight:bold;
	text-align:center;

	font-family:Verdana, Arial, System;
	width:200px;
}

.LeftColumnBody
{
	background-image:url(images/blackfadeBG.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #2d2d2d;
	text-align:left;
	color: White;
	
	padding-bottom: 4px;

	font-family:Verdana, Arial, System;
	font-size:8pt;
	width:200px;
}

.LeftMenu
{
	width:188px;
	cursor:pointer;
}
.LeftMenuActive
{
	background-image:url(images/menuhighlightBG.png);
	width:188px;	
	cursor:pointer;
	 text-decoration:underline;
}
.TitleText
{
	font-family: Verdana, Arial, Sans-Serif, System;
	font-size: 12pt;
	font-weight: bold;
	color: #19385e;
}

.Thumbnail
{
	border: solid 1px white;
	cursor: pointer;
	height: 100px;
	width: 120px;
}

.ThumbnailActive
{
	border: solid 1px black;
	cursor: pointer;
	height: 100px;
	width: 120px;
}

.SelectorInactive
{
	cursor:pointer;
	padding-bottom:3px;
	color:White;
	background-color:#2d2d2d; 
}
.SelectorActive
{
	background-image:url(images/menuhighlightBG.png);
	cursor:pointer;
	padding-bottom:3px;
	color:White;
	background-color:#2d2d2d; 
}
.SelectorActiveHover {
	background-image:url(images/menuhighlightBG.png);
	cursor:pointer;
	padding-bottom:3px;
	color:White;
	background-color:#2d2d2d; 
}
.SelectorActiveHover A 
{
 text-decoration:underline;
}
.SelectorInactiveHover {
	cursor:pointer;
	padding-bottom:3px;
	color:White;
	background-color:#2d2d2d; 
}
.SelectorInactiveHover A 
{
 text-decoration:underline;
}

.Padded
{
 padding: 5px;
}