body
{
	z-index: -1;
	background-color: #333333;
	background-image: url('/images/cornfield_background_translucent.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

div#login_bar {
	padding-right: 5px;
	min-height: 20px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-bottom-style: solid;
	top: 0px;
	border-top-style: none;
	background-color: #000099;
	clear:both;
	color:#FFFFFF;
	left:0;
	position:fixed;
	text-align:right;
	width: 100%;
	z-index: 8
}

table#login_bar {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	margin: -6px;
	width: 100%;
	border-style: none;
}

div#login_tasks {
	max-width: 870px;
	border-bottom-color: black;
	border-top-width: 0px;
	border-bottom-style: none;
	top: 0px;
	border-top-style: none;
	clear:both;
	left:0;
	padding:0;
	position: relative;
	text-align:right;
	width:100%;
	z-index: 9
}

div#loading {
	visibility: hidden;
	display: inline;
	z-index: 20;
	height: 20px;
	width: 150px;
	position: fixed;
	top: -1px;
	right: -1px;
	color: white;
	background-color: #cc0000;
}

 div#notice {
	border-style: none;
	margin: 2px;
	letter-spacing: 0px;
	text-align: center;
	background-color: #00cc33;
	color: white;
	font-weight: bold;
	font-variant: normal;
	font-size: medium;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a#login_bar {
	text-decoration: underline;
	color: white;
}

a#login_bar:hover {
	color: black;
	background-color: white;
}




div#contact_bar {
	font-size: 1em;
	max-width: 790px;
	padding-left: 10px;
	padding-top: 10px;
	background-position: 0;
	min-width: 790px;
	color: #cccccc;
	background-color: #006600;
}

 div#container_dropshadow {
	position: absolute;
	z-index: 1;
	background-repeat: repeat-y;
	background-image: url('../images/container_dropshadow.png');
	left: 50px;
	width: 820px;
}
div.container
{
	padding-right: 10px;
	padding-left: 10px;
	border-style: none;
	top: 0px;
	width: 800px;
	line-height:150%;
	background-color: transparent;
	background-repeat: repeat-y;
	z-index: 2;
}

div.header
{
	z-index: 3;
	padding-top: 0px;
	vertical-align: text-bottom;
	margin: 0px;
	height: 140px;
	padding-left: 10px;
	text-align: left;
	color:white;
	background-color: #0000cc;
	background-image: url('/images/green_blue_gradient.png');
	background-repeat: repeat-x;
	clear:left;
	font-weight: bold;
}

h1#header
{
	z-index: 0;
	line-height: 2.2em;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 8px;
	color: #ffcc33;
	text-shadow:  6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.9em;
	margin:0;
}

a#current_page_tab { 
	border-left-color: #000099;
	border-right-color: #000099;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-style: none;
	border-top-style: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 10px;
	background-color: #cccccc;
	border-left-style: solid;
	border-right-style: solid;
	min-width: 5em;
	text-decoration:none;
	color: black;
}

div#thin_blue_line {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	left: -1px;
	top: 175px;
	position: absolute;
	background-color: #000099;
	z-index: 0;
	width: 100%;
	height: 8px;
}

div#search { width: 100%; float: right; margin-top: -6px; padding-bottom: 8px; padding-top: 5px; background-color: #cccccc; }

div.content
{
	background-image: url('../images/blue_bar.png');
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-left: 1em;
	background-position: 0 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-style: none;
	border-width: 0px;
	padding-right: 1em;
	padding-bottom: 2.5em;
	padding-top: 1em;
	background-color:white;
}

ul.navbar
{
	z-index: 7;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	border-left-style: none;
	border-right-style: none;
	list-style-type:none;
}

li.navbar 
{
	z-index: 7;
	padding-bottom: 3px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top-style: none;
	background-color: #cccccc;
	border-left-style: none;
	border-right-style: none;
	float:left;
	text-decoration:none;
	color: black;
}

li.no-style {
	z-index: 7;
	background-color: #cccccc;
	list-style-type: square;
	clear: both;
	width: auto;
	border-right-style: none;
	border-right-width: 0px;
	text-decoration: none;
	color: black;
}

