/* undo ygrid's auto centering of text */
body {
  text-align: left;
}

/* styled container styles */
.form-box {
  border: 1px dotted #c3c1c1;
  margin: 20px;
  padding: 20px;
/*  background-color: #f5f5f5; */
}

.form-box-header {
  font-size: 20px;
}

.button_holder {
  padding-bottom: 15px;
}

.button_holder button {
/*  float: right; FIXME sign in page doesn't work properly */
}

/* end of styled container */

.uberform {
}

.field_row {
  padding-top: 8px;
  padding-bottom: 8px;
}

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.field_row input, textarea, select {
	border: 2px solid #c3c1c1;
	border: 2px solid #e0e0e0;
	/** remember to change image path **/
	background: #f9f9f9;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
   padding: 3px;
   margin: 2px;
}

/** You can use this style for your LABEL elements **/
.field_row label {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
   clear: both;
   padding: 3px;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.field_row input:hover, textarea:hover, select:hover {
	border: 2px solid #F0F0F0;
	/** remember to change image path **/
	background: #FFFFFF;
	color: #6d6464;
}

.field_row input:focus, textarea:focus, select:focus {
	border: 2px solid #c3c1c1;
	/** remember to change image path **/
	background: #FFFDEC;
	color: #454743;
}

/* styles form errors */
.fieldWithErrors input {
  border: 1px solid red;
}

.fieldWithErrors select {
  border: 1px solid red;
}

.fieldWithErrors textarea {
  border: 1px solid red;
}

.fieldWithErrors label {
 	background-image:url(../images/exclamation.png);
	background-position: left;
	background-repeat:no-repeat;
   padding-left: 20px;
}

#flash {
  text-align: center;
  height: 25px;
  border: 1px dotted #c3c1c1;
  padding: 10px;
  padding-top: 15px;
  margin: 20px;
  font-size: 15px;
  font-weight: bold;
}

#flash_error {
  color: red;
}

#errorExplanation {
  border: 1px dotted #c3c1c1;
  padding: 10px;
  margin: 20px;
}

#errorExplanation h2 {
  color: red;
  font-size: 20px;
  padding-bottom: 10px;
}

#errorExplanation p {
  font-weight: bold;
}

#errorExplanation li {
  color: red;
  padding-left: 20px;
}

.narrow_view {
	margin: -5px;
}

.edit {
	background-image:url(../images/icons/pencil.gif);	
	background-position: top left;
	background-repeat:no-repeat;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 10px;
	float: right;
}

#cable_car {
	padding-top: 20px;
}

#cable_car a {
	background-image:url(http://www.cablecarsoftware.com/images/30px_logo.gif);	
	background-position: top left;
	background-repeat:no-repeat;
	padding-bottom: 15px;
	padding-left: 38px;
	padding-top: 5px;
}

/* nav menu css */
ul#red { margin:0; padding:0; list-style-type:none; }

ul#red li { position:relative; float:left; border-top:4px solid #edcbcb; margin-right: 15px; padding-right: 20px; padding-top: 5px;}

ul#red .current { border-top:4px solid #c50909;}

ul#red li:hover { border-top:4px solid #c50909;}

ul#red li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#c50909;}

ul#red li a:hover { color:#b17878; border:none; }

ul#red li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif;  line-height: 15px;}

ul#red li a:hover span {margin-top: 7px; display:block; color: #b17878;}

ul#red {
	margin-top: 10px;
}

html {
background-color: #FFFDEC;	
/*	background: #fff url(../images/body_background.png) repeat-y 50% 0;*/
/*		background-color: #dfdfdf;*/
}

#border {
/*	background-color: grey;*/
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	padding-bottom: 10px;
	text-align: center;
}

#doc2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #c50909;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}
.rounded-corners {
	}

.text_color {
	color: #404040;
}

.field_row label {
	color: #404040;
}

#header {
}

#header_border {
	padding-bottom: 10px;
	border-bottom: 3px solid #c50909;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

#footer_border {
	padding-bottom: 10px;
	border-bottom: 1px solid #c50909;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

a {
	font-size: 1.1em;
	color: #c50909;
}
.profile_picture {
	border: 1px solid #bdbdbd;
}

.treatment_table {
	border: 1px solid #c50909;
	margin-left: 10px;
	margin-right: 10px;
}

.treatment_table td {
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#copyright {
	text-align: center;
	font-size: .9em;
}

.checklist {
	padding-left: 30px;
}

.checklist li {
	  list-style-image: url(../images/icons/tick.gif);
	  padding-left: 5px;
	  padding-bottom: 8px;		
}

#logo {
	height: 140px;
	margin-top: 10px;
}

.centered {
	text-align: center;
}

#welcome_links {
	width: 200px; 
	margin: 20px 0 20px 350px;
}

#comment_list li  {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #dfdfdf;
}

.required {
	font-size: 1.3em;
	color: #c50909;
}

#top_nav {
	float: right;
}

#older_comments {
	margin-top: 10px; 
	font-size: 1.3em;
}

#older_comments #status {
	margin-bottom: 5px;
}

.child_comments {
	background-color: #dfdfdf;
	padding: 10px;
}

.child_comments ul li {
	border-top: 10px solid #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
}

.medium_text {
	font-size: 1.2em;
}