﻿body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Media/GUI/PageTile.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #003A94;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #C1272D;
}

td.Header_Tile {
	background-image: url(Media/GUI/Header_Tile.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

td.Header_BreadCrumbs {
	background-image: url(Media/GUI/Header_BreadCrumbs.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 35px;
	vertical-align: top;
	padding-top: 3px;
}
td.Header_LoginArea {
	color: #999999;
	padding-right: 30px;
}
td.Tab {
	background-image: url(Media/GUI/Header_Tab.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 125px;
	height: 40px;
	color: #FFFFFF;
	cursor: default;
	text-align: center;
}
td.Tab.Down {
	background-image: url(Media/GUI/Header_Tab_Down.gif);
}
div.SubMenu {
	position: absolute;
	margin-top: -5px;
	visibility: hidden;
	display: none;
}
div.SubMenu.Open {
	position: absolute;
	margin-top: -5px;
	visibility: visible;
	display: block;
}
td.SubMenu_Item {
	background-image: url(Media/GUI/SubMenu_Item.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 191px;
	height: 29px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	cursor: default;
}
div.SubMenu_Item_Pad {
	padding-left: 10px;
}
a.MenuItem 
{
	color: #FFFFFF;
	text-decoration: none;
}

div.LoginForm 
{
	background-image: url(Media/GUI/Login.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
	width: 310px;
	padding-bottom: 20px;
	margin-left: 250px;
	padding-left: 15px;
	padding-top: 7px;
}

.Title_Large 
{
	font-size: 18px;
	font-weight: bold;
	color: #003993;
}

.Title_Medium 
{
	font-size: 14px;
	font-weight: bold;
	color: #c1272d;
}

.Title_Small 
{
	font-size: 12px;
	font-weight: bold;
	color: #003993;
}

.Title_Tiny 
{
	font-size: 10px;
	font-weight: bold;
	color: #003993;
}

hr 
{
	border: 1px #CCCCCC solid;
	height: 1px;
}

li
{
	list-style-image: url(Media/GUI/ListItemArrow.gif);
}

ul 
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.Button_Large 
{
	border: 0px;
	width: 150px;
	height: 19px;
	background-image: url(Media/GUI/Button_Large.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.Button_Medium 
{
	border: 0px;
	width: 100px;
	height: 19px;
	background-image: url(Media/GUI/Button_Medium.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.Button_Small 
{
	border: 0px;
	width: 76px;
	height: 19px;
	background-image: url(Media/GUI/Button_Small.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.Button_Tiny {
	border: 0px;
	width: 48px;
	height: 21px;
	background-image: url(Media/GUI/Button_Tiny.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

input,textarea,select 
{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.Bordered 
{
	border: 1px #004675 solid;
}

.Small 
{
	font-size: 10px;
}

.Error 
{
	color: #CC0000;
}

.Success 
{
	color: #006600;
}

.List 
{
	border: 1px #003993 solid;
	background-color: #FFFFFF;
}

td.Cell_Heading 
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003790;
	border-bottom: 1px #003993 solid;
	background-image: url(Media/GUI/TableHeader_Tile.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td.Cell_Footing 
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c1272d;
	border-bottom: 1px #003993 solid;
	background-image: url(Media/GUI/TableFooter_Tile.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td.Cell_List
{
	border-bottom: 1px #80b8de solid;
	background-color: #FFFFFF;
}

td.Cell_List_Odd
{
	background-color: #dcebf4;
	border-bottom: 1px #80b8de solid;
}

.White 
{
	color: #FFFFFF;
}

.White:hover
{
	color: #FFFFFF;
}

.Border_Light 
{
	border: 1px #CCCCCC solid;
	background-image: url(Media/GUI/Tile_LightBlueGradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

.Hidden 
{
	visibility: hidden;
	display: none;
}

.Visible 
{
	visibility: visible;
	display: block;
}

.SelectedBox 
{
	border: 2px #003A94 dotted;
}

.ModalLayer 
{
	position: absolute;
	background-color: #666666;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity:0.9;
	filter:alpha(opacity=90);
	text-align: center;
	padding-top: 300px;
}

.Placeholder 
{
	width: 100%;
	min-height: 200px;
	border: 1px #DDDDDD solid;
	cursor: default;
}

.Placeholder_Highlighted
{
	width: 100%;
	min-height: 200px;
	border: 1px #66ff00 solid;
	cursor: default;
}