/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML
browsers */


/* link underlines tend to make hypertext less readable,
    because underlines obscure the shapes of the lower halves of
words */

:link,:visited {
	text-decoration : none;
	font-weight: normal;
}

/* no list-markers by default, since lists are used more often for
semantics */

ul,ol {
	list-style : none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */

h1,h2,h3,h4,h5,h6,pre,code {
	font-size : 1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or
margin  */
/* the default spacing on headings does not match nor align with
     normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote
as well */
/* form elements are oddly inconsistent, and not quite CSS
emulatable. */
/*  nonetheless strip their margin and padding as well */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin : 0; padding : 0;
}

/* whoever thought blue linked image borders were a good idea? */

a img,:link img,:visited img {
	border : none;
}

/* de-italicize address */

address {
	font-style : normal;
}

/* more varnish stripping as necessary... */

:link,:visited {
	text-decoration : none;
	font-weight: normal;
}

ol,ul {
	list-style : none;
}

code,h1,h2,h3,h4,h5,h6,pre {
	font-size : 1em;
}

blockquote,body,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,li,pre,ol,p,u
l  {
	margin : 0;
	padding : 0;
}

a img,:link img,:visited img {
	border : none;
}

body {
	min-width: 720px;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #F4F4F4;
	text-align: left;
}

p {
	line-height: 1.462;
	margin-top: 1em;
	padding-bottom: 1px;
	margin-bottom: 1em;
}

a, img {
	border:0;
}
.full {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	width: 99%;
	clear: left;
}

.left {
	clear: left;
	float: left;
	margin: 0;
	margin-right:5px;
	padding: 0;
	text-align: left;
	width: 69%;
}

.right {
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	width:29%;
	font-size:90%;
}

.col {
	padding: 5px 1em 1em 1em;
	text-align: left;
}

.full .col {
	min-width: 660px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
	background: #FFF url("../img/right-shadow.png") right repeat-y;
}

.left .col {
	min-width: 440px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
	background: #FFF url("../img/right-shadow.png") right repeat-y;
}
.left-extra .col {
	min-width: 720px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
	background: #FFF url("../img/right-shadow.png") right repeat-y;
}

.right .col {
	margin: 0 0 0 0px;
	min-width: 170px;
	border: 1px solid #BBB;
	border-right: 0px;
	border-top: 0px;
	background: #ECFBE8 url("../img/right-shadow.png") right repeat-y;
}


#col-right {}
#col-right .header { margin: 0; padding: 0.2em; text-align: center; }
	
.right-button-hide {
	text-align: right;
	float: left;
	width:7px;
	background: url("../img/hide-right.gif");
	cursor:pointer;
	height:50px;
	color:white;
	margin:0px;
	padding:0px;
}
.right-button-show {
	text-align: right;
	float: left;
	width:7px;
	background: url("../img/show-right.gif");
	cursor:pointer;
	height:50px;
	color:white;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

hr {
	border: 0;
	height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}

hr.h1 {
	border: rgb(206, 223, 178);
	height: 2px;
	margin-top: -15px;
	margin-left: 0px;
	width: 98%;
}

hr.h2 {
	color: #CFC;
	background-color: rgb(206, 223, 178);
	height: 1px;
	margin-top: 0px;
	margin-left: 0px;
	width: 98%;
}

h1 {
	font-size: 1.3em;
	color: rgb(46, 53, 145);
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: rgb(122, 126, 145);
}

h3 {
	font-size: 1.0em;
	font-weight: normal;
	color: rgb(22, 26, 145);
}

h4 {
	font-weight: bold;
	font-size: 1em;
	color: rgb(198, 194, 187);
}

em {
	font-style: normal;
	text-decoration: underline;
}

a,a:link,a:visited {
	color: rgb(76, 72, 63);
	font-weight: bold;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}


#main-container {
	background: #F4F4F4 no-repeat top center;
	margin: 5px auto auto auto;
	width: 98%;
	text-align: left;
	border: 1px solid #BBB;
}


#header {
	height:40px;
	
	background: url("../img/header-bg.png") repeat-x top;
}

.logo {
left:25px;
position:relative;
top:5px;
}


#content-container {
	background: #EAEDEA;
	padding: 10px;
}

/*naranja: rgb(252,248,237)
 verde: rgb(226,246,224)
 gris: rgb(244,244,244) */

#footer {
	clear: both;
	width: 100%;
	height: 20px;
	/*background: url("../img/footer.jpg") no-repeat  center;*/
	color: #333;
	font-size: 80%;
	padding: 1px 0px 1px 0px;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 3px;
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
div.page_header {
   background: none repeat scroll 0 0;
   margin: 0 0 10px 0;
   padding:10px 20px 10px 0px;
   border-bottom:1px solid #92C176;
}

