@charset "utf-8";
/* CSS Document */
html {
height: 100%;
margin-bottom: 0px;
overflow-x:hidden;
overflow-y:auto;

}

form
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

img, div { behavior: url(iepngfix.htc); }

a
{
	text-decoration:underline;
	color:#000;
}
a:hover
{
	color:#0886AC;
	text-decoration:underline;
}
.Separator
{
	border-bottom:#CCC 1px inset;
	margin:5px 2px 5px 2px;
}
.SeparatorTitle
{
	border-bottom:#CCC 1px inset;
	margin:15px 2px 10px 2px;
}
.SeparatorTitleFirst
{
	border-bottom:#CCC 1px inset;
	margin:0px 2px 10px 2px;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
	/*overflow-x:hidden;*/
}
#MainContainer
{
	min-height:100%;
	position:relative;
	width: 1024px;
}

* html #MainContainer
{
	height:100%;
}

#bodyBackground
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(Banners/4.jpg) no-repeat;
	/*overflow-x:hidden;*/
}
.button
{
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:pointer;
	padding: 0 5px 0 5px;
}
.DefaultTextBox
{
	height:14px;
	font-size:11px;
	width: 120px;
}
.TextBox
{
	height:14px;
	font-size:11px;
	width: 220px;
}
.VDigTextBox
{
	height:14px;
	font-size:11px;
	width: 8px;
}

.RutTextBox
{
	height:14px;
	font-size:11px;
	width: 96px;
}
.clearfloat 
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.select
{
	font-size:11px;
	width: 127px;
	border:#000 1px solid;
}
.selectDayYear
{
	font-size:11px;
	width: 59px;
	border:#000 1px solid;
}
.selectMonth
{
	font-size:11px;
	width: 90px;
	border:#000 1px solid;
}
.title
{
	height:27px;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0886AC;
	font-weight:bold;
	font-style: italic;
	text-align: left;
	border-bottom:#CCC 1px inset;
	margin: 0 5px 10px 5px;
	padding-bottom: 5px;
}
.titleBar
{
	background:url(images/titleBar.png);
	height:23px;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #000 1px inset;
	padding: 2px 0 0 5px;
}
.titleText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0886AC;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px inset #CCC;
}
#topBanner 
{
	width:1024px;
	height:120px;
}
#ContentPane 
{
	width:1024px;
	padding-bottom: 60px;
}

/*
#topBanner 
{
	width:1024px;
	height:125px;
	margin-left: -8px;
	margin-top: -12px;
}
#ContentPane 
{
	width:1024px;
	margin:0 0 0 -7px;
}
*/
#LoginWindow
{
	width:400px;
	background-color: #EAEAEA;
	border:#999 1px inset;
	margin: 100px 0 0 300px;
}	
.WindowContent
{
	width:96%;
	padding: 2% 2% 4% 2%;
}
#footer
{
	background:url(images/contentPaneBackground.png) repeat-x top;
	width:1024px;
	height: 60px;
	margin-top: -60px;
	float: left;
	position: relative;
}
#RightPane
{
	float: left;
	width: 782px;
	margin-top: 10px;
	text-align: justify;
	font-size: 12px;
	background:url(images/border-pane.png) left repeat-y;
	margin-left: -1px;
}

* html #RightPane
{
	float: left;
	width: 74%;
	margin-top: 10px;
	text-align: justify;
	font-size: 12px;
	background:url(images/border-pane.png) left repeat-y;
	margin-left: -1px;
	margin-bottom: 10px;
}


*html #LeftPane
{
	float: left;
	width: 24%;
	background:url(images/border-pane.png) right repeat-y;
	margin-top: 10px;
	margin-bottom:10px;
}
#LeftPane
{
	float: left;
	width: 241px;
	margin-top: 10px;
	background:url(images/border-pane.png) right repeat-y;
}
#trTitle
{
	border:solid 1px #000;
	background-color:#ACD6E6;
	text-align:center;
	font-weight:bold;
}
#tr1
{
	border:solid 1px #000;
	background-color:#FFF;
	text-align:center;
	cursor:pointer;
}
#tr2
{
	border:solid 1px #000;
	background-color:#E6F4F7;
	text-align:center;
	cursor:pointer;
}
#trSel
{
	border:solid 1px #000;
	background-color:#FFC;
	text-align:center;
	cursor:pointer;
}
#CalendarContainer
{
	text-align:center;
	width: 99%;
	margin-top: 10px;
}
#trMenu
{
	border:solid 1px #000;
	background-color:#FFF;
	text-align:left;
	cursor:pointer;
}
#trMenuSel
{
	border:solid 1px #000;
	background-color:#E6F4F7;
	text-align:left;
	cursor:pointer;
}
#trMenuDisabled
{
	color:#838383;
	text-align:left;
}
#MenuAdministracion
{
	width:210px;
	float: left;
	margin-left: 5px;
	margin-right: 2px;
}
#AdministracionData
{
	width:535px;
	float: left;
	border-left: #CCC 1px solid;
	height: 140px;
}
#MenuAdministracion li 
{
	display:inline;
}
#MenuAdministracion a {
	height:14px;
	width:195px;
	display: block;
	padding:2px 0 2px 12px;
	float: left;
	text-decoration:none;
	color:#000;
	background:url(images/vinneta.png) no-repeat center left;
}
#MenuAdministracion a:hover {
	color:#000;
	background-color:#E6F4F7;
}

#MenuAdministracion a.hover {
	color:#000;
	background-color:#E6F4F7;
}
.textJustify
{
	text-align:justify;
	margin: 0 5px 0 5px;
}
#litleMenu
{
	float:left;
	width:225px;
	margin-right: 10px;
	font-size:10px;
}
#litleMenu li 
{
	display:inline;
}

#litleMenu a {
	min-height:14px;
	width:220px;
	display: block;
	float: left;
	padding: 5px 0 0 2px;
	text-decoration:none;
	border-bottom:#47555A 1px solid;
	color:#000;
	text-align:left;
}
* html #litleMenu a {
	height:14px;
	width:220px;
	display: block;
	float: left;
	padding: 5px 0 0 2px;
	text-decoration:none;
	border-bottom:#47555A 1px solid;
	color:#000;
	text-align:left;
}
#litleMenu a:hover {
	color:#000;
	background-color:#FFC;
}

#litleMenu a.hover {
	color:#000;
	background-color:#E6F4F7;
}
#Menu
{
	float:left;
	width:230px;
	font-size:11px;
	margin: auto 5px auto 5px;
}
#Menu li 
{
	display:inline;
}

#Menu a {
	height:27px;
	width:227px;
	display: block;
	float: left;
	padding: 5px 0 0 2px;
	text-decoration:none;
	color:#000;
}
#Menu a img
{
	border:0px;
	margin-right:5px;
}
#Menu a:hover {
	color:#000;
	background-color:#FFC;
}

#Menu a.hover {
	color:#000;
	background-color:#E6F4F7;
}
#TrabajadorData
{
	float:left;
	width: 513px;
}
* html #TrabajadorData
{
	float:left;
	width: 490px;
}
#tableAsistencia
{
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	font-size: 10px;
}
#tableAsistencia td
{
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
	padding:5px 0 5px 3px;
}
#trTitleAsistencia
{
	border:solid 1px #000;
	background-color: #ACD6E6;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
