/* Elements */

body {
	margin: 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}

img{
  border:0;
}
h1 {
}

h2, h3, h4, h5, h6, {
	color: #2582A4;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #87A019;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(/images/img07.gif) repeat-x left bottom;
}

.box a {text-decoration:none;}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(/images/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	width: 940px;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(/images/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

#secured{
	width: 940px;
	margin: 0 auto;
	text-align:right;
	padding-right:1.5em;
}

#logo{
	width: 940px;
	margin: 0 auto;
	border-bottom: 3px solid #FFFFFF;
}

#logo img{clear:both;}

#links{
  position:relative;
  float:right;
  right:0px;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(/images/img02.gif) no-repeat;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(/images/img04.gif) repeat-x;
}

/* Search */

#search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(/images/img03.gif) no-repeat right top;
}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

.content {
	width: 940px;
	margin: 0 auto;
}

.colOne {
	float: left;
	width: 180px;
	background: url(/images/img09.gif) repeat-x;
}

.colOne h3 {
	padding: 0 20px;
}

.colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

.colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

.colOne li.first {
	border: none;
}

.colTwo {
	float: right;
	width: 675px;
	padding: 30px 40px 20px 30px;
	background: url(/images/img09.gif) repeat-x;
}

.colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

.colTwo h3 {
	margin-bottom: 0;
	font-size: 18px;
}

.colTwo h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

.colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

.colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/* Logo */

/*#logo {
}

#logo h1, #logo h2, #logo a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  color: #FFFFFF;
}

#logo h1 {
  padding-top: 25px;
  font-size: 34px;
}

#logo h2 {
  margin-top: -5px;
  font-size: 12px;
}
*/
/* Footer */

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	line-height:1.6em;
	padding-top: 40px;
	background: url(/images/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}

.message{
  font-size:120%;
  line-height:2em;
  text-indent: 1em;
  padding: 0.5em;
  color: #fff;
  margin-bottom:0.5em;
  background: #87c4db url(/images/img12.gif) repeat-y right;
}


div#loading{
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
  line-height:25px;
  text-align:center;
  background:#EEC;
  display:none;
}

div#loading h2{
  height:25px;
  line-height:25px;
}


/******** Table Styles ******/

table.data{
  width:100%;
  margin-bottom:20px;
  border:0;
  border-spacing:0;
}

table caption{
  margin-bottom:10px;
}
table input{margin:0;}

table th{
  font-size:13px;
  color:#fff;
  text-align:left;
  background:#57B2D3;
  white-space:nowrap;
  padding: 2px 10px;
}

