
* {
    font-size: 12px;
    font-family: Arial;
    line-height: 1.5em;
}

a, img { border:0px; }


th {
    vertical-align:top;
    line-height:12px;
}

a:active, a:focus, input:active, input:focus {
    outline: 0;
}

p, span, li, ul, a {
    margin:0;
    padding:0;
}

h1, h2, h3 { 
    color: #90B11F;
    font-family:"Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
    margin:0px;
    padding:0px;
    letter-spacing:-1;
    font-weight:100;
}
h1 { font-size: 22px; line-height:22px;margin:0;}

.italic {
    font-style:italic;
}

body {
    margin: 0px;
    text-align: center;

}

form {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* collapsed tables */

table.collapsed {
    border-collapse: collapse;
}

table.collapsed td {
    padding: 0;
}

img {
    border: 0px;
}  

.nowrap, .nowrap * {
    white-space: nowrap;
}

.small, .small * {
    font-size: 10px !important;
    font-family: verdana;
}

.small ul, .small ol {
    margin: .5em 2.5em;
}


/* statuses */

tr.declined, tr.incorrect, tr.junk {
    background: #ffefef;
}

tr.success, tr.authorised, tr.done, tr.correct {
    background: #efefff;
}

fieldset {
    background: url(/images/form_bg.gif) repeat-x top;
    border: solid 1px #d5dfe5;
    padding: .5em;
}

fieldset .errorExplanation {
    margin: .5em;
    background: url(/images/error_bg.gif) repeat-x;
}

.notice {
    font-family: arial;
    color: red;
    padding: 10px 20px 10px 20px;

    background-color:#FFF9D8;
    border-bottom:1px solid #FFE8CD;
    border-top:1px solid #FFE8CD;

    margin: 0.5em 0em;
    text-align: left;
}

#notice a {
    color:#148255;
    text-decoration:underline;
}

.fieldWithErrors * {
    border: solid 2px #faa;
    background: #ffefef;
}

.errorExplanation {
    border: solid 1px #dda;
    color: #770;
    padding: .5em;
}

.errorExplanation h2 {
    font-family: arial;
    font-size: 11pt;
    margin: 0px;
}

table.headings th {
    background: #ddd;
}

/* data table */

.data {
    border-collapse: collapse;
}

.data th {
    text-align: left;
}

.data th, .data td {
    padding: 0.1em 0.5em;
}

.data td {
    border-top: solid 1px #efefef;
}

.data th.h1 {
    background: #ddd;
}

h2 {
    font-size:18px;
}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background:white;
}



#top_container {
    background: #90B11F;
}

#top {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding: 0.5em 0em;
}

#top * {
    color: #004B30;
}

#top a:hover {
    color: #f70;
}

#navbar_container {
    background: #004B30;
    border-bottom: solid 5px #90B11F;
    margin-bottom:20px;
}

#navbar {
    width: 900px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 15px;*/
    text-align: left;
    padding: 0.5em 0em;
}

table.form th {
    padding-top: 3px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

/* info table */

table.info th {
    text-align: right;
    font-size: smaller;
    vertical-align: top;
    padding-top: 3px;
    border-right: solid 3px #efefef;
}

/* dl */

dt { float: left; clear: left }
dd { padding: .5em }

dt a       img { opacity: 1.0; filter: alpha(opacity=100); }
dt a:hover img { opacity: 0.8; filter: alpha(opacity=80); }

dl.standard dt { float: none; clear: both; font-weight: bold }

.even { background: #7F7F7F; }
.odd  {}

/* comments */

.comments {
    background: url(/images/comments_bg.gif) no-repeat left bottom;
    border-right: solid 1px #d5dfe5;
    border-top: solid 1px #d5dfe5;
    padding: 10px;
}

.comment .head {
    border-bottom: solid 1px #d5dfe5;
    text-align: right;
}

#layout {
    text-align: left;
    width: 580px;
    /*border: solid 1px red;*/
    float: left;
    background:white;
    padding:0px 20px 20px 30px;

}

#general_statement_on_environmental_policy {
    clear:left;
}

#menu {
    text-align: left;
    float: left;
    width: 225px;
    /*border: solid 1px red;*/
    padding:0;
    list-style-type:none;
    margin:4px 0 0 0;
}

#menu .heading {
    font-weight: bold;
    border-bottom: dotted 1px #aaa;
    margin-bottom: 5px;
    text-align: left;
}

#statement_buttons_wrapper input, #statement_buttons_wrapper span {
    float:left;
}

