body, *{
	box-sizing: border-box;
}
.DynarchCalendar-topCont *{
	box-sizing: content-box;
}
body { 
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	background-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-3dlight-color: #dddddd; 
	scrollbar-highlight-color: #aaaaaa; 
	scrollbar-face-color: #aaaaaa; 
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-track-color: #cccccc; 
	scrollbar-darkshadow-color: #666666;
	min-width: 1200px;
}

input.editor_ok_button{
	padding: 0;
}
.otherTab {
		font-size: 11px;
		color: #000000;
		font-weight: bold;
}

a.otherTab:link, a.otherTab:visited {
		color: #6e6e6e;
		text-decoration: none;
}

a.otherTab:hover {
		color: #3C3C3C;
		text-decoration: none;
}
		
/*for the main screen navigation tabs*/
.currentTab {
		font-size: 11px;
		color: #ffffff;
		font-weight: bold;
		padding-top: 1px;
}
a.currentTab:link, a.currentTab:visited {
	color: #ffffff;
	text-decoration: none;
}

a.currentTab:hover {
		color: #ffffff;
		text-decoration: none;
}

table,td {
	font-size: 11px;
}
a.body:link, a.body:visited {
		color: #444444;
		font-size: 12px;
		text-decoration: underline;
		}
	a.body:hover {
		color: #666666;
		text-decoration: underline;
		}
.table-menu {
	border: solid #ccc 1px;
	border-collapse: separate;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
	width: 180px;
}
.table-menu th {
  background: #232323;
  height: 20px;
}

.table-menu th.left {
  padding: 4px 4px 2px 4px;
}

.table-menu tr {
  height: 20px;
}

.table-menu th.title {
	color: #b9cc00;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.table-menu th.menu {
	text-align: left;
}


.table-menu	td.subMenuTDIcon {
		color: #232323;
		background-color: #232323;
		width: 20px;
		padding-bottom: 2px;
		padding-top: 1px;
		padding-left: 3px;
		padding-right: 3px;
}

.table-menu	td.subMenuTD {
		font-size: 11px;
		color: #ffffff;
		background-color: #DFDFDF;
		padding-bottom: 2px;
		padding-top: 1px;
		border-bottom: 1px solid #EDEDED;
		border-left: 1px solid #fefefe;
}

a.subMenuLink:link, a.subMenuLink:visited {
		color: #444444;
		text-decoration: none;
		border-bottom: 0px;
		padding-left: 0px;
}

a.subMenuLink:hover {
		color: #666666;
		text-decoration: none;
		border-bottom: 0px;
}		


.menu-flora{
	display: inline-block; 
	float:left;
	padding-right: 5px;
	
}
.body-flora{
	display: inline-block;
	padding-left: 5px;
	float:left;
}

/*left column styles*/
	table.leftColumnModuleHead th {
		font-size: 12px;
		color: #444444;
		text-align: left;
		padding: 0px;
	}
	
		a.utilsLink:link, a.utilsLink:visited {
		color: #B20000;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;

		}
table.tlist {
	border: 1px solid #666;
	width: 90%;
	margin: 10px auto 20px auto !important;
}



table.tlist td{
	padding: 2px 4px 2px 4px !important;
}
table.tlist th{
	padding: 2px 4px 2px 4px !important;
	margin-bottom: 15px;
	color: #ffffff;
}

tr.cab th{
	background-color: #c7d2a5;
}

tr.cab td{
	background-color: #c7d2a5;
}

tr.odd {
	background-color: #D2EBE8
}


tr.even {
	background-color: #FFFFFF;
}

tr.receta {
	background-color: #FFFFB0
}


tr.variedad {
	background-color: #DDEEFF
}

table.tpacking-cabeza {
	width: 100%;
}


table.tpacking-cabeza th{
	padding: 2px 4px 2px 4px !important;
	background-color: #c7d2a5;
}

table.tpacking-fila {
	width: 100%;
}

table.tpacking-fila td{
	padding: 2px 4px 2px 4px !important;
}


input [type="text"] {
	text-transform:uppercase;
}
.welcome {
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		background-color: #ACACAC;
		border-bottom: 1px solid #000000;
		padding-left: 10px;
}


.titulo{
	background-image: bkg_separador.jpg;
	
}
.barra{
	background-image: bkg_separador.jpg;
}

table.tblMaestro td.label{
	width: 25%;
}

.form-ui-accordion.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: visible;
}

		