.lista {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.lista li {
	width:100%;
	border-bottom:1px solid #EFFFEF;
	padding: 0px;
	padding: 0.5em 0.1em;
	cursor:pointer;
}

.hover, .lista li:hover {
	background: url("../img/hover.png") repeat-y;
}
	
.click {
	background:#FFF222;
	}
	
.pointer {
	cursor:pointer;
	}

.lista .lista-meta {
	font-size: 0.8em;
	color: #888;
	margin-bottom: 0.2em;
}

.lista .lista-body {	
	display:block;
	font-size: 0.9em;
	padding: 1px;
}

.lista-inline  {
	text-align:left;
	padding:0px;
}
.lista-inline li {
	display:inline;
	text-align:left;
}
.lista-inline li a:hover span{
	background:#EFD;
}

.lista-inline-juicios {
	text-align:left;
	margin:0px;
	padding:0px;
}
.lista-inline-juicios li {
	display:inline;
	margin:2px;
	text-align:left;
	background:#AAD;
}
.lista-inline-juicios li a:hover {
	background:#EFD;
}


table {

   font-size:12px;
}

.tblistado {
   table-layout:auto;
   width:100%;
   font-size:12px;
   overflow:hidden;

}

.tblistado tr.odd{
  background:#F9F9F9;
}

.tblistado .hover {
	background: #DDEEDD;
	cursor:pointer;
}

.tblistado .click {
	background: #DDDEEE;
	cursor:pointer;
}
.tblistado .hovercell {
	background: #BBFFBB;
	cursor:pointer;
}


.tblistado td{
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  vertical-align:top;
  padding: 2px 1px;

}


.tblistado td.res{
  text-align: left;
  background:#EEFAF7;
  border: 1px solid #CCCCCC;
  padding: 2px;
  }

.tblistado th.asignas-title{
  text-align: left;
  background:#FFF1F1;
  padding: 2px;
  }

 .tblistado th.resumen-title{
  text-align: left;
  background:#EEFAF7;
  padding: 2px;
  }


.tblistado th.puestos-title{
  text-align: left;
  background:#FFF1F1;
  padding: 2px;
  }

 .tblistado td.pue{
  text-align: left;
  background:#FFF1F1;
  border: 1px solid #CCCCCC;
  padding: 2px;
  }

.tblistado td.centra{
  text-align: center;
  background:#FAFAF3;
  border: 1px solid #CCCCCC;
  padding: 2px;
}

.tblistado td.focus{
  background:#F5F5FF;
  border: 3px solid #88F;
}

.tblistado th{
  text-align: center;
  padding: 0px;
  border: 0px solid #DDEEFF;
  color:#333;
  background: #D3DAFF;

}


#scrn-read {
	display:none
}

.failed {
	color: #f00;
}

.success {
	color: #080;
}

.nombre {
	color: rgb(36, 172, 23);
	font-weight: bold;
}

#message  {
	color: green;
	font-size: 80%;
	padding:7px;
	margin:4px;
	float:none;
	clear:left;
	font-weight:bold;
	background:#EFFEE7;
	text-align:center;
	border: 1px solid #BFDEB7;
}
	
.image {
	padding: 3px;
	margin:3px;
    text-align:center;
}
.image img {
    text-align:center;
}

a.boton {
cursor:pointer;	
}

div.sec {
	width:95%;
   padding:4px;
   background: #EEF repeat scroll 0 0;
   border:1px solid #CCD;
   font-size:95%;
   margin:3px 0px;
}
div.sec h2 {
	font-size:110%;
	font-weight:bold;
	color: rgb(122, 126, 228);
	cursor:pointer;
	background:#DDE;
	padding:5px;
}
div.sec h3 {
	cursor:pointer;
}
div.sec p {
	margin:4px;
	font-size:90%;
}

div.sec h2.ui-accordion-header {
	background: url("../img/right.gif") no-repeat right;
	}

div.sec h2.selected {
	
	background: #DDE url("../img/down.gif") no-repeat right;
	}
	
