/* Body */
.dropdown_title {
	overflow:hidden;
	cursor:pointer;
}
.dropdown_pb {	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

body {
	font-family: Arial, sans-serif, Helvetica;
	margin: 0 0 0 0;
	font-size: 10pt;
	background-color: #5B6334;
	height: 100%;
	width: 100%;
	min-width: 1000px;
}

/* Hack for min-width in Internet Explorer */
* html .minwidth { /*border-left: 1000px #999999 solid;*/
	position: relative;
	float: left;
}

* html .container {
	/*margin-left: -960px;	 -(border-left) - (window's margins)*/
	position: relative;
	float: left;
}

/* end hack for IE */ /* Links */
a {
	font-weight: bold;
	text-decoration: none;
	color: #4A4C43;
}

a:hover {
	text-decoration: underline;
	color: #4A4C43;
}

/* Window */
#window {
	margin: 10px 10px 10px 10px;
	text-align: left;
	/*background-color: #a5ae4f;*/
	background-color: white;
	/*background-color: #77793B;*/
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100%;
}

/* Page title. */
#header {
	background-color: #4A4C43;
	/*background-color: #5B6334;*/
	text-align: center;
	margin: 5px 15px 5px 15px;
	border: 1px solid #aaaaaa;
	padding: 0px 0px 0px 0px;
	height: 100px; /* The height of the header's image */
}

#logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

#logoLeftSide {
	filter: alpha(opacity=60);
	opacity: 0.6;
	position:absolute;
	left:70px;
	top:45px;
	z-index:1;
}

#logoRightSide {
	position:absolute;
	right:70px;
	top:28px;
	z-index:1;	
}

/* Second header */
#defaultHeader {
	background-color: #4A4C43;
	/*background-color: #5B6334;*/
	color: #fff;
	text-align: right;
	font-weight: bold;
	margin: 5px 15px 5px 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	border: 1px solid #aaaaaa;
}

#defaultHeader a {
	color: #A5AE4F;
	margin-left: 5px;
	margin-right: 5px;
}

#menuWelcome {
	float: right;
	/*text-transform: Capitalize;*/
}

#specificHeader {
	float: left;
}

/* Footer. */
#footer {
	clear: both;
	margin: 5px 15px 5px 15px;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	border-top: #999 1px solid;
	color: #77793B;
	width: 96.25%;
	font-size: 8pt;
}

#footer a {
	color: #4A4C43;
	text-decoration: none;
}

#footer a:hover {
	color: #4A4C43;
	text-decoration: underline;
}

/* Sidebar. */
#sidebar {
	margin: 10px 0 10px 20px;
	float: left;
	text-align: left;
	width: 14.5%;
	border: 1px solid #aaaaaa;
	/*background-color: #4A4C43;*/
	background-color: #5B6334;
	color: black;
	padding: 0 0 10px 0;
	display: inline;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar li {
	list-style: none;
	margin: 10px;
}

#sidebar li a {
	padding: 0.5em 0 0.5em 0.75em;
	display: block;
	color: white;
	/*background-color: #A5AE4F;*/
	background-color: #4A4C43;
	text-decoration: none;
}

#sidebar li a:hover {
	background-color: #A5AE4F;
	color: #000000;
	border-color: #ac6100;
}

#sidebar li a:active {
	background-color: white;
}

#sidebarHeader {
	color: #FFFFCC;
	padding: 10px;
	/*background-color: #4A4C43;*/
	background-color: #5B6334;
	font-size: 13pt;
	text-align: center;
}

/* Content */
#content {
	position: relative;
	padding: 10px 10px 20px 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
	text-align: left;
	width: 78%;
	border: 1px solid #aaaaaa;
	display: inline;
	background-color: white;
}

/* Lists */
#content ul {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#content li {
	/*margin-left: 35px;*/
	margin-top: 0.50em;
	list-style-type: square;
}

/*Common*/
span.smallText {
    color: gray;
    font-size: 80%;
    margin-bottom: 2%;
}

