@charset "utf-8";
/*style for multiselectImage*/
.unSelectedImages > div > div{
		width:32px;
		height:32px;
		float: right;
		background: url(../img/delete.png);
		padding:0px;
		margin:0px;
		cursor: pointer;
	}
	div.multiImageDiv, #content1 > .form fieldset div.multiImageDiv, #content1 > .form fieldset div.unSelectedImagesContainer,#content1 > .form fieldset div.selectedImagesContainer,#content1 > .form fieldset div.unSelectedImages,#content1 > .form fieldset div.selectedImages{
		padding-left: 0px;
	}
	div.multiImageDiv > div{ padding-left: 0px}
	.multiImageDiv{}
	.selectedImagesContainer{
		clear: both;
	}
	.selectedImages{
		border: 1px solid #CCC;
	}
	
	.unSelectedImagesContainer{
		position:absolute;
		padding-top: 120px;
		margin-top: -100px;
		/*width: 0px;
		height:0px;
		overflow: visible;*/
	}
	.unSelectedImages > div{
		font-size: 14px;
		font-weight: bold;
	}
	.selectedImagesAdd{ float: right; display: block; font-size: 12px;}
	
	.selectedImagesTitle{
		font-size: 14px;
		font-weight: bold;
	}
	.unSelectedImages{
		text-align: center;
		border: 1px solid #AAA;
		position: relative;
		top: -100px;
		width: 600px;
		height: 500px;
		overflow: auto;
		background-color: white;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 10px;
		/*box-shadow: xOffset yOffset radius color*/
		box-shadow: 10px 10px 25px #888;
		-moz-box-shadow: 20px 20px 25px #888;
		-webkit-box-shadow: 20px 20px 25px #888;
	}
	.unSelectedImages > img, .selectedImages img{
		margin: 6px;
		cursor: pointer;
		
	}
	.unSelectedImages > img:HOVER, .selectedImages img:HOVER{
		margin: 4px;
		border: 2px solid #4e75ae;
	}
/* style for multiselectTable*/
#content1 table.multiSelectTable{
		width:auto;
		clear: none;
	}
	#content1 table.multiSelectTable div{
		padding:0px;
	}
	.multiSelectTable  select,.multiSelectTable input{font-size: 11px;}
	.multiSelectTable input{ margin-top:10px;}
	.multiSelectTable  select{
		width: 190px;
		cursor: pointer;
		margin:0px 10px 0px 10px;
	}
#content1	.multiSelectTd1{ vertical-align:top}
	.multiSelectTdOptions{ vertical-align:middle;}
#content1	.multiSelectTd2{ vertical-align: top}
	.multiTableButton{}
	#content1 > .form fieldset div.multiTableLeftLabel{padding-left:0px;}
	#content1 > .form fieldset div.multiTableRightLabel{ padding-left:0px;}
	