#statement_buttons_wrapper input {
    width:100px;
}

#statement_buttons_wrapper div, #statement_buttons_wrapper form {
    float:left;
    margin-right:10px;
}

#menu .item {
    padding: 0px 3px;
    padding-left: 10px;
    margin-bottom: 4px;
    background: url(/images/box.gif) no-repeat 0px 7px;

}

#menu .item a {
    color:#004B30;

}

div.action {
    background-color:#FBE793;
    margin:17px 0pt;
    padding:8px 0pt;
}

div.action h2 {
    font-family:verdana;

    line-height:1em;
    text-align:center;
}

div.action h2 a {
    color:#990000;
    font-weight:100;
    font-size:20px;
}

#menu {

}

.green_lineless_link {
    color:#004B30;
    border:1px solid #004B30;
    width:150px;
    display:block;
    float:left;
    text-align:center;
    margin-right:20px;
}
.green_lineless_link:hover {
    background:#A8DB75;
    color:#004B30;
    text-decoration:none;
}

.submit {
    background-attachment:scroll;
    background-color:transparent;
    background-image:url(/images/button_bg.gif);
    background-repeat:no-repeat;
    color:#555555;
    font-weight:bold;
    height:32px;
    line-height:32px;
    text-align:center;
    width:183px;
    border:0;
}
.submit:hover {
    background-image:url(/images/button_bg_hover.gif);
}

#menu .subheader {
    font-weight:bold;
    background-image:none;
    padding-left:0;
    background:#004B30;
    color:white;
    line-height:22px;
    padding-left:5px;
    font-weight:100;
}

#menu .subheader a {
    color:white;
}

#policy_progress_chart {
    border:1px solid #BFBFA7;
    height:60px;
    width:580px;
    margin-bottom:16px;
    background-image:url(/images/progress_chart.jpg);
    float:left;
    clear:left;
}

#policy_progress_header {
    margin-top:3px;
    margin-bottom:0px;
    border:1px solid #004B30;
    width:580px;
    padding:0px;
    background:#004B30;

    color:white;
    font-family:arial;
    font-weight:100;
    font-size:12px;
    float:left;
}

#policy_progress_header h2 {
    color:white;
    font-family:arial;
    font-weight:100;
    float:left;
    margin:3px 3px 3px 10px;
    padding:0;
}


#control_panel {
    margin-top:20px;
    width:900px;

}

#control_panel div.panelete {

    float:left;
    width:280px;
    height:200px;
    margin-bottom:25px;
    background:#E9E9E9;
    margin-right:20px;

}

.panelete .button-to {
    margin-top:8px;
    margin-bottom:8px;
}

.panelete .button-to input {
    width:150px;
}

#new_invoice_wrapper {

}

#new_invoice_wrapper p {
    float:left;
    clear:left;

}

#new_invoice_wrapper p label {
    float:left;
    display:block;
    width:200px;
}

#new_invoice_wrapper p input {
    float:left;

}

form.button_to {
    float:left;
    clear:left;
    padding-left:30px;

}

#new_invoice_button {
    float:left;
    clear:left;
}

#control_panel div a.box, #control_panel div span.box {
    width:240px;
    height:200px;
    display:block;
    text-decoration:none;
    color:#004B30;
    padding:16px 19px 0px 19px;
    font-size:18px;
}

#control_panel div span.box ul {
    margin-left:16px;
    margin-top:10px;
}

#control_panel div a ul {
    margin-top:8px;
    margin-left:14px;
}

#control_panel div a ul li {
    line-height:24px;
}

#control_panel div.left {
    float:left;
}

#control_panel div.right {
    float:right;
}

#main {
    text-align:left;
    width:900px;
    background:white;
}

#header {
    background: url('/images/header.jpg') repeat-x;
    width:100%;
    height:110px;

}

#top_nav_wrapper {
    float:left;
    clear:left;

}

#header_nav {
    float:right;
    margin:6px 10px 0px 0px;
    color:white;
}

#header h1 {
    color:white;
    font-size:30px;
    padding-top:5px;
    margin-left:20px;
    float:left;
    display:inline;
}

#header_nav a {
    color:white;
}

#ringleypanel_logo {
    float:left;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}


#contractor_logo_wrapper {
    width:100%;
    float:right;
    clear:right;
    text-align:center;
    margin-bottom:16px;
}

#contractor_logo_wrapper img {
    margin:0 auto;
}

#contractor_address p {
    float:right;
    clear:right;
    margin:0;
}

