* {
  margin: 0;
  padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
  display: block;
}
.logo{
  margin-top:9px;
  margin-bottom:1px;
}

/* standard body */
body {
  margin: 0 auto;
  /*width:95%; */
  width:1820px;
  /*width: 980px;*/
  font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  background: #f1f1f1
}

/* standard alignments */
.alignleft {
  float: left;
}

img.alignleft {
  margin: 5px 10px 0 0;
}

.alignright {
  float: right;
}

img.alignright {
  margin: 5px 0 0 10px;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}

.fleft {
  text-align: left;
  float: left;
  margin-left: 20px;
}

.fright {
  float: right;
  text-align: right;
  margin-right: 20px;
}

.fcentered {
  text-align: center;
}

/* Hx tags */

h1 {
  font: 16px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 1px #878787;
  margin-top:5px;
  font-weight:normal;
  margin-bottom:5px;
  color: #0752AE;
  width:100%;
  border-bottom:1px dotted #878787;
  padding-bottom:2px;

}

h2 {
  font-size: 24px;
  padding: 20px 0;
}

h3 {
  font-size: 18px;
  padding: 10px 0;
}

#godaddy{
  position:relative;
  display:inline;
  margin-left:900px;
}
nav{
  position:relative;
  display:block;
  height:39px;
  font-size:11px;
  font-weight:bold;
  margin-top:1px;
  background:transparent url(../images/bgOFF.gif) repeat-x top left;
  font-family:Arial,Verdana,Helvitica,sans-serif;
  border-top:3px solid #ed7626;
}

nav ul{
  margin:0;
  padding:0;
  list-style-type:none;
  width:auto;
}

nav ul li{
  display:block;
  float:left;
  margin:0;
}

nav ul li a{
  display:block;
  float:left;
  color:#666;
  text-decoration:none;
  padding:11px 20px 0 20px;
  height:23px;
  background:transparent  url(../images/bgDIVIDER.gif) no-repeat top right;
}

nav ul li a:hover,nav ul li a.current{
  color:#0752ae;
  background:#fff   url(../images/bgON.gif) no-repeat top right;
}

input.wide { width:550px;}

/* intro */


#intro {
  position: relative;
  margin-top: 1px;
  padding: 05px 30px 30px 30px;
  background: #fff;
  border:1px #dadada solid;

  /* background size */
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  -khtml-background-size: 100%;


  /* curved border radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#intro ul{
  display:block;
}

#intro li{
  list-style:none;
  display:inline;
  float:left;
}
#intro li p {
  padding: 0;
  color: #545454;
  display:inline;
  padding-right:20px;
}
#intro li p span{
  color:#FF6600;
  background:#f2f2f2;
  border: 1px solid #CCCCCC;
  padding:2px;
  -moz-border-radius:3px
}
#intro li label {
  width:auto;
  padding-right:5px;
}
#intro li span {
  display:inline-block;
}


/* content and sidebar layout */

#content {
  position: relative;
  margin-top: 50px;
  float: left;
  width:96%;
  margin:10px 5px 10px 0;
  padding:5px 20px 5px 20px;
  background-color: #f2ede7;

/* curved border radius */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* columns */

#content ul.column {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  list-style: none;
}

#content ul.column li {
  float: left;
  width: 230px; /*Set default width*/
  padding: 0;
  margin: 5px 0;
  display: inline;
}

#content .block {
  height: 355px;
  font-size: 1em;
  margin-right: 10px; /*Creates the 10px gap between each column*/
  padding: 20px;
  background: #d6a965;
/* curved border radius */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#content .block a {
  color: #FFF;
}

#content .block img {
  /*Flexible image size with border*/
  width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
  padding: 5%;
  background:#fff;
  margin: 0 auto;
  display: block;
  -ms-interpolation-mode: bicubic; /*prevents image pixelation IE 6/7 */
}
/* end of column configuration */

  /*tab*/
