/* CSS Document */
html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #222222;
}

body {
	/*
	position: absolute;
	
	*/
	background-image:url(../images/canvas.png);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: auto;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#topBack {
	width: 100%;
	height: 432px;
	background-image: url(../images/mainBack.png);	
	background-position: center -90px;
	background-repeat: no-repeat;
}
/* HEADER STYLES */
#header {
	height: 150px;
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
/*	background-image: url(../images/headerBack.png);
	background-repeat: repeat-x;
	background-position: top;*/
}
#headerTurnerArgLogo {
	height: 89px;
	width: 324px;
	overflow: hidden;
	background-image: url(../images/turner_logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#turnerLogo {
	background-image: url(../images/turner_la.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	height: 28px;
	width: 82px;
	margin: 32px auto 0px 16px;
}

#header H1{
	margin: 8px 5px auto 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 16px;
	color:#666666;
	text-align: center !important;
/*	border-bottom: 2px solid #999999;*/
	
}

#header H1 a{
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 19px;
	color:#FFFFFF;
	text-decoration: none;	
}

/* END OF HEADER STYLES */
/* INIT FORM */
#formHolder{
	margin:auto;
	width:330px;
	position: relative;
}
/* END OF INIT FORM */

/* CANVAS STYLES */
#mainHolder {
	width: 840px;
	height: 100%;
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#mainBody {
	background-color: #FFFFFF;
	padding: 10px 20px 100px 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainBody a{
	text-decoration: none; 
	color: #000000;
}
#mainBody a:hover{
	text-decoration: none; 
	/*color: #006699;*/
}

#mainBody p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#mainBody p.pTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#mainBody p.pLeft{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#mainBody p.pLeftbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#mainBody p.pCentered{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}


#mainBody p.pRight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

#mainBody H1 {
	margin: 0px auto 20px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 18px;
	color: #666666;
 	text-align: center;
	border-bottom: 1px solid #999999;
	/*border: 1px solid #ff0000;*/
	height: 30px;
}

#mainBody H2 {
	margin: 30px auto auto 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 14px;
	color: #666666;
 	text-align: left;
}

#mainBody ul{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 14px;
	color: #666666;
	text-align: left;
	list-style-type: square;
	line-height: normal;
	line-height: 22px;
}

#mainBody ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 14px;
	color: #666666;
	text-align: left;
	list-style-type: square;
	line-height: normal;
	text-decoration: underline;
}

#mainBody ul a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-align: left;
	list-style-type: square;
	line-height: normal;
	text-decoration: underline;
}

hr {
	border-top: 2px dotted #66CC33;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	
}
/* END OF CANVAS STYLES */

/* INHERITED STYLES */
img{
	border:none; 
	vertical-align:baseline;
}
div.header {
	width:480px;
	height:80px;
	margin:0;
}
div.headerImage {
	display: block;
	margin-left: auto;
	margin-right: auto
 }
div.header_right {
	width:480px;
	height:80px;
	margin:200 auto;
}
div.menu {
	width:802px;
	height:24px;
	margin:0 auto;
}
div.menuItem{
	float:left;
	height:16px;
	text-align:center; 
	font-weight:bold;
}
div#menuItemActive{
	background:#CCCCCC;
	border: 1px solid #222222;
	height: 24px;
	padding:3px 10px 0 10px;
	margin: 0 1px 0 0;	
}
div#menuItemActive:hover{
	background: #666666;
}
div#menuItemActive a{
	font-size: 12px;
}
div#menuItemActive a:hover{
	color: #FFFFFF;
}

div#menuItemPasive{
	padding:3px 10px 0 10px;
	height: 24px;
	background:#F3F3F3 ;
	border: 1px solid #222222;
	margin: 0 1px 0 0;
}
div#menuItemPasive:hover{
	background: #666666;
	color: #FFFFFF;
}
div#menuItemPasive a{
	font-size: 12px;
}
div#menuItemPasive a:hover{
	color: #FFFFFF;
}
div#menuItemLogOff{
	padding:5px 10px 0 10px;
	height: 22px;
	float:right;
	background:#222222;
	border: 1px solid #222222;
	font-size: 12px;
}
div#menuItemLogOff a{
	color: #FFFFFF;
}
div#menuItemPassChange{
	padding:5px 10px 0 10px;
	height: 22px;
	font-size: 12px;
	float:right;
	background:#336699;
	border: 1px solid #222222;
	margin:0 1px 0 0;
}
div#menuItemPassChange:hover{
	background:#000000;
}
div#menuItemPassChange a{
	color:#FFFFFF;
}
div#menuItemPassChange a:hover{
	color: #FFFFFF;
}
div.labels {
	width:100%;
	margin: 6px auto 1px auto;
	height:20px;
	border: 1px solid #222222;
	background-color:#CCCCCC;
}
div.labelsItem{
	width:250px;
	height:17px;
	float:left ;
	text-align:right; 
	padding: 2px 0 0 0;
	font-size: 12px;
}
div.data{
#	width:800px;
	width:800px;

#	height:80%;
	margin:0 auto;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	background:#EAEAEA;
	overflow:auto;
}
table.dataTable{
	width:100%;
	border:0;
	padding:0;
	border-spacing:1px;
	background:#666666 ;
	font-size:11px;
}
table.dataSubTable{
	width: 100%;
	border: 0;
	padding: 0;
	border-spacing:1px;
/* defines border color */	
	background: #666666 ;
	border: 5px solid #333333;
}
tr.dataLabel{
	background:#333333;
	height:22px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}
