/*
	Cascading style sheets for Acofarma, v1.1 (20070615)
	Copyright 2007 Emanuele Rodríguez <erodri@gmail.com>
*/

body {
	background-color: #e2e2e2;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: .35pt;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 23pt;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14pt;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 11pt;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
}

/* Generic form style definition */

form label {
   display: block;
}

form fieldset {
   border: none;
   padding: 0;
   margin: 0;
}

form input {
   padding: 1px 0;
}


form .row {
   clear: left;
   padding-top: 8px;
}

* html form .row { padding-top: 4px; } /* Fix for IE6 */
*+html form .row { padding-top: 4px; } /* Fix for IE7 */

form .field {
   display: inline;
   float: left;
   margin: 0 0 0 20px;
}

form .field input,
form .field select,
form .field textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   border: 1px solid #000;
   width: 178px;
}

form .medium input,
form .medium select,
form .medium textarea {
   width: 278px;
}

form .large input,
form .large select,
form .large textarea {
   width: 378px;
}

form .xlarge input,
form .xlarge select,
form .xlarge textarea {
   width: 578px;
}

* html form .large textarea { width: 380px; } /* Fix for IE6 */
*+html form .large textarea { width: 380px; } /* Fix for IE7 */

input.button {
    padding: 0 .25em;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.button[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

/* Page */

#page {
/*	border: 1px solid #000;*/
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 999px;
}


/* Header */

#header {
	background-color: #d8001d;
	height: 120px;
}

#header a {
	color: #fff;
}

#header #usermenu {
	margin: 0;
	padding: 12px 20px 0 0;
	list-style: none;
	text-align: right;
}

#header #usermenu li {
	background: url(images/umenu_item.gif) no-repeat left;
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
}

#header #usermenu li.sel a {
   color: #000;
}

#header #logo {
	display: inline; /* fixes IE6 double-margin bug */
	float: left;
	margin: 10px 0 0 115px;
}

#header #banner {
	display: inline; /* fixes IE6 double-margin bug */
	float: right;
	margin: 25px 20px 0 0;
}

#header #info {
	display: inline; /* fixes IE6 double-margin bug */
	float: right;
	margin: 67px 20px 0 0;
}

#header #info .user {
	font-weight: bold;
	font-size: 9pt;
}

#header #info .user strong {
	color: #b3b3b3;
}

#header #info .logout {
	background: url(images/umenu_item.gif) no-repeat left;
	padding-left: 10px;
	margin-left: 140px;
}


/* Breadcrumbs */

#crumbs {
	clear: both;
	margin: 9px 0 0 210px;
	height: 1%;  /* fixes IE6 overflow:hidden bug */
	letter-spacing: 0;
	overflow: hidden;
}

#crumbs ul {
	font-size: 9pt;
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0;
}

#crumbs li {
	background: url(images/crumbs_div.gif) no-repeat left;
	display: inline;
	padding-left: 8px;
	margin-left: 2px;
}

#crumbs li a {
	color: #d8001d;
}


/* Menu */

#menu {
	float: left;
	margin-top: 20px;
	margin-bottom: -40px;
	padding-left: 20px;
	width: 170px;
}

#menu ul {
	border-top: 1px solid #808080;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#menu ul li {
	border-bottom: 1px solid #808080;
	background: url(images/menu_item.gif) no-repeat left top;
	padding: 3px 0 3px 18px;
   min-height: 1.325em;
}

#menu ul li a {
}

#menu ul li.sel {
	background: url(images/menu_item_sel.gif) no-repeat left top;
}

#menu ul li.sel a {
	font-weight: bold;
}

#menu ul li.sel li a {
	font-weight: normal;
}

#menu ul ul {
	border: none;
	margin: 0;
}

#menu ul ul li {
	border: none;
	background: url(images/menu_item2.gif) no-repeat left top;
	padding: 2px 0 2px 10px;
}

#menu ul ul li.sel {
	background: url(images/menu_item2_sel.gif) no-repeat left top;
	font-weight: bold;
}

#menu ul ul li.sel a {
	font-weight: bold;
}

#menu ul ul ul {
	border: none;
	margin: 0;
}

#menu ul ul ul li {
	border: none;
	background: url(images/menu_item2.gif) no-repeat left top;
	padding: 2px 0 2px 10px;
	font-weight: normal;
}

#menu ul ul ul li.sel {
	background: url(images/menu_item2_sel.gif) no-repeat left top;
	font-weight: bold;
}

#menu ul ul ul li a {
	font-weight: normal;
}
#menu ul ul ul li.sel a {
	font-weight: bold;
}

#menu img {
	margin-top: -2px;
}

/* Main */

#main_two_column {
	margin: 20px 0 0 190px;
	padding-left: 20px;
}

* html #main_two_column { /* fixes IE6 3 pixel gap */
	height: 1%;
	padding-left: 17px;
}