#tabs {
  font-size: 90%;
  margin: 1px 0;
  width:425px;
  height:448px;
  float:left;


}
#tabs ul {
  /*float: left;
  width:100%;
  border-bottom:1px solid #ed7626;*/
}
#tabs li {
  /*margin-left:5px;
  list-style: none;
  border-top:1px #ed7626 solid;
  border-left:1px #ed7626 solid;
  border-right:1px #ed7626 solid;
  border-bottom:1px #ed7626 solid;
  background: #ed7626;*/
}
* html #tabs li {
  display: inline;
  border-top:1px #ed7626 solid;
  border-left:1px #ed7626 solid;
  border-right:1px #ed7626 solid;
  background: #ed7626;
}
#tabs td {
  padding:3px;
}
#tabs th{
  background:#ccc; padding:3px;
}
#tabs li, #tabs li a {
  /*float: left;
  margin-bottom:-1px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;*/

}
#tabs ul li.active {
  /*border-top:1px #ed7626 solid;
  border-left:1px #ed7626 solid;
  border-right:1px #ed7626 solid;
  border-bottom:1px #f4f3f3 solid;
  background: #f4f3f3;*/

}
#tabs ul li.active a {
  /*color: #0752ae;
  font-weight:bold;*/

}
#tabs div {
  /*background: #f4f3f3;
  clear: both;
  padding: 15px;
  min-height: 200px;
  border:1px solid #ed7626;
  border-top:none;*/
}
#tabs div h3 {
  margin-bottom: 12px;
}
#tabs div p {
  line-height: 150%;
}
#tabs ul li a {
  /*text-decoration: none;
  padding: 10px 20px;
  color: #fff;*/
}

#tabs span {
  background-color:#fff;
  border:1px solid #ccc;
  min-width:10px;
  display:inline-block;
  margin-left:5px;
}

#tabs label {
  font-weight:normal;
  text-align:left;
  width:auto!important;
}

.thumbs {
  float:left;
  border:#000 solid 1px;
  margin-bottom:20px;
  margin-right:20px;
}
.tabtableone table{
  border-collapse:collapse;
  margin-bottom:25px;
}
.tabtableone td{
  background-color:#c3c3c3;
  border:1px solid #f3f3f3;
}
.tabtableone td.edit{
  background-color:#454545;
  padding:3px;
  margin-left:5px;
  float:right;
}
.tabtableone a{
  color:#f3f3f3;
  text-decoration:none;
}
.tabcollapse table{
  border-collapse:collapse;
  border:none;
}
.tabtabletwo{
  margin-top:10px;
  margin-bottom:10px;
}
.tabtabletwo td{
  width:300px;

}
.tabtabletwo td span{
  color:#ed7626;
}
.tabtabletwo td.company{
  width:300px;
}
.tabtabletwo td.attn{
  width:520px;
}
.tabtablethree{
  margin-top:10px;
  margin-bottom:10px;
}
.tabtablethree td{
  border:1px solid #878787;
}
.tabtablethree th {
  width:130px;
  border:1px solid #878787;
  text-align:left;
}
.tabtablethree th.note{
  width:400px;
}
.tabtablethree th.rep{
  width:200px;
}

/*tab end*/
/*status*/
#statustabs {
  font-size: 90%;
  margin:1px 0 0 5px;
  width:465px;
  height:448px;
  float:left;
}

#statustabs font{
font: 13px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