#contractor_address {
    width:100%;
    float:right;
    clear:right;
    text-align:right;
}

#new_invoice_wrapper #new_invoice {

}

#recipient_address {
    float:left;
    margin-top:18px;
}

#invoice_record {
    float:right;
    text-align:right;
    margin-top:18px;
}

#invoice_record label {
    display:block;
    width:200px;
    text-align:left;
    float:left;
}

#invoice_record p {
    margin-bottom:12px;
    float:right;
    clear:right;
}


#invoice_record span {
    float:right;

}

#new_invoice_wrapper div.subheader {
    float:left;
    clear:left;
    padding-top:10px;
    padding-bottom:10px;
}

.right_cleared {
    float:right;
    clear:both;
    width:600px;
}

.right_cleared p {
    float:right;
    clear:right;
}

.left_cleared {
    float:left;
    clear:both;

    width:100%;
}

#new_invoice_icon {
    width:291px;
    height:275px;
    background-image:url(/images/invoices.jpg);
    float:left;
}

.maxWidth {
    width:100%;
}

.floatLeft {
    float:left;
}

#new_invoice_icon a {
    float:left;
    width:280px;
    height:124px;
    margin-top:8px;
    clear:left;
}

#edit_contractor_logo {
    margin-top:20px;
    margin-bottom:20px;
}

.clearLeft {
    clear:left;
}

#main_invoice_content {
    padding-top:18px;
    float:left;
    clear:both;
}

#main_invoice_content .left {
    width:200px;
}

#invoice_record .left {
    width:100px;
}

#invoice_record .right {
    width:200px;
}

#main_invoice_content h2 {
    margin-bottom:16px;
}

#main_invoice_content p label.left {
    float:left;
    width:170px;
    clear:left;
}

#main_invoice_content p label.right {
    float:left;
    width:200px;
    clear:left;
}

#main_invoice_content p {
    padding-bottom:5px;
}

#totals {
    margin-top:32px;
    clear:both;
    float:right;
}

#totals p {
    padding-bottom:5px;
}


#totals p label.left {
    width:150px;
}

#totals p label {
    text-align:left;
    float:left;
}

#new_invoice_form #submit {
    margin-top:16px;
}

.centered_inputs_wrapper {
    clear:left;
    text-align:center;
}

#new_invoice_form .standard_padding {

    padding-top:32px;

}

#main_invoice_content p textarea {
    width:500px;
    height:100px;
}

#main_invoice_content h2 {
    width:250px;
}

#submit_invoice {
    clear:both;
}

input.readonly {
    border:none;
}

#invoice_uploaded_data {
    float:left;
    margin:18px 0px 18px 0px;
}

#upload_invoice_wrapper input {
    float:left;
    clear:left;
}

#my_invoices_tabs {
    float:left;
    list-style-type:none;
}

#my_invoices_tabs li {
    float:left;
    display:block;
    margin:0;
    padding:10px 24px 10px 0px;
}

#my_invoices_tabs li a {

}

#my_invoices tr td span {
    display:block;
}

* html #my_invoices tr td span input {
    vertical-align:middle;
}

#my_invoices tr td span input {
    vertical-align:bottom;
}

#main100pc #invoice_header {
    padding-left:0px;
    padding-bottom:20px;
}

#main100pc h2 {
    padding-bottom:16px;
}

#invoice_details h3 {
    text-align:left;
    clear:left;
} 

#my_invoices {
    width:98%;
    text-align:left;
    margin:auto;
}

.left_aligned_wrapper {
    float:left;
    clear:left;
}

#main100pc .left_aligned_wrapper * {
    float:left;
    clear:left;
    text-align:left;
    margin-left:20px;
    padding-left:0px;
}

#main100pc .left_aligned_wrapper h3 {
    font-size:14px;
}
#main100pc .right_aligned_wrapper * {
    float:none;
    clear:right;
    text-align:left;
    margin-left:20px;
    padding-left:0px;
}

#main100pc .right_aligned_wrapper h3 {
    font-size:14px;
}


#my_invoices a {
    color:black;
    text-decoration:underline;
}

#main100pc h1 {
    text-align:left;
    margin:auto;
    float:left;
    padding-left:20px;
}

#main100pc table {
    clear:left;
}

#my_invoices tr td.subheader, #my_invoices tr th {
    padding:8px 0px 8px 2px;
}

#my_invoices tr th {
    color:white;
}

#my_invoices tr th {
    background:#004A2F;
}

