* {
margin: 0;
padding: 0;
}
body {
font-size: 12px;
font-family: 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
background-color: white;
cursor: default;
}
/* for sticky footer */
html, body {
height: 100%;
}
#wrapper {
min-width: 900px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
position:relative;
}
img {
border: none;
}
/* Restore padding to lists */
ul, ol, dl {
margin: 0.3em 0;
padding-left: 2.5em;
}
h1, h2, h3, h4 {
font-weight: bold;
}
p {
/*line-height: 15px;*/
}
a {
text-decoration: none;
color: #06C;
cursor: pointer;
}
a:hover {
text-decoration: underline;
}
a img {
border: none;
vertical-align: bottom;
}
a:focus {
outline: none;
}
/* Menus */
.menu ul {
margin: 0;
padding: 0;
}
.menu ul li {
list-style: none;
display: inline;
}
#current_user {
position: absolute;
top: 15px;
right: 3%;
color: #333;
text-align: right;
font-size: 11px;
}
#current_user .menu li {
padding: 0 5px;
border-left: 1px solid gray;
}
#current_user .menu li:first-child {
border: none;
}
#current_user .menu li:last-child {
padding-right: 0;
}
#current_user .quick_select {
margin-top: 2px;
}
#current_user .quick_select select {
font-size: 11px;
}
/* Context menu */
#context_menu {
height: 39px;
background: #E5EAEB;
font-size: 13px;
line-height: 20px;
padding-right: 7px;
margin: 1px;
position: relative;
}
#context_menu ul {
float: right;
padding-top: 7px;
}
#context_menu li {
padding-left: 4px;
white-space: nowrap;
display: block;
float: left;
}
#context_menu li a {
display: block;
height: 25px;
position: relative;
float: left;
color: #273032;
background: url('/images/buttons/standard_left.png') no-repeat left top;
margin-right: 12px;
}
/* IE Hack */
* html #context_menu li a {
margin-right: 5px;
background-image: url('/images/buttons/context_left_ie.png');
}

#context_menu a:hover {
text-decoration: none;
}
#context_menu a span {
display: block;
height: 23px;
padding: 2px 12px 0 0;
float: left;
background: url('/images/buttons/standard_right.png') no-repeat right top;
position: relative;
left: 12px;
text-shadow: 1px 1px #FFF;
}
/* IE6 hack */
* html #context_menu a span {
background-image: url('/images/buttons/context_right_ie.png');
}

#context_menu li.selected a,
#context_menu li a:active {
background-position: left bottom;
}
#context_menu li.selected a span,
#context_menu li a:active span {
background-position: right bottom;
}
#context_menu a.new {
background: url('/images/buttons/standard_new.png') no-repeat left top;
padding-left: 10px;
}
#context_menu a.back {
background: url('/images/buttons/context_back.png') no-repeat left top;
padding-left: 7px;
}
/* IE6 hack */
* html #context_menu a.new {
background-image: url('/images/buttons/context_new_ie.png');
}
#context_menu a.help {
color: #ea6623;
}
/* Flash messages */
#flashes {
font-size: 12px;
color: #333;
}
#flashes p {
margin: 1px 0;
}
#flashes .notice {
border: 3px solid #080;
background-color: #CFC;
padding: 7px 30px;
}
#flashes .warning {
border: 3px solid #C70000;
background-color: #FFF7F7;
padding: 7px 30px;
}
#flashes .warning h3 {
color: #C00;
font-size: 12px;
font-weight: bold;
padding: 0;
}

/*FAQs*/
body.home_layout #faq h1 {
border-bottom: 1px solid #CBC8C9;
padding: 10px 0px;
}
#faq h2 {
color: #EA6623;
margin-bottom: 10px;
padding: 7px 7px 7px 40px;
background: no-repeat left center;
}
#faq h2.expensure {
background-image: url('/images/faq-expensure.png');
}
#faq h2.security {
background-image: url('/images/faq-padlock.png');
}
#faq h2.ledgers {
background-image: url('/images/faq-ledger.png');
}
#faq h2.payments {
background-image: url('/images/faq-payments.png');
}
#faq h2.lists {
background-image: url('/images/faq-list.png');
}
#faq h2.settings {
background-image: url('/images/faq-settings.png');
}
#faq h2.trends {
background-image: url('/images/faq-trends.png');
}
#faq h2.cdr {
background-image: url('/images/faq-cdr.png');
}