tr.dataSubLabel{
	background:#CCCCCC ;
	height:22px;
	font-weight:bold;
	text-align:center;
}
tr.dataItem{
	background:#FFFFFF ;
	height: 20px;
	font-size:12x;
/*	border: 5px solid #ff0000;*/
}
td.dataItem{
	padding:2px;
	text-align:center;
/*	border: 5px solid #ff0000;*/
}
tr.moreData{
	background:#FFFFFF;
	display:none;
	height:0; 
}
div.moreData{
	font-size:10px;
}
div.downloads{
	clear:both;
	width:100%;
	height:20px;
/*	padding:4px;*/
	margin: 10px auto 10px auto;
	text-align:center;
/*	border:5px solid #ff0000;*/
}
span.downloads{
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
}
div.footer {
	clear:both;
	width:100%;
	height:60px;
	margin:0 auto;
	text-align:center;
}
div.footer p{
	margin: 53px auto 0px auto;
	text-align:center;
	font-color: #FFFFFF;
	font-size: 11px;
}

/* END OF INHERITED STYLES */

/* TAGS para el Cambio de Contraseņa */
#cc_form{
	margin: 0px;
	padding: 0px;
	width:330px;
	background-color: #FFFFFF;
}
div#cc_form_logo{
	width:inherit;
	border-bottom:#333333 solid 1px;
}
div.cc_form_items{
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 0 0 0;
}
div#cc_form_title{
	font-size:16px;
	text-align:center;
}
#cc_form a{
	font-size: 16px;
	color: #FF0000;
	text-align: center;
}
div.cc_form_label{
	float:left;
	width:150px;
	text-align:right;
	font-weight:bold;
}
div.cc_form_input{
	float:right;
	width:170px;
}
div#cc_form_msg{
	color:#FF0000;
	text-align:center;
	font-size:12px;
}
div#cc_form_mail{
	width:auto;
	height:30px;
	text-align:center;
	vertical-align:middle;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 20px 0px 0px 0px;
}
div#cc_form_mail a{
	color:#006699;
}
div#cc_form_mail a:hover{
	color:#000000;
}
#mail{
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
	margin:0 0 0 300px;
}
#mail a{
	color:#006699;
}
#mail a:hover{
	color:#006699;
}
#info{
	width:100%;
	height:20px;
    clear:both;
	border:1px solid #000000;
	background-color: #A3CE4E;
	padding: 2px 0 2px 0; 
    margin: 0px auto;
	text-align:center;
	font-size:18px;
}
a#v_toggle{
/*    color: #ffffff;*/
	font-weight:bold;
}
#info_text{
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	height:auto;
	margin:0 auto;
	padding: 10px;
	font-size:12px;
/*	border-left: 1px solid #999999;
	border-right: 1px solid #999999;*/
	border-bottom: 1px solid #999999;
}
#info_text a{
        color: #006699;
        font-weight:bold;
}

div.RetencionesCabezera {
	width:800px;
	height:50px;
	margin:0 auto;
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
}
div.RetencionesItemL{
	width:390px;
	margin-left:10px;
	margin-top:15px;
	float:left;
}
div.RetencionesItemR{
	width:390px;
	margin-left:10px;
	margin-top:15px;
	float:left;
}
div.RetencionesData{
	width:780px;
	margin-left:10px;
	border-top:#000000 solid 1px;
	clear:both;
}
/* FOOTER STYLES */
#footerForm {
	width: 330px;
	height: 38px;
	background-image: url(../images/footerBack.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	overflow: hidden;
	color: #999999;
	margin: -17px auto 0px auto;
	position: absolute;
}
#footerForm p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#999999;
	margin: 14px 0px 2px 0px;
	height: auto;
	width: 100%;
}

#mainHolder .footer {
	width: 840px;
	height: 78px;
	background-image: url(../images/footerBack.png);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	color: #999999;
	padding: 0px;
	position: relative;
}

#dmtLogo {
	background-image: url(../images/footerLogo.png);
	background-repeat: no-repeat;
	background-position: bottom;
	left: 20px;
	height: 42px;
	width: 230px;
	position: relative;
	float: left;
	clear: both;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#999999;
	margin: 53px 0px 2px 0px;
	height: auto;
	width: 100%;
}
/* END OF FOOTER STYLES */

