﻿/*
	HTML Tag Styles
*/
body
{
	background-color : #BCBCBC;
	padding : 0;
	margin: 0; 
	border: 0;
	left: 0;
	top : 0;
	position: absolute;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #333333;
}

table
{
	padding: 0;
	margin: 0; 
	border: 0;
}

A:link { text-decoration : none; font-weight: bold; color : #3D55B7; }
A:visited { text-decoration : none; font-weight: bold; color : #3D55B7; }
A:active { text-decoration : none; font-weight: bold; color : #3D55B7; }
A:hover { text-decoration : underline; font-weight: bold; color : #3D55B7; }

img
{
	display: block;
}
ul
{
	list-style-type: disc;
	padding-left: 15px;
}
ol
{
	padding-left: 15px;
}
ol li
{
	padding-bottom: 8px;
}

/*
	Main Table Classes.
*/
.MainTable
{
	width : 100%;
	top : 0;
	left : 0;
	padding : 0;
	margin: 0; 
	border: 0;
	background-color : #BCBCBC;
}
.MainRow
{
	height : 100%
}
.MainContent
{
	background-color : White;
	padding : 0;
	margin: 0; 
	border: 0;
	background-color : Transparent;
}
.MainContentDiv
{
	background-image : url('Images/master_tramline.gif');
}
.MainContentCell
{
	padding : 0;
	margin: 0;
}
.MainLeftCell
{
	width: 50%;
}
.MainRightCell
{
	width: 50%;
}
.FooterRow
{
	height : 30px
}
.KeywordText
{
	color : #BCBCBC;
}

/*
	Gallery bar.
*/
.GalleryHeader
{
	background-image : url('Images/master_info_header.gif');
	width: 264px;
	height: 23px;
	color: White;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 22px;
}
.GalleryPanel_Table
{
}
.GalleryPanel_ImageRow
{
}
.GalleryPanel_ImageCell
{
	padding: 10px 0px 0px 13px;
}
.GalleryPanel_Image
{
	border: 1px;
	border-color: #cccccc;
	padding: 1px 1px 1px 1px;
	border-style: solid;
}
.GalleryPanel_TextRow
{
}
.GalleryPanel_TextCell
{
	text-align: center;
}


/*
	Page
*/
.PageTitle
{
	font-size : 12pt;
	color : #3F67A7;
}

/*
  Menu Control
*/
.MenuOuterRow
{
	padding-left: 9px;
	padding-right: 4px;
	background-image : url('Images/master_mainmenu.gif');
}
.MenuControl
{
	width : 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 11px;
}
.MainMenuTable
{
	background-color : Transparent;
}
.MainMenuRow
{
	color : #535178;
	text-align : center;
}
.MainMenuRow :link{ text-decoration : none; color : #535178; font-weight : bolder;}
.MainMenuRow :visited{ text-decoration : none; color : #535178; font-weight : bolder;}
.MainMenuRow :active{ text-decoration : none; color : #535178; font-weight : bolder;}
.MainMenuRow :hover{ text-decoration : underline; color : #535178; font-weight : bolder;}

.MainMenuCell
{
	height : 36px;	
	width : 129px;
}
.MainMenuCellSelected
{
	height : 36px;	
	width : 129px;
}
.MainMenuCellSelected :link{ color : #C2AD47;}
.MainMenuCellSelected :visited{ color : #C2AD47;}
.MainMenuCellSelected :active{ color : #C2AD47;}
.MainMenuCellSelected :hover{ color : #C2AD47;}


/*
	Footer Row
*/
.FooterRow
{
	height : 62px;
	font-size : 7pt;
	background-image : url('Images/master_footer.gif');
	text-align : center;
	vertical-align : middle;
}
.FooterCell
{
	color: #878686;
	font-weight: bold;
}
.FooterCell A
{
	color: #878686;
	font-weight: bold;
}

/*
	Header Row
*/
.HeaderRow
{
	background : #BCBCBC;
}


/*
	Header Panel Control Styles.
*/
.HeaderPanel_Table
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-left: 2px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}
.HeaderPanel_MainTitleRow
{
	height : 20px;
}
.HeaderPanel_MainTitleCell
{
	padding-left: 0px;
	padding-right: 5px;
	background-color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	color: #3D55B7;
	vertical-align: middle;
}
.HeaderPanel_MainTitleCellImage
{
	display: block;
}
.HeaderPanel_MainTitleCellText
{
	padding-top: 3px;
}
.HeaderPanel_MainTitleCellText_FirstWord
{
	color: #3D55B7;
}
.HeaderPanel_MainTitleCellText_SubsequentWord
{
	color: #959595;
}
.HeaderPanel_InfoTitleRow
{
	height : 20px;
}
.HeaderPanel_InfoTitleCell
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E0E0E0;
	border-right: solid 1px white;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
}
.HeaderPanel_ContentRow
{
	margin-bottom: 5px;
}
.HeaderPanel_ContentCell
{
	font-size: 9pt;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	border-bottom: solid 1px #BCBCBC;
	vertical-align: top;
}
.HeaderPanel_EndDiv
{
	padding-bottom: 2px;
}
.HeaderPanel_ContentCell B
{
	font-size: 10pt;
	color: #454545;
}


/*
	Availability control.
*/
.AvailabilityControl_Table
{
	width: 100%;
}
.AvailabilityControl_Row
{
}
.AvailabilityControl_Cell
{
}
