body
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e4ead4;
}

p, ul, ol

{
	text-align: justify;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	
	
	}
	

table.juntos

{
	
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	
	
	}
	
#header {
  float:right;
  font-size:12px;
  line-height:normal;
  text-align: center;

  }
#header ul {
  margin:0;
  width: 100%;
  padding: 0;
  padding-top: 2px;
  list-style:none;
  text-align: center;

  }
#header li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  font-size: 10pt;
  text-align: center;
  }
#header a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/


#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#336799;
  }
#header .current {
  background-image:url("images/left_on.gif");
  }
#header .current a {
  background-image:url("images/right_on.gif");
  color:#fff;
  padding-bottom:5px;
  }

  a
  {
  color: #4b4d25;
  }
  
  h2
  {
	color:  #4b4d25;
  }
  
    h3
  {
	color:  #4b4d25;
  }
  
 td.footer
  
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e4ead4;
}

#menu
{
	background-color: #a7a981;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #a7a981;
	color: #ffffff;
	font-size: 10pt;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#menu a:hover
{
	background-color: #e4ead4;
	color: #4b4d25;
}

#menu li {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	width: 16%;
	text-align: center;
}

#menu li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	border: solid 1px #4d4d25;
	background-color: #e4ead4;
	padding: 2px;
}

#menu li ul li
{
	padding: 0px;
	display: block;
	width: 100%;
	text-align: left;
}

#menu li ul a
{
	display: block;
	width: 100%;
	background-color: #e4ead4;
	color: #4b4d25;
}

#menu li ul a:hover
{
	background-color: #4b4d25;
	color:  #fff;
}


#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}


.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #888;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(/fakoli/images/button-strip.gif) top left #cccccc;
	cursor: pointer;
}

a.button
{
	text-decoration: none;
	font-size: 10pt;
	padding: 2px 6px;
	color: #000;
	width: auto;
	outline: none;
	cursor: pointer;
}

.button:hover 
{
	color: #000;
	border: solid 1px #000;
}

input.button
{
	padding: 2px 6px;
	cursor: pointer;
}

.sortable th.forward_sort, 
.sortable th.reverse_sort
{
	background-color: #4b4d25;
}

#login
{
	text-align: right;
	color: #fff;
	padding: 2px;
}

.dialog_header
{
	background-color: #4B4D25;
}

#childPopupBody
{
	height: 125px;
	overflow-y: auto;
}

#childPopupBody a
{
	display: block;
	border: 1px solid transparent;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

#childPopupBody a:hover, #childPopupBody a:active
{
	background-color: #4B4D25;
	color: #fff;
} 

#fullcalendar th
{
	background-color: #4B4D25;
}

label
{
	font-weight: bold
}

td.label
{
	vertical-align: top;
}


body.popup
{
	background-color: #fff;
	text-align: left;
}

.error
{
	color: #c00;
	font-weight: bold;
}

