﻿body { 
    font-family: Source Sans Pro, Sans-Serif !important; 
    font-size:17px !important;
    background-color: #fffcf6 !important;
    /*background: -moz-linear-gradient(top,#ffffff 0%,#fffcf6 200px);
    background: -webkit-linear-gradient(top,#ffffff 0%,#fffcf6 200px);
    background: linear-gradient(to bottom,#ffffff 0%,#fffcf6 200px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fffcf6',GradientType=0);*/
}

div {
    border-radius:4px;
}

table {
    border-radius:4px;
}

/*GridViewCSS*/
div#page_title {
	/*color: #5D5D5D;*/
    color: #000;
    font-weight:500;
    padding-bottom:10px;
	/*font-size: 130%;*/
    font-size: 35px!important;
	/*text-transform: uppercase;*/ 
	/*border-bottom: 1px dotted #5D5D5D;*/ 
    border-bottom: 2px solid #E6E2DC; 
	/*font-weight: bold;*/ 
	/*letter-spacing: .2em;*/ 
    width: 100%;
    margin-top: 25px;
    font-family: 'Varela Round', sans-serif;
}
div#div_plan {
    width: 100%;
}
div.alertbox {
    float: right;
    display: block;
    width: 50%;
	background-color: #ffffcc; 
	border: 1px solid gray; 
	padding: 5px; 
    /*margin: 5px;*/
}

.ErrorMessage {
    margin-top: 10px; 
    padding: 8px; 
    width: 50%; 
    background-color: #FFDDDD; 
    border: 4px solid red;
    font-weight: bold;
}
.GridViewStyle {
    font-family: Arial, Sans-Serif;
    /*font-size:small;*/
    table-layout: auto;
    border: 1px solid #E5DDCF;
    width: 100%;
    text-align: left;
    /*-ms-word-break: break-all;
    word-break: break-all;*/
    /*-ms-word-wrap: break-word;
    word-wrap: break-word;*/
    /*white-space: normal;*/
}

.HeaderStyle
{    
	font-size: 100%;
	color: #ffffff;
/*  background-color: #004d7b; CornflowerBlue Brown-LightCyan*/
    /*background-color:OliveDrab;*/
    background-color:#73A534;
	text-align: left;
	padding: 5px;
	margin-top: 10px;
    width:inherit;
}

.SubHeaderStyle
{    
	font-size: 100%;
    font-weight:bold;
	color: #000000;
    background-color:LightSteelBlue;
	text-align: left;
	padding: 5px;
	margin-top: 10px;
    width:inherit;
}

/*RowStyles*/
.RowStyle td, 
.AltRowStyle td, 
.SelectedRowStyle td
/*Common Styles*/
{   
    text-align: left;
    padding: 2px;   
    border: 1px solid #E5DDCF; 
}

.RowStyle td
{   
    /*background-color: #efeeef=offwhite;*/
    /*background-color: #efeeef;*/
    background-color: #fcfcf9;
    width: inherit;
}

.AltRowStyle td
{    
    /*background-color: #FFFFCC; #f0f0f0=white;*/
    /*background-color:lightgray;*/
    background-color:#FFFFFF;

}

.BenefitDiffStyle td
{    
    /*background-color: #F7D295=orange; #FFFFCC=lightyellow*/
    background-color:#FFFFCC;
    border: 1px solid #E5DDCF;
}

.results_table {
    background-color: #efeeef;
    /*width: 100%;*/
    border: none;
}

a,
a:link {color: #285c82; text-decoration: none;}
a:visited {color: #285c82; text-decoration: none;}
/*a:hover{color: #285c82;	text-decoration: underline;}*/

div#page_footer {
    clear: both;
    font-size: 90%;
    width: 100%;
    padding-top: 2px;
    color: #CCCCCC;
    text-align: center;
}
div#page_footer a { 
    font-size: 100%;
}