body {
  background-color: #FFFFFF;
  font-family: Carlson Pro, Verdana, Helvetica, Arial;
  font-size: 12px;
}

h1, h2, h3, h4 {
	font-family: Palatino;
	color: #0064A8;
}

h1 {
	width: 800px;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#overlay{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

#dialog{
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 8px solid #FFB42D;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#header {
	width: 1024px;
	margin: 30px auto 0px auto;
}

#container {
  width: 1024px;
  margin: 0 auto;
  background-image: url(/images/content-background.png);
  padding: 0px 0px;
  border: solid 5px #5B9A16;
}

#title {}
	
#yield { position: relative; }

#sidebar { width: 180px; }

#content { width: 810px; float: right; }

#footer 
{ 
	clear: both; 
	width: 1024px;
	height: 20px;
	text-align: center;
	color: #5B9A16;
}

#left_column {
	width: 350px;
}

#right_column {
	float: right;
	width: 350px;
	margin-right: 50px;
}
	
#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #FFC759;
  border: solid 1px #FFB42D;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 760px;
  border: 2px solid #C66;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #FCC;
}

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

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

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

#menu {
	width: 180px;
	height: 100%;
	list-style-type: none;
	padding: 10px;
	margin: 0px;
	padding-top: 20px;
	font-size: 14px;
}

#menu li { padding-bottom: 5px; margin: 0px; width: 150px;}

#menu input {
	font-family: Arial;
	display: inline;
	border: none;
	width: 40px;
}

#menu a {
	font-family: Arial;
	font-weight: bold;
	color: #0064A8;
	text-decoration: none;
}

#menu li ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

#notes_box { width: 748px; }

