﻿body 
{
    font-family: Arial, Sans-Serif;
    background-image: url("images/bg.gif");
    background-repeat: repeat-x;
    background-color: #203a58;
}
h1
{
    font-size: 20px;
    font-weight: bold;
    color: #025c96;   
}
h2
{
    font-size: 14px;
    font-weight: bold;
    color: #025c96;    
}
h3, h4
{
    font-size: 12px;
    font-weight: bold;
    color: #025c96;    
}
#wrapper
{
    width: 970px;
    margin: 0 auto;
}
.list
{
    background-color: #c2dded;
    padding: 4px 4px 1px 8px;
}
.list *
{
    color: #025c96;
}
.testa
{
    padding: 8px;
    border: 1px solid black;
    background-color: #B5D6EA;
    width: 289px;
}
.topped td
{
    vertical-align: top;
    width: 50%;
    padding: 8px;
}
a.login
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.simpletable
{
    border: 1px solid black;
    border-collapse: collapse;   
    width: 650px;
}
.simpletable td
{
    vertical-align: top;
    border: 1px solid black;
    text-align: center;
}
.simpletable li
{
    text-align: left;   
}

/* HEADER STYLES */
#header
{
    height: 90px;
}
#logo_holder
{
    float: left;
}
#menu_holder
{
    float: left;
    width: 750px;
}
#search_holder
{
    float: left;
    margin-right: 8px;
}
input.SearchTextBox
{
    width: 160px;
}
.search_button
{
    border: none;
    margin: 1px 1px 1px -4px;  
}


/* MENU STYLES */
#menu_top
{
    height: 30px;
	margin-bottom: 8px;
}
#menu_bottom
{
    clear: both;
    height: 50px;
}
#sub_menu
{
    clear: both;
    background: url("images/subbg.gif") repeat-x;
    height: 28px;
}
#sub_menu span
{
    margin: 0 auto;
}