#main_one_column {
	margin: 20px 0 0 20px;
}

* html #main_one_column { /* fixes IE6 3 pixel gap */
	height: 1%;
	padding-left: 17px;
}

/* Content */

#content {
}


.caption
{
	background-color: #d8001d;
	font-size: 11pt;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 2px 3px;
	margin: 0 0 5px 0;
}

/* Footer */

#footer
{
	clear: both;
	border-top: 1px solid #d8001d;
	font-size: 9pt;
	letter-spacing: .5pt;
	line-height: 1.4em;
	margin: 30px 0 0 0px;
	padding: 8px 0 20px 0;
	width: 100%;
}

#footer span {
	display: block;
}

#footer a {
	color: #d8001d;
}


#separator
{
	border-top: 1px solid #d8001d;
	margin: 20px 0 0px 0px;
	width: 750px;
}




.hidden {
	filter: alpha(opacity:0);
	KHTMLOpacity: 0;
	MozOpacity: 0;
	opacity: 0;
}

.visible {
	filter: alpha(opacity:100);
	KHTMLOpacity: 1.0;
	MozOpacity: 1.0;
	opacity: 1.0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
/*	 margin-bottom: -15px;*/
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */







.fltlftHead
{
	font-size: 14pt;
	margin: 0;
	padding: 0;
}

.fltcenterHead
{
	font-size: 14pt;
	margin: 0;
	padding: 0;
	text-align: center;
}

form input.error
{
	color: #F00;
	font-weight: bold;
}

form label.error
{
	color: #F00;
	font-weight: bold;
	display: none;
	clear:both;
}

.error
{
	color: red;
}



input, select, button,textarea {
	border: 1px solid #aaa;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	background-color: #fff;
	margin: 2px 2px;
}

input:hover, select:hover, button:hover, textarea:hover {
	background-color: #DDD;
}

input:focus, select:focus, button:focus, textarea:focus {
	background-color: #DDD;
}




table.calendario
{
	margin: 0 auto;
	width: 100%;
	border: 1px #D8001D solid;
}

table.calendario td
{
	height: 100px;
	width: 105px;
	vertical-align: top;
}

table.calendario td.calendario_today { background-color: #eee; }

.calendario_day
{
	height: 98px;
	width: 100px;
	overflow: auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 50px;
	_height: 50px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #eee;
	text-align: center;
	color: #eee;
	padding: 2px 0;
}

.dataTables_length {
	float: left;
}

.dataTables_filter
{
	float: left;
	text-align: left;
	margin-left: 20px;
}

.dataTables_info {
	float: left;
	margin: 5px 10px;
}

.dataTables_paginate {
	float: left;
	text-align: left;
	margin: 5px 10px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables datatable
 */
table.datatable {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

table.datatable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	color: #000
}

table.datatable tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
	vertical-align: middle;
	color: #000
}

table.datatable tbody tr.odd {
	background-color: #eee;
	color: #000000;
}

table.datatable tbody tr.even
{
	background-color: #fff;
	color: #000000;
}



table.datatable tbody tr.odd td 
{
	background-color: #eee;
	color: #000000;
}

table.datatable tbody tr.even td
{
	background-color: #fff;
	color: #000000;
}


table.datatable tbody td {
	background-color: transparent;
	color: #000000;
	padding: 1px 1px;
}

table.datatable tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.datatable td {
	padding: 2px 2px;
}

table.datatable td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('s_asc.png') no-repeat center left;
	background-color: #eee;
}

.sorting_desc {
	background: url('s_desc.png') no-repeat center left;
	background-color: #eee;
}

.sorting {
	background: url('sort.gif') no-repeat center left;
	background-color: #eee;
}



.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #ffffff;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */




div.dataTables_paginate span.paginate_button,
 	div.dataTables_paginate span.paginate_active {
	border: 1px solid #aaa;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
}

div.dataTables_paginate span.paginate_button {
	background-color: #fff;
}

div.dataTables_paginate span.paginate_button:hover {
	background-color: #eee;
}

div.dataTables_paginate span.paginate_active {
	background-color: #99B3FF;
}



h1.home
{
	margin: 10px;
	font-family: Times, serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 0.8em;
	color: #d8001d;
}

h2.home
{
	margin: 10px;
	font-family: Times, serif;
    font-size: 24px;
	font-weight: bold;
	line-height: 0.8em;
}
p.home
{
    font-size: 14px;
}


#slideShowIndex {
	width:100%;
	text-align: center;
}

.slideShow {
	width: 180px;
	float: left;
	border: 1px black solid;
	margin: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.slideShowImage {
	text-align: center;
	border:0px;
}

.slideShowFoot {
	text-align: center;
}

.slideShowFoto
{
	width: 240px;
	float: left;
	border: 1px black solid;
	margin: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.slideShowFotoSizer
{
	max-width: 230px;
	max-height: 172px;
}