#my_invoices tr th a {
    color:white;
    padding-left:2px;
    height:20px;
}

#my_invoices tr .subheader {
    background:#148255;
    padding-left:4px;
    color:white;
    height:20px;
}

#my_invoices tr th {
}

#top_nav {
    padding-top:4px;
    float:left;
    clear:left;
    vertical-align:bottom;
    margin:0 auto;
    position:relative;
    margin-left:20px;
    display:inline;
    margin-top:30px;
}

#top_nav li {
    list-style-type:none;
    display:block;
    float:left;

    width:130px;
    text-align:center;

}

#top_nav li a {
    width:130px;
    padding:8px 0px 8px 0px;
    margin-bottom:0px;
    border-left:1px solid white;
    display:block;
    text-align:left;
}

#top_nav li a:hover {
    background:#0D6340;
}

#top_nav li a {
    color:white;
    text-decoration:none;
}



#invoice_management_company {
    width:380px;
}

.amount_text {
    float:right;

}

.white_txt_green_bg {
    background:#148255;
    color:white;

}

.amount_col {
    width:200px;
    text-align:right;
}

#purchase_order_details {
    background:#F3F3F3;

}

#invoice_wrapper {
    text-align:left;

}

#invoice_wrapper h3 {
    border-bottom:solid 1px #CCCCCC;
    width:500px;
    padding-bottom:2px;
    margin-bottom:5px
}

#main100pc #invoice_wrapper #invoice_details p {
    font-family:helvetica;
}

#invoice_details h3, #purchase_order_details h3 {

    font-size:15px;
    margin-top:20px;
}

#invoice_details p, #purchase_order_details p {
    color:#8F8F8F;
}

#invoice_details {
    margin-left:20px;
    margin-right:0px;
    padding:0px 0px 40px 0px;
    display:inline;
}

#invoice_details, #purchase_order_details {
    float:left;
    width:600px;

}

#purchase_order_details {
    padding:20px 40px 40px 20px;
    margin-top:2px;
}

#purchase_order_details h3 {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:5px;
    padding-bottom:2px;
    width:500px;
}

#all_invoices_shortcuts {
    float:left;
}

#invoice_wrapper #invoice_header {
    margin:0;
}

.even td {
    background:#CFCFCF;
}

.odd td {
    background:white;
}

div.band {
    background-color:#FFF9D8;
    border-bottom:1px solid #FFE8CD;
    border-top:1px solid #FFE8CD;
    padding:30px 0;
    text-align:center;

}

/*
div.popup {
width: 400px;
height: 150px;
margin: -150px 0 0 -200px;
padding:10px;
}
*/

.black {
    color:black;
}

.default_indentation {
    padding-left:20px;
}

.green_text {
    color:#004A2F;
}

#main100pc h1 {

}

#contractor_summary * {
    float:left;
}

.contractor_details_wrapper div {
    text-align:left;
    padding-left:20px;
    padding-top:20px;
}


.contractor_details_wrapper div {
    float:left;
    clear:left;
}

.contractor_details_wrapper h2 {
    clear:left;
}

table#documents_list {

    color:white;
    text-align:left;
    margin-top:20px;
    
}

table#documents_list tr th {
    background:#148255;
}

table#documents_list tr th.left {
    background:#E8E8E8;
    color:#004A2F;
}

table#documents_list tr th.left a {
    background:#E8E8E8;
    color:#004A2F;
}

table#documents_list  tr th, table#documents_list tr td {

    height:50px;
    vertical-align:middle;
}

table#documents_list tr td {
    background:white;
    padding-left:20px;
    padding-right:20px;
}

table#documents_list a {
    color:white;
}

#documents_list_wrapper {
    padding-left:20px;
}

#documents_list tr td.description {
    width:500px;
    color:#004A2F;
    padding-left:10px;
}

.document_wrapper {
    padding-left:20px;
}

.document_wrapper p, .document_wrapper h2, .document_wrapper ul li {
    clear:left;
    float:left;
    margin-top:20px;
    text-align:left;
}

.document_wrapper ul {
    padding-left:20px;
}

.document_wrapper div {
    float:left;
    clear:left;
    margin-top:20px;
}

#document_upload div {

} 

#default_margin_top {
    margin-top:20px;
}

#default_padding_top {
    padding-top: 20px;
}

#template_wrapper {
    margin:auto;
    width:600px;
    padding:40px;
    background:#F3F3F3;
    padding-top:0px;
    margin-top:20px;
}