/* Titles. */
p {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

h1 {
	clear: both;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
}

h3 {
	clear: both;
	font-weight: normal;
	font-size: 12px;
	padding-top: 0.75em;
}

h3 a:hover {
	text-decoration: underline;
}

span.phasePrevious {
	font-weight: lighter;
	font-style: italic;
	color: #888888;
	font-size: 12px;
}

span.phaseCurrent {
	font-weight: bold;
	color: #E5E7B4;
	font-size: 13px;
}

span.phaseNext {
	font-weight: lighter;
	font-style: italic;
	color: #888888;
	font-size: 12px;
}

div.warningNumberDone {
    color: #8BA446;
    clear: both;    
    float: left;
    margin-top: -10px;
}

div.warningNumberUndone {
    color: #8B0000;
    clear: both;    
    float: left;
    margin-top: -10px;
}

div.warningUndone {
	color: #8B0000;
	margin-left: 2.2em;
	margin-top: -10px;
}

div.warningDone {
	color: #8BA446;
	margin-left: 2.2em;
	margin-top: -10px;
}

span.lowPriority {
	color: #8B8B7A;
}

span.mediumPriority {
	color: #FF7F00;
}

span.highPriority {
	color: red;
}

/* Forms for UserDetails*/
div.subFieldsUserDetails {
    padding-left: 2em;
    width: 88%;
}

div.fieldUserDetails {
    clear: both;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    width: 100%;
}

div.tableColumn {
    clear: left;
    width: 100%;
    size: 1px;
}

div.fieldUserDetails span.label {
    float: left;
    padding-top: 0.1em;
    width: 45%;
}

div.fieldUserDetails span.labelGlobal {
    float: left;
    padding-top: 1em;
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.1em;
}

div.fieldUserDetails span.labelIn {
    float: left;
    margin-left: 1em;
    padding-top: 0.2em;
    width: 42%;
    clear: right;
}

div.fieldUserDetails span.labelRight {
    float: right;
    padding-top: 0.1em;
    /*width: 55%;*/
    width: 50%;
    font-weight: 600;
}

div.fieldUserDetails span.labelRight span.labelRightRight {
    float:right;
    clear:right;
}
div.fieldUserDetails span.labelRight span.labelRightLeft {
	clear:right;
    float:left;
}

div.isolatedPairOfButtons {
	clear: both;
	float: none;
}

div.fieldUserDetails span.labelRightRed {
    float: right;
    padding-top: 0.1em;
    /*width: 55%;*/
    width: 50%;
    font-weight: 600;
    color: red;
}

div.fieldUserDetails span.labelRightHighlight {
    float: right;
    padding-top: 0.1em;
    /*width: 55%;*/
    width: 50%;
    font-weight: 600;
    color: blue;
}

div.fieldUserDetails span.labelWithEdit {
    float: right;
    padding-top: 0.1em;
    padding-bottom: 0.7em;
    /*width: 55%;*/
    width: 50%;
    font-weight: 600;
}


div.fieldUserDetails span.labelWithLink {
    float: right;
    width: 50%;
    /*width: 55%;*/ 
}

div.fieldUserDetails span.entry {
	float: right;
	width: 50%;
	margin-left: 0.1em;
    /*width: 80%;*/
}

div.fieldUserDetails span.labelSelect {
	float: left;
	width: 49%;
}

/* Buttons */
div.buttonLeft {
	clear: both;
	float: left;
	padding-top: 1em;
	width: 30%;
}

div.buttonRight {
	float: right;
	padding-top: 1em;
	width: 70%;
}

div.buttonListRight {
	padding-top: 1em;
	float: right;
    /*width: 10%;*/
}

div.buttonRightBoxRight {
	clear: both;
	padding-top: 1em;
	float: right;
	width: 43%;
}

div.buttonLeftBoxLeft {
	clear: both;
	padding-top: 2em;
	float: left;
}

div.buttonRightBoxLeft {
	padding-top: 2em;
	float: right;
}

div.buttonLeftCenter {
	clear: both;
	text-align: right;
	float: left;
	padding-top: 3em;
	width: 49%;
}

div.buttonRightCenter {
	float: right;
	text-align: left;
	padding-top: 3em;
	width: 49%;
	clear: right;
}

div.buttonCenter {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

div.filtersMsg {
	float: left;
}

/* Boxes */
div.boxLeft {
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	float: left;
}

div.boxLeftSmall {
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 36.5%;
	float: left;
}


div.boxLeft span.warningRed {
	color: red;
}

div.inscriptionBox {
    border: 3px solid #FF0000;
    margin-bottom: 1%;
    margin-top: 2%;
    padding: 1%;
    width:97.5%;
}

div.inscriptionBox span.warning {
	color : red;
	font-weight:bold;
}

div.bigBoxLeft {
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 55%;
	float: left;
}

div.veryBigBoxLeft {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 95%;
	float: left;
}

div.boxCenter {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 97.5%;
}

div.textCenter {
	text-align: center;
}

div.boxRightRed {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ff0000;
	color: red;
	width: 46.5%;
	float: right;
	line-height: 150%;
	clear: right;
}

div.boxRed {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ff0000;
	color: red;
	width: 97.5%;
	float: left;
	line-height: 150%;
	clear: left;
}

div.boxRight {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	float: right;
	clear: right;
}

div.bigBoxRight {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	float: right;
	clear: right;
	width: 55%;
}

div.boxTopActions {
    margin-bottom: 1%;
    padding: 2%;
    border: 1px solid #4A4C43;
    color: #4A4C43;
    width: 95.5%;
    line-height: 150%;
    clear: both;
}

div.boxTopActions li {
    padding-left: 0.25em;
    list-style: disc;
    margin-top: 0.5em;
    margin-left: 2em;
}

div.boxTopActions li a {
    font-weight: bold;
}

div.boxLeftActions {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #4A4C43;
    color: #4A4C43;
    width: 46.5%;
    float: left;
    line-height: 150%;
    clear: left;
}

div.boxLeftActions ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.boxLeftActions li {
    padding-left: 0.25em;
    list-style: disc;
    margin-top: 0.5em;
    margin-left: 2em;
}

div.boxLeftActions li a {
    color: #4A4C43;
    font-weight: bold;
}

div.boxLeftActions li a:hover {
    text-decoration: underline;
}

div.boxRightActions {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #4A4C43;
	color: #4A4C43;
	width: 46.5%;
	float: right;
	line-height: 150%;
	clear: right;
}

div.boxRightActionsSmall {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #4A4C43;
	color: #4A4C43;
	width: 36.5%;
	float: right;
	line-height: 150%;
	clear: right;
}

div.boxRightActions ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxRightActionsSmall ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxRightActions li {
	padding-left: 0.25em;
	list-style: disc;
	margin-top: 0.5em;
	margin-left: 2em;
}

div.boxRightActionsSmall li {
	padding-left: 0.25em;
	list-style: disc;
	margin-top: 0.5em;
	margin-left: 2em;
}

div.boxRightActions li a {
	color: #4A4C43;
	font-weight: bold;
}

div.boxRightActionsSmall li a {
	color: #4A4C43;
	font-weight: bold;
}

div.boxRightActions li a:hover {
	text-decoration: underline;
}

div.boxRightActionsSmall li a:hover {
	text-decoration: underline;
}

div.boxLeftTitle {
	clear: left;
	float: left;
	width: 46.5%;
}

div.bigBoxLeftTitle {
    clear: both;
    float: left;
    margin-top: 2em;
    width:51.2%;
}

div.bigBoxWithoutBorder {
	clear: both;
	width:51.2%;
	margin-top: 2em;
}

div.boxBottomLeftTitle {
	clear: left;
	width: 46.5%;
	float: left;
	margin-top: 2em;
}

fieldset.left {
	clear: left;
	margin-top: 17px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	float: left;
}

fieldset.right {
	clear: right;
	margin-top: 17px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	float: right;
}

fieldset.left ul, fieldset.right ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset.right li {
	padding-left: 0.25em;
	list-style: disc;
	margin-top: 0.5em;
	margin-left: 2em;
}

fieldset.left li {
	padding-left: 0.25em;
	list-style: disc;
	margin-top: 0.5em;
	margin-left: 2em;
}

fieldset.medium {
	clear: left;
	margin-top: 17px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 52.5%;
	float: left;
}

fieldset.wide {
	clear: left;
	margin-top: 17px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 97.5%;
	float: left;
}

fieldset.wideNoBorder {
	clear: left;
	margin-top: 17px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #aaaaaa;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 97.5%;
	float: left;
}

fieldset.left legend {
	font-weight: bold;
}

fieldset.right legend {
	font-weight: bold;
}

fieldset.medium legend {
	font-weight: bold;
}

fieldset.wide legend {
	font-weight: bold;
}

fieldset.left ul {
	font-style:italic;
}

div.boxBottomLeftTitleSmall {
	clear: left;
	width: 38.5%;
	float: left;
	margin-top: 2em;
}

div.boxRightTitle {
	padding-left: 10px;
	width: 48.5%;
	float: right;
	clear: right;
}

div.bigBoxRightTitle {
	clear:right;
	float:none;
	margin-top:2em;
	padding-left:42.7%;
	width:51.2%;
}

div.boxRightRedTitle {
	padding-left: 10px;
	width: 48.5%;
	float: right;
	clear: right;
	color: red;
}

div.boxBottomRightTitle {
	padding-left: 10px;
	width: 48.5%;
	float: right;
	margin-top: 2em;
	clear: right;
}

div.boxBottomRightRedTitle {
	padding-left: 10px;
	width: 48.5%;
	float: right;
	margin-top: 2em;
	color: red;
	clear: right;
}

div.boxLeftNoBorders {
	clear: both;
	margin-bottom: 5px;
	width: 48.5%;
	float: left;
}

div.boxRightNoBorders {
	margin-bottom: 5px;
	width: 48.5%;
	float: right;
	clear: right;
}

div.boxWarnings {
	clear: both;
	margin-bottom: 3%;
	padding: 1%;
	border: 1px solid red;
	width: 97.5%;
	text-align: center;
	color: red;
}

div.boxWarningsAlignLeft {
	clear: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #4A4C43;
	width: 47%;
	float: right;
	text-align: left;
	color: #4A4C43;
}

div.boxWarningsAlignLeftClients {
    clear: right;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #4A4C43;
    width: 97.5%;
    text-align: left;
    color: #4A4C43;
}

div.footNote {
	clear: both;
    font-size:80%;
    padding-top: 2em;
    line-height: 120%;
    font-style: normal;
    text-align:left;
}

div.boxWarningsTitle {
	clear: both;
	text-align: center;
	color: red;
}

#boxErrors {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ff0000;
	color: red;
}

div.fileError {
	clear: both;
	color: red;
}

div.subtitle {
	clear: both;
	padding-top: 20px;	
}

/* USES */
/*
div.uses {
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}

div.uses span.label {
	float: left;
	padding-top: 0.1em;
	width: 30%;
}

div.uses span.value {
	float: right;
	width: 60%;
	font-weight: bold;
}

div.uses span.entry {
    float: right;
    width: 60%;
}
*/
/***************************/
div.uses {
    clear: both;
    padding-left: 2em;
    padding-top: 5px;
    text-align: left;
}

div.uses span.label {
    float: left;
    padding-top: 0.1em;
    width: 45%;
}

div.uses span.value {
    float: right;
    width: 53%;
    font-weight: bold;
}
div.uses span.entry {
    float: right;
    width: 53%;
}
/**************************/

/* TABLES */
table.codes {
	margin: 1em 1em 1em 1em;
	width: 96%;
	border-style: solid;
	border-width: 1px;
}

table.codes th {
	text-align: center;
	font-weight: bold;
	width: 10.6%
}

table.codes td {
	text-align: center;
	width: 10.6%
}

#tableSelects {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 98%;
}