.statustabswrap {
  height:200px;
  overflow:scroll;
  border:1px solid #878787;
  font: 13px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
.statustabswrap table{
  border-collapse:collapse;
  border:none;
  font: 13px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
#statustabs ul {
  /*float: right;
  border-bottom: 1px solid #ddd;
  width: 550px;*/

}
#statustabs li {
  /*margin-right:5px;
  list-style: none;
  border-top:1px #454545 solid;
  border-left:1px #454545 solid;
  border-right:1px #454545 solid;
  border-bottom:1px #f4f3f3 solid;
  background: #ed7626;
  background: #f4f3f3;*/
  color:#0752AE;
}
* html #statustabs li {
  display: inline;
  color:#0752AE;
  /*border-top:1px #454545 solid;
  border-left:1px #454545 solid;
  border-right:1px #454545 solid;
  background: #f4f3f3;*/

}
#statustabs table{

}
#statustabs td {
  /*padding:3px 8px 5px 3px;*/
  width:170px;
  border:1px solid #ddd;
  /*  text-align:center;  */

}
#statustabs td.colr {
color:#FF6600;

}
#statustabs td.colrtwo {
color: #006633;

}
#statustabs tr.firstrow {
  /*padding:3px 8px 5px 3px;*/
  width:130px;
  background:#f7ffb2;
}
#statustabs tr.secondrow {
  /*padding:3px 8px 5px 3px;*/
  width:130px;
  background:#ead4ff;
}
#statustabs tr.thirdrow {
  /*padding:3px 8px 5px 3px;*/
  width:130px;
  background:#e2ffd4;
}
#statustabs tr.fourthrow {
  /*padding:3px 8px 5px 3px;*/
  width:130px;
  background:#e3f8ff;
}
#statustabs th{
  background:#ccc; padding:3px;
}
#statustabs ul li.active a {
  color:#f3f3f3;
  width:136px;
  background:url(/images/jqueryui_images/tabstatus.png) no-repeat;
  border-bottom-color:#ddd;
}
#statustabs div {
  background: url("/images/jqueryui_images/ui-bg_inset-soft_50_c9c9c9_1x100.png") repeat-x scroll 50% bottom #C9C9C9
  clear: both;
  padding:0 10px;
  border-top:none;
}
#statustabs div h3 {
  margin-bottom: 12px;
}
#statustabs div p {
  line-height: 150%;
}
/*tabletab*/
#tablewrap {
  font-size: 80%;
  width:910px;float:left;
}
#tabletab div {
  min-height: 235px;
  /*margin: 25px 0;
  width:100%;
  float:left;
  background:#d3d1d1;
  border:1px solid #878787;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;*/
}
/*#tabletab {

  width:98%;
  padding:10px;
}*/
/*#tabletab ul {
  float: left;
  width:100%;
  border-bottom:1px solid #ed7626;
}*/
/*#tabletab li {
  margin-left:5px;
  list-style: none;
  border-top:1px #ed7626 solid;
  border-left:1px #ed7626 solid;
  border-right:1px #ed7626 solid;
  border-bottom:1px #ed7626 solid;
  background: #ed7626;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  width:120px;
}*//*
* html #tabletab li {
  display: inline;
  border-top:1px #ed7626 solid;
  border-left:1px #ed7626 solid;
  border-right:1px #ed7626 solid;
  background: #ed7626;
}*/
#tabletab td {
  padding:3px;
}
#tabletab th{
  background:#ccc; padding:3px;
}
/*#tabletab li, #tabletab li a {
  float: left;
  margin-bottom:-1px;
  text-align:center;
}*/
/*#tabletab ul li.active {
  border-top:1px #ed7626 solid;
  border-left:1px #ed7626 solid;
  border-right:1px #ed7626 solid;
  border-bottom:1px #f4f3f3 solid;
  background: #f4f3f3;
}*/
/*#tabletab ul li.active a {
  color: #0752ae;
  font-weight:bold;

}
#tabletab div {
  background: #f4f3f3;
  clear: both;
  padding: 15px;
  min-height: 200px;
  border:1px solid #ed7626;
  border-top:none;
}
#tabletab div h3 {
  margin-bottom: 12px;
}
#tabletab div p {
  line-height: 150%;
}
/*#tabletab ul li a {
  text-decoration: none;
  padding: 8px;
  color: #fff;
  height:25px;
  width:104px;
  line-height:1em;
}*/
/* wild card search */
.wildcard  {
  text-decoration:underline;
}
/* account detail tab */
#account_details {
  float:left;
  margin:25px 0 0 5px;
  width:360px;
  font-size:90%;
}
#account_details table { width:100%; }
#account_details table td { width:500px;vertical-align:top;}
#account_details label {
  width:65px;
}