div.pullquote {
	display: block;
	float: right; 
	padding: 20px 5px 20px 5px;
	margin: 2px 5px 2px 5px; 
	color: #111;
	background-color: #ccc;
	font-family: futura, sans-serif;
}

a:link
{
	outline:none;
	-moz-outline-style:none;
	text-decoration: underline;
	color:blue;
}

a:visited
{
	color: #006600;
	text-decoration: underline;
}

a.navbar_current { 
	border-left-color: #000099;
	border-right-color: #000099;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-style: none;
	border-top-style: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 10px;
	background-color: #cccccc;
	border-left-style: solid;
	border-right-style: solid;
	min-width: 5em;
	text-decoration:none;
	color: black;
}
a.navbar
{
	z-index: 7;
	border-left-color: #000099;
	border-right-color: #000099;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-style: none;
	border-top-style: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 10px;
	background-color: white;
	border-left-style: solid;
	border-right-style: solid;
	min-width: 5em;
	text-decoration:none;
	color: black;
}

a.navbar:hover 
{
	z-index: 7;
	background-color: #ffcc33;
}

table#new_patient_table
{
	width: 100%;
	padding: 2em;
	background-color: #cccccc;
}

th {background-color:#000; color: #ffcc33;}

tr.list-line-odd {background-color: #ccc;}

tr.list-line-even {background-color: #fff;}

td { padding: 2px; margin: 2px;}
div#staff_seperator {
	margin-bottom: 1em;
	padding-bottom: 2px;
	width: 100%;
	background-color: #003399;
}

.floatright
{
	position: static;
	font-size: smaller;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 5px;
	margin: 2px;
	border-style: solid;
	background-color: #ffcc33;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	text-align: right;
	float: right;
	clear: both;
	display: compact;
}

.floatleft
{
	background-color: #cccccc;
	float: left;
	margin: 0 5px 5px 0;
	clear: left;
}

div#pre-footer {
	background-color: #999999;
	margin-left: 0px;
	padding: 8px;
	background-repeat: repeat-x;
	border-style: none;
}

.roundedcornr_box_989422 {
   color: white;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: small;
   text-align: center;
   border-width: 100%;
   background: #666666;
}

.roundedcornr_top_989422 div, .roundedcornr_top_989422, 
.roundedcornr_bottom_989422 div, .roundedcornr_bottom_989422 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_989422 { text-align: center; margin-left: 4px; margin-bottom: 0; margin-right: 4px; margin-top: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: small; background-color: #666666; }

.roundedcornr_bottom_989422 div {
   background: url('../images/roundedcornr_989422_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_989422 {
   background: url('../images/roundedcornr_989422_br.png') no-repeat bottom right;
}

div.footer
{
	height: 45px;
	background-image: url('../images/footer_dropshadow.png');
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
	text-align:center;
	padding:0.2em;
    color:white;
	font-size:x-small;
	font-family:arial,sans-serif;
    background-color:#333333;
    clear: none;
}

div#spacer
{
	clear: both;
	left: 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
}

td#label
{
	padding: 0px;
	margin: -1px;
	text-align: right;
}

div#admin_menu
{
	visibility: visible;
	z-index: 8;
	font-weight: bold;
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-left: 1em;
	display: inline;
	right: 8px;
	top: 5%;
	position: fixed;
	background-color: #4f66aa;
}

li#menu_link
{
	max-width: 20px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-right: 10em;
	padding-left: 5px;
	background-color: #cccccc;
}

a.admin_menu
{
	padding-right: 20px;
	max-width: 20px;
	color: #333333;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 8px;
}

a.admin_menu:hover
{
	max-width: 20px;
	background-color: #ffcc00;
}

a.login_bar
{
	color: white;
}

.fieldWithErrors {
  padding: 0px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

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

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

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

div#messages {
	padding: 5px;
	font-size: 11pt;
	position: relative;
	left: 1em;
	width: 70%;
	border-style: solid;
	border-color: black;
	border-width: 3px;
	margin: 2em;
	background-color: #5066ff;
	color: white;
	text-align: justify;
	font-family: serif;
}

#message_form {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	margin-left: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1em;
	background-color: #cccccc;
	padding-left: 1em;
}

div#footer-toggle {
	background-color: #666666;
	margin: 0px;
	padding: 5px;
}

div.partial {
	color: black;
	padding-left: 5px;
	border-color: #003399;
	border-right-width: 2px;
	border-left-width: 10px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	background-color: #cccccc;
}

img#feed_icon {
	border-style: none;
}

