@charset "utf-8";
/* CSS Document */
#containerT{width:100%; height:auto; overflow:hidden; padding-bottom:100px; min-height:600px;
background: #aaa9a9; /* Old browsers */
background: -moz-linear-gradient(top,  #aaa9a9 1%, #ffffff 50%, #aaa9a9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aaa9a9), color-stop(50%,#ffffff), color-stop(100%,#aaa9a9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aaa9a9 1%,#ffffff 50%,#aaa9a9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aaa9a9 1%,#ffffff 50%,#aaa9a9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aaa9a9 1%,#ffffff 50%,#aaa9a9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aaa9a9 1%,#ffffff 50%,#aaa9a9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa9a9', endColorstr='#aaa9a9',GradientType=0 ); /* IE6-9 */
}
#contentT{width:1000px; height:auto; min-height:600px; margin:0px auto;}
.contentAddNew{padding-left: 50px; height: 32px; font-size: 18px;  line-height: 32px; position: absolute;  background: url(/static/img/add.png) no-repeat center left; cursor: pointer; 
	text-shadow: 0px 0px 10px #1a1a1a;   filter: dropshadow(color=#1a1a1a, offx=0, offy=0);}

.center{width:1200px; margin:0px auto;}

/*											HEAD														*/


#head{width:100%; height:135px; min-width:1200px;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(170,169,169,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(170,169,169,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,169,169,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,169,169,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,169,169,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(170,169,169,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaa9a9',GradientType=0 ); /* IE6-9 */
}

#head .center{ height:100%; background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(170,169,169,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(170,169,169,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,169,169,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,169,169,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(170,169,169,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(170,169,169,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaa9a9',GradientType=0 );
}

#bg_nav_left{position:absolute; width:50%; top:30px; left:0px; height:68px;
	/*background:url(/static/img/navigator.png) repeat-x center left;*/}
#navigator{margin-top:30px; width:932px; height:68px; float:left; z-index:25;
	/*background:url(/static/img/navigator.png) repeat-x center left;*/}
#navigator_right{margin-top:30px; float:left; width:68px; height:68px; 
	/*background:url(/static/img/navigator_right.png) no-repeat center right;*/}

#favicon{width:160px; height:160px; position:absolute; top:15px; left:20px; z-index:55; 
	background:url(/static/img/favicon.png) no-repeat center left; }
	
#content_nav{width:750px; height:100%; line-height:68px; color:#c30606; margin-left:250px;}
#content_nav li{float:left; text-align:left; display:block;}
#content_nav li{white-space:pre;}
#content_nav a{color:#c30606; font-weight:bold; font-family:"myriadPro-Regular";}
#content_nav a:hover{text-decoration:underline; color:#990000;}

/*														FOOTER											*/
#footer{width:100%; height:80px; left:0px; bottom:0px; z-index:90;
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(196,203,209,1) 44%, rgba(157,164,178,1) 45%, rgba(206,216,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(44%,rgba(196,203,209,1)), color-stop(45%,rgba(157,164,178,1)), color-stop(100%,rgba(206,216,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(196,203,209,1) 44%,rgba(157,164,178,1) 45%,rgba(206,216,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(196,203,209,1) 44%,rgba(157,164,178,1) 45%,rgba(206,216,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(196,203,209,1) 44%,rgba(157,164,178,1) 45%,rgba(206,216,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,246,248,1) 0%,rgba(196,203,209,1) 44%,rgba(157,164,178,1) 45%,rgba(206,216,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#ced8e2',GradientType=0 ); /* IE6-9 */}
#legalNote{font-size:14px; color:#990000; padding:20px 50px; margin-top:10px; width:900px;}
#legalNote a,#legalNote span{color:#333333;}

#foot{width:100%; height:300px; min-width:1200px;
	background: rgb(170,169,169); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(170,169,169,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,169,169,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(170,169,169,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(170,169,169,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(170,169,169,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(170,169,169,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa9a9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



#addNewUser{color: #FFF; top: 100px; left: 50px;}
#formAddUser{padding:20px;}

#tabUsers{display:block; margin:100px auto; width:1000px;}
#tabUsers td{text-align:center; padding:15px; min-width:80px;}
#tabUsers td a{color:#009; text-decoration:underline;}


.rowWhite{background:#fff;}
.rowGrey{background:#CCC;}

#content_filterUser{position:absolute; right:50px; top:100px; color: #FFF; font-size: 18px;}
#content_filterUser label{width:80px; text-shadow: 0px 0px 10px #1a1a1a;   filter: dropshadow(color=#1a1a1a, offx=0, offy=0);}
#content_filterUser select{width:140px; height:25px;}

#guideUsers{margin-top:100px; font-size:14px; font-weight:bold; color:#990000; width:800px; margin-bottom:30px;}
#iconCtrl{background:url(../img/ctrl.png) no-repeat center; width:60px; height:60px; float:right;}
#formUploadImg{ width:100%; display:block; position:relative; overflow:hidden;}
#prevImgUpload{width: 300px; min-height: 300px; float:right; right: 0px; top: 0px; text-align:center;}
#prevImgUpload img{ max-width:100%;}
#nameFileUpload{ padding:50px 0px; font-size: 18px; width: 600px; float:left; line-height:28px; font:"Geneva";}

.progress { width: 400px; border: 1px solid #900; padding: 1px; border-radius: 3px; display: none; font-weight: bold; text-align: center; float:left; }
.bar { background-color: #00C; width: 0%; height: 25px; border-radius: 3px; }
.percent { position: absolute; display: inline-block; top: 3px; left: 48%; color: #FFF; font-weight: bold; }
#statusUpload{clear:both; width:600px;}

.nameFileUpload span{background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#bfffffff',GradientType=0 ); /* IE6-9 */
padding:20px 0px; width:100%; position:absolute; bottom:0px; left:0px;}
.progress{margin-top:50px;}
#container_gallery{ width:100%; height:300px; overflow:auto;}
#content_gallery{height:100%; overflow:auto;}
.boxGalleryImg{width:220px; height:220px; float:left;}
.boxGalleryImg img{position:absolute; max-height:100%; max-width:220px; margin:0px auto;}

#btnrefresh {position: relative; cursor:pointer; margin:50px; -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0; -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0; box-shadow:inset 0px 1px 0px 0px #f7c5c0; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) ); background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d'); background-color:#fc8d83; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
	border:1px solid #d83526; color:#ffffff; font-size:15px; 	font-weight:bold; padding:6px 24px; text-decoration:none; text-shadow:1px 1px 0px #b23e35; }
#btnrefresh:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
	background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
	background-color:#e4685d;
}
#iconCursor{width:25px; height:30px; background:url(/static/img/cursor.png) no-repeat center; position:absolute; right:0px; top:14px;}

#bodyMail{width:98%; min-width:98%; max-width:98%; min-height:300px; max-height:300px; display:block; margin:10px auto;}