/* attorney  */
#atty { width:360px;float:left;margin:5px 0 0 5px;font-size:90%;}
#atty table { width:100%; }
#atty label { width:55px; }
#atty div { padding:0 10px; }

/*.box_header { border-radius:4px;padding:0.2em;border:1px solid #999;background-color:#eee;}
.box_header ul li { background:url("/images/jqueryui_images/ui-bg_inset-hard_75_999999_1x100.png") repeat-x scroll 50% 50% #999999;font-weight:bold;color:#fff;border:1px solid #aaa;border-radius:4px;padding:0.5em;}
.box_header ul li a { padding:0.5em 0.75em;text-decoration:none;color:#fff;font-weight:bold; }*/
/* edit search*/
.clearer{
  clear:both;
}
/* for payment details tab */
#clearer{
background:none!important;
  border:none!important;
  min-height:0!important;
  display:block!important;
  padding:0!important;
}
/* end */
.editwrap{
  width:100%;
  background-color:#fcffcb;
  padding-bottom:20px;
  padding-left:5px;
  border:1px solid #FF6600;
  padding-top:5px;
}
#editck{
  width:100%;
  margin-top:15px;
  margin-bottom:20px;
}
.editcheck{
  display:inline;
  float: left;
  position: relative;
  margin-left: 1px;
  margin-right:3px;
  width:150px;

}
#textfield{
  width:100%;
  background-color:#e7e7e7;
  padding-bottom:20px;
  padding-left:6px;
  border:1px solid #878787;
  padding-top:5px;
  margin-top:15px;
  margin-bottom:20px;
}
#textfi{
  width:100%;
  margin-top:15px;
  margin-bottom:20px;
}
.textbox input{
  width:300px;
  height:21px;
  color:#878787;
}

.textbox{
  display:inline;
  float: left;
  position: relative;
  margin-left: 1px;
  margin-right:3px;
  width:360px;
}

.button {
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  font-style:italic;
  color:#fff;
  text-decoration:none;
  padding:5px;
  background:url(../images/button-bg1.gif) 0 0 repeat-x #e77e00;
  display:inline-block;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  /*   behavior:url(js/PIE.htc); */
  position:relative;
}
.button:hover {
  background:url(../images/button-bg2.gif) 0 0 repeat-x #131313;

}

.showback{
  margin-top:15px;
  margin-bottom:20px;
  width:100%;
}

.leftbut{
  display:inline;
  float: left;
  position: relative;
  margin-left: 1px;
  margin-right:3px;
  width:710px;
}

.rightbut{
  display:inline;
  float: right;
  position: relative;
  margin-left: 1px;
  margin-right:3px;
  width:200px;
}

/* form elements */
form label {
  width:100px;
  display:inline-block;
  text-align:right;
  line-height:2.5em;
}

input[type='submit']{
  font-size:90%;
  padding:5px 10px;
  margin:10px 0;
}

.pagination{
  position:absolute;
  left:850px;
  text-align:left;
}

.pagination .disabled{
  color:#999999;
}

.pagination a, .pagination span, .pagination em{
  padding:0.2em 0.5em;
  font-style:normal;
}

.pagination li.active a{
  color:#ff6600;
  font-style:normal;
  font-weight:bold;
}

.pagination a{
  text-decoration:none;
  color:#0063dc;
  border:1px solid #dedede;
}

.main{
  border:1px solid #dedede;
  background-color:#ccc;
  padding:10px 20px;
}

.main h1 {
  border-bottom:1px dotted #878787;
  color:#ff6600;
  width:100%;
  margin-bottom:15px;
  margin-top:15px;
  padding-bottom:2px;
  text-shadow:none;
}