.mainH1{ font-size: 18px; margin: 20px; }	
#ui-datepicker-div{ display:none;}
.paging form input{
	width:200px;
}
.paging form .input label, #IncomeReportForm .input label{
	color: #666;
	height: 22px;
}
.paging form .input, #IncomeReportForm .input{
	white-space:nowrap;
	/*
	background-image: url(img/topgradientbg2.png);
	background-repeat:repeat-x;
	background-position: bottom;
	*/
	background-image: -moz-linear-gradient(top, #FFFFFF, #DDDDDD); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #DDDDDD));  
	
}
.searchTd{filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#DDDDDD');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#DDDDDD')";}
.paging form input.hasDatepicker,.paging form input.inputRange{
	width:80px;
}
.paging .submit input{
	width: auto;
	padding-right: 35px;
	height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../img/search2.png);
	background-position:  right center;
	background-repeat: no-repeat;
	border: 1px solid #777;
}
/*
.index > #content > table tr{
	 -o-transition-property: background-color;
      -o-transition-duration: .2s;
}
*/
.hiddenIndex{ display: none}
.index > #content > table tr:hover{
	background-color:#D0E0FF;
	
}
.cakeform input,.cakeform select,.cakeform textarea, .cakeform multilanguageTable { clear: none; }
.cakeform fieldset{
	
	background-image: url(../img/formGradient.jpg);
	background-repeat:repeat-x;
	
	background-image: -moz-linear-gradient(top, #FCFCFC, #F5F5F5); 
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #EEEEEE));  	
	/*no grads for ie, doesnt work well with legends*/
	width:600px;
}
.cakeform fieldset input.form-error{
	background-color:#f3baba;
}
.cakeform fieldset input[type=text]{
	width:200px;
}
.cakeform fieldset textarea{
	width:300px;
}
.cakeform fieldset div.error-message{
	display:inline;
	padding-left: 5px;
	margin-left:5px;
}
.cakeform fieldset input[type=checkbox] {
	float: none;
}
.cakeform fieldset label {    
float: left;    
width: 10em;    
margin-right: 1em;    
text-align: right;   
padding-right:0px;
}
.cakeform fieldset legend{
	background: #F7F7F7;
	border:1px solid #999;
	padding:4px 20px 4px 20px;
	border-top: none;
	color: #888;
	
	background-image: url(img/topgradientbg2.png);
	background-repeat:repeat-x;
	background-position: top;
     /*this is to correct an ie bug*/
	position: relative;     
	left: -7px;     
	top: -1.75em;    
  
}
.cakeform fieldset > div{
	padding-left: 30px;	
}

.view dl{
	/*border: 1px solid #BBB;*/
	
}
.view dt{
	/*border-bottom: 1px solid #BBB;*/
}
.view dd{
	border-bottom: 1px solid #BBB;
}

/* CSS Document */
/* para el autocomplete*/
.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;
}

/*para el cakephp*/
div.paging{ margin-bottom:0px; border-top: 1px solid #666;}
.advancedSearch{
	cursor: pointer; 
	font-size:15px;
	color:#5791CD; 
	font-weight:bold; 
	text-align:center;
}
.outerFloatMenu{text-align: left;margin-left:0px;padding-left: 0px; height: 0px; margin-bottom:0px; padding: 0px; overflow: visible;}
.searchFloatMenu{display: none;margin-left: 10px;font-weight: normal;position: absolute;z-index: 1;	border:1px solid #BBB;	width: 216px;text-align: left;	background: white;}
.searchFloatMenu div{vertical-align:inherit;margin-bottom: 5px;	padding: 0px; text-align:left;}
.input .searchFloatMenu div input{ width: inherit; float:inherit; clear: inherit; margin: inherit;  padding: inherit; position: relative; top: 3px;}
#content > div {
	margin:1em;
}
.paging form{margin-right: inherit;	width: inherit;}
.searchTable{width: 100%}
#content table,#content1 table {
	/*this bakcground interferes with ckeditor
	 * background: #fff;
	 * */
	
	margin-bottom: 10px;	
	clear: both;
}
#content1 table {
margin-bottom: 0px;
}
#content > table{  
    background-color: #FFFFFF;
	width:980px;
	color: #5791CD;
	}
#spinner{ 
	display: none;
	position:absolute;
	width:300px;
	height:80px;
	text-align:center;
	padding-top:60px;
	margin:100px 0px 0px 350px;
	background:white;
	color: #444444;
	border:1px solid #CCC;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	/*box-shadow: xOffset yOffset radius color*/
		box-shadow: 10px 10px 25px #888;
		-moz-box-shadow: 10px 10px 25px #888;
		-webkit-box-shadow: 10px 10px 25px #888;
	}
	
tr.backth{
	/*background: url(img/topgradientbg2.png) bottom repeat-x;*/
	background-image: -moz-linear-gradient(top, #F6F6F6, #c8cacd); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F6F6F6),color-stop(1, #c8cacd));
}
.backth th{
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F6F6F6', EndColorStr='#c8cacd');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F6F6F6', EndColorStr='#c8cacd')";
	}
.related > table { width:100%}
#content th,#content1 th {
	border:1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	
	/*copy*/
	 
	 height: 38px;
/*    background-color: #C0C0C0;
    
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    /**/
}
  