table.selects {
	margin: 1em 1em 1em 1em;
	width: 90%;
}

table.selects th {
	text-align: center;
	font-weight: bold;
	width: 33.3%
}

table.selects td {
	text-align: center;
	width: 33.3%
}

table.valueAndLink {
	padding: 0px;
	margin: 0px;
}

table.valueAndLink th {
	padding: 0px;
	width: 50%;
}

table.valueAndLink td {
	padding: 0px;
}

table.valueAndLink th a {
	color: #4A4C43;
	background: white;
	text-align: left;
	margin: 0px;
}

/* Table for pre-application data summary */
/*table.preApplicationDataSummary {
	clear: both;
	margin: 20px 0 0 0;
}

table.preApplicationDataSummary th {
	text-align: center;
}

table.preApplicationDataSummary th.title {
	text-align: center;
	padding-bottom: 10px;
}

table.preApplicationDataSummary th.label {
	text-align: left;
	width: 40%;
	font-size: 10pt;
	font-weight: normal;
}

table.preApplicationDataSummary th.value {
	text-align: center;
	width: 20%;
	font-size: 10pt;
	font-weight: normal;
}

table.preApplicationDataSummary th.value a {
    text-decoration: none;
    color: #4A4C43;
    background-color: white;
}

table.preApplicationDataSummary th.value a:hover {
    text-decoration: underline;
    color: #4A4C43;
}*/

