/* Some simple CSS kludges to get the various browsers to behave */ 

body { 
	background-color: white; 
	margin: 0; 
    padding-top: 10px; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

    
input, select, textarea { 
	font-size: 100% 
}

form {
	padding: 0;
	margin: 0;
}

/* The main body, centered for 800 width screens */ 

.staticbody_cel { 
	padding: 0px 30px 0px 30px; 
	margin: 0; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	background-image: url( images/bkggrad.png ); 
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	background-position: top left
}

/* Masthead styles */ 

.masthead_table { 
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: auto; 
	margin-right: auto;  
	width: 720px; 
	height: 100px; 
	background-image: url( images/masthead.gif ); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: top left 
}

.masthead_cel { 
	text-align: center; 
	vertical-align: middle;
	font-family: Guatemala, "Times New Roman", serif;
	font-size: 32px; 
	color: white;
}   

.masthead_cel2 { 
	text-align: center; 
	vertical-align: middle;
	font-family: Guatemala, "Times New Roman", serif;
	font-size: 20px; 
	color: white;
}   
		
/* Top menu */ 

.topmenu_table {
	width: 100%;
	margin: 10px 0px 20px 0px;
	padding: 0;
	border: 0;			
	border-spacing: 0px;
}

.topmenu_cel {
	height: 100%;
	text-align: center;
	background-image: url( images/doubleunder.gif );
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

.topmenu_list {
	list-style: none; 
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px auto 0px auto;
}

.topmenu_list tr td {
	padding: 0px 0px 11px 0px; 
	margin: 0;
}

.topmenu_list tr td a {	
	font-family: Arial, Helvetica, sans-serif; 
	white-space: nowrap; 
	border-right: solid black 1px;
	padding: 0px 9px 0px 9px;
	margin: 0; 
	text-decoration: none
}
 
.topmenu_list tr td a:visited {
	color: black;
}

.topmenu_list tr td a:link {
	color: black;
}

.topmenu_list tr td a:hover {
	color: #0687be;
}

.topmenu_list tr td a:active {
	color: #0687be;
}

.topmenu_list tr td a:focus {
	color: #0687be;
}

/* topmenu modifiers */

.topmenu_current {
	background-image: url( images/currentUnderline.gif ) ! important;
	background-position: bottom left ! important;
	background-repeat: repeat-x ! important;	
}  	
 			
.topmenu_current a { 
	color: #0687be ! important; 			
}
 
.topmenu_rightmost a { 
	border-right-style: none ! important; 
}

.file_claim_button {
	display: block;
	width: 84px;
	height: 23px;
	margin: 0px 9px 0px 9px ! important;
	padding: 0 ! important;
	background-image: url( images/file_claim_button.jpg );
	background-position: top left;
	background-repeat: no-repeat;
}

.file_claim_button span {
	visibility: hidden;
	font-size: 0pt;
}


/* Content section is used to style a content div, many styles depend on being a descendant of a content_section-styled 
   tag.  Apply the even_section style to every other .content_section tag to get the alternating background color */  

.content_section 
{

}

.even_section {
	background-color: white ! important;
}


/* Header tag styles within content_section's */
/* Place an in_form class on header tags that provide headers for form elements */

.content_section h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 16px;			 
	text-transform: uppercase;
	color: #212f82;
	margin: 0px 0px 12px 0px;
	padding: 0;
}

.content_section h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 16px;			 
	color: #212f82;
	margin: 0;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.content_section h2.part_title {
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
}    

.content_section h2.in_form {
	text-align: left ! important;
}

/* Additional text styles */



.content_section .phone_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;	
	text-align: center;		
	margin: 0px 0px 12px 0px;
	padding: 0;
}

.content_section .horizontal_divider {
    width: 239px;
    height: 10px;
    background-image: url( images/divider.gif );
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 25px;
}
    
    
/* Other section types */

.footer {
    width: 100%;
    margin: 18px 0px 14px 0px;
    border-top: solid 1px #d6d6d6;
    padding: 7px 0px 0px 0px;
    text-align: center;
    background-color: white;
    color: #5b5b5b;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;    
}


/* Special case tables used on specific pages */

.table_legalRights {
    border: solid 1px #cecece;
    background-color: #cee6f0;
    border-collapse: collapse;
    empty-cells: show;
    padding: 0;
    margin: 0px auto 0px auto;
}

.table_legalRights th {
    width: 150px;
    color: #2e2e2e;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    padding: 5px 10px 5px 10px;
    border: solid 1px #cecece;
    text-align: left ! important;
}

.table_legalRights td {
    color: #2e2e2e;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 10px 5px 10px;
    border: solid 1px #cecece;
    text-align: left ! important;
}

.table_legalRights tr.even_row th, .table_legalRights tr.even_row td {
    background-color: white ! important;
}

.table_keyDates {
    width: 290px; 
    border: solid 1px #cecece;
    background-color: #cee6f0;
    border-collapse: collapse;
    empty-cells: show;
    padding: 0;
    margin: 0px auto 15px auto;
}

.table_keyDates th {
    color: #2e2e2e;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    padding: 5px 10px 5px 10px;
    border: solid 1px #cecece;
    text-align: left ! important;
}

.table_keyDates td {
    color: #2e2e2e;
    font-family: Arial, Helvetica, sans-serif;
    
    padding: 5px 10px 5px 10px;
    border: solid 1px #cecece;
    text-align: left ! important;
}

.table_keyDates tr.even_row th
{
    background-color: white ! important;
}

.table_confirmation_securities_inner td, .table_confirmation_securities_inner th {
	border: solid 1px #555555
}


.error {
    color: #ff3300;
}

.important {
    color: #f16700 ! important;
}    


