

body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal  Arial,Helvetica,sans-serif;
	background: white;
}

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2em;line-height:1;margin-bottom:0.5em;color:#18384b; font-weight:bold;padding:0.5em 0 0.5em;}
h1 a {color:#18384b; }
h2 {font-size:1.6em;margin-bottom:0.75em;color:#18384b;font-weight:bold; }
h3 {font-size:1.4em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1.4em;font-weight:bold;text-align:center;color:#1e465d;}
h6 {font-size:1.4em;font-weight:bold;margin-top:1.25em;margin-bottom:-.5em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;font-weight:bold;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
}

#content
{
    font-size:0.8em;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 2px 20px; 
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{
	float: right;
	position: relative;
	width: 200px;
	
	border-style: solid;
    border-width: 1px;
    border-color:#6FACCF;
   
    //background: none repeat scroll 0% 0% #F2F6FA;
    background:#EFFDFF;
    border-radius: 3px;
    margin-top: 10px;
}


.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
	
	border-radius: 3px;
}


.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}


.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	//background:#EFFDFF;
}


.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}


.red, .red  a {color: red;} 
.green, .green a {color: green;} 
.blue, .blue a {color: blue;} 
.black, .black a {color: black;}
.bgyellow {background-color: #BCE774;}

.invoice-line {background-color: #DDDDFF;}
.invoice-fee {background-color: #DDFFDD;}
.invoice-tax {background-color: #DDDDDD;}
.invoice-payment {background-color: #FFDDDD;}

.banking-cash {background-color: #DDDDFF;}
.banking-totals {background-color: #DDFFDD;}
.banking-balance {background-color: #DDDDDD;}
.banking-deposit {background-color: #FFDDDD;}

.statement-totals {background-color: #DDDDFF;}
.statement-income {background-color: #DDFFDD;}
.statement-heading {background-color: #DDDDDD;}
.statement-expenses {background-color: #FFDDDD;}

.entry-cashbook {background-color: #DDDDFF;}
.entry-parameters {background-color: #DDDDDD;}

.unlocked {
	background-color: #DDFFDD;
	padding: 10px;
	margin: 10px 0;
}
.locked {
	background-color: #FFDDDD;
	padding: 10px;
	margin: 10px 0;
}

input.date-box {
	width:100px;
}
input.date-box-h2 {
	width:140px;
	font-size:24px;
	
	color:#97313f;
	font-weight:bold; 
	background:#DDEEFF;
}

input.cash-amount-box {width:85px;}
input.volume-amount-box {width:80px;}
h1 a:link {text-decoration:none;}

<!- th {
	color: white;
	background: url("bg.gif") repeat-x scroll left top white;
	text-align: center;
	border-right: 1px white solid;
}
->

.alt-grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

.alt-grid-view
{
	padding: 15px 0;
}

.alt-grid-view table.alt-items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.alt-grid-view table.alt-items th, .alt-grid-view table.alt-items td
{
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em;
}

.alt-grid-view table.alt-items th
{
	color: white;
	background: url("bg.gif") repeat-x scroll left top white;
	text-align: center;
}

.alt-grid-view table.alt-items th a
{
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

.alt-grid-view table.alt-items th a:hover
{
	color: #FFF;
}

.alt-grid-view table.alt-items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.alt-grid-view table.alt-items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.alt-grid-view table.alt-items tr.even
{
	background: #F8F8F8;
}

.alt-grid-view table.alt-items tr.odd
{
	background: #E5F1F4;
}

.alt-grid-view table.alt-items tr.selected
{
	background: #BCE774;
}

.alt-grid-view table.alt-items tr:hover.selected
{
	background: #CCFF66;
}

.alt-grid-view table.alt-items tbody tr:hover
{
	background: #ECFBD4;
}

.alt-grid-view .alt-link-column img
{
	border: 0;
}

.alt-grid-view .alt-button-column
{
	text-align: center;
	width: 60px;
}

.alt-grid-view .alt-button-column img
{
	border: 0;
}

.alt-grid-view .alt-checkbox-column
{
	width: 15px;
}

.alt-grid-view .alt-summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.alt-grid-view .alt-pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.alt-grid-view .alt-empty
{
	font-style: italic;
}

.alt-grid-view .alt-filters input,
.alt-grid-view .alt-filters select
{
	width: 100%;
	border: 1px solid #ccc;
}
 .legend table {   /* Fix for graph legends taking whole width */
     width: auto;
  }
 a {
      text-decoration: none; 
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: whitesmoke;
  border-color: #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px; 
}
.breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    text-transform: uppercase; 
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
    text-decoration: underline; 
}
.breadcrumbs > * a, .breadcrumbs > * span {
      text-transform: uppercase;
      color: #2ba6cb; 
}
.breadcrumbs a {
      color: #4b4a4a; 
}
.breadcrumbs > *.current {
      cursor: default;
      color: #333333; 
}
.breadcrumbs > *.current a {
        cursor: default;
        color: #333333; 
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; 
}
.breadcrumbs > *.unavailable {
      color: #999999; 
}
.breadcrumbs > *.unavailable a {
        color: #999999; 
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; 
}
.breadcrumbs > *:before {
      content: "";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; 
}
.breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; 
}


.row-heading{
	color: white;
	background: url("bg.gif") repeat-x scroll left top white;
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em;
}

.callout-blue {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background:  #fcfdfd;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}		
.callout-blue-fill {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background:  #f2f8fb;
    -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}	
.callout-red {
    border-style: solid;
    border-width: 1px;
    border-color: #FFB6ED;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
   // background: none repeat scroll 0% 0% #FAF2F6;
    border-radius: 3px;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-orange {
    border-style: solid;
    border-width: 1px;
    border-color: #FFC8B6;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    //background: none repeat scroll 0% 0% #FAF6F2;
    border-radius: 3px;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}

.callout-red-fill {
    border-style: solid;
    border-width: 1px;
    border-color: #FFB6ED;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background: none repeat scroll 0% 0% #FFE7E7;
    border-radius: 3px;
}

.callout-red {
    border-style: solid;
    border-width: 1px;
    border-color: #FFB6ED;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	//background: none repeat scroll 0% 0% #FFE7E7;
    border-radius: 3px;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}

.callout-brown-fill {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background:  #eef4ea;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-brown {
    border-style: solid;
    border-width: 1px;
    border-color: #D28E4A;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    border-radius: 3px;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}

.callout-yellow-fill {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background: none repeat scroll 0% 0% #fcfbf7;
    -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-yellow {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #fcfbf7;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}

.callout-grey-fill {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background: none repeat scroll 0% 0% #EDEDED;
	 -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}

.callout-green-fill {
    border-style: solid;
    border-width: 1px;
    border-color: #12FF12;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background: none repeat scroll 0% 0% #D6FFD6;
    border-radius: 3px;
}

.callout-green {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background:  #FbFbfa;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-grid-green {
    border-style: none;
    border-width: 1px;
    border-color: #bbc7ce;
    margin-top:20px;
    padding-bottom: 5px;
    background:  #FbFbfa;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-orange-fill {
  
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background:  #eaddd5;
	 -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-grid-orange {
    margin-top:20px;
    padding-bottom: 5px;
    background:  #eaddd5;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-purple-fill {
    border-style: solid;
    border-width: 1px;
    border-color: #800080;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background: none repeat scroll 0% 0% #DDDDFF;
    border-radius: 3px;
}
.callout-fees-fill {
    border-style: none;
    border-width: 1px;
    border-color: #800080;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background: #Fbf2f4;
      -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-stock-fill {
    border-style: none;
    border-width: 1px;
    border-color: #D28E4A;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background:  #f2f8fb;
     -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-invoice-fill {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
	background: #f2f8fb;
      -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.callout-invoiceOnline-fill {
    margin: 2px;
    padding: 0.9375em;
	background:  #fcfdfd;
    -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
   
}
#textarea {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;/*reset from inline*/
    width:100%;
    margin:0;/*remove defaults*/
    padding:4px;
    background:#EEF;
    border:1px solid #333;
    overflow-y:auto;/*resets IE*/
    overflow-x:hidden;/*resets IE*/
}
.errorSummary {
    border: 2px solid #C00;
    padding: 7px 7px 12px;
    margin: 0px 0px 20px;
    background: none repeat scroll 0% 0% #FEE;
    font-size: 0.9em;
}

label.error, span.error {
    color: #C00;
}

select.error {
    background: none repeat scroll 0% 0% #FEE;
    border-color: #C00;
}

.errorMessage {
    color: #F00;
    font-size: 0.9em;
}

label img {
	vertical-align:bottom;
}
.log h1, .log a, .log h6 {
	color: #975630;
}
.settings h1, .settings a {
	color: #555555;
}
.assets h1, .assets a {
	color: #2c4b18;
}
.invoices h1, .invoices a, .invoices h6 {
	color: #18384b;
}
.fees h1, .fees a {
	color: #70242e;
}
.customers h1, .customers a {
	color: #18384b;
}
.stock h1, .stock a {
	color: #4b4018;
}
.cashbook h1, .cashbook h2, .cashbook a {
	color: #18394B;
}
.invoices .portlet-decoration
{
	padding: -0.9375em;
	background: #307197;
	border-left: 5px solid #18384b;
}
.invoices .portlet-title
{
	color: white;
}	
.index {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:0.5em;
}
.ui-widget-header {
	
	background-color: whitesmoke;
	background-image: none;

}

.ui-widget {
  -webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