table { border-spacing: 0px; margin: 0; padding: 0; }
table tr { border: solid 1px #5B9A16;}
table td {padding: 0.5em; border-top: solid 1px #5B9A16; }

table tr.even td { background-color: #DAE8CE; }
table tr.odd td { background-color: transparent; }
table td.centered { text-align: center; }	

textarea.notes { width: 730px; height: 100px; }

input[readonly='readonly'] { color: black; background-color: #DDDDDD; border: solid 1px #808080;}
input.disabled { color: black; background-color: #C0C0C0; border: solid 1px #808080; }
input[disabled='disabled'] { color: black; background-color: #C0C0C0; border: solid 1px #808080;}
input.patient_total { font-weight: bold; background-color: #FFE8BB; }
input.visit_total { font-weight: bold; background-color: #D1F4FF; }
input.total { font-weight: bolder; background-color: #C0C0C0; }

input.toggling_enabled { border: solid 1px #5B9A16; }
input.toggling_disabled { border: solid 1px #5B9A16; background-color: #A8C98D; }

input.error { background-color: #FCC; border-color: #C66; }
select.error { background-color: #FCC; border-color: #C66; }

input.negative { background-color: #FCC; border-color: #C66; }
input.positive { background-color: #CFC; border-color: #6C6;}

/* -------------------------------------------------------------------------------------------------

It's *strongly* suggested that you don't modify this file.  Instead, load a new stylesheet after
this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

This stylesheet forms part of the Formtastic Rails Plugin
(c) 2008 Justin French

--------------------------------------------------------------------------------------------------*/


/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just form.formtastic
--------------------------------------------------------------------------------------------------*/
form.formtastic, form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p { margin:0; padding:0; }
form.formtastic fieldset { border:0; }
form.formtastic em, form.formtastic strong { font-style:normal; font-weight:normal; }
form.formtastic ol, form.formtastic ul { list-style:none; }
form.formtastic abbr, form.formtastic acronym { border:0; font-variant:normal; }
form.formtastic input, form.formtastic textarea, form.formtastic select { font-family:inherit; font-size:inherit; font-weight:inherit; }
form.formtastic input, form.formtastic textarea, form.formtastic select { font-size:100%; }
form.formtastic legend { color:#000; }


/* FIELDSETS & LISTS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset { }
form.formtastic fieldset.inputs { }
form.formtastic fieldset.buttons { padding-left:25%; }
form.formtastic fieldset ol { }
form.formtastic fieldset.buttons li { float:left; padding-right:0.5em; }

/* clearfixing the fieldsets */
form.formtastic fieldset { display: inline-block; }
form.formtastic fieldset:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html[xmlns] form.formtastic fieldset { display: block; }
* html form.formtastic fieldset { height: 1%; }


/* INPUT LIs
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li { margin-bottom:1.5em; }

/* clearfixing the li's */
form.formtastic fieldset ol li { display: inline-block; }
form.formtastic fieldset ol li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html[xmlns] form.formtastic fieldset ol li { display: block; }
* html form.formtastic fieldset ol li { height: 1%; }

form.formtastic fieldset ol li.required { }
form.formtastic fieldset ol li.optional { }
form.formtastic fieldset ol li.error { }
  

/* LABELS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li label { display:block; width:25%; float:left; padding-top:.2em; }
form.formtastic fieldset ol li li label { line-height:100%; padding-top:0; }
form.formtastic fieldset ol li li label input { line-height:100%; vertical-align:middle; margin-top:-0.1em;}


/* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets)
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li fieldset { position:relative; }
form.formtastic fieldset ol li fieldset legend { position:absolute; width:25%; padding-top:0.1em; }
form.formtastic fieldset ol li fieldset legend span { position:absolute; }
form.formtastic fieldset ol li fieldset ol { float:left; width:74%; margin:0; padding:0 0 0 25%; }
form.formtastic fieldset ol li fieldset ol li { padding:0; border:0; }


/* INLINE HINTS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li p.inline-hints { color:#666; margin:0.5em 0 0 25%; }


/* INLINE ERRORS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li p.inline-errors { color:#cc0000; margin:0.5em 0 0 25%; }
form.formtastic fieldset ol li ul.errors { color:#cc0000; margin:0.5em 0 0 25%; list-style:square; }
form.formtastic fieldset ol li ul.errors li { padding:0; border:none; display:list-item; }


/* STRING & NUMERIC OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.string input { width:74%; }
form.formtastic fieldset ol li.password input { width:74%; }
form.formtastic fieldset ol li.numeric input { width:74%; }


/* TEXTAREA OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.text textarea { width:74%; }


/* HIDDEN OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.hidden { display:none; }


/* BOOLEAN OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.boolean label { padding-left:25%; width:auto; }
form.formtastic fieldset ol li.boolean label input { margin:0 0.5em 0 0.2em; }


/* RADIO OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.radio { }
form.formtastic fieldset ol li.radio fieldset ol { margin-bottom:-0.6em; }
form.formtastic fieldset ol li.radio fieldset ol li { margin:0.1em 0 0.5em 0; }
form.formtastic fieldset ol li.radio fieldset ol li label { float:none; width:100%; }
form.formtastic fieldset ol li.radio fieldset ol li label input { margin-right:0.2em; }


/* CHECK BOXES (COLLECTION) OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.check_boxes { }
form.formtastic fieldset ol li.check_boxes fieldset ol { margin-bottom:-0.6em; }
form.formtastic fieldset ol li.check_boxes fieldset ol li { margin:0.1em 0 0.5em 0; }
form.formtastic fieldset ol li.check_boxes fieldset ol li label { float:none; width:100%; }
form.formtastic fieldset ol li.check_boxes fieldset ol li label input { margin-right:0.2em; }



/* DATE & TIME OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.date fieldset ol li,
form.formtastic fieldset ol li.time fieldset ol li,
form.formtastic fieldset ol li.datetime fieldset ol li { float:left; width:auto; margin:0 .3em 0 0; }

form.formtastic fieldset ol li.date fieldset ol li label,
form.formtastic fieldset ol li.time fieldset ol li label,
form.formtastic fieldset ol li.datetime fieldset ol li label { display:none; }

form.formtastic fieldset ol li.date fieldset ol li label input, 
form.formtastic fieldset ol li.time fieldset ol li label input, 
form.formtastic fieldset ol li.datetime fieldset ol li label input { display:inline; margin:0; padding:0;  }


/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

form.formtastic fieldset ol li p.inline-hints { color:#333; }

--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset { 	
	width: 350px; 
	padding: 10px;
	margin-bottom: 20px;
	border: solid 1px grey;	
}

form.formtastic fieldset.buttons { 
	padding-left: 0px;	
	width: 760px; 
}

form.formtastic fieldset ol li.boolean label {
	padding-left: 0px;
}

form.formtastic fieldset ol li.text textarea { 
	height: 50px;
}

form.formtastic fieldset.buttons ol li.commit {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

table.counts{ width: 100%; }

table.counts td { width: 60px; text-align: center;}

table.counts td.label { width: 170px; text-align: left;}

table.counts th.label {text-align: left;}

table.counts td input {width: 50px; text-align: right;}

form.formtastic fieldset.counts ol  li.numeric input {width: 40px; text-align: right;}

form.formtastic fieldset.counts ol  li.numeric label {width: 80%;}

form.formtastic fieldset.inputs ol fieldset.counts ol  li.numeric label {width: 360px;}


table.revenue-counts{ width: 100%; }

table.revenue-counts td { width: 80px; text-align: center;}

table.revenue-counts td.label { width: 250px; text-align: left;}

table.revenue-counts td input {width: 70px; text-align: right;}

table.revenue-counts th.label {text-align: left;}

form.formtastic fieldset.revenue-counts {width: 480px;}
	
form.formtastic fieldset.revenue-counts ol  li input {width: 70px; text-align: right;}

form.formtastic fieldset.revenue-counts ol  li label {width: 380px; padding-right: 10px;}


table.expenditure-counts{ width: 100%; }

table.expenditure-counts td { width: 80px; text-align: center;}

table.expenditure-counts td.label { width: 250px; text-align: left;}

table.expenditure-counts td input {width: 70px; text-align: right;}

table.expenditure-counts th.label {text-align: left;}


form.formtastic fieldset.expenditure-counts {width: 480px;}
	
form.formtastic fieldset.expenditure-counts ol  li input {width: 70px; text-align: right;}

form.formtastic fieldset.expenditure-counts ol  li label {width: 380px; padding-right: 10px;}

form.formtastic fieldset ol li fieldset { border: none; }

form.formtastic fieldset ol li fieldset ol li {width: 700px; }