div.highlight-sec {
	background-color: #5A548A;
	color:#FFF;
	font-size:100%;
	
}
.right-sec {
	background: url("../img/hover.png") repeat-y;
	padding:5px;	
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
.right-sec h1 {
	font-size: 1.2em;
}

.block { display: block; }
form.cmxform label.error { display: none; }
.error {
   color:red;
   background: #FFEFEF;
}

.jqiwarning .jqi{
      background-color: #b0be96;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #c0cEa6;
      padding: 10px;
      width: 300px;
}
div.jqi .jqiclose{
      float: right;
      margin: -35px -10px 0 0;
      cursor: pointer;
      background: #A3E2B3 top left repeat-x;
}
div.jqi .jqicontainer{
      background-color: #e0eEc6;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #c0cEa6;
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
      background: #A3E2B3 top left repeat-x;
	  border: solid #777777 1px;

} 

.tblistaCursos {
   table-layout:auto;
   width:100%;
   font-size:13px;
   overflow:hidden;

}

.tblistaCursos tr.odd{
  background:#F3F3FF;
}

.tblistaCursos .hover {
	background: #DDEEDD;
	cursor:pointer;
}

.tblistaCursos .click {
	background: #DDDEEE;
	cursor:pointer;
}
.tblistaCursos .hovercell {
	background: #BBFFBB;
	cursor:pointer;
}


.tblistaCursos td{
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  vertical-align:top;
  padding: 2px 1px;
  
}


.tblistaCursos td.res{
  text-align: left;
  background:#EEFAF7;	
  border: 1px solid #CCCCCC;
  padding: 2px;
  }
  
.tblistaCursos th.asignas-title{
  text-align: left;
  background:#FFF1F1;	
  padding: 2px;
  }
  
 .tblistaCursos th.resumen-title{
  text-align: left;
  background:#EEFAF7;	
  padding: 2px;
  }
  
  
.tblistaCursos th.puestos-title{
  text-align: left;
  background:#FFF1F1;	
  padding: 2px;
  }
  
 .tblistaCursos td.pue{
  text-align: left;
  background:#FFF1F1;	
  border: 1px solid #CCCCCC;
  padding: 2px;
  }
  
.tblistaCursos td.centra{
  text-align: center;
  background:#FAFAF3;	
  border: 1px solid #CCCCCC;
  padding: 2px;
}

.tblistaCursos th{
  text-align: center;
  padding: 0px;
  border: 0px solid #DDEEFF; 
  color:#333;
  background: #D3DAFF;
  
}

.tblistaCursos td.asignas-header{
  font-weight:bold;
  text-align: center;
  padding: 0px;
  border: 0px solid #DDEEFF; 
  background: #F5E3F1;  
}

.tblistaCursos td.puestos-header{
  font-weight:bold;
  text-align: center;
  padding: 0px;
  border: 0px solid #AAFAF3; 
  background: #F5E3F1;  
}

.tblistaCursos td.resumen-header{
  font-weight:bold;
  text-align: center;
  padding: 0px;
  border: 0px solid #AAFAF3; 
  background: #DAFAE3;  
}

.tb-info-top {
   table-layout:auto;
   width:100%;
   font-size:13px;
   overflow:hidden;
}

.tb-info-top td {
	background: #EFEFFF;
}

.tb-info-top th {
	padding-left:10px;
}
.tb-info-top td.th {
	background: #EEE;
	font-weight:bold;
	color: #444;
}
tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}

.right-arrow {
  margin:0;
  background: #FAFCFD url("../img/right-arrow.png") no-repeat right 50%;
}


.tblista {
  background:#FFFFFF;
  padding: 0px;
  border: 1px solid #CCCCCC;
}


.tblista td{
  text-align: left;
  border: 1px solid #CCCCCC;
  padding: 0px;
  
}

.tblista th{
  text-align: center;
  padding: 0px;
  border: 0px solid #DDEEFF; 
  background: #D7E7F7;
  
}
th.headerSortUp { 
    background:  #55AADD url(../img/asc.gif) no-repeat right center;
     
}
th.headerSortDown { 
    background:  #55AADD url(../img/desc.gif) no-repeat right center;
}

.tablesorter th {
	padding-right:8px;
	}

#resize { margin:2px 0; padding:0; border: 1px solid #BBF; background:#EEF; min-width: 640px; height: 360px; padding: 1em; }
#resize h3 { text-align: center; margin: 0; }

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 3px 5px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #FAFCFD;
  color: #222;
}

 
/* global */

#cluetip-waitimage {
      width: 43px;
      height: 11px;
      position: absolute;
      background-image: url('../img/indicator.gif');
    }
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip div.bshadow {width: 100% !important;  }
#cluetip a {cursor: pointer;}
/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
	width: 225px;
}
.cluetip-jtip {
  background-color: #fff;
}

.cluetip-jtip #cluetip-outer {
  border: 2px solid #9cf;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px 2px 25px;
  font-weight: bold;
	background: #def url("../img/information.png") no-repeat 5px 2px;
	color: #369;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
}

