form label.error
{
    display: block;
    padding: 0px;
    text-align: left;
    width:auto;
}

input.error
{
    padding:0px;
    border-color: #FBC2C4 !important;
}
.form-wrapper
{
  font-size: 1.1em;
}
.form-wrapper h2
{
    line-height: 1.2;
    margin: 0;
    width:100%;
    background-color: #aaa;
    position:fixed;
}
.form-wrapper h2 span
{
    background-color: #6c9f3e;
    color:#fff;
    font-size: 0.8em !important;
}

.form-wrapper .fondo
{
    background-color: #eee;
    padding-top:20px;
}
.form-wrapper fieldset
{
    padding: 0;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 0;
    border: 0
}

.form-wrapper legend
{
    width: 99.5%;
    background-color: #ccc;
    font-weight: bold;
}

.form-wrapper label
{
    display: block;
    float: left;
    width: 200px;
    margin-right: 15px;
    font-weight: normal;
    text-align: right;
}
.form-wrapper .inline-input label
{
    width: auto;
    float: none;
}
.form-wrapper ol
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.form-wrapper li
{
    clear: both;
    line-height: 2 !important;
}

.form-wrapper .tip
{
    display: block;
    margin-left: 215px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 0.8em;
}

.form-wrapper .indicacion
{
    display: block;
    margin-left: 215px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 0.9em;
    font-weight: bold;
}

.form-wrapper .datos
{
    font-weight: bold;
    color:#0000FF;
    display: block;
    margin-left: 215px;
}

.form-wrapper em.required{
	width:8px;
	color:red;
	font-weight:bold;
}
.form-wrapper .inline
{
    display: inline !important;
    margin-left: 5px !important;
}

.form-wrapper .input-checkbox
{
    margin-left: 215px;
}

.form-wrapper h4
{
    color:#000;
    font-size: 0.9em;
    margin: 2px 0;
}

.form-wrapper a{
  text-transform: uppercase;
  text-decoration: none;
  color: #6c9f3e;
  padding-right: 15px;
}

.form-wrapper a:hover{
  text-decoration: underline;
}

.form-wrapper .submit
{
    background-color: #5e4090;
    border: 1px solid #5e4090;
    color: #FFFFFF;
}
.form-wrapper label.error
{
    display: none !important;
}
.input_text
{
	width:200px;
}


/** Table styles **/
table.adminlist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #333;
	text-transform:uppercase;
}

table.adminlist td,
table.adminlist th { padding: 3px; background: #f0f0f0;}
table.adminlist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}
table.adminlist thead a:hover { text-decoration: none; }
table.adminlist thead th img { vertical-align: middle; }
table.adminlist tbody th { font-weight: bold; }
table.adminlist tbody tr			{ background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }
table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { background-color: #e7e7e7;border: 1px solid #e7e7e7; }
table.adminlist tbody tr td {background: #fff; border: 1px solid #fff;}
table.adminlist tbody tr.row1 td { background: #f1f1f1; border-top: 1px solid #FFF; }
table.adminlist tfoot tr { text-align: center;  color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: right; }
table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 20px; text-align: center; }

table.adminlist .pagination { display:table; padding:0;  margin:0 auto;	 }
table.adminlist tbody tr.hover td{
	 background-color: #e7e7e7;
	 border: 1px solid #e7e7e7;
	 cursor:pointer;
}


.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}

/** stu nicholls solution for centering divs **/
.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

/** table solution for global config 
table.noshow   		 { width: 100%; border-collapse: collapse; padding: 0; margin: 0; }
table.noshow tr 		 { vertical-align: top; }
table.noshow td 		 { }
table.noshow fieldset { margin: 15px 7px 7px 7px; }

#editor-xtd-buttons { padding: 5px; }
**/
/* -- buttons -> STILL NEED CLEANUP*/
.button1,
.button1 div,
.button1-right,
.button1-right div{
	height: 1%;
	float: right;
}

.button1 { background: url(../images/j_button1_left.png) no-repeat; white-space: nowrap; padding-left: 10px; margin-left: 5px;}
.button1-right { background: url(../images/j_button1_right.png) right no-repeat; white-space: nowrap; padding-right: 10px; margin-left: 5px;}

.button1 .next { background: url(../images/j_button1_next.png) 100% 0 no-repeat;}
.button1 .home { background: url(../images/j_button1_site.png) 100% 0 no-repeat;}
.button1 .cancel { background: url(../images/j_button1_cancel.png) 100% 0 no-repeat;}

.button1-right .back { background: url(../images/j_button1_prev.png) 0 100% no-repeat;}

.button1 a {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 0 30px 0 6px;
}
.button1-right a{
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 0 6px 0 30px;
}

.button1 a:hover,
.button1-right a:hover
{ text-decoration: none; color: #0B55C4; }

/* usado en la paginaci?n de registros*/
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}
.button2-left span,
.button2-right span { cursor: default; color: #999; }

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span,
.button2-left .blank a,
.button2-right .blank a,
.button2-left .blank span,
.button2-right .blank span { padding: 0 6px; }
.page span,
.blank span {
	color: #000;
	font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover { text-decoration: none; color: #0B55C4; }
.button2-left a,
.button2-left span { padding: 0 24px 0 6px; }
.button2-right a,
.button2-right span { padding: 0 6px 0 24px; }
.button2-left { background: url(../images/j_button2_left.png) no-repeat; float: left; margin-left: 5px; }
.button2-right { background: url(../images/j_button2_right.png) 100% 0 no-repeat; float: left; margin-left: 5px; }
.button2-right .prev { background: url(../images/j_button2_prev.png) no-repeat; }
.button2-right.off .prev { background: url(../images/j_button2_prev_off.png) no-repeat; }
.button2-right .start { background: url(../images/j_button2_first.png) no-repeat; }
.button2-right.off .start { background: url(../images/j_button2_first_off.png) no-repeat; }
.button2-left .page,
.button2-left .blank { background: url(../images/j_button2_right_cap.png) 100% 0 no-repeat; }
.button2-left .next { background: url(../images/j_button2_next.png) 100% 0 no-repeat; }
.button2-left.off .next { background: url(../images/j_button2_next_off.png) 100% 0 no-repeat; }
.button2-left .end { background: url(../images/j_button2_last.png) 100% 0 no-repeat; }
.button2-left.off .end { background: url(../images/j_button2_last_off.png) 100% 0 no-repeat; }
.button2-left .image 		{ background: url(../images/j_button2_image.png) 100% 0 no-repeat; }
.button2-left .readmore 	{ background: url(../images/j_button2_readmore.png) 100% 0 no-repeat; }
.button2-left .pagebreak 	{ background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat; }
.button2-left .blank	 	{ background: url(../images/j_button2_blank.png) 100% 0 no-repeat; }


input:focus,
select:focus,
textarea:focus { background-color: #ffd }

select{ margin-right:2px; }