/* Stages */
div.stage {
    border: 1px solid #aaaaaa;
    padding: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #E5E7B4;
    /*background-color: #A5AE4F;*/
    background-color: #5B6334;
    text-align: center;
}

div.stage .stateTitle {
    font-weight: 500;
    font-size: 1.25em;
    padding: 0.3%;
}

div.stage a {
	color: #E5E7B4;
}

div.stage a hover {
	color: #E5E7B4;
	text-decoration: underline;
}

/* Menu Lists*/
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul li {
	list-style: square;
	margin-top: 20px;
	margin-left: 20px;
}

#menu ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul ul li {
	list-style: circle;
	margin-top: 20px;
	margin-left: 40px;
}


/* --- AUTOCOMPLETE CSS --- */
.autocomplete {
	position: absolute;
	color: #333;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Arial;
	font-size: 14px;
	overflow-y: auto;
	height: 100px;
}

.autocomplete ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.autocomplete li {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #fff;
}

.autocomplete li.selected {
	/*background-color: #cef;*/
	background-color: #FFFFCC;
	border-top: 1px solid #9bc;
	border-bottom: 1px solid #9bc;
	font-weight: bold;
}

/* EXPORTS */
span.export {
     padding: 0 4px 1px 20px;
     font-size: x-small;
     text-align: center;
}