table th a:link    { color:#efefef;}
table th a:visited { color:#efefef;}
table th a:hover   { color:#fff;}
table th a:active  { color:#fff;}

table tfoot a:link    { color:#efefef;}
table tfoot a:visited { color:#efefef;}
table tfoot a:hover   { color:#fff;   }
table tfoot a:active  { color:#fff;   }

table tr.odd{
  background:#eaeaea;
}

table tr.even{
  background:#fafafa;
}

table td{
  color:#555;
  padding-left: 5px;
  font-size:12px;
}

table td.c1{
  text-align:center;
  width:1%;
}

table td.c2{
  text-align:right;
  width:1%;
  white-space:nowrap;
  font-weight:bold;
}

table tfoot{
  text-align:right;
  background:#57B2D3;
}

table tfoot td{
  color:#fff;
  padding:2px 5px;
}

.charge_row {
  vertical-align:text-top;
}

.charge_row td {
  border-bottom:1px dotted silver;
}


ol li{margin-top:10px;}

a{outline: none;}


/* Tab stuff */
ul#fieldset_tabs li a.active{ background-color:#ACCB20; }
ul#fieldset_tabs li a:hover { background-color:#9ABA1D;  }
ul#fieldset_tabs li a {
	display: block;
	float: left;
  width:110px;
	padding: 10px 15px 5px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background:#87A019;
}
ul#fieldset_tabs li {
  text-align:right;   
  display:block;
  margin-right:10px;
  float:left;
  clear:left;
}
ul#fieldset_tabs {
  margin:0;
  padding:0;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-bottom: 20px;
}
#fieldsets {
  margin-left:150px;
  float:none; 
  clear:none;
  width:500px;
}
#fieldsets fieldset {
  width:480px;
}

#fieldsets_buttons {
  width:620px;
  text-align:right;
  float:none;
  clear:both;
  padding:10px;
}

.required_span{
color:#c99;
font-size:0.95em;
line-height:3.2em;
vertical-align:text-bottom;
}

.desc{
  font-size:0.9em;
  vertical-align:text-top;
}

.fieldWithErrors input{
  display:inline;
  background:#FFC4C4;
}

.table_data_right {
  text-align:right;
}

.policy_messages {
  line-height:1.5em;
  margin:10px;
  font-size:120%
}

.policy_message {

}

.policy_error_link {
  
}

tr.cancelled_policy {
  background: #F00;
}

.office_billing_report {
  margin-top: 1em;
  padding-top: 1em;
  margin-bottom: 1em;
  border-top: thin solid #57B2D3;
}

.report_download_link {
  padding-right: 4em;
}

.report_table {
  padding-top: 2em;
  padding-bottom: 2em;
  height: 60em; 
  width:100%; 
}

.mark_paid_link {
  padding-left: 4em;
}

.report_table h3 {
  padding-bottom: 1em;
}

.report_table td {
  padding-left: 0;
}

.x-grid3-hd-inner {overflow: visible; white-space: normal;}

.policy_view_link {
  padding-right: 4em;
}

.x-grid3-hd-row td {
  padding-left: 0;
}

td.x-grid3-cell-inner {
  white-space: normal;
}

.report_download_links {
  padding-bottom: 1em;
}

.policy_driver_list td a {
  padding-left: 1em;
  padding-right: 1em;
}

.policy_cancelled, .cancelled-policy-row {
  background-color: red;
  color: white;
  font-weight: 120%;
  font-size: 120%;
}

.cancelled-policy-row div {
  background-color: red;
  color: white;
  font-weight: 120%;
  font-size: 120%;
}

.x-grid3-header-inner {
  float:none;
  position:relative;
}

.include_paid {
  padding-bottom: 1.5em;
}

.x-grid-panel {
  border: 1px solid #57B2D3;
}

#old_site_header {
  padding-bottom: 1em;
  color: red;
  text-align: center;
}

.fieldWithErrors .fieldWithErrors {
  float: left;
}

.field_error {
  clear: both;
}


form fieldset div.case_warning {
  color: red;
  font-size:  120%;
  margin-bottom: .5em;
  font-weight: bold;
}

div.add_policy_holder, div.add_vehicle {
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}

div.add_policy_holder img, div.add_vehicle img {
  width: 12px;
  height: 12px;
  padding: 5px;
  margin-bottom: -7px;
}

div#holders {
  clear: both;
}

div.holder, div#unnamed_drivers {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #999;
}


div.rate {
  padding: 5px;
  float: none;
  clear:both;
}

div.choose_rate {
  float: left;
  clear: left;
  margin: 0 5px 5px 5px;
}

div.rate_desc {
  float: left;
  clear: none;
  margin-bottom: 10px;
  width:20em;
}

div.rate_desc h4 {
  margin-bottom: 0px;
}

div.rate_limits {
  float: left;
  clear: none;
  margin-bottom: 10px;
}

div.rate_limits {
  margin-bottom: 0px;
}

div.rates h3 {
  float: none;
  clear: both;
}

table.charges_and_adjustments tr {
  vertical-align: text-top;
}

h3.total_premium {
  margin-top:0;
  text-align:right;
}

div.optional {
  margin-left: 170px;
  margin-top: 5px;
  font-size: 100%;
}

p.broker_charge_note {
  margin-left: 170px;
}

h3.req_payment, h3.broker_fee {
  margin-bottom: 20px;
}

div#topNavigation input {
  float: none;
  text-align: center;
  margin-bottom: 10px;
  clear: both;
  border-top: 3px solid #87a019;
  padding-top: 6px;
}

div#topNavigation input.policy_gen_nav_button {
  border: 0;
  margin: 0;
  margin-right: -4px;
  padding: 0;
}

div.prev_next {
  float: none;
  clear: both;
  border-top: 3px solid rgb(135, 160, 25);
  padding-top: 10px;
  background: transparent url(/images/img09.gif) repeat-x scroll 0%;
}

.policy_generator_form h3 {
  clear: left;
}

div.rate div.rate_limits p {
  margin-top: 0;
  margin-bottom: 0;
}

div.rate div.rate_limits h4 {
  margin-bottom: 3px;
  font-weight: bold;
}

div.rate {
  margin-top: 1em;
  margin-bottom: 2em;
}

div.rate div.rate_limits {
  margin-bottom: 1em;
}

h2.quick_quote_result {
  margin-bottom: -5px;
}

p.client_info {
  font-size: 1.1em;
}

form.policy_generator_form div#assets div.asset {
  border-bottom: 1px solid silver;
  margin-top: 15px;
  padding-bottom: 20px;
}

div.rate_group {
  float: left;
  margin: 0 1em;
}
div.rate_group h3 {
  font-size: 140%;
}


span.rate_selection_policy_link {
  margin: 0 1em;
}

.colOne h2 {
  font-size: 1.17em;
}