.tip {color: #369; padding: 2px 4px; font-weight: bold; border: 1px solid #9cf; background: #def;}
#cluetip li, #cluetip {text-align: left}
#cluetip .delete {color: #777;}


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url("../img/indicator.gif") right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

form input.boton {
padding:4px 12px 8px 14px;
font-size:13px;
height:27px;
color:white;
font-weight:bold;
float:right;
border:0 none;
position:relative;
cursor:pointer;
margin:2px;
border-bottom: 1px solid #66A;
border-right: 1px solid #66A;
border-top: 1px solid #88B;
border-left: 1px solid #88B;
background: #4B67B1;
/*background: transparent url("../img/boton_verde.png") no-repeat scroll left top;*/
}
button.boton{
padding:2px 5px 3px 4px;
margin:2px;
font-size:13px;
color:white;
font-weight:bold;
border:0 none;
position:relative;
cursor:pointer;
border-bottom: 1px solid #66A;
border-right: 1px solid #66A;
border-top: 1px solid #88B;
border-left: 1px solid #88B;
background: #4B67B1;
/*background: transparent url("../img/boton_verde.png") no-repeat scroll left top;*/
}

.readonly {
	background:#EEE;
	border: 1px solid #DDD;
	color: #888;
}

.form_jq_error {
float:right;
padding:4px 2px 8px 2px;
font-size:12px;
height:18px;
border:0 none;
position:relative;
	}

.nav {
    }
    
.nav_focus {
      background-color: #DDF;
    }
.ui-effects-transfer { border: 2px dotted gray; padding:2px; } 

 .notice, .success {padding:.4em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.ui-effects-transfer { border: 2px dotted gray; padding:2px; }

/*
.messages {
	margin:0px;
	margin-top:3px;
	margin-bottom:3px;
	padding:0;
	border:0 !important;
    position:relative;
    clear:both;
}
*/
.messages li {
	min-height:25px !important;
    width:98%;
    overflow:hidden;
	margin-bottom:6px !important;
	margin-top:8px !important;
	padding:10px 8px 2px 5px !important;
	font-size:.95em !important;
	font-weight:bold !important;
	list-style:none;
    clear:both;
	}
.messages ul li {
	margin:0 0 3px 25px !important;
	border:0 !important;
	padding:0 !important;
	}

.error-msg {
	border:1px solid #f16048 !important;
	color:#df280a !important;
	background:#faebe7 url(../img/error_msg_icon.gif) no-repeat 10px 10px !important;
	}
.success-msg {
	border:1px solid #95a486 !important;
	color:#3d6611 !important;
	background:#effee7 url(../img/success_msg_icon.gif) no-repeat 10px 10px !important;
	}
.notice-msg {
	border:1px solid #ffd967 !important;
	background:#fffbf0 url(../img/note_msg_icon.gif) no-repeat 10px 10px !important;
	color:#F59B38 !important;
	}
.warning-msg {
	border:1px solid #666e73 !important;
	background:#e6e6e6 url(../img/warning_msg_icon.gif) no-repeat 10px 10px !important;
	color:#000000 !important;
	}
	
	
.spinner {
	border:0;
	margin:0;
	margin-left:2px;
	padding:0;
	
	}
.ui-dialog-container {
background:white;
}

textarea.expanding {
	line-height: 18px;
}

#planilla td input.tvalora_c, #planilla td input.tvalora_n {
	width:25px;
	border:1px solid #bbb;
}

#planilla td input.ronly {
	width:25px;
	background:#ecf6fc;
	border:1px solid #ddd;
	color:#888;
	font-size:90%;
	opacity:0.9;
}

#planilla td input.recupera {
	background:#fffafa;
	border:1px solid #bbb;
}
#planilla td input.recupera.ronly {
	width:25px;
	background:#fffafa;
	border:1px solid #ddd;
	color:#686;
}
#planilla th {
	padding:3px;
}

.checked {color:#448; font-size:110%; font-weight:bold} 

td.th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}


.close_panel {
position: absolute;
top: 0px;
right: 0;
padding:5px;
}

.panel {
position: absolute;
top: 45px;
right: 0;
display: none;
background: #FCFDFD;
border:1px solid #111111;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 380px;
height: auto;
z-index: 1000;
padding: 30px 130px 30px 30px;
filter: alpha(opacity=85);
opacity: .95;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}



.trigger_panel{
position: absolute;
text-decoration: none;
top: 28px; right: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 2px 10px 2px 20px;
font-weight: 700;
z-index: 1001;
background:#555555 15% 55% no-repeat;
border:1px solid #666666;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}
