.overlay_dialog { 
	background-color: #333333;
	opacity: 0.8;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(/stylesheets/windows/themes/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(/stylesheets/windows/themes/default/top_mid.gif) repeat-x scroll 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(/stylesheets/windows/themes/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 9px;
	background: transparent url(/stylesheets/windows/themes/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 3px;
	background: transparent url(/stylesheets/windows/themes/default/center_left.gif) repeat-y scroll 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(/stylesheets/windows/themes/default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(/stylesheets/windows/themes/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(/stylesheets/windows/themes/default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(/stylesheets/windows/themes/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(/stylesheets/windows/themes/default/close.gif) no-repeat scroll 0;			
	position:absolute;
	top:5px;
	right:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(/stylesheets/windows/themes/default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(/stylesheets/windows/themes/default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: black;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:white;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}


div.live_editor {
    background-color: #AEDEAE;
    border: 1px solid #AEDEAE;
    clear: none;
    color: #000001;
    font-family: Verdana, Arial;
    font-size: 0.7em;
    font-weight: normal;
    height: 10px;
    margin: 0px;
    text-align: center;
    z-index: 100;
}

div#page_navigation_bar {
    clear: none;
}

div.admin_bar {
    background-color: #AEDEAE;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    clear: none;
    font-family: Verdana, Arial;
    font-size: 0.8em;
    margin: 0px;
    z-index: 100;
}

div.admin_bar a {
    color: #333333;
    text-decoration: none;
}

div.admin_bar a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

div.admin_bar select {
    border-color: #000000;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 0.8em;
}

div.admin_bar select option {
    border-color: #000000;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 0.8em;
}

div.content_holder {
    border: 0px solid #AEDEAE;    
    z-index: -1;
}

div.popup-header {
    background-color: #BBBBFF;
    border: 1px solid #96252A;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 14px;
}

div.popup-header a {
    color: #FFFFFF;
    font-weight: bold;
}

div.popup-form {
    background-color: #FFBBBB;
    border-left: 1px solid #DD0000;
    padding: 15px 5px 5px;
}

.boton {
    background-color: #BBBBFF;
    border: 0pt none;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    height: 21px;
    width: 65px;
}

.boton_small {
    background-color: #BBBBFF;
    border: 0pt none;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    height: 21px;
    width: 45px;
}

.boton_large {
    background-color: #BBBBFF;
    border: 0pt none;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    height: 21px;
    width: 85px;
}

.boton_very_large {
    background-color: #BBBBFF;
    border: 0pt none;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    height: 21px;
    width: 105px;
}

.instructions {
    margin: 1.5em 0pt;
}

.oneChoice {
    font-size: 0.8em;
    margin: 1.5em 0pt;
}

.error {
    border: 1px solid #FF0000;
}

.errFld {
    border: 1px solid #FF0000;
}

.errorMsg {
    color: #CC3333 !important;
    display: inline;
}

.errMsg {
    color: #CC3333 !important;
    display: block;
}

.field-hint {
    background-image: url();
    background-position: left center;
    background-repeat: no-repeat;
    clear: right;
    color: #000000;
    float: right;
    padding: 8px 0pt 0pt;
    width: 190px;
}

.field-hint-inactive {
    background-image: url();
    background-position: left center;
    background-repeat: no-repeat;
    clear: right;
    color: #666666;
    float: right;
    padding: 8px 0pt 0pt;
    width: 190px;
}

.repeat {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 3px 0pt;
    padding-right: 6px;
}

.removeable {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    padding-right: 6px;
}

.duplicateLink {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}

.removeLink {
    color: #CC3300;
    display: block;
    margin-top: 10px;
    text-align: right;
}

.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;
}

.actions {
    margin: 10px 0pt 0pt;
}

.primaryAction {
    font-weight: bold;
    padding: 4px 15px;
}

.secondaryAction {
    color: gray;
    display: inline;
    padding: 4px 15px;
}

.secondaryAction:hover {
    color: black;
}

table.popup-table {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-collapse: collapse;
    color: #6D6152;
    font-size: 12px;
    width: 100%;
}

table.popup-table thead tr th {
    background-color: #BBBBFF;
    color: #FFFFFF;
    padding: 2px 15px 2px 5px;
    text-align: left;
}

table.popup-table tbody tr td, table.popup-table tbody tr th {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    color: #440000;
    font-size: 1em;
    padding: 5px 4px;
}

table.popup-table tbody tr td a {
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 16px;
    margin: 0pt 2px;
    padding: 2px;
}

table.popup-table tbody tr.impar td {
    background-color: #F3EDE5;
    border-left: 1px solid #000000;
}