#content th a,#content1 th a {
	text-decoration: none;
}
#content th a:hover,#content1 th a:hover {
	
	text-decoration: underline;
}
#content table tr td,#content1 table tr td {
	font-weight:bold;
	/*background: #fff;*/
	/*border-right: 1px solid #ccc;*/
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
#content1 table tr td { padding:0px;}
#content1 > div > div > table td{
	padding:5px;
	}
#content1 > div > #content > table td{ padding:0px}
.viewTable{
	margin-left:100px;
	background-image: -moz-linear-gradient(top,  #FFFFFF, #F6F6F6); 
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #F6F6F6));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F6F6F6');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F6F6F6')";
}
#content1 .viewTable .left{
	/*background: url(img/topgradientbg2.png) top repeat-x;*/
	background-image: -moz-linear-gradient(top, #FFFFFF, #DDDDDD); 
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #DDDDDD));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#DDDDDD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#DDDDDD')";
	width: 115px;
	padding: 5px;
	text-align: right;
		
}
#content1 .viewTable .right{
	
	padding-left:5px;
	color:#5791CD;
	text-align: left;
	border: 1px solid #CCC;
	width: 500px;
	border-left: none;
	border-top: none;
}
fieldset{ margin-left:100px;
position: relative;
}
#content table tr.altrow,#content1 table tr.altrow {
	background: #EEE;
	color: #8FB8C9;
}
#content td.actions,#content1 td.actions {
	text-align: center;
	white-space: nowrap;
}
#content td.actions a ,#content1 td.actions a {
	margin: 0px 6px;
}


/*codigo anterior*/

#lastFooter{ font-size:11px; padding-top:30px; padding-bottom:10px;	text-align:center; }


body {
margin-bottom:0px;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin:0px;
height:100%;
background-color:#F5F5F5;
/*background-color: #FFF;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#8FB8C9;
}
.themaintable{ /*background:url(img/maingradient.jpg) top center no-repeat;*/
width:100%
}
/*  body {
    background-color: #F4F4F4;
    color: #8FB8C9;
    font-family: Arial;
    font-size: 12px;
  }
*/  
 
  

  .bd {
    background:none;
	border:none;
    color: #5791CD;
    font-family: Arial;
    font-size: 12px;
	font-style:inherit;
  }
  .tbl {  
    background-color: #FFFFFF;
  }
  .tb2 {  
    background-color: #FF0;
  }
a{
cursor: pointer;
text-decoration:none;
    font-size: 11px;
}
  a:link { 
/*    background-color: #FFFFFF01;*/
    color: #5791CD;
    font-family: Arial;
    font-size: 11px;
  }
  a:active { 
    color: #C0C0C0;
    font-family: Arial;
    font-size: 11px;
  }
  a:visited { 
    color: #7C7C81;
    font-family: Arial;
    font-size: 11px;
  }
  .hr {
    /*background: url(img/topgradientbg2.png) bottom repeat-x;*/
/*    background-color: #C0C0C0;*/
    color: #999;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
  }
  a.hr:link {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
  }
  a.hr:active {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
  }
  a.hr:visited {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
  }
  .dr {
   /* background-color: #FFFFFF;*/
    color: #5791CD;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
  }
  
  .sr {
    background-color: #EEEEEE;
    color: #8FB8C9;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
  }
  
  input,select,textarea {
   /* background-color: #BCD4DE;*/
    color: #5791CD;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
  }
  
  
