/* **************************** /*
** green lush css based layout  **
** ---------------------------- **
** author: Yamazaki             **
** this layout is free for      **
** download, however you can't  **
** redistribute it and put the  **
** zip / rar file in your web   **
** without any permissions from **
** the author. thank you        **
** ---------------------------- **
** have fun with the layout     **
/* **************************** */

body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	font-size:       10px; /* reset 1EM to 10px */    
	margin:          0;
	padding:         0;
	background:      transparent url('../images/bg.png') top left repeat;
	font-family:     'lucida grande', arial, tahoma, sans-serif;   
}

#container
{
	margin:          0 auto;
	width:           805px;
	position:        relative;
	background:      transparent url('../images/containerbg.png') top left repeat-y;
}

#header
{
	margin:          0 auto;
	width:           761px;
	height:          161px;
    background:      transparent url('../images/header2.jpg') top left no-repeat;
    background:      transparent url('../images/conjern_header.jpg') top left no-repeat;    
}

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            12px;
}

.subheadtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       16px;
	color:           #FFF;
	top:             0px;
	left:            12px;
}

input, select {
    font-size:11px;
}
input:focus, select:focus, textarea:focus {
    background-color:#FFFFDD;
}

#menu
{
	margin:          0 20px;
	height:          29px;
	background:      #bbd75a !important;
	background:      #b3d24e;
	padding:         5px 0;
	height:          29px;    
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('../images/menuoff.png') top left repeat-x;
	height:          29px;
 
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #000; /*#767676;*/
	padding:         13px 7px 15px 7px;
	padding:         13px 9px 8px 9px;    
	font-size:       10pt;
	background:      transparent url('../images/menuoff.png') center left repeat-x;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background:      transparent url('../images/menuon.png') center left repeat-x;
	color:           #FDFDFD;
}

#roundedheader
{
	width:           761px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('../images/belowheader.png') top left no-repeat;
}

#content
{
	min-height:      390px;
	width:           761px;
	margin:          0 auto;
	background:      transparent url('../images/contentbg.png') top left repeat-y;
    /*border: 1px solid;*/
}

#insidecontent
{
	/*float:           left;*/
	padding-left:    25px;
	width:           680px;
}

#insidecontent p
{
	margin:          0;
	color:           #000;
	/*font-family:     'lucida grande', 'franklin gothic medium', sans-serif;*/
    font-size: 11pt;
	line-height:     170%;
}

#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	background:      #f6f6f6;
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	line-height:     170%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar a:hover
{
	text-decoration: none;
}

#roundedfooter
{
	width:           761px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('../images/abovefooter.png') top left no-repeat;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color:           #93B734;
	font-size:       3.2em;
    text-align:left;     
}

h2
{ 
	font-weight:     normal;
	color:           #000;
	font-size:       2.0em;
    text-align:left;      
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #94C258;
    text-align:left;      
}

p
{
    font-size: 11pt;
    text-align:left;      
}    


#footer
{
	margin:          0 auto;
	width:           761px;
	height:          39px;
	background:      transparent url('../images/footer.png') top left repeat-x;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	padding:         10px;
	color:           #565656;
}


.ficha ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 2.1em;  
}

.ficha li {
  background: url(../images/bullet.gif) no-repeat 0 50%;
  padding-left: 30px;
}



table.adminlist {
    background-color: #D5F6FF;  /*#E7E7E7;*/
    border-spacing:1px;
    color:#000;
    width:100%;
}

table.adminlist thead th {
    background:#F0F0F0 none repeat scroll 0 0;
    border-bottom:1px solid #999999;
    border-left:1px solid #FFFFFF;
    color:#000;
    text-align:center;
}

table.adminlist td, table.adminlist th {
    padding:4px;
    font-size: 14pt;
}

table.adminlist tbody tr {
    background-color:#FFFFFF;
    text-align:left;
}

table.adminlist tbody tr.row1 {
    background:#F9F9F9 none repeat scroll 0 0;
    border-top:1px solid #FFFFFF;
}

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td {
    background-color:#FFFFDD;
}

table.adminlist tfoot td,
table.adminlist tfoot th {
    background-color:#F3F3F3;
    border-top:1px solid #999999;
    text-align:center;
}

table.adminform {
    background-color: #EAF5EF;  /*#EEF8FE; */ /*#D7EEF4;*/ /*#D5F6FF;*/ /*#F9F9F9;*/
    border:1px solid #D5D5D5;
    border-collapse:collapse;
    margin:8px 0 15px;
    width:100%;
}

table.adminform th {
    padding:4px;
    text-align:left;
    font-size: 10pt;    
}

table.adminform td {
    padding:4px;
    text-align:left;
    font-size: 9pt;   
    /*border-bottom:1px solid #999999;     */
}

.tabdoadores {
    border-bottom:1px solid #999999; 
}



table.programacao  {
    margin-left: 20px;
}

table.programacao td {
    padding:4px;
    font-size: 12pt;
    text-align:left;    
}

.button a:link, .button a:visited {
  display: block;
  width: 6em;  /* dimensions needed for IE5.x/Win */
  padding: 0.2em;
  line-height: 1.4;
  font-size: 14pt;
  background-color: #4A9672;
  border: 4px solid #D7F571;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

.button a:hover {
 background-color: #369;
 color: #fff;
}

.adfooter {
   margin-top: 100px;
   /*border-top: 5px solid #7497BA; */
}


.adfooter img {
  border: 0px solid #D7F571;
}

.adfooter table h2 {
    background:#FFFFFF url(imagens/hr-menu.jpg) no-repeat scroll center bottom;
    color:#7497BA;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    padding-bottom:5px; 
    text-align: center;    
}

.adfooter table td {
    color:#000;
    vertical-align:top;
    text-align: center;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    /*padding-bottom:25px;  */
}


.adfooter table  a {
    text-decoration: none;
    color:#000;    
}



div.error {
   background-image:url(./themes/original/img/s_error.png);
   background-position:10px 50%;
   background-repeat:no-repeat;
   border:0.1em solid #FF0000;
   margin:0.5em 0;
   padding:10px 10px 10px 36px;
   color:#FF0000;
   font-size: 14pt;   
}

div.error h1 {
    border-bottom:0.1em solid #FF0000;
    font-weight:bold;
    margin:0 0 0.2em;
    text-align:left;
    font-size:12pt;
    font-weight:bold;
    color:#FF0000;    
}

div.error p {
  color:#FF0000;
  font-size: 14pt;   
}

.error {
   background-color:#FFFFCC;
   color:#FF0000;
  font-size: 12pt;   
}

.destaque {
    color:red;  
}

.destaque2 {
    color:#800080;
    font-weight:bold;
}


.lista ul  {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 40px;
	/*list-style-type: none;*/
}

.lista li {
	/*background: url(images/bullet.gif) no-repeat 0 5px;*/
	/*padding-left: 13px;*/
	/*background: url(images/btSetaMenuOff.gif) no-repeat 0 0px;*/
	padding-left: 5px;
    font-size: 11pt;
	margin-bottom: 10px;    
}

.lista li ul li {
	/*background: url(images/bullet.gif) no-repeat 0 5px;*/
	padding-left: 5px;
}