.left_indent {
    padding-left:20px;
}

#documents_list tr th {
    padding-left:10px;
    padding-right:10px;
}

.description_box {
    height:100px;
    width:500px;
}

#document_upload label {
    float:left;

}

#documents_list_key {
    float:left;
    background:white;
    color:#148255;
    border:2px solid #148255;
    padding:10px;
    margin:20px;
}

#documents_list_key h2 {
    color:#148255;
}
#documents_list_key p {
    text-align:left;
}

#documents_list tr td input {
    width:130px;
}

.bold_row th {
    font-size:15px;
}

.bold {
    font-weight:200;
}

#invoice_index_header {
    float:left;
}

.contractor_details_wrapper {
    padding-bottom:20px;
}

.align_left {
    text-align:left;
}

#expires_on {
    float:left;
    clear:left;
    margin-bottom:20px;
}

#document_upload {
    float:left;
    text-align:left;
    margin:0px 20px;
}

#document_upload #expires_on {
    margin-top:20px;
}

.centered {
    text-align:center;
}

table#documents_list tr td.nopadding {
    width:80px;
    text-align:left;
}

#document_upload p {
    width:700px;
    padding:20px 20px 20px 0px;
}

#doc_template_wrapper p, #doc_template_wrapper h1, #doc_template_wrapper h2, #doc_template_wrapper h3 {
    float:left;
    text-align:left;
    clear:left;
    padding-left:0;
}

#doc_template_wrapper ul {
    clear:left;
    margin-left:20px;
    text-align:left;
}

#main100pc h3.docs_list_header {
    padding-top:10px;
}

#main100pc h3 {
    float:left;
    clear:left;
    padding-left:20px;

}




#doc_template_wrapper h3 {
    font-size:15px;
}
#doc_template_wrapper {
    padding:20px;
}

#doc_template_wrapper h2 {
    padding-top:10px;
    padding-bottom:10px;
}

#doc_template_wrapper {
    margin:auto;
    width:80%;
    padding:40px;
    background:#F3F3F3;
    padding-top:30px;
    margin-top:30px;

}

.policy_template_block {
    width:850px;
    padding:20px;
    background:#E8E8E8;
    clear:left;
    float:left;
    margin-top:10px;
    text-align:left;
}

.policy_template_block h3 {
    font-size:15px;

}

.red {
    color:red;
}

#doctype_content_wrapper p, #doctype_content_wrapper h2, #doctype_content_wrapper h1 #doctype_content_wrapper ul {
    width:100%;

}

.policy_template_block_no_bg {
    width:850px;
    padding:20px 20px 0px 0px;
    clear:left;
    float:left;
    margin-top:10px;
    text-align:left;
    background:none;
}

.policy_template_block_no_bg p {
    margin-bottom:10px;
}

#doctype_content_wrapper div.policy_template_block_no_bg, #doctype_content_wrapper div.policy_template_block {
    width:90%;
}

.intro_text {
    padding:0px 20px 0px 20px;

    width:800px;

}

#doctype_content_wrapper p.intro_text {
    width:800px;
    margin:auto;
}

#main100pc_width_wrapper {
    text-align:left;
    float:left;
    margin-left:20px;

}

#main100pc h1 {
}

.contractor_details_wrapper div.details_block {
    float:left;
    clear:left;
    margin-bottom:20px;
    padding:20px;
    border:2px dashed #90B11F;
}

.contractor_details_wrapper #default_address, .contractor_details_wrapper h2 {
    width:400px;

}

.contractor_details_wrapper {
    background:#E8E8E8;
    float:left;
    clear:left;
    margin-top:20px;
    width:100%;

}


.green {
    color:#148255;
} 

#main100pc div.contractor_details_wrapper h2 {
    border-bottom:1px solid;
    margin-bottom:16px;
    padding-bottom:0px;
    padding-right:40px;
    float:left;
    clear:left;
    text-align:left;
    margin-left:20px;
    display:inline;
    margin-top:20px;
}

#my_invoices.overview tr td, #my_invoices.overview tr th {
    height:30px;
    padding:3px;
}

#contractor_summary {
    float:left;
    clear:left;
    background:white;
}

#contractor_summary p {
    float:left;
    clear:left;

}

#contractor_summary {

}

#invoice_index_header {
    padding-bottom:20px;
}

#new_invoice_link {
    position:absolute;top:140px;left:280px;background:#148255;width:130px;
    border-left:1px solid white;color:white;
    padding-top:9px;
    padding-bottom:10px;
}