.MainMenu_MenuBreak
{
    border: 0px;
}
.SubMenu_MenuBar
{
    background: url("images/subbg.gif") repeat-x;
    height: 28px;
}
.SubMenu_RootMenuItem
{
    font-size: 12px;
    color: #ee0000;
    /*color: #fd3e40;*/  
}
.SubMenu_RootMenuItem td
{
    padding: 0px 12px 0px 12px;
}
.SubMenu_RootMenuItemSelected
{
    font-size: 12px;
    color: #172c49; 
    background-color: Transparent;  
}
.SubMenu_RootMenuItemSelected td
{   
    padding: 0px 12px 0px 12px;
}
.RootMenuItem
{
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.RootMenuItem td
{
    padding: 0px 8px 0px 8px;
}
.RootMenuItemSelected td
{
    background: url("images/hover.gif") repeat-x;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    height: 50px;
    color: #213956;   
}
.separator
{ 
    background: url("images/sep.gif") no-repeat center;
    height: 50px;
    width: 3px;
}

/* MAIN BLOCK STYLES */
.breadcrumb
{
    font-size: 12px;   
}



#content
{
    clear: both;
    margin: 20px 45px 20px 45px;
}
#content_left
{
    float: left;
}
#content_right
{
    float: right;
}

/* SUB-PAGE STYLES */
#sub_content
{
    clear: both;
    margin: 10px 0px 0px 0px;
}
#sub_content_table
{
    float: left;
    border: solid 1px #cfe2f5;
    border-collapse: collapse;
    margin-bottom: 20px;  
}
.sub_content_left
{
    width: 430px;
    background-color: #ffffff;
    padding: 0px 20px 0px 30px; 
    vertical-align: top; 
}
.sub_content_mid
{
    width: 180px;
    background-color: #ffffff;
    border-left: solid 4px #cfe2f5;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    vertical-align: top; 
}
#sub_content_right
{
    float: right;
    width: 200px;
    margin-right: 50px;
    vertical-align: top;
}

/* TWO-COLUMN PAGE STYLES */
.two_content_left
{
    width: 650px;
    background-color: #ffffff;
    padding: 0px 20px 0px 30px; 
    vertical-align: top; 
}

/* FOOTER STYLES */
#footer
{ 
    clear: both;
    font-size: 11px;
    color: #ffffff;
}
#footer_top
{
    margin-bottom: 2px;
    padding: 15px 20px 10px 20px;
    background-color: #002d4e;
}
#footer_bottom
{
    margin-top: 0px;
    padding: 10px 20px 15px 20px;
    background-color: #002d4e;
    height: 28px;
}
#footer a
{
    color: #f8f5b8;
}
.h_sep_list li
{
    display: inline;   
}
.footer_link
{
    margin: 0px 10px 0px 10px;
}
#address
{
    float: left;
}
#footer_logos
{
    float: right;
}

/* LOGIN STYLES */
#login_holder
{
    float: right;
    vertical-align: middle;
    padding-top: 4px;
    height: 34px;
    background-image: url(images/cornerbg.gif);
}

#login_holder a.CommandButton
{
    display: none;
}
.LoginContainer
{
    float: left;
}
#login_holder .UsernameLabel, #login_holder .UsernameTextBox, #login_holder .PasswordLabel, #login_holder .PasswordTextBox, #login_holder .LoginButton
{
    color: #ffffff;
    float: left;
    padding-right: 4px;
}

#login_holder .RememberLogin
{
    display: none;
}

#login_holder .UsernameLabel img, #login_holder .PasswordLabel img
{
    display: none;
}

#login_holder .LoginButton .StandardButton
{
    background-image: url(images/login.gif);
    height: 20px;
    width: 47px;
    border: none;
    cursor: pointer;
}
#login_holder a
{
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}


.redButton:link, .redButton:hover, .redButton:visited
{
	background: url(images/dashboardbutton.gif) no-repeat;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 5px 5px 5px;
	color: #036;
	text-decoration: none;
}

#loginleft
{
	float:left;
	width: 250px;
}
#loginright
{
	float:left;
	width: 400px;
}

.carePlans ul
{
	padding: 0px;
	margin: 0px;
}

.carePlans li
{
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.content_min_height
{
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	width: 0px; 
	height:512px;
}

.DNN_HTMLContent a:hover,.DNN_HTMLContent a:visited,.DNN_HTMLContent a:link
{
	text-decoration: underline;
}

.MainMenu_MenuContainer
{
	width: 50px;
}


#coupons
{
	color: #003A85;
	font-family: Arial, Sans-Serif;
}

#coupons .couponSmall
{
	background: #BADAF3;
	border: dashed 1px black;
	margin: 5px 0px 5px 0px;
	width: 150px;
	he/ight: 105px;
	cursor: pointer;
	
}

#coupons .couponSmall .cost
{
	font-size: 16pt;
	text-align: center;
	background: #E2EEFA;
	margin-top: 5px;
	border-top: 1px solid #ACC5D9;
}

#coupons .couponSmall .detail
{
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background: #E2EEFA;
	padding: 5px;
	border-bottom: 1px solid #ACC5D9;
}

#coupons .couponSmall .bottom
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}

#coupons .coupon
{
	width: 346px;
	background: #BADAF3;
	border: dashed 2px black;
	padding: 0px;
	margin-bottom: 10px;
}

#coupons .coupon .cost
{
	font-size: 48pt;
	text-align: center;
	background: #E2EEFA;
	margin-top: 30px;
	border-top: 1px solid #ACC5D9;
}
#coupons .coupon .detail
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	background: #E2EEFA;
	padding-bottom: 10px;
	border-bottom: 1px solid #ACC5D9;
}

#coupons .coupon .bottom
{
	margin: 10px;
}
#coupons .logosection
{
	background: url('/Portals/0/coupons/logo.png') no-repeat;
	margin: 10px 0px 5px 0px;
	padding-left: 180px;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	height: 50px;
	border-bottom: 1px solid #ACC5D9;
}
#coupons .offer
{
	border-bottom: 1px solid #ACC5D9;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#coupons .expiration
{
	display: none;
	font-size: 8pt;
	font-weight: bold;
}

#coupons .fulldetail
{
	font-size:8pt;
	text-align: left;
}
#coupons .detaillist li
{
	text-align: left;
	list-style: none;
	
}
#coupons .detaillist ul
{
	color: #61819A;
	font-size:8pt;
	margin:5px 0px 0px 0px;
	padding:0px;
}

#rotatorText a 
{
	color: Red;
	text-decoration: underline;
}

/* customer comments */
#customercomments div{
	color: #9eb3cf;
	font-weight: bold;
	font-size: 2em;
	wid/th: 700px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-indent: -20px;
}
#customercomments .inner{
	color: black;
	left: 5px;
	font-size: .6em;
	font-weight: normal;
	width: 600px;
	margin-top: 5px;
	margin-left: 0px;
	text-indent: 0px;
}
#customercomments strong{
	font-size: 1.1em;
	font-weight: bolder;
	color: #7299cf;
}