/*p, div.text {
	line-height: 1.5em;
	padding-bottom:1em;
}*/
body{
	background:transparent;
}
h1, h2, h3, h4, strong, b{color:#657884;}
span.initspacer{
	display:block;
	float:left;
	width:270px;
}
div.rating{
	padding-top:8px;
	margin-top:5px;
	margin-bottom:5px;
	background:#efefef;
	height:14px;
}
span.radiocontainer{
	display:block;
	float:left;
	padding:0;
	text-align:center;
	width:45px;
	font-weight:bold;
}
span.radiolegend{
	display:block;
	float:left;
	padding:0;
	width:15px;
	padding-right:10px;
	font-weight:bold;
}
div.form-container ul{
	padding-top:15px;
	padding-left:20px;
	margin-bottom:20px;
}


input.text{
	border: solid 1px #ccc;
	font-size: 1.0em;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
input.huge_text{
	border: solid 1px #ccc;
	font-size: 1.3em;
	padding: 0.2em 0.2em 0.2em 0.2em;
}

 textarea{
	border: solid 1px #ccc;
	font-size: 1.0em;
/*	padding: 0.25em 0.25em 0.25em 0.25em;*/
		padding:3px;
}
div.mini-form input.text{
	border: solid 1px #ccc;
	font-size: 1.0em;
	width:155px;
		padding:2px;
}
div.mini-form div{
	padding-bottom:10px;
}


input {
	border:1px solid #666666;
	color:#000;
	padding:3px;
}
div.detailed_search_form{
height:200px;display:block;clear:both;
}
div.detailed_search_form div.high{
	height:46px;
	display:block;
}
div.detailed_search_form label{
	width:140px;
	padding-right:6px;
	float: left; text-align: right; position: relative; 
}
div#display_filter{
	float:right;
	width:200px;
}
div#display_filter li{
	line-height:43px;
	position: relative;
}
div#display_filter li img {
position:relative;
vertical-align:middle;
}

/* Form styles */
div.form-container { margin: 3px; padding: 5px; }
div.form-container legend{  font-size:1.2em;}
p.legend { margin-bottom: 1em;}
p.legend em { color: #C00; font-style: normal; }
div.form-container input {
	border:1px solid #ccc;
	color:#000;
	padding:3px;
}	

div.form-container div.formbuilderform{
	clear:both;
	height:auto;
}
div.formbuilderform{
	padding:20px;
}
div.formbuilderform div{
	padding-bottom:10px;
}
div.formbuilderform  label {
	width:170px;
	text-align:right;
	padding-right:10px;
}
div.formbuilderform div.submit{
	margin-left:180px;
}
div.formbuilderform {
	color:#ccc;
}

.fb_invalid {
	color:#FFA3A9;
}
	
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
div.form-container  p { margin: 0; }
div.form-container h2 {padding: 10px 0px 13px 7px;}
div.form-container h4 {padding: 10px 0px 13px 7px;}
div.form-container  p.note { margin-left: 190px; font-size: 90%; color: #333; }
div.form-container  fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container  legend { font-weight: bold; color: #666; }
div.form-container  fieldset div ,div.form-container   div { padding: 0.35em 0; clear:both; height:1.6em;}

div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width:170px;
	float: left; text-align: right; position: relative; 
}
div.form-container label.wider { margin-right: 10px; padding-right: 10px; width:250px;
	float: left; text-align: right; position: relative; 
}
div.form-container label.error, 
div.form-container span.error { color: #C00;
	display:inline;
	margin-left:10px;
	width:auto;	
	float:none;
}
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container select {padding-right:0px; border: #666 1px solid;}
select.fixed_width{ padding: 0.2em 0.2em 0.2em 0.2em; width:270px;}
select.agenda_select_width{ padding: 0.2em 0.2em 0.2em 0.2em; width:240px;}
div.form-container select:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container .calendar_date_select_image{float:none;display:inline;}

div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 190px; }
div.form-container div.buttonrow , div.buttonrow, span.buttonrow{ margin-left: 190px; }



/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

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

a.button, button {
  display:inline-block;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  border:1px solid #dddddd;
  border-top:1px solid #ebebeb;
  border-left:1px solid #ebebeb;
  background-color:#fff;
  font-family:"Arial, Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}

button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

button.inverse:hover {
	background-color:#336699;
  border:1px solid #c2e1ef;
  color:#dff4ff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

div.debug{
	float:left;
	top:200px;
	left:600px;
	position:relative;
	color: #23571D;
	background: #9BFFA3;
	border: 1px solid #23571D;
	margin: 20px 20px 0px 20px;
	padding: 10px;
	font-size:1.5em;
	display:none;
}

/* erro messages */
.flash_message_error a, .flash_message_error a:visited{
		color:#990000;
}
.flash_message_error , .error_message{
	color: #560109;
	background: #FFA3A9;
	border: 1px solid #750004;
}	
.flash_message_notice{
	color: #23571D;
	background: #9BFFA3;
	border: 1px solid #23571D;

}
.flash_message_error ,.flash_message_notice, .error_message{
	margin: 20px 20px 0px 20px;
	padding: 10px;
	font-size:1.5em;

}

ul#admin_nav{
	float:right;
}

table.simpletable {border-spacing:1px;font:9px; background:#E7E7E7;color:#666666; width:100%;}
/*table.simpletable caption{border:#666666;border-bottom:2px solid #666666;text-transform:uppercase;padding:5px;background:url(/images/tables/TableCaption.jpg);font:13px 'Verdana', Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;}*/
table.simpletable caption{border:#666666;border-bottom:2px solid #666666;padding:2px;background:#666;font:11px 'Verdana', Arial, Helvetica, sans-serif;}

table.simpletable td,table.simpletable  th{padding:2px;}
table.simpletable thead th{text-align:center;background:#e8e8e8;color:#fff;border:1px solid #ffffff;}
table.simpletable tbody tr{background:#ededed;text-align:left;}
table.simpletable tbody th a:hover{color:#990000;}
table.simpletable tbody tr td{background:#ededed;border:1px solid #ffffff;}
table.simpletable tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}
table.simpletable tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}
table.simpletable tbody tr.even td{background:#f4f4f4;border-top:1px solid #ffffff;}
table.simpletable tbody tr:hover	{background:#e4f1ff;}
table.simpletable td a:link, table.simpletable  td a:visited{color:#666666;text-decoration:none;font-weight: bold;}
table.simpletable  td a:hover{text-decoration:underline;font-weight: bold;}

table.simpletable td span.index_quote a:link, table.simpletable  td span.index_quote a:visited{color:#666666;text-decoration:none;font-weight: normal;}
table.simpletable  td span.index_quote a:hover{text-decoration:underline;}
table.simpletable  a[title^="Download"]{background:url(/images/tables/icPADRAO.gif) no-repeat center;padding:20px 0px 0px 15px;}
/*table.simpletable thead th,table.simpletable  thead td{background:url(/images/tables/TableCaption.jpg);padding:5px;text-align:center;font:12px 'Verdana', Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;border-bottom:3px solid #cccccc;border-top:1px solid #DFDFDF;}*/
table.simpletable thead th,table.simpletable  thead td{background:#666;padding:2px;text-align:center;font:12px 'Verdana', Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;border-bottom:1px solid #cccccc;border-top:1px solid #DFDFDF;}



