/* fix for bottom always footer */
html, 
body {
  margin:0;
  padding:0;
  height:100%;
}
#container {
  min-height:100%;
	position:relative;
}
.orange {
  color: #E66B0E;
}
.grey {
  color: #666666;
}
.grey2 {
  color: #dddddd;
}
.gre3 {
  color: #eeeeee;
}
a {
  color: #E66B0E;
  text-decoration: none;
}
.fieldWithErrors {
  /*background-color: white;*/
  color: red;
  font-weight: bold;
}

#errorExplanation {
  /*width: 400px;*/
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
#member_menu {
}
/*
#member_menu {
  background-color: #eeeeee;
}
#member_menu ul{
  list-style: none;
  display: inline;
}
#member_menu ul li{
  float: left;
  padding: 2px 0.5em;
}
*/
#section_title {
  border-bottom: 1px solid #dddddd;
  color: #666666;
}
.login_title {
  border-bottom: 1px solid #dddddd;
  color: #E66B0E;
}
h3.sub_title {
  background-color: #eeeeee;
}
.table_header {
  background-color: #dddddd;
  font-weight: bold;
}
.category_group_title {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid;
  cursor: pointer;
  margin-bottom: 2px;
  padding-left: 2px;
  background-color: #dddddd;
  /*
  background-image: url("/images/book.png");
  background-position: left;
  background-repeat: no-repeat;
  */
}
.text_area2 {
  width: 260px;
  padding: 5px;
  height: 50px;
}
.text_area3 {
  width: 260px;
  padding: 5px;
  height: 150px;
}
.even {
  background-color: #eeeeee;
}
.odd {
}
.tright {
  text-align: right;
}
.tleft {
  text-align: left;
}
.tcenter {
  text-align: center;
}
.redbox {
  background-color: red;
  color: white;
}
.left_col {
  font-weight: bold;
  background-color: #eeeeee;
  /*color: #DF7111;*/
  /*border-bottom: 1px solid black;*/
  /*border-bottom: 1px solid #DF7111;*/
  border-bottom: 1px solid white;
}
.right_col {
  border-bottom: 1px solid #E66B0E;
}
.vtop {
  vertical-align: top;
}
#header {
	/*margin:0 0 .75em 0;*/
	margin:0 0 1em 0;
}
/* a patch for blueprint tabs plugin: align tabs to the left */
.tabs {
  padding-left: 0;
  /*float: right;*/
}
.cal_hours {
  border-bottom: 1px solid #E66B0E;
  font-weight: bold;
  text-align: right;
}
.cal_hour {
  /*border-bottom: 1px solid black;*/
  border-bottom: 1px solid white;
  background-color: #E66B0E;
  color: white;
  height: 40px;
  font-weight: bold;
  text-align: right;
}
.cal_day {
  font-weight: bold;
  border-bottom: 1px solid black;
}
.cal_cell {
  background-color: #eeeeee;
  height: 40px;
  /*border-bottom: 1px solid black;*/
  border-bottom: 1px solid #E66B0E;
}
.cal_title {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}
.cal_header {
  background-color: #E66B0E;
  font-weight: bold;
  color: white;
  font-size: 1.2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.cal_footer {
  background-color: #E66B0E;
  font-weight: bold;
  color: white;
  margin-top: 0.2em;
}
.cal_header_range {
  text-align: center;
}
.cal_header_pre {
  text-align: left;
}
.cal_header_pre a {
  color: white;
}
.cal_header_next {
  text-align: right;
}
.cal_header_next a {
  color: white;
}
.reminder_icon {
  /*
  margin-bottom:3px; 
  margin-top:3px; 
  margin-left:3px; 
  margin-right:3px;
  */
}
.newsflash_container {
}
.newsflash_item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.newsflash_subject {
  font-weight: bold;
  background-image: url("/images/newspaper.png");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}
.newsflash_date {
  color: gray;
  font-style: italic;
}
.newsflash_message {
}
.newsflash_title {
  font-weight: bold;
  background-color: #eeeeee;
}
.newsflash_separator {
}
/*
#footer {
  text-align: center;
  margin-top: 12em;
  background-color:#C6C4C5;
}
*/
#body {
  padding-bottom: 60px;	/* Height of the footer */
}
/* Note: When you change this, don't forget to update accordion method
 * in applictaion.js */
#footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 60px;
}
#footer a {
  color:#666666;
  font-size: 11px;
}
#footer a:hover {
  color: #ED660C;
  font-size: 11px;
}
.footer2 {
  font-size: 11px;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#C6C4C5 none repeat scroll 0 0;
  color:#999999;
  padding: 10px;
  text-align:center;
}
.footer_table {
  margin-bottom: 0;
  background-color:#C6C4C5;
}
.copyright_txt {
  text-align: left;
  background-color: white;
  color: #999999;
  font-size: 11px;
  padding-bottom: 1em;
}
.buttons {
}
/*
.fadein { position:relative; height:332px; width:500px; }
.fadein img { position:absolute; left:0; top:0; }
*/
/*
.fadein { 
  position:relative;
}
.fadein div { 
  position:absolute; 
  left:0; 
  top:0; 
}
.fadein div div {
  background-color: red; 
  width:100%; 
  height: 20px;
}
*/

