/* CSS Document */

/* ============= Reset CSS ================== */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend{
/*table, caption, tbody, tfoot, thead, tr, th, td*/
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

ol, ul {
	list-style: none;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	}


/* =========== Divs ID's ================ */

#mainPageHolder {
	padding-left:20px;
	padding-right:20px;
	}
	
#mainPageTableHolder {
	background:#FFFFFF;
	padding:20px;
	margin:20px 0px 0px 0px;
	}
	
#MainPageTopBtns {
	clear:both;
	padding-top:10px;
	}
		
#paginateContainer {
	float:right;
	}
	
#mainPageTableHolder h6 {
	font-size:20px;
	width:300px;
	float:left;
	}
	
table#mainProposalList {
	width:100%;
	margin:10px auto;
	text-align:center;
	clear:both;
	line-height:1.4em;
	border-collapse:collapse;
	border: 4px solid #e2e0db;
	background:#e2e0db;
	font-size:12px;
	}
table#mainProposalList td.customername, table#mainProposalList td.alignleft {
  text-align:left;
}
table#mainProposalList caption {
	line-height:2em;
	text-align:left;
	font-weight:bold;
	}
	
table#mainProposalList thead tr {
	color:#FFFFFF;
	background:#890e12;
	}
	
table#mainProposalList thead tr th {
	padding:0.4em 0.6em 0.4em 0.6em;
	border:4px solid #e2e0db;
	}
	
table#mainProposalList tbody tr {
	border:4px solid #e2e0db;
	width:100%;
	}
	
table#mainProposalList tbody th {
	padding:0.6em;
	border:4px solid #e2e0db;
	}
	
table#mainProposalList tbody td {
	padding-left:0.6em;
	border-bottom:4px solid #e2e0db;
	}
	
table#mainProposalList td table td {
	border:none;
	}

.emptyTableHeader {
	background-color:#e2e0db !important;
	}
		
/* ============= Fieldsets ================ */

fieldset {  
	position: relative;  
	float: none !important;
	width: 500px;  
	margin: 0 0 -1em 0;  
	padding: 0 0 1em 0;  
	border-style: none;  
	border: 1px solid #BFBAB0;
	background-color: #e2e0db;
	color:#890e12;
	}
	
legend {  
	color: #000000 !important;  
	font-weight: bold;
	}
	
legend span {  
	position: absolute;  
	left: 0.74em;  
	top:0;  
	margin-top: 0.5em;  
	font-size: 135% ;
	width:300px;
	} 
	
label {
	float: left;
	width: 15em;
	margin-right: 1em;
	color: #333333;
	font-weight: bold;
  	vertical-align: bottom;
  	line-height:150%;
}
.input_buttons label{
  float:none;
  vertical-align: middle;
}
.input_buttons input{
  vertical-align: middle;
}
.input_buttons{
  background-color: #EEE;
  padding:5px 3px;
  line-height: 1.4em;
  white-space: nowrap;
  vertical-align: middle;
}


fieldset ol {  
	padding: 3.5em 1em 0 1em;  
	list-style: none;
	}
	
fieldset li {
	/*float: left;*/
	clear: left;
	width: 100%;
	padding-bottom: 0.5em;
	color:#890e12;
	}
	
fieldset fieldset {  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
	width:80%;
	float:left;
	}

fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
	}
	
fieldset fieldset ol {
	position: relative;
	margin: 0 0 0 16em;
	padding: 0;
	top: -1.3em;
	}
	
fieldset fieldset li {
	width:80% !important;
	}
	
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
	}
	
fieldset textarea {
	width:750px;
	border: 1px solid #BFBAB0;
	}
	
fieldset input[type="button"], fieldset input[type="submit"] {
	background-color:#d0d0d0 !important;
	border: 1px solid #BFBAB0 !important;
	}
	
.docsButton {	
	font-size: 12px !important;
	border:none;
	color: #000000 !important;
	background:#cecfcf !important;
	border:1px solid #000000 !important;
	padding:2px 5px 2px 5px !important;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	display: inline-block;
	line-height:1.4em;
	}
	
#findProposalPageFieldset {
	margin: 10px 0px 0px 0px;  
	padding: 0 0 0 0;  
	border-style: none;  
	border: 1px solid #BFBAB0;
	background-color: #e2e0db;
	color:#890e12;
	clear:left;
	width:100%;
	}

  p.red {
    color: #890E12;
  }
#findProposalPageFieldset label {
	float:none !important;
	margin-right:5px !important;
	}
			
#findProposalPageFieldset ol {  
	padding: 10px;  
	list-style: none;
	}
	
#findProposalPageFieldset li {
	padding-bottom: 0.5em;
	color:#890e12;
	display:inline;
	margin-right:5px;
	}

#mainPageTableHolder h3, .proposal_condition #mainPageTableHolder h4 {
    color: #000000;
	font-size: 135%;
	font-weight: bold;
	padding: 4px 0;
}

.proposal_condition #mainPageTableHolder h4 {
	background-color: transparent;
	font-size: 120%;
}

.docs_link  {
  text-decoration: underline;
}

