/*
------------ Content Admin -------------------------------------------------------------------
*/
div.live_editor {    
  height:10px;
  margin:0px;
  color: #000001;
  font-size:0.7em;
  font-family:Verdana, Arial;
  background-color: #AEDEAE;
  clear:none;
  text-align: center;
  border:1px solid #AEDEAE;    	 
  font-weight: normal;
  z-index:+100;
}	
    
div#page_navigation_bar{clear:none;}

div.admin_bar {margin:0px;font-size:0.8em;font-family:Verdana, Arial;background-color: #AEDEAE;clear:none;z-index:+100;border-bottom:1px solid #000000;}	    
div.admin_bar  a{text-decoration:none;color:#333333;} 
div.admin_bar  a:hover{text-decoration:none;color:#ffffff;} 
div.admin_bar  select{font-family:Verdana, Arial;font-size:0.8em;color:#000000;border-color:#000000;} 
div.admin_bar  select option{font-family:Verdana, Arial;font-size:0.8em;color:#000000;border-color:#000000;} 
div.content_holder {border-width:0px;border-style:solid;border-color:#AEDEAE;z-index:-1;height: 100%;}   

div.popup-header {border: 1px solid #96252A;font-size: 12px;font-weight: bold;color: #FFF;background-color: #BBBBFF;padding: 2px 14px;}
div.popup-header a {font-weight:bold;color:#ffffff;}
div.popup-form {background-color: #ffbbbb;border-left: solid 1px #dd0000;padding: 15px 5px 5px 5px;}

.boton {width:65px;height:21px;border: 0;background-color: #BBBBFF;color: #000000;font-size: 12px;cursor: pointer;}
.boton_small {
	width: 45px;
	height: 21px;
	border: 0;
	background-color: #BBBBFF;
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}

.boton_large {
	width: 85px;
	height: 21px;
	border: 0;
	background-color: #BBBBFF;
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}

.boton_very_large {
	width: 105px;
	height: 21px;
	border: 0;
	background-color: #BBBBFF;
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}


/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1.5em 0;
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	margin: 1.5em 0;
	font-size: 0.8em;
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}
.errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
}
.errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 190px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 8px 0 0 0;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 190px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;		
	padding: 8px 0 0 0;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
	display: block;
}
/* Buttons */
.actions {
	margin: 10px 0 0 0;
}
.primaryAction {	
	padding: 4px 15px;
	font-weight: bold;
}
.secondaryAction {
	padding: 4px 15px;
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}

/*
------------ Tablas en popups ---------------------------------------------------------------
*/

table.popup-table {
  width: 100%;
  border: 1px solid #000000;
  font-size: 12px;
  color: #6D6152;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
table.popup-table thead tr th {background-color: #BBBBFF;text-align:left;color: #ffffff;padding: 2px 15px 2px 5px;}
table.popup-table tbody tr td,table.popup-table tbody tr th {padding: 5px 4px;color: #440000;font-size: 1em;border-bottom: solid 1px #000000;border-left: solid 1px #000000;}
table.popup-table tbody tr td a {font-weight: bold; letter-spacing: -1px;padding: 2px;margin: 0 2px;line-height: 16px;}
table.popup-table tbody tr.impar td {background-color: #F3EDE5;border-left: solid 1px #000000;}