.main label {
  font-weight:bold;
  display:inline-block;
  width:115px;
  text-align:right;
}

#flash {
  margin:10px 0;
  background-color:#E1E1E1;
  padding:5px 10px;
}
#flash .flashnotice{
  color:green;
}
#flash .flasherror{
  color:red;
}

/* login page */
#login form input {
  width:200px;
}

#login form input[type='submit']{
  width:100px;
}

#login form label {
  width:80px;
}

/* accounts/search */
table#searchtable{
  font-size:90%;
}

table#searchtable tr{
  line-height:2.5em;
}
table#searchtable td{
  width:350px!important;
}

table#searchtable label {
  width:120px;
  display:inline-block;
  text-align:right;
  padding-right:5px;
  font-weight:normal;
}

table#searchtable input {
  width:175px;
}

/* attorneys list */
table#attorneys{
  border-collapse:collapse;
  margin:5px 0;
}

table#attorneys, table#attorneys tr, table#attorneys th, table#attorneys td{
  border:1px solid #F4F3F3;
}

table#attorneys th{
  background-color:#ccc;
  color:#fff;
}

table#attorneys td, table#attorneys th{
  padding:5px 0;
}

table#attorneys #actions{
  font-size:85%
}
/* apr rates */
table#apr_rates {
  border-collapse:collapse;
  width:950px;
  margin:5px 0;
}
table#apr_rates th, table#apr_rates td {
  border:1px solid #F4F3F3;
  padding:5px 0;
}
table#apr_rates th{
  background-color:#ccc;
  color:#fff;
}
/* statute of limitations */
table#statutes {
  border-collapse:collapse;
  width:400px;
  margin:5px 0;
}
table#statutes th, table#statutes td {
  text-align:center;
  border:1px solid #F4F3F3;
  padding:5px 0;
}
table#statutes th{
  background-color:#ccc;
  color:#fff;
}
/* ygc loaded files */
table#ygc_loaded_files {
  border-collapse:collapse;
  width:250px;
  margin:5px 0;
}
table#ygc_loaded_files th, table#ygc_loaded_files td {
  text-align:left;
  border:1px solid #F4F3F3;
  padding:5px;
}
table#ygc_loaded_files th{
  background-color:#ccc;
  color:#fff;
}
/* users list */
table#users {
  border-collapse:collapse;
  width:100px;
  margin:5px 0;
}
table#users th, table#users td {
  text-align:left;
  border:1px solid #F4F3F3;
  padding:5px;
}
table#users th{
  background-color:#ccc;
  color:#fff;
}
/* status flags */
#tab-status{
  padding:0 5px!important;
}
#tab-status table, #tab-status td{
  border:none;
}
#tab-status label{
  text-align:center;
  font-weight:normal;
}
#tab-status span {
  background-color:#fff;
  border:1px solid #ccc;
  display:inline-block;
  margin:0 5px;
  width:95px;
  text-align:center;
}
/* comments */
#tab-comm table td {
  display:inline-block;
  vertical-align:top;
}
#tab-comm table td.narrow {
  width:120px;
}
#tab-comm table td.wide {
  width:450px;
}
#tab-comm table td span {
  color:#000;
}
/* notes */
#tab-notes table {
  width:auto;
}
#tab-notes table tr td {
  font-size:13px;
}
#tab-notes table td.narrow {
  text-align:center;
}
#tab-notes table td.narrow input {
  width:100px;
  text-align:center;
}
#tab-notes table td.wide input {
  width:350px;
}
tr.even td{
  background-color:#CCC;
}

tr.odd td{
  background-color:#EEE;
}
/**/
#tab-paydetail table td {
  text-align:center;
}
#tab-paydetail table td input {
  width:70px;
  font-size:13px;
}
/**/
#tab-yrecs table td {
  text-align:center;
}
#tab-yrecs th{
  text-align:center;
}
tr.yrecs td{
  background-color:#EEE;
}
/**/
#tab-yrecs2 table td {
  text-align:center;
}
#tab-yrecs2 th{
  text-align:center;
}
tr.yrecs2 td{
  background-color:#EEE;
}
 /* right tab */
