BODY {
	background: url('/pics/bg.jpg') repeat-x #242424;
	font-family: Arial;
	width: 980px;
}

#container {
	border: 0px solid red;
}

#welcome {
	position: relative;
	top: 10px;
	left: -15px;
	font-size: 11px;
	font-family: trebuchet ms;
	color: #004737;
	border: 0px solid #fff;
	text-align: right;
	height: 20px;
}

#welcome A {
	color: #DBEFBB;
	font-weight: bold;
	text-decoration: none;
}

#welcome A:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#nav {
	position: relative;
	top: 48px;
	left: 513px;
	border: 0px dashed #000;
	height: 20px;
}

#nav A {
	color: #fff;
	font-family: trebuchet ms;
	font-size: 12px;
	background-color: #2F3C36;
	padding: 5px;
	text-decoration: none;
}

#nav A:hover {
	color: #8FD3B3;
	font-family: trebuchet ms;
	font-size: 12px;
	background-color: #033F23;
	padding: 5px;
	text-decoration: none;
}

#nav A.selected {
	background-color: #000;
}

#content {
	background-color: #fff;
	margin: 8px;
	margin-top: 70px;
	padding: 10px;
	
	background: url(/pics/contentTL_bg.jpg)  no-repeat #fff;
}

#contentB {
	/*margin: 8px;
	margin-top: 70px;
	padding: 10px;*/
	width: 608px; height: 399px;
	background-image: url(/pics/contentTLbg.jpg);
	background-repeat: none;
	border: 1px dotted #000;
}

#client_info {
	border: 0px solid #000;
	color: #545454;
	font-family: arial;
	font-size: 13px;
	line-height: 24px;
	float:left;
	width: 250px;

}

#client_intro {
	padding-right: 13px;
	border-right: 1px solid #E5E5E5;
	color: #2C2C2C;
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	width: 300px;
	float:left;
	margin-right: 23px;

}

.home_listing {
	border: 0px solid #000;
	color: #545454;
	font-family: arial;
	font-size: 12px;
	line-height: 19px;
	width: 350px;
	float:left;

}

.home_listing b {
	letter-spacing: .25em;
	font-weight: normal;
	color: #000;
}



#client_info b {
	letter-spacing: .25em;
	font-weight: normal;
	color: #000;
}

#agreement_msg {
	color: #015D36;
	font-weight: bold;
}

#agreement {
	width: 550px;
}

#agreement H1 {
	border-bottom: solid 3px #333333;
	font-size: 24px;
}

#agreement .body {
	font-size: 12px;
}

#breadcrumb {
	font-size: 12px;
	margin-bottom: 10px;
	color: #17395E;
}

#breadcrumb A {
	color: #17395E;
	border: 1px dashed grey;
}

.error {
	color: #E9584C;
}

TABLE#questions TD {
	border-bottom: solid 1px #333;
	padding: 5px;
}

TABLE.example {
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}

TABLE.example TD {
	font-size: 10px;
	color: #666;
	white-space: nowrap;
	border: solid 1px #333;
	border-right: 0;
	border-bottom: 0;
	padding: 2px;
	font-style: italic;
}

#service_fee_agreement {
	font-family: Times New Roman, Serif;
	font-size: 11pt;
	width: 8in;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#service_fee_agreement h1{
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 30px;
}


#service_fee_agreement h1:first-line{
	font-weight: normal;
}

#service_fee_agreement h3{
	border-bottom: 1px solid #333;
	font-style: oblique;
}

#service_fee_agreement h3:first-letter{
	margin-left: 8px; margin-right: 8px;
}

#service_fee_agreement h4{
	display: block;
	width: 220px;
	padding: 1px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: 10pt;
}
	
#service_fee_agreement table.administration{
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
}

#service_fee_agreement table.administration ul{
	list-style-image: url('/pics/diamonds.gif');
}


#service_fee_agreement table.administration ul li{
	padding: 1px 0px;
}

#service_fee_agreement table.list{
	margin-left: 25px;
	width: 95%;
}

#service_fee_agreement table.list td{
	padding: 2px 0px;
}


#company_information{
	width: 8in;
	margin-left: auto; margin-right: auto;
}

#company_information table{
	font-size: 12px;
}

#company_information td.label{ 
	width: 130px;
	font-size: 11px;
	padding-left: 10px;
}

#company_information td.labelhalf{
	width: 65px;
	font-size: 11px;
	padding-left: 10px;
}

#company_information input.full{
	width: 200px;
	padding: 1px 2px;
	font-size: 14px;
}

#company_information input.half{
	width: 130px;
	padding: 1px 2px;
	font-size: 14px;
	float: left;
}

#company_information legend{
	font-weight: bold;
}

#company_information fieldset{
	margin-bottom: 10px;
}

.financial_forms_container {
    width: 980px;
}

#financial_forms .leading{
	border-bottom: 1px dotted #ccc; 
}

#financial_forms TR.total TD {
}

#financial_forms TD.total{
	border-bottom: 3px double #000; 
}

#financial_forms .dollar{
	position: absolute;
	display: block;
	margin-left: 2px;
	font-family: Georgia, Serif;
	color: #999;
	
	display: none;
}

#financial_forms .dollar_input{
	padding-left: 12px;
	text-align: right;
	
}

#financial_forms th{
	text-align: center;
	padding: 3px;
	background: #666;
	color: #fff;
}

#financial_forms th#instructions {
    background:none;
    color:#000;
    font-weight:normal;
    font-size:75%;
    font-style:italic;
    text-align: left;
}

#financial_forms TD.disabled {
	background-color:#eee;
	border-top: solid 2px #848484;
	border-left: solid 2px #848484;
}

#financial_forms INPUT.total {
	background-color:yellow;
}