.fadein { 
  position: relative;
  height: 175px;
}
.fadein img { 
  position:absolute;
  left:0; 
  top:0; 
}
.slogan {
  color: white;
  background-color: black;
  opacity:0.8;filter:alpha(opacity=80)
  width:100%; 
  height: 20px;
}
.header_right {
  /*font-weight: bold;*/
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.login_page_right_col {
}
.login_box {
}
.login_box_label {
  margin-top: 0.5em;
  font-size: 1.2em;
  line-height: 1.5em;
}
.slideshow_container {
  height: 175px;
}
.checkbox_container {
}
.submit_container {
  margin-top: 0.5em;
}
.contact_info {
}
.lead_status_title {
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  background-color: #dddddd;
  border-bottom: 1px solid black;
  margin-bottom: 2px;
  /*padding-left: 20px;*/
}
.lead_headers {
  font-weight: bold;
  border-bottom: 1px solid gray;
}
.lead_headers div{
}
.leads_container {
  margin-bottom: 10px;
}
.documents_container {
}
.arrow-right {
  background-image: url(/images/arrow_right.png);
  background-position: left;
  background-repeat: no-repeat;
}
.arrow-down {
  background-image: url(/images/arrow_down.png);
  background-position: left;
  background-repeat: no-repeat;
}
.add {
  font-size: 16px;
  line-height: 16px;
}
h2.sec_head {
  background: rgb(230, 107, 14) none repeat scroll 0% 0%;
  color:#FFFFFF;
  font-family:Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  /*padding-top:6px;*/
  padding-top:0;
  text-transform:uppercase;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 6px;
}
.top_right_table_td {
  background: rgb(230, 107, 14) none repeat scroll 0% 0%; 
  -moz-background-clip: border; 
  -moz-background-origin: padding; 
  -moz-background-inline-policy: continuous; 
  height: 21px; 
  text-align: center;
  padding: 0;
}
.small2 {
  font-size:11px;
  padding: 0 0 0 0;
  text-align: center;
  /*background-color: blue;*/
}
.small3 {
  font-size:11px;
  padding: 0 0 0 0;
  text-align: center;
}
.small4 {
  font-size:11px;
  padding: 0 0 0 0;
  text-align: left;
  color: #666666;
}
.small2 a {
  color: #999999;
}
.small2 a:hover {
  color: #ED660C;
}
.login_box_table {
  padding: 0;
}
.login_box_table td{
  padding: 0;
  vertical-align: top;
  line-height: normal;
} 
.login_box_text_table {
  padding: 0;
}
.login_box_text_table td{
  padding: 0;
  vertical-align: top;
  line-height: normal;
} 
h1.pt {
  color:#E4690E;
  font-family:Helvetica,Arial,sans-serif;
  font-size:15px;
  font-weight:bold;
}
.top_right_table {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#FFFFFF url(/images/bg_sec_nav.jpg) repeat-x scroll center top;
  border:0 none;
  height:87px;
  line-height: normal;
  width:350px;
  margin-bottom: 0;
}
.tdhead {
  padding: 0 0 0 0;
}
.tdhead_center {
  padding: 0 0 0 0;
}
.payrolls_container {
  /*
  background-image: url("/images/payrolls_bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  */
}
.payrolls_header {
  margin-bottom: 0.75em;
}
.payroll_cell {
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.payroll_cell_no {
  background-color: #cccccc;
}
.payroll_cell_date {
}
.logo_container {
  margin-top: 15px;
}
.document_item {
}
.red {
  color: red;
}
.login_input {
  width: 140px;
  font-size: 11px; 
  color: #666666;
  border: 1px solid #AAAAAA;
}
.login_input2 {
  width: 170px;
  font-size: 11px; 
  color: #666666;
  border: 1px solid #AAAAAA;
  margin: 0 0;
}
.login_label {
  color: #666666;
}
.login_text {
  color: #666666;
  vertical-align:top;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
.login_text2 {
  color: #666666;
  line-height: 18px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
a.signup_link {
  color: #ED660C;
}
.agent_login_spacer {
  height: 12px;
}
.hp_sec_head2 {
  vertical-align: middle;
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  padding-left:6px;
}
.affiliate_login_txt {
  line-height: 16px;
}
.form_container .lcol {
  margin-top: 0.5em;
  font-weight: bold;
  background-color: #eeeeee;
  /*border-bottom: 1px solid white;*/
}
.form_container .rcol {
}
.accordion_divider {
  height: 5px;
}

/* slide show styles starts */
ul#listOfImages {
  /*background: #e5e5e5;*/
  height: 175;
  margin: 0;
  padding: 0;
  width: 950;
  position: relative;
}
ul#listOfImages li {
    display: block;
    height: 175;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 950;
}
ul#listOfImages li img {
  /*border: 1px solid #333;*/
}
/* slide show styles ends */

.signup_form_container form div div select {
  padding: 5px;
}