#right_tabs {
  font-size:90%;
  float:right;
  width:48%;
  min-height:722px;
}
#right_tabs div { padding:0 10px;}
#right_tabs table { width:100%; }

 /* ygc file reader */
#ygc_file_reader {
  font-size:90%;
  width:68%;
}
#ygc_file_reader div { padding:0 10px;}
#ygc_file_reader table { width:100%; }

/* fieldset */
fieldset {
  width:auto;
  border:1px solid #ccc;
  padding:5px;
}
/* edit account form */
#edit_account label{
  width:100px!important;
  text-align:left;
  font-weight:normal;
  font-size:80%;
  vertical-align:top;
}
#edit_account input{
  width:135px;
}
div#yellow {
  background-color:#FAFDC6;
  border:1px solid #ffb693;
}
div#pink {
  background-color:#fff3f9;
  border:1px solid #ff80c0;
}
div#pink label {
  width:80px!important;
  line-height:1.5em;
}
div#pink table.wide_label label {
  width:100px!important;
}
div#pink td {
  vertical-align:top;
}
div#pink input[type='checkbox'] {
  width:auto;
}

div#blue {
  background-color:#F2F9FF;
  border:1px solid #84C1FF;
}
div#purple {
  background-color:#F3F3F3;
  border:1px solid #ccc;
}
#yellow, #pink, #blue, #purple {
  float:left;padding:10px;margin-bottom:10px;
}
.right_col {
  width:31%;
}
.left_col {
  width:63%;margin-right:10px;
}
.one_col {
  width:98%;
}
/* suit tab */
#tab-suit  input {
  width:100px;
}
.ui-datepicker {
  font-size:12px;
}
/* tab-poe */
#tab-poe input { width:200px; }
#tab-poe input[type='submit'] { width:100px; }
#tab-poe input[type='checkbox'] { width:auto; }
#tab-poe label { text-align:left;line-height:1em; }
#tab-poe table { width:auto; }
#tab-poe table tr td { vertical-align:top;width:225px; }
/* tab auto */
#tab-auto input { width:150px;}

/* tools - print all notes */
table.print_notes {
/*width:auto;*/
  width:80em;
  background-color:#fff;
  font-size:100%;
  border-collapse:collapse;
}

table.print_notes tr.headers {
  background-color:#efefef;
}
table.print_notes tr.headers td {
  border-bottom:none;
}
table.print_notes td {
  border-bottom:1px solid #ccc;
}
table.print_notes label {
  font-weight:bold;
  width:auto;
}
table.print_notes span {
  width:auto;
  display:inline-block;
}
/** Collection Triggers **/
#collection_triggers {
  background-color:#fff;
  padding:10px 5px;
  font-size:11px;
}
#collection_triggers table {
  width:auto;
  border-collapse:collapse;
}
#collection_triggers table tr td {
}
#collection_triggers #title {
  border:1px solid #333;
  padding:5px 20px;
  text-align:center;
  margin:auto;
  width:200px;
}
#collection_triggers #date {
  float:right;
}
#collection_triggers label {
  font-weight:bold;
  width:auto;
  padding:0;margin:0;
  text-align:left;
}
#collection_triggers table tr.bottom-border {
  border-bottom:1px solid #333;
}
#collection_triggers table td.right-border {
  border-right:1px solid #333;
}

.alerts {
border:1px solid #ccc;background-color:#fff;color:red;margin:7px 13px 0 5px;padding:5px 3px!important;overflow-y:scroll;height:37px;
}

@media print {
  body {
  background-color: #FFF;
  width:680px;
  font-size:10px;
}

.main {
  background-color:#fff;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}

#actions {
  display: none;
}
table {
  font-size:10px;
}
#collection_triggers {
  page-break-after:always;
}
