<%@ include file="/frameworkIncludes/directives.jsp"%>
<%@page import="gov.wisconsin.exchange.presentation.customEntities.ExchangeUser"%>
<%@page import="gov.wisconsin.exchange.presentation.customEntities.Address"%>
<%@page import="java.util.Map"%>
<AP:FwHeadTag currentPageID="HIECI" defaultPageAction="HIETNPLoad"/>
<%
String whAddress1 = "";
String whAddress2 ="";
String whCity = "";
String whZip ="";
String hhAddress1 ="";
String hhAddress2 ="";
String hhCity = "";
String hhZipCode = "";
String hhHomeNum1 = "";
String hhHomeNum2 = "";
String hhHomeNum3 = "";
String hhCellNum1 = "";
String hhCellNum2 = "";
String hhCellNum3 = "";
Map userInf = (Map)request.getSession().getAttribute("CONTACT_INFORMATION");
//Map userInf=(Map)request.getAttribute("CONTACT_INFORMATION");
if(userInf!=null){
whAddress1 = (String)userInf.get("whAdr1");
whAddress2 = (String)userInf.get("whAdr2");
whCity = (String)userInf.get("whrCity");
whZip = (String)userInf.get("whereZip");
hhAddress1 = (String)userInf.get("AddressLine1");
hhAddress2 = (String)userInf.get("AddressLine2");
hhCity = (String)userInf.get("City");
hhZipCode = (String)userInf.get("Zipcode");
hhHomeNum1 = (String)userInf.get("HomeNum1");
hhHomeNum2 = (String)userInf.get("HomeNum2");
hhHomeNum3 = (String)userInf.get("HomeNum3");
hhCellNum1 = (String)userInf.get("CellNum1");
hhCellNum2 = (String)userInf.get("CellNum2");
hhCellNum3 = (String)userInf.get("CellNum3");
}
%>
<%
ExchangeUser eUser = (ExchangeUser)request.getSession().getAttribute("ExchangeUser");
Address bAddr1 = eUser.getBillingAddress();
String address1 = bAddr1.getAddressLine1();
String address2 = bAddr1.getAddressLine2();
String city = bAddr1.getCity();
String state = bAddr1.getState();
String zipCd = bAddr1.getZipCode();
%>
<AP:FwMenuTag/>
<AP:FwMessageDisplayTag></AP:FwMessageDisplayTag>
<script><!--
var addr1;
var addr2;
var city1;
var state1;
var zip1;
if(window.attachEvent)
window.attachEvent("onload", pageOnload);
function pageOnload(){
addr1 = '<%=address1%>';
addr2 = '<%=address2%>';
city1 = '<%=city%>';
state1 = '<%=state%>';
zip1 = '<%=zipCd%>';
//alert(addr1 + '- '+addr2);
}
function billingAddress()
{
//alert();
//document.forms[0].PAGE_ACTION.value="HIECheckLoad";
//document.forms[0].submit();
if(document.getElementById("toggleWhereLiving").checked){
document.getElementById("whereAdr1").value = addr1;
document.getElementById("whereAdr2").value = addr2;
document.getElementById("whereCity").value = city1;
document.getElementById("whereZip").value = zip1;
}else{
document.getElementById("whereAdr1").value = '';
document.getElementById("whereAdr2").value = '';
document.getElementById("whereCity").value = '';
document.getElementById("whereZip").value = '';
}
}
function houseHoldAddress()
{
//alert();
if(document.getElementById("toggleMailingAddress").checked){
document.getElementById("txtAddressLine1").value = document.getElementById("whereAdr1").value;
document.getElementById("txtAddressLine2").value = document.getElementById("whereAdr2").value;
document.getElementById("txtCity").value = document.getElementById("whereCity").value;
document.getElementById("txtZipcode").value = document.getElementById("whereZip").value;
}else{
document.getElementById("txtAddressLine1").value = '';
document.getElementById("txtAddressLine2").value = '';
document.getElementById("txtCity").value = '';
document.getElementById("txtZipcode").value = '';
}
}
</script>
<div id="ContentsTop">
<div id="ContentsBottom">
<div id="Contents">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="115"><img src="images/icons/hie_logo_phone.gif" width="120" height="90" alt="" title="" /></td>
<td>
<h1><span>Contact Information</span></h1>
Please enter your contact information below.
<br /><br />
</td>
</tr>
</table>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<h2 class="line"><span>Where You Live</span></h2>
<br />
</td>
</tr>
</table>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="42"></td>
<td >
<table border="0" width="100%" cellpadding="5" cellspacing="0">
<tr valign="top">
<td><label>Address Line 1<br /></label></td>
<td><input type="text" name="whereAdr1" id="whereAdr1" value="<%=whAddress1%>" size="35" maxlength="100" class="textbox" /></td>
<td ><label> <input type="checkbox" name="toggleWhereLiving" id="toggleWhereLiving" value="false" onclick="billingAddress()"/><small>Same As Billing Address</small></label></td>
</tr>
<tr>
<td><label>Address Line 2</label></td>
<td><input type="text" name="whereAdr2" id="whereAdr2" value="<%=whAddress2%>" size="35" maxlength="100" class="textbox" /></td>
</tr>
<tr>
<td><label>City</label></td>
<td><input type="text" name="whereCity" id="whereCity" value="<%=whCity %>" size="35" maxlength="100" class="textbox" /></td>
</tr>
<tr>
<td><label>State</label></td>
<td>
<select name="ddState" style="min-width:258px; _width:255px; #width:255px;">
<option value=""></option>
<option value="WI" selected>Wisconsin</option>
</select>
</td>
</tr>
<tr>
<td><label>Zip Code</label></td>
<td><input type="text" name="whereZip" id="whereZip" value="<%=whZip%>" size="35" maxlength="100" class="textbox" /></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<h2 class="line"><span>Your Mailing Address</span></h2>
</td>
</tr>
</table>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="42"></td>
<td>
<table border="0" width="100%" cellpadding="5" cellspacing="0">
<tr valign="top">
<td width="240"><label>Address Line 1<br /></label></td>
<td><input type="text" name="txtAddressLine1" id="txtAddressLine1" value="<%=hhAddress1%>" size="35" maxlength="100" class="textbox" /></td>
<td><label> <input type="checkbox" name="toggleMailingAddress" id="toggleMailingAddress" value="false" onclick="houseHoldAddress()"/><small>Same As Household Address</small></label></td>
</tr>
<tr>
<td><label>Address Line 2</label></td>
<td><input type="text" name="txtAddressLine2" id="txtAddressLine2" value="<%=hhAddress2%>" size="35" maxlength="100" class="textbox" /></td>
</tr>
<tr>
<td><label>City</label></td>
<td><input type="text" name="txtCity" id="txtCity" value="<%=hhCity%>" size="35" maxlength="100" class="textbox" /></td>
</tr>
<tr>
<td><label>State</label></td>
<td>
<select name="ddState" style="min-width:258px; _width:255px; #width:255px;">
<option value=""></option>
<option value="WI" selected>Wisconsin</option>
</select>
</td>
</tr>
<tr>
<td><label>Zip Code</label></td>
<td><input type="text" name="txtZipcode" id="txtZipcode" value="<%=hhZipCode%>" size="35" maxlength="100" class="textbox" /></td>
</tr>
<br />
</table>
</td>
</tr>
</table>
<br />
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<h2 class="line"><span>Your Phone Number</span></h2>
</td>
</tr>
</table>
<br />
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="42"></td>
<td>
<table border="0" width="100%" cellpadding="5" cellspacing="0">
<tr >
<td width="240"><label>Home Phone Number</label></td>
<td>
<input type="text" name="txtHomeNum1" value="<%=hhHomeNum1 %>" size="5" maxlength="3" class="textbox" />
-
<input type="text" name="txtHomeNum2" value="<%=hhHomeNum2 %>" size="5" maxlength="3" class="textbox" />
-
<input type="text" name="txtHomeNum3" value="<%=hhHomeNum3 %>" size="8" maxlength="4" class="textbox" />
</td>
</tr>
<tr>
<td><label>Cell Phone Number</label></td>
<td >
<input width="10" type="text" name="txtCellNum1" value="<%=hhCellNum1 %>" size="5" maxlength="3" class="textbox" />
-
<input width="10" type="text" name="txtCellNum2" value="<%=hhCellNum2 %>" size="5" maxlength="3" class="textbox" />
-
<input width="10" type="text" name="txtCellNum3" value="<%=hhCellNum3 %>" size="8" maxlength="4" class="textbox" />
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<h2 class="line"><span>How We Communicate with You</span></h2>
</td>
</tr>
</table>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="40"></td>
<td>
<table border="0" width="100%" cellpadding="5" cellspacing="0">
<tr>
<td colspan="5">
<label> How would you like us to communicate with you? </label>
</td>
</tr>
<tr>
<td colspan="3">
<label> <input type="checkbox" name="yrplan" value="mail" /><small>Mail</small></label>
<label><input type="checkbox" name="yrplan" value="email" /><small>Email</small></label>
<label><input type="checkbox" name="yrplan" value="txtmessage" /><small>Text Message</small></label>
<br /> <br /> <br />
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="BtnContinue">
<AP:FwButtonTag button="BUTTON_PREVIOUS" pageAction="HIEPOLoad" name="Next" tabindex="2" />
<AP:FwButtonTag
button="BUTTON_CONTINUE" pageAction="HIETNPLoad" name="Continue" tabindex="2" />
<INPUT TYPE="hidden" NAME="PAGE_ACTION" ID="PAGE_ACTION"
VALUE="ReviwAndCnfirm"/>
</div>
<AP:FwFooterTag/>
*****************************************************************
:focus
{
-moz-outline-style : none;
}
body
{
margin : 0px;
background : #efefe5;
}
table, td, div, p
{
border-collapse : collapse;
border-spacing : 0;
table-layout : fixed;
font-family : verdana, arial, sans-serif;
font-size : 13px;
color : #000000;
position : relative;
}
h1
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-size : 30px;
font-weight : normal;
color : #4c4228;
margin : 0px 0px 5px 0px;
padding : 0px;
background : url('../images/h1-bg.jpg') 0px 4px repeat-x;
}
h1 span
{
background : #ffffff;
padding : 0px 15px 0px 0px;
}
h2
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-size : 24px;
font-weight : normal;
color : #4c4228;
margin : 0px 0px 5px 0px;
padding : 0px;
}
h2.line
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-size : 24px;
font-weight : normal;
color : #4c4228;
margin : 0px 0px 5px 48px;
padding : 0px;
background : url('../images/h1-bg.jpg') 0px 4px repeat-x;
}
h2.line span
{
background : #ffffff;
padding : 0px 15px 0px 0px;
}
h3
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-weight : normal;
font-size : 17px;
color : #4c4227;
padding : 0px;
margin : 0px;
}
h4
{
font-family : verdana, arial, sans-serif;
font-size : 15px;
font-weight : bold;
color : #1d1d1d;
text-align : left;
margin : 0px 0px 2px 0px;
padding : 0px;
}
a
{
font-family : verdana, arial, sans-serif;
font-size : 12px;
color : #1d1d1d;
text-decoration : underline;
}
a:hover
{
font-family : verdana, arial, sans-serif;
font-size : 12px;
color : #1c6116;
text-decoration : underline;
}
a img
{
border : none;
}
a.editGray, a.editWhite
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-weight : bold;
font-size : 17px;
color : #1c43ec;
text-decoration : underline;
background : url('../images/icons/edit-gray.jpg') 0px 0px no-repeat;
display : block;
padding : 0px 2px 0px 35px;
height : 26px;
line-height : 26px;
}
a.editGray:hover, a.editWhite:hover
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-weight : bold;
font-size : 17px;
color : #1c43ec;
text-decoration : none;
background : url('../images/icons/edit-gray.jpg') no-repeat;
display : block;
padding : 0px 2px 0px 35px;
height : 26px;
line-height : 26px;
}
a.editWhite, a.editWhite:hover
{
background : url('../images/icons/edit-white.jpg') no-repeat;
}
ul, ol
{
margin : 0px;
padding : 10px 0px 5px 50px;
}
ul li, ol li
{
padding-bottom : 3px;
}
form
{
padding : 0px;
margin : 0px;
}
input.textbox
{
font-family : verdana, arial, sans-serif;
font-size : 13px;
color : #666666;
_height : 16px;
#height : 16px;
border : solid 1px #c6c6c6;
padding : 5px 5px 6px 5px;
background : #ffffff url('../images/input-bg.jpg') repeat-x;
-moz-border-radius : 4px;
border-radius : 4px;
-webkit-border-radius : 4px;
}
input.month, input.day, input.ssn2
{
width : 24px;
}
input.year, input.ssn3
{
width : 42px;
}
input.ssn1
{
width : 33px;
}
select
{
font-family : verdana, arial, sans-serif;
font-size : 13px;
color : #666666;
_height : 22px;
#height : 22px;
border : solid 1px #c6c6c6;
padding : 4px 5px 5px 5px;
background : #ffffff url('../images/input-bg.jpg') repeat-x;
-moz-border-radius : 4px;
border-radius : 4px;
-webkit-border-radius : 4px;
}
label
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-weight : normal;
font-size : 21px;
color : #4c4227;
}
label b
{
font-weight : normal;
font-size : 15px;
}
big
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-weight : normal;
font-size : 19px;
color : #4c4227;
}
#Alert
{
background : #b2b296;
border-bottom : solid 2px #646458;
padding : 10px 0px 10px 0px;
}
#Alert div
{
border : solid 1px #8c8d3f;
width : 1006px;
padding : 3px;
margin : 0px auto 0px auto;
background : #f5cf3c;
-moz-border-radius : 4px;
border-radius : 4px;
-webkit-border-radius : 4px;
}
#Alert div td
{
font-size : 11px;
}
#MainDiv
{
width : 100%;
position : relative;
background : #efefe5 url('../images/page-bg.jpg') center top no-repeat;
}
#Header
{
width : 1012px;
height : 124px;
margin : 0px auto 0px auto;
}
#Header #Help
{
position : absolute;
right : 0px;
top : 0px;
width : 161px;
height : 25px;
}
#Header #Logo
{
position : absolute;
left : 0px;
top : 18px;
width : 494px;
height : 88px;
}
#Header #Logo img
{
width : 529px;
height : 88px;
}
#Header #SignOut
{
position : absolute;
right : -4px;
top : 35px;
width : 360px;
height : 37px;
line-height : 37px;
background : url('../images/sign-out-bg.png') 0px 5px no-repeat;
font-family : arial, verdana, sans-serif;
font-size : 12px;
color : #000000;
text-align : right;
}
#Header #Buttons
{
position : absolute;
right : -4px;
top : 72px;
width : 230px;
height : 37px;
}
#Header #Buttons a, #Header #SignOut a
{
float : right;
width : 108px;
height : 37px;
}
#Tabs
{
height : 35px;
background : url('../images/tabs/bg.png') repeat-x;
}
#Tabs img
{
height : 35px;
}
#BodyTop
{
width : 1012px;
margin : 0px auto 20px auto;
background : #ffffff url('../images/body-top-bg.jpg') left top no-repeat;
}
#BodyBottom
{
background : url('../images/body-bottom-bg.jpg') left bottom no-repeat;
padding : 4px 0px 4px 0px;
}
#Body
{
padding : 1px 4px 1px 4px;
border-left : solid 1px #d2d2d2;
border-right : solid 1px #d2d2d2;
}
#BodyTop2
{
width : 1012px;
margin : 0px auto 20px auto;
}
#BodyBottom2
{
background : #ffffff url('../images/body-bottom-bg.jpg') left bottom no-repeat;
padding : 0px 0px 4px 0px;
}
#Body2
{
padding : 0px 6px 2px 6px;
border-left : solid 1px #d2d2d2;
border-right : solid 1px #d2d2d2;
}
#TopNav
{
padding : 5px 7px 10px 6px;
line-height : 37px;
background : #999999 url('../images/nav/top-nav-bg.jpg') repeat-x;
}
#TopSubNav
{
padding : 1px 0px 1px 0px;
margin : 8px 3px 5px 3px;
line-height : 35px;
height : 35px;
background : url('../images/nav/top-sub-nav-bg.jpg') left top repeat-x;
}
#TopSubNav a
{
font-family : verdana, arial, sans-serif;
font-weight : bold;
font-size : 13px;
color : #000000;
text-decoration : none;
text-align : center;
background : #ffffff url('../images/nav/button-left-bg.jpg') no-repeat left top;
display : block;
line-height : 23px;
margin : 3px 1px 0px 1px;
padding : 0px 0px 0px 10px;
overflow : hidden;
}
#TopSubNav a span
{
display : block;
heigth : 23px;
line-height : 23px;
background : url('../images/nav/button-right-bg.jpg') no-repeat right top;
padding : 0px 10px 0px 0px;
}
#TopSubNav a:hover
{
font-family : verdana, arial, sans-serif;
font-size : 13px;
color : #ffffff;
text-decoration : none;
text-align : center;
background : url('../images/nav/button-left-bg.jpg') 0px -23px no-repeat;
display : block;
line-height : 23px;
margin : 3px 1px 0px 1px;
padding : 0px 0px 0px 10px;
overflow : hidden;
}
#TopSubNav a.selected, #TopSubNav a.selected:hover
{
font-family : verdana, arial, sans-serif;
font-size : 13px;
color : #ffffff;
text-decoration : none;
text-align : center;
background : url('../images/nav/button-left-bg.jpg') 0px -23px no-repeat;
display : block;
line-height : 23px;
margin : 3px 1px 0px 1px;
padding : 0px 0px 0px 10px;
overflow : hidden;
}
#TopSubNav a:hover span, #TopSubNav a.selected span, #TopSubNav a.selected:hover span
{
display : block;
position : relative;
height : 32px;
background : url('../images/nav/button-right-bg.jpg') no-repeat right -23px;
padding : 0px 10px 0px 0px;
}
#TopSubNav a span span, #TopSubNav a:hover span span
{
background : none;
}
#TopSubNav a.selected span span, #TopSubNav a.selected:hover span span
{
height : 32px;
background : url('../images/nav/arrow.jpg') center bottom no-repeat;
}
#ContentsTop
{
margin : 0px auto 0px auto;
width : 998px;
background : url('../images/contents-top-bg.jpg') left top no-repeat;
}
#ContentsBottom
{
background : url('../images/contents-bottom-bg.jpg') left bottom no-repeat;
padding : 45px 0px 4px 0px;
}
#Contents
{
padding : 0px 21px 30px 15px;
border-left : solid 1px #d2d2d2;
border-right : solid 1px #d2d2d2;
}
#BtnContinue
{
text-align : right;
padding : 10px 10px 5px 0px;
}
#Footer
{
line-height : 96px;
height : 96px;
background : #bcbca0 url('../images/footer-bg.jpg') repeat-x;
}
#Footer #Links
{
font-family : verdana, arial, sans-serif;
font-size : 11px;
color : #000000;
word-spacing : 5px;
line-height : 26px;
height : 26px;
width : 1012px;
margin : 0px auto 0px auto;
}
#Footer span
{
float : right;
word-spacing : 0px;
}
#Footer #Links a
{
font-family : verdana, arial, sans-serif;
font-size : 10px;
color : #000000;
text-decoration : none;
word-spacing : 0px;
}
#Footer #Links a:hover
{
font-family : verdana, arial, sans-serif;
font-size : 10px;
color : #000000;
text-decoration : underline;
word-spacing : 0px;
}
#Footer #Contact
{
width : 1012px;
margin : 10px auto 0px auto;
}
#Footer #Contact td
{
font-family : verdana, arial, sans-serif;
font-size : 11px;
color : #000000;
line-height : 16px;
}
#SignIn
{
width : 321px;
height : 221px;
background : url('../images/sign-in-bg.jpg') no-repeat;
}
#SignIn #frmSignIn
{
padding : 70px 0px 0px 20px;
}
.member
{
border : solid 1px #e1ded9;
padding : 10px;
margin : 5px 50px 10px 50px;
background : #fafafa;
-moz-border-radius : 4px;
border-radius : 4px;
-webkit-border-radius : 4px;
}
.headerRow
{
background : #207591;
width : 865px;
margin : 20px auto 0px auto;
}
.headerRow td
{
font-family : 'Century Gothic', verdana, arial, sans-serif;
font-weight : bold;
font-size : 14px;
color : #ffffff;
}
.separator
{
border-top : solid 1px #c9c6bd;
border-bottom : solid 1px #c9c6bd;
height : 2px;
line-height : 2px;
font-size : 1px;
margin : 20px 50px 10px 50px;
}
.total
{
width : 350px;
border : solid 1px #dae9c2;
padding : 6px 6px 6px 10px;
margin : 5px 50px 30px auto;
background : #dae9c2;
-moz-border-radius : 4px;
border-radius : 4px;
-webkit-border-radius : 4px;
font-family : verdana, arial, sans-serif;
font-size : 24px;
color : #4c4228;
}
.total b
{
color : #000000;
}
.block
{
border : solid 1px #f0f0f0;
padding : 10px;
margin : 5px 50px 10px 50px;
background : #f0f0f0;
-moz-border-radius : 4px;
border-radius : 4px;
-webkit-border-radius : 4px;
}
.text
{
margin : 0px 50px 0px 50px;
}
.plan
{
width : 245px;
height : 516px;
margin : 0px 0px 10px 0px;
background : url('../images/plan-bg.jpg') left bottom no-repeat;
text-align : center;
}
.plan .padding
{
padding : 40px 10px 0px 10px;
}
.plan span
{
display : block;
height : 45px;
}
.plan ul
{
padding : 0px;
margin : 0px;
list-style : none;
}
.plan ul li
{
padding : 10px 0px 10px 0px;
text-align : center;
}
ul.options
{
padding : 0px;
margin : 100px 0px 0px 0px;
list-style : none;
}
ul.options li
{
font-weight : bold;
padding-left : 8px;
line-height : 33px;
background : url('../images/option-bg.jpg') left bottom no-repeat;
}
.userData
{
width : 872px;
height : 80px;
background : #ffffff url('../images/user-data-bg.jpg') left bottom no-repeat;
position : relative;
margin : 5px auto 0px auto;
}
.userData .data
{
padding-top : 12px;
}
.userData .data td
{
line-height : 68px;
font-weight : bold;
}
.userData .pic
{
position : absolute;
top : 3px;
left : 11px;
width : 48px;
height : 66px;
overflow : hidden;
}
.userData td.dataSeparator
{
width : 12px;
height : 68px;
background : url('../images/user-data-separator.jpg') 0px 0px no-repeat;
}
#ViewPlans
{
width : 959px;
height : 194px;
background : url('../images/view-plans-bg.jpg') 0px 0px no-repeat;
margin : 0px auto 0px auto;
position : relative;
}
#ViewPlans td, #ViewPlans td div
{
font-size : 11px;
}
#ViewPlans td a
{
font-family : verdana, arial, sans-serif;
font-size : 10px;
color : #0053fc;
text-decoration : underline;
}
#ViewPlans td a:hover
{
font-family : verdana, arial, sans-serif;
font-size : 10px;
color : #0053fc;
text-decoration : none;
}
#ViewPlans td b.green
{
font-size : 36px;
color : #3a9c30;
}
#ViewPlans td b.green span
{
font-size : 30px;
}
#ViewPlans td b.green small
{
font-size : 16px;
}
#ViewPlans td b.blue
{
font-size : 26px;
color : #309c96;
}
#ViewPlans td b.blue small
{
font-size : 16px;
}
#PlansFilter
{
width : 958px;
height : 195px;
background : #e0e0db url('../images/plans-filter-bg.jpg') 0px 0px no-repeat;
position : relative;
margin : 10px auto 10px auto;
}
#PlansFilter .data
{
padding : 78px 0px 0px 22px;
}
#PlansFilter td
{
font-size : 11px;
}
.tblCurve
{
border : solid 1px #e5e5e5;
padding : 1px 3px 1px 3px;
-moz-border-radius : 4px;
border-radius : 4px;
-webkit-border-radius : 4px;
}
.tblCurve .row
{
margin : 2px 0px 2px 0px;
background : #e5e5e5;
-moz-border-radius : 4px;
border-radius : 4px;
-webkit-border-radius : 4px;
}
.tblCurve .row td
{
padding : 5px;
background : #e5e5e5;
font-size : 11px;
}
.tblCurve .row td.bar
{
padding : 0px;
width : 2px;
background : #ffffff;
}
.tblCurve .row td b
{
font-size : 24px;
}
.tblCurve .row td a
{
font-family : verdana, arial, sans-serif;
font-size : 11px;
color : #0053fc;
text-decoration : underline;
}
.tblCurve .row td a:hover
{
font-family : verdana, arial, sans-serif;
font-size : 11px;
color : #0053fc;
text-decoration : none;
}