/* FORMS */
input, textarea, select {
font-family: 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
font-size: 14px;
}
input[type=password] {
font-family: Verdana,Helvetica,Arial,sans-serif;
}
input[type=checkbox] {
vertical-align: top;
}
fieldset {
border: none;
background: #FEF0E8;
padding: 8px 12px;
margin-bottom: 3px;
position: relative;
}
fieldset.legend {
margin-top: 22px;
}
fieldset legend {
font-weight: bold;
padding: 2px 15px 2px 6px;
font-size: 12px;
line-height: 14px;
background: url('/images/ledgers/h3.png') repeat-x left top;
background-color: #F47822;
color: white;
	/* positioning doesn't work in Firefox - see firefox.css */
	/* Also tweaks in ie.css for IE7+8 */
	position:absolute;
top: -20px;
left: 0px;
}
/* IE Hack */
* html fieldset legend {
margin: 0 0 0 -7px;
}

fieldset label {
color: #333;
display: block;
width: 9em;
margin-right: 0.5em;
float: left;
padding-top: 3px;
}
fieldset .required label {
font-weight: bold;
}
fieldset .required label:after {
content: '*';
color: red;
}
/* don't apply style to nested labels */
fieldset .required .group label {
font-weight: normal;
display: inline;
float: none;
padding: 0;
}
fieldset .required .group label:after {
content: '';
}
fieldset .help {
color: gray;
font-style: italic;
font-size: 11px;
padding-left: 7px;
margin-left: 9.5em;
display: block;
}
fieldset p.help {
margin: 0 !important;
}
fieldset .check_box .help, 
fieldset .short .help,
fieldset .link .help {
display: -moz-inline-stack;
display: inline-block;
margin-left: 0;
width: 285px;
/*vertical-align: top;*/
}
fieldset .link .help {
/* baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%; */
vertical-align: baseline;
}
button {
cursor: pointer;
}
button.submit {
font-size: 13px;
line-height: 16px;
border: none;
background: none;
/*vertical-align: bottom;*/
}
button.submit span.outer {
background: url('/images/buttons/submit_left.png') no-repeat left top;
display: -moz-inline-stack;
display: inline-block;
padding-left: 12px;
height: 25px;
}
button.submit span.inner {
white-space: nowrap;
background: url('/images/buttons/submit_right.png') no-repeat right top;
display: -moz-inline-stack;
display: inline-block;
padding: 4px 12px 0 0;
height: 21px;
}
button.submit:active span.outer {
background-position: left bottom;
}
button.submit:active span.inner {
background-position: right bottom;
}

a.button, a.button span {
white-space: nowrap;
display: -moz-inline-stack;
display: inline-block;
position: relative;
}
a.button {
background: url('/images/buttons/small_button_left.png') no-repeat left top;
height: 20px;
color: #273032;
text-shadow: 1px 1px #FFF;
padding-left: 10px;
}
a.button span {
background: url('/images/buttons/small_button_right.png') no-repeat right top;
padding: 3px 10px 1px 0;
height: 16px;
}
a.button:hover {
text-decoration: none;
}
a.button:active {
background-position: left bottom;
}
a.button:active span {
background-position: right bottom;
}
/* IE Hack - start */
* html button.submit {
padding: 5px 0 4px 0;
margin: -2px -9px -1px -11px;
}
* html button.submit span.outer {
padding: 0 0 0 12px;
margin: 0;
}
* html button.submit span.inner {
position: static;
padding: 4px 12px 5px 0;
margin-right: -4px;
}
/* IE Hack - end */
.field.check_box label, .field.radio_button label {
padding-top: 0;
}
.field.text_area label {
vertical-align: top;
}
.field {
margin: 7px 0;
clear: both;
}
input.description {
width: 300px;
}
input.value {
width: 100px;
}
textarea.short {
height: 35px;
width: 300px;
}
/* field errors */
#errorExplanation {
margin: 5px;
border: 3px solid #C70000;
background-color: ;
padding: 7px 12px;
font-size: 11px;
}
#errorExplanation h2 {
color: #C00;
font-size: 12px;
font-weight: bold;
padding: 0;
}
.fieldWithErrors {
display: inline;
}
.fieldWithErrors input, input.error {
background: #FFA6A6;
}
.breaker {
clear: both;
}
#debug {
color: gray;
}
#ie6_message {
font-size: 11px;
/*color: white;*/
color: #C70000;
background: #FFF7F7;
padding: 2px 30px;
}

#main_title h2.environment {
position: absolute;
top: 0;
right: 0;
background-color: #FF8000;
color: white;
font-size: 10px;
padding: 1px 55px 1px 5px;
}