span.pdf {
     background-image: url(../img/mimetypes/pdf.png);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.rtf {
     background-image: url(../img/mimetypes/rtf.png);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.odt {
     background-image: url(../img/mimetypes/odt.png);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.doc {
     background-image: url(../img/mimetypes/doc.gif);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.html {
     background-image: url(../img/mimetypes/html.png);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

/* TABS MENU */
.tabZone {
    font-size:14px;     
}

.tabZone ul {
    width:100%;
    list-style: none;   /*Eliminamos el estilo de lista*/
    padding: 0;         /*Evita la indentacion que aparece en algunos navegadores*/
    margin: 0;
    display: inline;    /*Nos permite integrar con los elementos li y evitar problemas -*/
    float: left;        /*en algunos navegadores*/
    border-bottom: 2px Solid #aaaaaa;
}

.tabZone ul li {
    display: block;    
    float: left;        /*Flota los elementos de la lista*/
    text-align: center;
    margin-right: 1%;
    position: relative; /*Hacemos el ajuste de 1 pixel para simular la integracion -*/
    top: 2px;         /*con la capa de contenido*/    
}


.tabZone a {
    width: 100px;       /*Fijamos el ancho para que el enlace sea toda la pestaÃƒÂ±a y no solo el texto*/
    display: block;
    color: gray;
    background-color: lightyellow;
    text-decoration: none;
    border: 2px solid #aaaaaa;
}

.tabZone a:hover {
    background-color: #aaaaaa;
    color: #000000;
    border-color: #aaaaaa;
}

.tabZone a:active {
    background-color: white;
}

.tabZone li.activa a {
    display: block;
    background-color: #e2ddc0;
    border-bottom: 2px solid #e2ddc0;
    border-top: 2px Solid #aaaaaa;
    border-left: 2px Solid #aaaaaa;
    border-right: 2px Solid #aaaaaa;
    text-decoration: none;
    color: black;
}

/* Esto lo ven todos los navegadores */
.tabContent {
    width: 97.6%;
    float: left;
    padding: 1%;
    background-color: #e2ddc0;
    border-left: 2px Solid #aaaaaa;
    border-bottom: 2px Solid #aaaaaa;
    border-right: 2px Solid #aaaaaa;
    margin-top: 0;
    clear: both;
}
/* Esto lo ve IE6 */
*html .tabContent {
    width: 97.6%;
    float: left;
    padding: 1%;
    background-color: #e2ddc0;
    border-left: 2px Solid #aaaaaa;
    border-bottom: 2px Solid #aaaaaa;
    border-right: 2px Solid #aaaaaa;
    margin-top: -2%;
    clear: both;
}
/* Esto lo ve IE7 */
*:first-child+html .tabContent {
    width: 97.6%;
    float: left;
    padding: 1%;
    background-color: #e2ddc0;
    border-left: 2px Solid #aaaaaa;
    border-bottom: 2px Solid #aaaaaa;
    border-right: 2px Solid #aaaaaa;
    margin-top: -2%;
    clear: both;	
}

/* Esto no lo lee el IE6 */
/* html>body .tabContent {
    margin-top: 0;
} */

/* Map Viewer */
.tabContent #bordermap td.rightSide {
    background-color: #e2ddc0;
}

.tabContent #bordermap td.bottomSide {
    background-color: #e2ddc0;
}

.tabContent #bordermap tr.size {
    background-color:#e2ddc0;
}

#mandatoryFieldsWarning {
    clear: both;
    color: gray;
    font-size: 80%;
    margin-bottom: 2%;
}