﻿body,td,th {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	color: #01243c;
	line-height: 16px;
}
body {
	background-image: url(Media/GUI/Tile.gif);
	background-color: #015795;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #01243d;
	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: 22px;
	font-weight: bold;
	color: #01243d;
}

.Title_Medium 
{
	font-size: 18px;
	font-weight: bold;
	color: #c1272d;
}

.Title_Small 
{
	font-size: 14px;
	font-weight: bold;
	color: #01243d;
}

.Title_Tiny 
{
	font-size: 10px;
	font-weight: bold;
	color: #01243d;
}

hr 
{
	border: 1px #CCCCCC solid;
	height: 1px;
}

.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: 14px;
	color: #000000;
	height: 20px;
	border: 1px #999999 solid;
	padding: 5px;
}

input[type=checkbox],input[type=radio] 
{
	border: none;
}

input[type=button],input[type=submit] 
{
	padding: 0px;
}

.Bordered 
{
	border: 1px #004675 solid;
}

.Small 
{
	font-size: 10px;
}

.Error 
{
	color: #CC0000;
}

.Success 
{
	color: #006600;
}

.List 
{
	border: 1px #01243d solid;
	background-color: #FFFFFF;
}

td.Cell_Heading 
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003790;
	border-bottom: 1px #01243d 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 #01243d solid;
	background-image: url(Media/GUI/TableFooter_Tile.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.Cell_List
{
	border-bottom: 1px #80b8de solid;
	background-color: #FFFFFF;
}

.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;
}

.Copyright
{
	padding: 10px;
	font-size: 10px;
	color: #84BBE0;
}

td.Content_Home 
{
	background-image: url(Media/GUI/Content_Home.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 373px;
	padding: 10px 20px 10px 20px;
}

.Sidebar_Home {
	background-image: url(Media/GUI/Sidebar_Bg.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}
div.BulletPoint {
	border-top: 1px #CCCCCC solid;
	padding: 5px;
}
div.FirstBulletPoint {
	padding: 5px;
}
.Content_Main 
{
	background-image: url(Media/GUI/Content_Main.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 50px;
	padding-right: 50px;
	height: 280px;
	vertical-align: top;
}

.Testimonials 
{
    padding: 10px;
    text-align: justify;
    background-color: #b9dff7;
    line-height: 26px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.Odd 
{
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 20px;
}

.Main_Top
{
	background-image: url(Media/GUI/Main_Top.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 980px;
	height: 12px;
}

.Main_Bottom
{
	background-image: url(Media/GUI/Main_Bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 980px;
	height: 33px;
}

.Main
{
	background-image: url(Media/GUI/Main_Tile.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 980px;
	min-height: 400px;
	text-align: left;
}

.Main_Content 
{
	padding: 40px;
	padding-top: 10px;
}

.Header 
{
	position: relative;
	right: 0px;
	left: 0px;
	margin: auto;
	width: 980px;
	height: 159px;
}

.SubMenu_Items 
{
	position: absolute;
	width:  158px;
	height: 167px;
	background-image: url(Media/GUI/SubMenu.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -40px;
	text-align: left;
	z-index: 99;
}

.SubMenu_Items ul 
{
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.SubMenu_Items li
{
	color: #FFFFFF;
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.SubMenu_Items li:hover
{
	background-color: #013356;
}