html {
	margin: 0px;
	height: 100%;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url('images/background.jpg');
	background-color: #01305a;
	background-position: left top;
	background-repeat: no-repeat;
}

.Header {
    padding-bottom: 5px;
	white-space: nowrap;
}

.Title {
	margin: 0px;
	border-bottom: Solid 1px #678090;
}

.TitlePadding {
	padding-left: 15px;
    margin-left: 4px;
}

.rCorners{
	width:100%;
	padding:0px;
}

.rCorners td{
	padding:0px;
}

.tcMid {
	width: 100%;
	background-color: #FDF5E6;
}

.mcMid {
	width: 100%;
	background-color: White;
}

.Main {
   	padding-left: 15px; 
   	padding-right: 15px;
   	padding-top: 5px;
   	padding-bottom: 4px; /* plus 11 for corners */
   	color: Black;
   	margin: 0px;
   	background-color: White;
    overflow: hidden;
}

.Footer {
	text-align: right;
	white-space: nowrap;
}

.Footer A:link {color: White;}
.Footer A:visited {color: White;}
.Footer A:active {color: White;}
.Footer A:hover {color: White;}

div.Spacer {
    overflow: hidden;
    width: 5px;
    height: 1px;
}

.AccountControls {
	margin-left: 50px;
}

.IconMenu {
	font-size: 18px;
}

.IconMenu b {
	font-weight: bold; 
	color: Black;
	font-size: 22px; 
	font-family: Tahoma; 
	display: block; 
	margin-top: 6px; 
	margin-bottom: 5px;
}

.IconMenu A {
	color: Black;
	text-decoration: none;
}

.SelectorBar {
	font-size: 14px;
	width: 100%;
}

.DataContents {
	padding-top: 10px;
}

.Agreement li {
	padding-top: 12px;
}

.InfoBox {
	font-weight: bold;
	background-color:#C0DDE0;
	text-align: right;
}

.InfoBoxAnswer {
	background-color: #C0DDE0;
    border: Solid 1px #7eacb1;
    font-weight: normal;
    padding: 1px 2px;
}

.CommandLink a {
	color: #2a769d;
    font-size: 9pt;    
	margin: 0px 3px 0px 0px;
	font-weight: normal;
}

.CommandLink a:hover {
	color: #f15e34;
}

.GuideMenuHeader 
{
	color: Black;
	font-weight: bold;
	font-size: 14px;
}

.GuideSections
{
	font-size: 14px;
}

.GuideSectionHeader
{
	font-size: 16px;
	font-weight: bold;
	padding-Top: 12px;
	padding-bottom: 3px;
}

.GuideSections .SubTitle
{
	padding-top: 8px;
	font-weight: bold;
}

.GuideSections .SubSection
{
	padding-left: 20px;
}

.GuideSections .Note
{
	font-style: italic;
	font-size: 12px;
}

.GuideSections ul
{
	margin-left: 15px;
}

.GuideSections li
{
	padding-bottom: 10px;
}

.GuideSections .DetailTable
{
	width: 100%;
	margin-left: 5px;
}

.GuideSections .DetailTable .ImageColumn
{
	vertical-align: top;
	text-align: center;
	padding-right: 5px;
	white-space: nowrap;
}

.GuideSections .DetailTable .DetailColumn
{
	vertical-align: top;
	text-align: left;
	width: 100%;
	font-size: 12px;
}

.GuideSections .DetailTable .DetailColumn p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.GuideSections .DetailTable .DetailColumn .DetailHeader
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2px;
}

.GuideSections .DetailTable .DetailColumn .DetailSubTitle
{
	font-weight: bold;
	padding-bottom: 0px;
}

.GuideSections .ExampleTable
{
	margin-left: 5px;
	font-size: 12px;
}

.GuideSections .ExampleTable td
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
}
.auto-margin{ margin: auto;}

.DashboardNotificationsOverview { margin: auto;}
.DashboardNotificationsOverview A:link {color: Black; text-decoration: none;}
.DashboardNotificationsOverview A:visited {color: Black; text-decoration: none;}
.DashboardNotificationsOverview A:active {color: Gray; text-decoration: none;}
.DashboardNotificationsOverview A:hover {color: Gray; text-decoration: none;}

.ViperConfigTable
{
	border: solid 2px #C2D4DA;
	border-left: none;
}

.ViperConfigRow
{
	border-bottom: solid 1px #C2D4DA;
}

.ViperConfigSectionRow
{
	border-bottom: solid 2px #C2D4DA;
}

.ViperConfigSectionCaption
{
	text-align: right;
	font-weight: bold;
	background-color: #C0DDE0;
	padding-right:5px;
	border-left: solid 2px #C2D4DA;
}

.ViperConfigCaption
{
	text-align: right;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 10px;
}

.ViperConfigItem
{
	text-align: left;
}

.right-5 {
    padding-right: 5px;
}
.left-5 {
    padding-left: 5px;
}
.min400 {
    min-width: 400px;
}
.left-25-important {
    padding-left: 25% !important;
}