.print_only,
.display_none {
  display: none !important;
}
table.parentTable {
	width:100%;
	/* margin:10px auto; */
	text-align:center;
	clear:both;
	line-height:1.4em;
	border-collapse:collapse;
	border: none;
	background: white;
	font-size:12px;
  color: #000080;
	}
	
table.parentTable caption {
	line-height:2em;
	text-align:left;
	font-weight:bold;
	}

table.parentTable thead tr {
	color:#FFFFFF;
	background:#c57517;
	}
	
table thead tr th {
	padding:0.4em 0.6em 0.4em 0.6em;
	border:4px solid #e2e0db;
	}
	
table.parentTable tbody tr {
/* border:4px solid #e2e0db; */
	width:100%;
	background-color: white;
	}
	
table.parentTable tbody th {
	padding:0.6em;
	border:4px solid #e2e0db;
	}
	
table.parentTable tbody td {
	padding: 7px;
	}
	
table.parentTable td table.parentTable td {
	border:none;
}

table.generaltable {
	width:100%;
	margin:10px auto;
	text-align:center;
	clear:both;
	line-height:1.4em;
	border-collapse:collapse;
	border: 4px solid #e2e0db;
	background:#e2e0db;
	font-size:12px;
	}
	
table.generaltable caption {
	line-height:2em;
	text-align:left;
	font-weight:bold;
	}
	
table.generaltable thead tr {
	color:#FFFFFF;
	background:#c57517;
	}
	
table.generaltable thead tr th {
	padding:0.4em 0.6em 0.4em 0.6em;
	border:4px solid #e2e0db;
	}
	
table.generaltable tbody tr {
	border:4px solid #e2e0db;
	width:100%;
	}
	
table.generaltable tbody th {
	padding:0.6em;
	border:4px solid #e2e0db;
	}
	
table.generaltable tbody td {
	padding-left:0.6em;
	border-bottom:4px solid #e2e0db;
	}
	
table.generaltable td table td {
	border:none;
	}
  
table.generaltable tbody tr:hover {
  background-color: #b2cff9;
}

table.generaltable tbody tr {
	background-color: #f0f3fa;
}

.proposal_condition #mainPageTableHolder * {
	line-height: 1.4;
}

.proposal_condition #inputButtonContainer li > div {
	display: inline;
}

.proposal_condition h1 {
	font-size: 2em;
}

.proposal_condition strong {
	font-weight: bold;
}

.proposal_condition input[type="text"], .proposal_condition textarea {
	width: 60%;
}

.proposal_condition input.date {
	width: auto;
}

.proposal_condition .readIt {
	margin: 0.4em 0;
}

.proposal_condition .readIt label {
	width: auto;
}
.proposal_condition .mainPageTableHolder > ol > li {
	padding: 0.4em 0;
}

.proposal_condition table.table_stripe {
	width: 100%;
}

.proposal_condition table.table_stripe tbody tr:nth-child(odd){
	background-color: #ccccff;
}

.proposal_condition table.table_stripe tbody tr:nth-child(even){
	background-color: #ddddee;
}

.vap_InsureThat .proposal_condition label[for="fulfill_extra_optin_0"] {
	width: auto;
}

.modal.gen_1_5 .form_content,
.modal.gen_1_5 .form_content > div {
	clear:both;
}

.modal.gen_1_5 .form_content {
	padding: 10px;
}

.modal.gen_1_5 #requiredFields:after,
.modal.gen_1_5 .form_content > div:after {
	content: ' ';
	display: block;
	clear:both;
	width: 1px;
	height: 1px;
}

#content .modal.gen_1_5 label.required + input[type="text"],
#content .modal.gen_1_5 label.required + input[type="date"]{
	background-color: #FEFD91;
	border: 1px solid #BFBAB0;
}

#content .modal.gen_1_5 label.required {
	background: transparent !important;
}

#content .modal.gen_1_5 #mainPageTableHolder p{
	color: #000000;
	margin-bottom: 0.5em;
}

.modal.gen_1_5 .form_errors > ul > li {
	background: #ffe5e5 url(/images/cross.png) center no-repeat;
	background-position: 15px 50%;
	color: #000;
	text-align: left;
	padding: 10px 20px 10px 45px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}

.modal.gen_1_5.vap_fulfill .form_content > .form_row > label {
	display: none;
}

.modal.gen_1_5 .form_content .form_container .form_row {
	display: block;
	clear: both;
	margin: 10px 0px;
}

.modal.gen_1_5 h4 {
	padding-top: 0.5em;
	background: transparent;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	border-bottom: 1px solid #BFBAB0;
}

tr.row_hover{
    background-color: #f0f3fa;
}
tr.row_hover:hover{
    background-color: #b2cff9;
}

span.transactional{
    border-radius: 10px;
    height:1em;
    width:1em;
    position:relative;
    top:0.25em;
    display: inline-block;
    border:1px solid #ccc;
}

tr.transactional, span.transactional{
	background-color: #f8ffcc;
}

a.informational{
	border-bottom: 1px blue dotted;
	text-decoration: none;
	color:inherit;
	cursor: help;
}

.small{
	font-size: xx-small;
}