#new_invoice_link a {
    color:white;
}
#new_invoice_link a:hover {
    text-decoration:none;
}

.details_block_wrapper {
    float:left;
    margin-right:40px;
}

#new_admin_user p {
    text-align:left;
    float:left;
    clear:left;
    margin-left:20px;
    display:inline;
}

#sub_nav {
    width:98%;
    text-align:right;
}

.floatRight {
    float:right;
}

#my_invoices tr #invoices_subnav {
    background:white;color:#148255;text-align:right;padding-right:2px;border-top:1px solid #148255;
}

#my_invoices tr #invoices_subnav a {
    color:#148255;
}



h1 a {
    font-size:22px;
    line-height:22px;
    color:#90B11F;
    font-family:"Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
    text-decoration:underline;
}


#document_upload label {
    font-size:14px;
    float:left;
    clear:left;
    color:#90B11F;
}

#right_home_wrapper {
    float:left;
    width:514px;
    margin-left:0px;
    padding-left:0px;

    text-align:left;

}

#right_home_wrapper img {
    float:left;

    padding-left:0;
}

* html #right_home_wrapper img { 
    margin-left:-10px;
}

#rechargable_bullets * {
    width:400px;
    text-align:left;
}

#document_upload p {
    clear:left;
    float:left;
}

#my_invoices tr td .pagination {
    width:600px;
}

.pagination a {
    color:#004A2F;
}

#about_invoices_wrapper img {
    margin-top:20px;
} 

#home_main_wrapper {
    float:left;
    width:1000px;
}

#home_main_wrapper div {
    float:left;
}

.about_page {
    margin-top:20px;
    width:1000px;
    background:url("/images/aboutimg.png") no-repeat top right;
}

.about_page p, .about_page li {
    width:600px;

}

.about_page img {
    background:white;
    padding:10px;
}

.about_page table tr td {
    clear:left;
    float:none;
    width:100%;
}

#left_home_wrapper {
    float:left;
    display:inline;
}

* html #left_home_wrapper img {
    margin-left:10px;
}

#home_main_wrapper div img {
    float:left;
    clear:left;
}

#top_bar_main {
    float:left;

    display:inline;
}

.about_page p {
    margin-bottom:20px;
}

.about_page ul {
    margin-bottom:20px;
}

#five_star_rating {
    float:left;
}

#upload_invoice_wrapper {
    margin-left:20px;
}

#po_input_bg {
    background:#B3FFAF;
    float:left;
    clear:left;
    padding:20px;
}
/*
* html #popup_utility_action {
position:absolute; 
top: 50%;
left: 50%;
margin-top: -200px;
margin-left: -250px;
}
*/
* html, body {
    /*height: 100%;	overflow: auto;*/
}
/*
* html #popup_invoice_rejection {
position:absolute; 
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -350px;
background:#199863;
color:white;
padding:20px;
}

#popup_right_col.utility h3#action_header {
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
font-size:18px;
}

#popup_right_col.utility h3#action_header {
font-weight:;
margin-top:10px;
margin-bottom:10px;
}

#popup_right_col.utility h4 {
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
float:left;
clear:left;
}

#popup_right_col.utility input {
margin-left:0px;
}

#popup_right_col.utility p {
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
margin-left:20px;
float:left;
clear:left;
}

#popup_right_col.utility p.no_margin {
margin:0;
}

#popup_right_col.utility input {
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
float:left;
clear:left;
}

#popup_right_col.utility input {
margin-left:0px;
}

#popup_utility_action #utilities_actions_table {
width:500px;
}

#popup_utility_action #utilities_actions_table tr {
width:500px;
}
#popup_utility_action #utilities_actions_table * {
clear:none;
float:none;
text-align:left;
vertical-align:top;
}
*/

#utilities_actions_table tr th {
    border-bottom:1px dashed white;

}