img#rails_icon {
	border-style: none;
}

input#query {
	float: right;
	width: 9.5em;
	display: inline;
	background-color: #333333;
	color: white;
}

input#search_button {
	float: right;
	display: inline;
}

textarea {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif;
}

img#page_image {
	clear: left;
	position: relative;
}

div#events_list {
	padding: 10px;
	margin-top: 16%;
	width: 385px;
	height: 400px;
	float: right;
	background-color: #cccccc;
}

 div#login_form {
	padding: 10px;
	background-color: #cccccc;
}

 td#or {
	background-position: 50%;
	background-repeat: repeat-y;
	background-image: url('/images/vertical_bar.png');
	color: #333333;
	font-family: garamond;
	font-style: italic;
	font-size: 260%;
}

 div#or {
	padding: 5px;
	background-color: white;
}

 a.create_new_account {
	padding: 10px;
	background-color: #006600;
	color: white;
}

 div#back_to_top {
	text-align: right;
}

/*Section for admit css properties*/
a.admits_navbar:visited { color: yellow; }

a.admits_navbar:hover { color: #fff; background-color:green; }

a.admits_navbar{ 
	border-color: grey;
	border-width: 1px;
	border-style: solid;
	color: #fff; 
	padding: 0.3em;
	background-color: #000099;
}

table#index_table
{
  border-width: 100%;
  border-style: none;
  background-color: #fff;
  border-color: grey; 
  width: 100%; 
}

div.listpatient {
  background-color: #fff;
  width: 40%;
  padding: 0.8em;
  margin: 0.5em;
}

div#info_box {
	width: 95%;
}
table.stats {
	margin-top: 1em;
	padding: 1px;
	border-width: 2px;
	border-color: #006600;
	border-style: solid;
	background-color: white;
}
input#vrs_call_button {
	float: right;
}
div#tweets {
	padding: 0.2em;
	background-color: white;
	color: #333333;
	word-spacing: -1px;
	line-height: 0.9em;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: small;
}
img#twitter_badge {
	float: left;
	clear: none;
	border-style: none;
}
span#tweet_created_at {
	text-transform: lowercase;
	font-style: italic;
	color: #666666;
}
div#twitter_follow_explanation {
	padding-left: 5em;
	visibility: hidden;
	color: white;
	background-color: #cc0000;
}
div#ie_sucks {
	min-height: 30px;
	visibility: visible;
	text-align: center;
	left: -1px;
	min-width: 100%;
	background-color: #cc0000;
	color: white;
	position: fixed;
	bottom: -1px;
	z-index: 10;
}
div#reference_links_footer {
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1px;
	margin-top: 10px;
	background-color: #000099;
}
 div#reference_links_container {
	background-color: #cccccc;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 3px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px;
}
 div#map {
	background-color: #999999;
	height: 500px;
	width: 100%;
}
 table#edit_patient_table
{
	width: 100%;
	padding: 2em;
	background-color: #cccccc;
}
 table#clinic_addresses
{
	font-size: 14px;
	border-spacing: 0px 5px;
	text-align: left;
	min-width: 100%;
}
 a#current_page_tab { 
	border-left-color: #000099;
	border-right-color: #000099;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-style: none;
	border-top-style: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 10px;
	background-color: #cccccc;
	border-left-style: solid;
	border-right-style: solid;
	min-width: 5em;
	text-decoration:none;
	color: black;
 {
}
 /*Section for link properties*/
/*Section for float properties*/
