﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

.th
{
}

.data
{
}


a:link
{
	color: #034af3;
	text-decoration: none;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
 /*   border-bottom: 1px solid #5c87b2;*/
    padding: 0 0 10px 0;
}
h3
{
   	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	vertical-align: top;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
	margin: 10px;
	padding: 0px;
}
h4
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	vertical-align: top;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
	margin: 10px;
	padding: 0px;
}
h5
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
	text-align: justify;
	font-weight: normal;
	vertical-align: top;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 0 0 0;
} 
h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
}
.header a img
{
	border-width:0;
}
p#logo, h1#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
}

#mainContent
{
    padding: 10px 10px 10px 10px;
    background-color: #FFF;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.columnsContainer
{
    position: relative;
}
.submitLeft
{
	width: 535px;
	margin-right: 2%;
	float: left;
}

.submitRight
{
	width: 275px;
	float: left;
}
.leftColumn
{
	width: 18%;
	margin-right: 2%;
	float: left;
}

.rightColumn
{
    float: right;
	width: 80%;
	background-image: url('/Content/Style/background.jpg');
	background-repeat:no-repeat;	
	min-height:500px;		
}
.left50Column
{
	width: 49%;
 	float: left;
 	min-height:300px;	
}

.right50Column
{
    float: right;
	width: 49%;
	min-height:300px;		
}

#footer
{
   	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	vertical-align: top;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
	margin: 10px;
	padding: 5px 0 0 0;
}
#footer a:link { color:#666666}
#footer a:visited { color:#666666; text-decoration:none}

#footer p
{
    padding: 5px 0;
    margin: 0;
}

/* MAIN MENU   
----------------------------------------------------------*/
ul#mainMenu
{
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#mainMenu li
{
    display: inline;
    list-style: none;
}

ul#mainMenu li a
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#mainMenu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul#mainMenu li a:active
{
  /*  background-color: #a6e2a6; */
    text-decoration: none;
}

ul#mainMenu li.selected a
{
 /*   background-color: #FFF; */
    color: #000;
}

/* SIDE COLUMN LINKS & HEADINGS  
----------------------------------------------------------*/
.leftColumn ul
{
    margin: 0;
    padding: 0 5px 30px 0;
}

.leftColumn ul li
{
    list-style-type:square;
    margin-top: 5px;
    line-height: normal;
}
.leftColumn ul li h6
{
   	background-image: url('/Content/Style/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0.35em;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	padding-left: 0.8em;
}
.leftColumn ul li a
{
    list-style-type:square;
    padding: 5px;
    border: 1px solid #e8eef4;
    line-height: normal;
    display: block;
    text-decoration: none;
    background-color: #e8eef4;
    font-size: .9em;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.leftColumn ul li a:hover
{
    text-decoration: none;
    background-color: #FFF;
    border-color: #e2e7ed;
}

.leftColumn ul li a:active
{
    text-decoration: none;
    background-color: #a6e2a6;
    border-color: #a6e2a6;
    color: #FFF;
}

.leftColumn h2
{
    font-size: 1.2em;
    padding: 5px;
    margin: 0px;
    border-color: #5C87B2;
    background-color: #5C87B2;
    color: #FFF;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}
/* Insert a policy */
.label {width: 14em; padding-right: 0.3em; display: block; float: left;	font-weight: 700; text-align:right; vertical-align:bottom; padding-top:5px;}
.validation {color: Red; font-weight: 900;}
/*Insert Policy END */
/* Used on the glossary page */
ul.pagination li {list-style: none; display: inline;}
ul.pagination li a {padding: 0 4px 0 4px;}
dl dt {font-weight: bold;}
/*Glossary page END*/
/* Submit Button */
	.button {text-align: center; background: url("/Content/Images/btn-bg-left.gif") no-repeat center left; height: 30px; padding: 7px 0px 7px 9px;}
	.button a {text-decoration: underline; color: #000; background: url("/Content/Images/btn-bg-right.gif") no-repeat center right; padding: 7px 15px 7px 6px;}
	.submit {text-align: right; } /* style:"float:right" */
/* END*/
/* index page bullets*/
.point {border: 1px solid #dfd68b; background: ivory; padding: 0.5em; margin: 0; margin-bottom: 1em;}
/* END */

/* added by Dunk: */

.policyLeftColumn
{
	width: 78%;
	margin-right: 2%;
	float: left;
}

.policyRightColumn
{
    float: right;
    width: 20%;
}

.ticker {border: 1px green; background:lime ; padding: 0.5em; margin: 0; margin-bottom: 1em;}

.documentList {min-height:475px; max-height:510px; background:ivory;border: 1px solid #dfd68b;}

/* centered table nees margin:0 auto;#dfd68b ivoryuto; */
.central {text-align:center;table-layout:fixed; margin: 0 auto;}

.policyDetailsTable {table-layout:fixed; background-color:InfoBackground;border: 1px solid #dfd68b;width:650px; margin: 0 auto;}
.policyDetailsTable thead {}
.policyDetailsTable tr {height:25px;}
.policyDetailsTable td {text-align:left;}
.policyDetailsTable th {text-align:left;}

.offerTable {table-layout:fixed; background-color:InfoBackground;border: 1px solid #dfd68b;width:650px; margin: 0 auto;}
.offerTable thead {}
.offerTable tr {height:25px;}
.offerTable td {text-align:center;}
.offerHighest {font-weight: bold; height:25px;}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: ivory;
	padding: 4px;
	position: absolute;
	top: 20%;
	left: 50%;
}

/* end of added by Dunk: */

/*Ticker taep*/
    .slsh
    {
        font-weight: bold;
        font-size: 18px;
        font-family: Arial,Helvetica;
        color: red;
        text-align: center;
    }
.ol {margin-bottom:40px;}
.ol li{font-size: 1.2em;   color: #000;    font-family: Arial, Helvetica, sans-serif; font-weight:bolder; margin-bottom:15px;}