#utilities_actions_table tr.header th {
    border-bottom:1px solid white;
    padding-bottom:5px;
}
/*
@-moz-document url-prefix() {

html #popup_invoice_authorization1, html #popup_utility_action {
position: fixed;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -400px;
}

html #popup_invoice_rejection {
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -200px;
padding:20px;
background:#199863;
color:white;
}

html #popup_invoice_rejection h2 {
color:white;
}


}

#popup_invoice_authorization1, #popup_utility_action {
position:fixed;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -350px;
z-axis: 10px;
}


#popup_invoice_rejection {
position: fixed;
top: 50%;
left: 50%;
margin-top: -200px;
margin-left: -150px;
padding:20px;
background:#199863;
color:white;
}

#popup_invoice_rejection h2 {
color:white;
}


#popup_left_col {
float:left;
width:300px;
}

#popup_invoice_authorization #rechargable_owner, #popup_utility_action #rechargable_owner {
color:black;
}

#popup_invoice_authorization #rechargable_owner option, #popup_utility_action #rechargable_owner option {
color:black;
}

#popup_invoice_authorization1 #popup_right_col, #popup_utility_action #popup_right_col {
float:left;
clear:none;
padding-left:20px;
}

#popup_invoice_authorization1 #popup_right_col textarea, #popup_utility_action #popup_right_col textarea {
height:200px;
width:250px;
color:black;
}

#popup_right_col h3 {

background:none;
text-align:left;
padding-left:0px;

}

#popup_invoice_authorization, popup_utility_action {
background-color:#199863;
color:white;
padding:20px;
}
*/
.table_utility_action {
    background-color:#199863;
    color:white;
    width:100%;
}
.table_utility_action_down{
    background-color:#199863;
    color:white;
    border:1px solid #ffffff;
    width:100%;
}
.table_invoice td {
    background-color:#e2f1df;
    width:100%;
    padding:5px;
}
/*
#popup_invoice_authorization1 p, #popup_utility_action p {
margin-left:0;
padding-left:0;
text-align:left;
float:left;
clear:left;
}

#popup_invoice_authorization1 *, popup_utility_action * {
color:white;
float:left;
clear:left;

}

#popup_invoice_authorization input, popup_utility_action input {
color:black;
}

#popup_invoice_authorization .button, popup_utility_action .button {
margin-top:20px;
}

#popup_invoice_authorization form p, #popup_utility_action form p {
width:300px;
}
*/

#purchase_order_details h2 {
    text-align:left;
}

#purchase_order_details * {
    float:left;
    clear:left;
    text-align:left;
}

#purchase_order_details {
    padding-bottom:20px;

}

#new_email_wrapper {
    margin-left:20px;
    margin-top:20px;
    display:inline;
}

#new_email_wrapper form * {
    float:left;
    clear:left;
    margin-bottom:20px;
}

#address_wrapper h3 {
    float:left;
    clear:left;

}

#new_email_wrapper form option {
    margin-bottom:0px;
    line-height:22px;
}

#new_email_wrapper form textarea {
    width:300px;
    height:300px;
}

.blue_bg {
    background:#8FF7FF;
}
.red_bg {
    background:red;
    color:white;
}
.orange_bg {
    background:orange;
    color:white;
}

#my_invoices tr th {
    vertical-align:middle;
    height:20px;
}
/*
#popup_invoice_authorization select, #popup_invoice_authorization option, #popup_utility_action select, #popup_utility_action option {
color:black;
}

#popup_invoice_authorization select, #popup_utility_action select {
float:left;
clear:none;
}
*/

#contractor_show_wrapper {
    float:left;
    clear:left;
    width:100%;
    margin-top:20px;
}

#contractor_show_wrapper div * {
    float:left;
    clear:left;
    text-align:left;

}

#contractor_show_wrapper div {
    display:inline;
    float:left;
    clear:left;
}

#contractor_show_wrapper h2 {
    padding-top:10px;
    padding-left:20px;
}

#contractor_show_wrapper div p {
    padding:0;
    margin:0;
    margin-left:20px;
    display:inline;
}

#contractor_show_wrapper .block {
    padding-top:10px;
    padding-bottom:20px;
    width:100%;
    height:230px;
    clear:left;
    float:left;
}

#contractor_show_wrapper .block * {
    float:left;
    clear:left;
}

#contractor_show_wrapper .block div form {
    float:left;
    clear:left;
    margin-left:20px;
    display:inline;
}

#contractor_show_wrapper .block input {
    padding-left:20px;
}

#top_nav_wrapper {
    clear:both;
    padding-top:10px;
    margin:auto;
    padding-left:0;
    padding-right:0;
    margin-left:0;
    margin-right:0;
}

div.block p input {
    float:left;
    margin-left:20px;
    display:inline;
}

#contractor_show_wrapper .block .text {
    padding:0;
    margin:0;
}

.header_text {
    float:left;
    clear:left;
}

#status {

}

#letters_wrapper * {
    float:left;
    clear:left;
    display:inline;
}

#letters_wrapper {
    margin-left:20px;

}

#letters_wrapper p {
    color:black;
    font-size:14px;
}