.letterOrange,.subcontentTitle{color:#FF6600;}
.letterGray{color:#7C7C7C;}
.letterAqua{ color:#6e9791;}
.bgLightGray{ background-color:#EFEFF1}
#footer{}
#lastFooter{font-size:11px; padding-top:30px; padding-bottom:10px;	text-align:center}
.a{cursor:pointer;}
.a:hover{text-decoration:underline;}
a:link {	font-weight: bold;	text-decoration: none;}
a:visited {	font-weight: bold;	text-decoration: none;}
a:hover {	font-weight: bold;	text-decoration: underline;}
a:active {	font-weight: bold;	text-decoration: none;}  
.bubbleInfo {    position: relative;}



.popup {
                position:absolute;
                display: none;
                z-index: 50;
/*				padding-left:15px;
				padding-top:15px;*/
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }

        .popup td#topleft { background-image: url(../mediaCMT/bubble-1.gif); }
        .popup td.top { background-image: url(../mediaCMT/bubble-2.gif); }
        .popup td#topright { background-image: url(../mediaCMT/bubble-3.gif); }
        .popup td.left { background-image: url(../mediaCMT/bubble-4.gif); }
        .popup td.right { background-image: url(../mediaCMT/bubble-5.gif); }
        .popup td#bottomleft { background-image: url(../mediaCMT/bubble-6.gif); }
        .popup td.bottom { background-image: url(../mediaCMT/bubble-7.gif); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../mediaCMT/bubble-8.gif); }

        .popup table.popup-contents {
                font-size: 11px;
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
                }

        table.popup-contents th {
                text-align: right;
                text-transform: lowercase;
                background-color: #fff;
                }

        table.popup-contents td {
                text-align: left;
                background-color: #fff;
                }


#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:440px;
width:700px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}



.as	 a:link,.as a:visited{color: white; padding-left: 20px}
.menufloat{position:relative;top:0px;left:-6px;z-index:50;width:auto;}
.menufloat table{ width:160px;	background-color:#01517e;color:white;font-weight:bold;	opacity:.9;
     -moz-border-radius: 0px 0px 10px 10px; /* FF1+ */
  -webkit-border-radius: 0px 0px 10px 10px; /* Saf3+, Chrome */
          border-radius: 0px 0px 10px 10px; /* Opera 10.5, IE 9 */
     -moz-box-shadow: 3px 5px 10px #000; /* FF3.5+ */
  -webkit-box-shadow: 3px 5px 10px #000; /* Saf3.0+, Chrome */
          box-shadow: 3px 5px 10px #000; /* Opera 10.5, IE 9.0 */
   background-image: -moz-linear-gradient(top, #01517e, #1373ac); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #01517e),color-stop(1, #1373ac));  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#01517e', EndColorStr='#1373ac') alpha(opacity=90);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#01517e', EndColorStr='#1373ac') alpha(opacity=90)"
}
.menufloat td{
text-align:left;
border-bottom:1px solid #777;
padding:10px 0px 5px 20px;
white-space: nowrap;
cursor:pointer;
}
.menufloat td:hover{
text-decoration:underline;
}

#topmenu{ }
.as .letterDarkGray{color: white}
#topMenuTable{  width:100%;
color: white;
background: blue;
/*background: url(../img/hgradients.png) top repeat-x;*/
background-image: -moz-linear-gradient(top, #1374ac, #01507d); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1374ac),color-stop(1, #01507d));  
              
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1374ac', EndColorStr='#01507d')";
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#1374ac', EndColorStr='#01507d');
}
#topMenuTable td.as{
width:12%;
font-size:12px;
cursor: pointer;
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1374ac', EndColorStr='#01507d')";
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#1374ac', EndColorStr='#01507d');
}
#topMenuTable span{
	display: block;
	padding-top:10px;
	height: 26px;
}
.outercells{ padding-top:6px; width:8%; font-weight:bold;}
#topMenuTable td.as, .outercells{
border-right: 1px solid #CCC;	
vertical-align:top;
text-align:left;
padding-left:6px;
padding-right:6px;
}
#topmenu span{display:block;text-align:center;font-weight:bold;}
.letterDarkGray{color: #707070; font-weight:bold;}