table.census{
	font-family: Tahoma, Verdana, Helvetica, Sans Serif;
	font-size: 11px;
	border: 1px solid #000;
	border-collapse: collapse;
}

table.census th.resize-handle-active{
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #333;
	position:absolute;
	top:0;
	left:0;
}

table.census th{
	background: #0D5638;
	color: #fff;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	height: 30px;
}

table.census th.sortdesc{
	background-image: url('/pics/sort_down.gif');
	background-repeat: no-repeat;
	background-position: center right;		
}

table.census th.sortasc{
	background-image: url('/pics/sort_up.gif');
	background-repeat: no-repeat;
	background-position: center right;		
}

table.census td{
	border: 1px solid #000;
	padding: 1px 2px;
	height: 2em;
	vertical-align: bottom;
}

table.census tr:hover{
	background: #FD8 !important;
}

table.census tr.roweven{
	background: #E3ECD7;
}

table.census tr.instructions TD {
	font-style: italic;
	text-align: center;
	height: 120px;
	background: #E3ECD7;
}

.editable-cell-form{
	border: 1px solid #ccc;
	padding: 24px 32px;
	position: absolute;
	background: #ffc;
}

.editable-cell-form input{
	font-size: 14px;
	margin-right: 5px;
	padding: 1px 2px;
}

TABLE.plan_links {
	padding: 14px;
}

TABLE.plan_links TD {
	width: 65px;
	vertical-align: top;
	padding: 14px;
}

TABLE.plan_links TD A {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #004324;
}

#reconcile_warning {
	text-align: left;
	width: 300px;
	border: solid 1px #FFE600;
	padding: 7px;
	padding-bottom: 10px;
	background: #FFF8BF url('/pics/exclamation_mark.gif') 5px 5px no-repeat;
	padding-left: 28px;
	font-size: 11px;
	font-weight: bold;
}

.medlineheight {
	line-height: 150%;
}

.right {
	float: right;
}


#contact{
	width: 8in;
	margin-left: auto; margin-right: auto;
}

#contact label{
	font-weight: bold;
}

#contact input#subject{
	width: 450px;
}

#contact textarea{
	width: 450px;
}

div.checkbox{
	width: 23px;
	float: left;
	text-align: center;
	padding-right: 5px;
}

div.checkbox_head{
	width: 23px;
	float: left;
	font-size: 10px;
	text-align: center;
	padding-right: 5px;
}

div.clearer{
	clear: both;
}

A.tab {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	background-color: #29322D;
	padding: 10px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

A.tabselected {
	color: #29322D;
	background-color: #fff;
	border: solid 3px #29322D;
	border-bottom: 0;
}

DIV.tab_contents {
	border: solid 3px #29322D;
	padding: 10px;
	background-color: #fff;
}

#cabinet {
	display: block;
	background-color:#FFFFFF;

	
}

.doccat {
	font-size: 18px;
	font-weight:bold;
	background-color:#EBEFEE;
	padding:15px;
	font-family: Georgia,Times New Roman;



}
.doccat a {
	color: #30C;
	
		
}
.doctype {
	color:#000000;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	font-family: Georgia,Times New Roman;
	margin-left: 30px;


}

.doctype img
{
	vertical-align:middle;
}

.doctitle {
	font-size: 12px;
	margin:0 100px 0 70px;
	float: left;
	font-family: Georgia,Times New Roman;
	
	
}

.doctitle a {

}



.doctitle li{
	list-style: none;
		
}


.docdate {
	font-size: 12px;
	font-family: Georgia,Times New Roman;
	float: left;
}


/* PASSWORD RESET STYLES */

#form_div{
    padding-top:110px;
}

#form_div_header{
    width:850px;
    height:60px;
    border:1px solid #AAAAAA;
    border-bottom:none;
    margin-left:25px;
    background-color:#00542D;
    color:#FFFFFF;
    padding-left:10px;
    padding-top:20px;
}

#account_information{
    float:left;
}

#verify_identity{
    float:left;margin-left:40px;
}

#change_password{
    float:left;margin-left:40px;
}

#form_div_content{
    width:850px;
    height:600px;
    border:1px solid #AAAAAA;
    margin-left:25px;
    background-color:#FFFFFF;
    padding-left:10px;
}

#top_form_content h1 {
    font-size:16pt;
}

#top_form_content p {
    padding-top:10px;
    padding-bottom:5px;
}

#grey_divider_div {
    background-color:#E9E9E9;
    height:50px;
    padding-left:10px;
}

#grey_divider_div h3 {
    padding-top:14px;
}
.financial_forms_header_2{
	background-color:#666666;
	color:#FFFFFF;
	text-align:center;
}

.cpYearNavigation,.cpMonthNavigation { background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#000000; font-weight:bold; }
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { font-family:arial; font-size:8pt; }
TD.cpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.cpCurrentMonthDate, .cpCurrentDate { color:#000000; }
td.cpCurrentMonthDate:hover { background-color:lavender; }
.cpOtherMonthDate { color:#808080; }
TD.cpCurrentDate { color:white; background-color: #C0C0C0; border-width:1px; border:solid thin #800000; }
TD.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
TD.cpTodayText, TD.cpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
A.cpTodayText { color:black; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:solid thin #808080; }
.popup_calendar_div { position:absolute; background-color:white; z-index:999; }
.popup_calendar_div table tbody tr td { padding:1px; text-align:center; }


.invoice_table {
	border-collapse: collapse;
}
.invoice_table td,
.invoice_table th {
	border-bottom: 1px solid #000;
	padding: 7px;
}

.payment_info_table td {
	padding: 7px;
}

#monthly_billing li {
	list-style: none;
	padding: 5px;
}

ul.invoice {
	list-style: none;
}

table#current_methods {
	margin-top: 10px;
}