#letters_wrapper #letters_list_wrapper p a {
    font-size:16px;
}

#--invoice_index_header {
    background:red;
}

.default_block {
    float:left;
    clear:left;
    margin-bottom:20px;
}

#new_email_wrapper form #email_to_wrapper * {
    clear:none;
}

#email_contractor_wrapper {
    padding-left:20px;
    margin-top:10px;
}

#email_message {
}

#email_contractor_wrapper div #email_contractor_wrapper p {
    text-align:left;
    float:left;
    clear:left;
}


#contractor_company_auto_complete ul li {
    clear:left;
    margin:0;
    padding:0;
    float:left;
    text-align:left;
}

#update_form * {
    clear:left;
    float:left;
} 

#updates_list {
    float:left;
    clear:left;
    margin-top:20px;
}

#updates_list * {
    float:left;
    clear:left;
}

#updates_list .update_wrapper h3 {
    margin-bottom:6px;
    font-size:12px;
}

#updates_list .updates_list p {
    color:#FFFFFF;
}

#updates_list .update_wrapper * {
    float:left;
    clear:left;
    padding-left:20px;
}

#updates_list div h3, #updates_list div p {
    float:left;
    text-align:left;
    width:600px;
}

#updates_list div {
    margin-bottom:30px;
}

#updates_list div h3 {
    font-size:18px;
}

#template_email_reminder_text {
    float:left;
    clear:left;
    margin-top:10px;
    margin-bottom:10px;
}

/* spaced layout */

div.box p.spaced {
    float:left;
    clear:left;
    margin-bottom:10px;
}

/* end */

/* box layout styles */
div.box {
    padding-top:5px;
    padding-bottom:5px;
    float:left;
    clear:left;
    vertical-align:top;
    text-align:left;
}

div.box p, div.box h3 {
    float:left;
    clear:left;
    text-align:left;
    padding:0;
    margin:0;
}
/* end

/* for this site only */
#main100pc div.box h3, #main100pc div.box p {
    margin:0;
    padding:0;
    clear:left;
    float:left;
    padding:0;
    margin:0;
}



div #contractor_invoice_id {
    margin-bottom:20px;
}

#frm_contractor_invoice_id span, #frm_propersys_id span {
    width:170px;
    display:block;
    float:left;
}

#print_invoice {
    margin-top:20px;
    margin-left:20px;
    text-align:left;

}

#print_invoice div, #print_invoice div p, #print_invoice p, #print_invoice h2, #print_invoice div p label, #print_invoice div p span {
    font-size:14px;
}

#print_invoice div div h2 {
    font-size:16px;
}

#print_invoice h2 {
    font-size:18px;
}

/* custom styles for multiple stacked instances with custom formatting */
div.auto_complete {
    margin-top:7px;
    padding:0px;
    width:300px;
    background:#fff;
    border:1px solid #888;
    position:static;
    font-size: 13px;
}

div.auto_complete ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
    font-size: 11px;
    text-align:left;
}

div.auto_complete ul li.selected {
    background-color:#ffb;
    width:300px;
    font: 11px bold;
}

div.auto_complete ul li {
    margin:0;
    padding:1px;
    display:block;
    width:300px;
    list-style-type:none;
    cursor:pointer;
    font-size: 11px;
}
div.auto_complete.not_showed {
    background-color:#fff;
    margin:0;
    padding:1px;
    display:block;
    cursor:pointer;
    font: italic 11px verdana, sans-serif;
}

div.text-large {
    font-size: 12px;
    background-color:#ffffff;
    width : 250px;
    font-family: Arial, sans-serif;
    border: solid 1px #24618E;
    margin-top:3px;
    padding: 2px;

}
.action_button
{
    background-color: #cac2eb;
    text-decoration: none;
    font-size: 12px;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    margin-right: 10px;
    margin-left:10px;
    margin-top:3px;
    padding: 2px;
    color: black;
    border: 1px solid black;
}
.table_search {
    padding-left:15px;
}
.table_search td {
    padding-right:5px;
}
.fixed_position {
    position: fixed;
    width: 500px;
    background-color: #f0ffff;
    margin: auto;
    border: none;
}

#show_details_contractor label {
 font-weight:bold;
}

#show_details_contractor td {
 background-color:AliceBlue;
 cellspacing:5px;
 padding:2px;
}
.green_button {
	padding:5px;
background-color:#199863;
color:white;
}

.budget_label {
background-color:white;
color:red;
text-align:center;
}
