@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body
{
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: url(../images/linen.jpg) repeat #d1d5d8;
	margin:0;
	padding:0;
}
/*********************************< MAIN >*********************************/
#container{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;	
	background:#222;
}
#container .left{
	float:left;	
}
#container .right{
	float:right;	
}
#container .clear{
	clear:both;	
}
#container .borded{
	
	border: 1px solid #333;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
	-o-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	background: #333;
}
#container .reloadPage001{
	position: absolute;
	width: 18px;
	height: 16px;
	right: 4px;
	cursor:pointer;
}

#container .waiting{
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff url(../images/arraw002.gif) no-repeat center center;
}
#container .waitingLoad{
	position: relative;
	left: 12px;
	top: 70px;
	width: 150px;
	height: 150px;
	background: url(../images/loader.gif) no-repeat center center;
	z-index: 100;
	border: solid 1px #fff; 
}
.waitForImage{
	
	position: relative;
	width: 350px;
	height: 350px;
	top: 0px;
	left: 0px;                                                                                 
	background: #333;
	z-index: 4; display:none;
	opacity: 0.7;
}
.miniWaiting{
	
	padding-left: 20px;
	background: url(../../images/icoArrows001.gif) no-repeat;
}
.whiting{
	
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 300px;
	height: 117px;
	margin: -100px 0 0 -148px;
	text-align: center;
	line-height: 190px;
	border-radius: 10px;
	color: #aaa;
	background: url(../images/loader.gif) center -105px;	
}

.botao001{
	
	border-bottom: 1px solid #4f4f4f;	
	color: #aaa;
	
	background: #111;
	background: -moz-linear-gradient(top, #404040 0%, #060606 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#060606));
	background: -o-linear-gradient(top, #404040 0%, #060606 100%);
	background: -ms-linear-gradient(top, #404040 0%, #060606 100%);
	background: linear-gradient(top, #404040 0%, #060606 100%);	
}

.barra001{
	margin-bottom:4px;
	line-height: 18px;
	border-bottom: 1px solid #CCCCCC;			
}

#container .botao001
{
	float: right;
	margin: 75px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 0.0mm solid #003333;
	color: #FFFFFF;
	background-image:url(../../images/fundoBotao001.jpg);
	padding:0;
	width:111px;
	height:20px;
	line-height:20px;
	cursor:pointer;
				
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#container .botao0001:hover, .botao0001:focus {
	background-image:url(../images/fundoBotao003.jpg);
}
#box-msg
{
	/*position: absolute;*/
	top: 40px;
	left: 322px;
	margin:auto;
	border:1px solid #FFCC00; 
	background:#FFFFCC; 	
	-moz-border-radius:6px;
   -webkit-border-radius:6px;
   -khtml-border-radius:6px;
   border-radius:6px;
	text-align:center;
	width:34%;
	padding:5px;	
}
.whiting{
	
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 300px;
	height: 117px;
	margin: -59px 0 0 -148px;
	text-align: center;
	line-height: 190px;
	border-radius: 10px;
	opacity: 0.5;
	color: #aaa;
	background: url(../images/loader.gif) center -105px;	
}
/*********************************< HEADER >*********************************/
#header{
	height: 55px;
	background: url(../images/linen_header.jpeg) repeat #666;
	/*border-bottom: 1px solid #4f4f4f;	*/
	color: #aaa;
	
	background: #111;
	background: -moz-linear-gradient(top, #404040 0%, #060606 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#060606));
	background: -webkit-linear-gradient(top, #404040 0%, #060606 100%);
	background: -o-linear-gradient(top, #404040 0%, #060606 100%);
	background: -ms-linear-gradient(top, #404040 0%, #060606 100%);
	background: linear-gradient(top, #404040 0%, #060606 100%);		
}
#header .logo img{
	margin: 2px 0 0 10px;
}
#header .title, #header .subTitle{
	display: inline-block;
	margin: 4px 0 0 15px;	
	font-size:20px;
	font-weight:bolder;
	cursor:default;
	font-variant:small-caps;
}
#header .subTitle{
	margin: 5px 0 0 32px;
	font-size: 18px;
}
#header .top{
	margin: 10px 10px 0 0;
}
#header .bottom{
	margin: 5px 10px 0 0;
}

#header .bottom a{
	text-decoration:none;
	padding: 2px 0 2px 20px;
	color: #fff;
	background: url(../../images/buttons.png) -6px -193px no-repeat;
}
#header .bottom a:hover{
	text-decoration:underline;	
}

/***********[PRINT]*************/
#printView{
	
	position:absolute;
	top: 0;
	left: 50%;		
	z-index: 10000;
	background: #EFEFEF;
	border: solid 1px #333333;
	display: none;
}
.landscape{
	
	width: 900px;		
	height: 500px;
	margin-left:-450px;	
}
.portrait{
	
	width: 800px;
	height: 500px;
	margin-left:-400px;	
}
/***********/

#searchFilter{
	
	position:absolute;
	
	top:4px;
	left:50%;
	margin-left: -355px;
	margin-top: -72px;
	width: 710px;
	height: 52px;
	padding: 3px 0 0 5px;
	color: #aaa;
	font-size: 12px;
	overflow: hidden;
	z-index:10;
	/*background:#555;
	border:solid 5px rgb(56, 56, 56);
	
	-webkit-box-shadow: rgb(136, 136, 136) 0px 4px 10px 0px;
	border-radius: 5px;	
	box-shadow: rgb(136, 136, 136) 0px 4px 10px 0px;
	color: rgb(0, 0, 0);
	display: block;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;*/
	
	border: 1px solid #333;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
	-o-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	background: #333;
		
}

#searchFilter .menuselector {
	display: inline-block;
	border: 1px solid #1c1f23;
	border-radius: 4px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #576069 0%, #454e57 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#576069), color-stop(100%,#454e57));
	background: -o-linear-gradient(top, #576069 0%, #454e57 100%);
	background: -ms-linear-gradient(top, #576069 0%, #454e57 100%);
	background: linear-gradient(top, #576069 0%, #454e57 100%);
	text-decoration: none;
	color: #bbb;
	cursor: pointer;
	white-space: nowrap;
	top: 6px;
}
#searchFilter .menuselector .handle {
	display: inline-block;
	padding: 0 32px 0 6px;
	height: 20px;
	line-height: 19px;	
	background: url(../images/selector.png) right center no-repeat;
	border-radius: 4px;
}
#searchFilter .decorated {
	position: relative;
	z-index: 10;
	opacity: 0;
	height: 22px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-khtml-appearance: none;
	-webkit-appearance: none;
}

#scrollSearchExams::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	background-color: #222;
}
#scrollSearchExams::-webkit-scrollbar
{
	width: 0px;
	background-color: #222;
}
#scrollSearchExams::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

#showExamTbs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #222;
}
#showExamTbs::-webkit-scrollbar
{
	width: 3px;
	background-color: #222;
}
#showExamTbs::-webkit-scrollbar-thumb
{
	background-color: #aaa;
}

#viewImages::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #222;
}
#viewImages::-webkit-scrollbar
{
	width: 4px;
	background-color: #222;
}
#viewImages::-webkit-scrollbar-thumb
{
	background-color: #555;
}

#searchFilter .max, #searchFilter .min{
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	margin-top: 34px;
	margin-right: -130px;
	cursor:pointer;
	opacity: 0.5;
	background:url(../images/springOn001.png) 0 -224px no-repeat;
}

#searchFilter .max{
	background:url(../images/springOn001.png) 0 -208px no-repeat;
	margin-top: 93px;
}

#searchFilter .min:hover,#searchFilter .max:hover{
	opacity: 1;	
}


#searchFilter input[type=text]{
	margin:0 0 0 0;
	background:none;
	padding:3px;
	border: solid 1px #555;
	border-radius: 3px;
	height: 14px;	
	color:#bbb;
	font:normal 12px arial, sans-serif;
}
#searchResult{
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	bottom: 0; 
	z-index: 3;
	overflow:hidden;
	padding:0;
	background:#333;
}
#searchView{
	position: absolute;
	top: 0;
	left: 413px;
	right: 0;
	bottom: 0; 
	z-index: 3;
	overflow:hidden;	
	background:#333;
}
#searchView .grupo{
	top: 0;
	bottom: 0;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	margin-top: 1px;
	background: #333;	
}
#searchView .grupo .lbs{
	margin: 0px -21px 4px -20px;
	color: #bbb;
	padding: 1px;
	float: left;
}
#searchView .grupo .lb{
	
	margin: 1px -21px 4px -25px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #ccc;
	background: #555;
	/* padding: 2px; */
	float: left;
	border: solid 1px #fff;
	border-radius: 12px;
	
}

#viewImages .lb, #view-exame .image .lb, #viewImagesViewer .image .lb{
	margin: 7px 7px 4px 0px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #333;
	background: #ddd;
	float: right;
	border: solid 1px #fff;
	border-radius: 12px;
}

#viewImages .dataExame, #view-exame .image .dataExame, #viewImagesViewer .image .dataExame{
	float: right;
	color: #ddd;
	margin: 10px 9px 0 0;	
}

#searchView .grupo .selected .lb{
	border-color:#f00;
	color:#f00;
	background:#fff;
}
#searchView .grupo div{
	height: 88px; 
	background: #000;
	cursor:pointer;
	margin:2px;
	overflow:hidden;
	padding:2px;
	border:solid 1px #333;	
	border-radius: 3px;
}
#searchView .img{
		
	margin: 4px 4px 0 2px;
	width: 30px;
	height: 28px;
	text-align: center;
	border: solid 1px #282d33;
	cursor: pointer;
	border-radius: 52px;
	background: #6c767f;
}
#searchView div.selected{
	border:solid 1px #555; background:#555;	
}
#searchView .img span{
	display: inline-block;
	color: #fff;
	margin: 7px 0 0 1px;
	font-size: 12px;
}
/*************/

#patientDataViewer{
	
	position:absolute;
	
	top:4px;
	left:50%;
	margin-left: -240px;
	margin-top: -65px;
	width: 480px;
	height: 43px;
	padding-left: 10px;
	color: #aaa;
	font-size: 12px;
	/*background:#555;
	border:solid 5px rgb(56, 56, 56);
	
	-webkit-box-shadow: rgb(136, 136, 136) 0px 4px 10px 0px;
	border-radius: 5px;	
	box-shadow: rgb(136, 136, 136) 0px 4px 10px 0px;
	color: rgb(0, 0, 0);
	display: block;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;*/
	
	border: 1px solid #333;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
	-o-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	background: #333;
		
}
#patientDataViewer label, #searchFilter label{
	display:inline-block;	
	margin: 3px 0 0 0;
}
#patientDataViewer input[type=text]{
	margin:1px 0 0 0;
	background:none;
	padding:3px;
	border:none;	
	color:#bbb;
	font:normal 12px arial, sans-serif;
}
#patientDataViewer .busca, #searchFilter .busca{
	float:right;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	padding: 0 20px 0 25px;
	margin: 5px 7px 0px 0px;
	border: solid 1px #555;
	border-radius: 3px;
	opacity:0.8;
	color: #aaa;
	background: url(../images/icoLupa001.png) no-repeat 4px 3px;
}
#patientDataViewer .busca:hover, #searchFilter .busca:hover{
	color:#ccc;	
	opacity:1;
}

/**************[ MONTAGE ]*******************/
#montage{
}

#montage fieldset{
	border: solid 1px #aaa;
	margin: 10px;
	padding: 20px;
	height: 140px;
}

#montage button{
	margin: 10px 0px;
	padding: 5px 10px;
	border: solid 1px #ccc;
	border-radius: 4px;
	cursor:pointer;
}

/*********************************< CONTENT >*********************************/
.mainContent{
	position: absolute;
	top: 65px;
	left: 10px;
	right: 10px;
	bottom: 30px; 
	background:#222;
}

#patient{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height:110px;
	z-index: 3;
	
	/*background:#fff;*/
}
#patient .foto{
	float: left;
	margin: 5px; cursor:pointer;
}
#patient .foto img{
	border-radius: 4px;
}
#patient .dados{
	float: left;
	margin: 5px;
	color:#aaa;
}
#patient .reload, #patient .menu, #patient .screen, #header .menu{
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	margin: 8px 4px 0 0;
	cursor:pointer;
	opacity:0.5;
}
#patient .reload{
	background: url(../images/springOn001.png) no-repeat 0 -240px;
	margin-right: 8px;
}
#patient .menu, #header .menu{
	background: url(../images/springOn001.png) no-repeat 0 -384px;
}
#patient .screen{
	background: url(../images/springOn001.png) no-repeat 0 -400px;
}
#patient .reload:hover, #patient .menu:hover, #patient .screen:hover, #header .menu:hover{
	opacity:0.9;
}
#patient .dados label{
	display:inline-block;
	width:70px;
	margin: 3px 0 0 0;
}
#patient .dados input[type=text], input[type=password]{
	margin:3px 0 0 0;
	padding:3px;
	border:1px solid #ddd;
	border-radius: 2px;
	font:normal 11px arial, sans-serif;
}
#patient .dados input[type=text]:hover, input[type=text]:focus, input[type=password]:focus{
	border-color:#c5c5c5;
	background:#f6f6f6;
	outline:none;
}
#patient .dados select{
	margin:3px 0 0 0;	
}
#patient .saveHeader{
	float: right;
	height: 100px;	
	/*background: #f00;*/
}
#patient .resMessageHeader{
	float: right;
	line-height: 26px;
	color: #f00;
	margin: 72px 5px 0 5px;
	/*background: #0f0;*/
}

#patient .busca{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	padding: 0 4px 0 23px;
	margin: -2px 0 0 10px;
	border: solid 1px #555;
	border-radius: 3px;
	opacity:0.8;
	color: #aaa;
	background: url(../images/icoLupa001.png) no-repeat 4px 4px;
}
#patient .busca:hover{
	color:#ccc;	
	opacity:1;
}
/*************< MAIN >*******************/

#screensaver{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0; 
	z-index: 4;
	overflow:auto;
	padding: 10px;
	background:#333 url(../images/eyeImages.png) no-repeat center center;	
	border: 1px solid #333;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
	-o-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	cursor:pointer;
}

#main{
	position: absolute;
	top: 114px;
	left: 0;
	right: 0;
	bottom: 0; 
	z-index: 3;
	overflow:hidden;
	padding: 10px;
	background:#333;
}
#main .controle{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height:36px;
	margin:5px;	
			
	border:#333 1px solid;
}
#main .controle .radioGroup{
	float: left;	
	margin: 5px 5px 5px 3px;
	border: solid 1px #282d33;
	border-radius: 2px;
	font-size:12px;
}
#main .controle .radioGroup .button{
	float:left;
	width:30px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#acb3ba;
	cursor:pointer;
	background:url(../images/layout/button001.jpg);
	margin-left:-1px;
	border:solid 1px #545e67;
	border-top:solid 1px #6c767f;
	border-left-color:#1c1f23;
	border-radius: 1px;
}
#main .controle .radioGroup .first{
	margin: 0;
	border-left-color: #545e67;
}
#main .controle .radioGroup .selected{
	background:url(../images/layout/button002.jpg);
	border-color:#48525a;
	border-top-color:#33393e ;
	border-left-color: #31353a;
	color:#efefef;	
}

#main .controle .selectors{
	float:left;
	margin:5px; 
}
#main .controle .max, #main .controle .min{
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
	opacity: 0.5;
	background:url(../images/springOn001.png) 0 -208px no-repeat;
}
#main .controle .min{
	display:none;	
	background:url(../images/springOn001.png) 0 -224px no-repeat;
}
#main .controle .min:hover, #main .controle .max:hover{
	opacity: 1;	
}
#main .controle .menuselector, #main .view .title .menuselector{
	display: inline-block;
	border: 1px solid #1c1f23;
	border-radius: 4px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #576069 0%, #454e57 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#576069), color-stop(100%,#454e57));
	background: -o-linear-gradient(top, #576069 0%, #454e57 100%);
	background: -ms-linear-gradient(top, #576069 0%, #454e57 100%);
	background: linear-gradient(top, #576069 0%, #454e57 100%);
	text-decoration: none;
	color: #bbb;
	cursor: pointer;
	white-space: nowrap;
}
#main .view .title button{
	display: inline-block;
	border: 1px solid #1c1f23;
	border-radius: 4px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #576069 0%, #454e57 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#576069), color-stop(100%,#454e57));
	background: -o-linear-gradient(top, #576069 0%, #454e57 100%);
	background: -ms-linear-gradient(top, #576069 0%, #454e57 100%);
	background: linear-gradient(top, #576069 0%, #454e57 100%);
	text-decoration: none;
	color: #bbb;
	cursor: pointer;
	white-space: nowrap;
}
#main .controle .menuselector .handle{
	display: inline-block;
	padding: 0 32px 0 6px;
	height: 20px;
	line-height: 19px;	
	background: url(../images/selector.png) right center no-repeat;
	border-radius: 4px;
}

#main .view .title .menuselector .handle {
	display: inline-block;
	padding: 0 32px 0 6px;
	height: 20px;
	color: #efefef;
	line-height: 19px;	
	background: url(../images/selector.png) right center no-repeat;
	border-radius: 4px;
}
#main .controle .decorated, #mains .view .title .decorated{
	position: relative;
	z-index: 10;
	opacity: 0;
	height: 22px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-khtml-appearance: none;
	-webkit-appearance: none;
}

#main .view .title .decorated{
	position: relative;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#main #view-exame{
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	bottom: 0;		
}
#main .view{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 7px;
	margin: 5px;
	
	border: #333 1px solid;
}
#main .view select{
	/*background: #545C67;
	border: solid 1px #444;*/
	height: 20px;
	/*color: #ccc;*/
	
	cursor: pointer;
}
#main .view .image{
	
	top: 0;
	bottom: 0;
	
	overflow:hidden;
	margin:0 3px 0 3px;
	width:100px;
	height:100%;
	background:#555; border:solid 1px #555; /*efefef*/
	border-radius: 4px;
}
#main .view .title{
	text-align:center;
	margin:2px;
	height:20px;
	color: #ddd;
	line-height:20px;
	/*border-bottom:solid 1px #efefef;*/
}
#main .view .title span{
	width: 16px;
	height: 16px;	
	cursor: pointer;
	margin: 1px;
	opacity:0.5;		
}
#main .view .title span:hover{
	opacity:1;	
}
#main .view .title .pePrev{
	background:url(../images/springOff001.png) 0 -192px no-repeat;
}
#main .view .title .peNext{
	background:url(../images/springOff001.png) 0 -176px no-repeat;
}

#main .view .grupo{
	top: 0;
	bottom: 0;
	overflow: auto;
	padding: 0 2px 0 2px;
	margin-top: 1px;
	height: 98px;
	background: #333;	
}
#main .view .grupo::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #222;
}
#main .view .grupo::-webkit-scrollbar
{
	width: 3px;
	background-color: #222;
}
#main .view .grupo::-webkit-scrollbar-thumb
{
	background-color: #aaa;
}

#main .imageView{
	overflow: auto;
    padding: 0;
    margin-top: 32px;
    background: #000;
}
#main .imageView::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #222;
}
#main .imageView::-webkit-scrollbar
{
	width: 3px;
	background-color: #222;
}
#main .imageView::-webkit-scrollbar-thumb
{
	background-color: #555;
}

#main .view .grupo .lbs{
	margin: 0px -21px 4px -20px;
	color: #bbb;
	padding: 1px;
	float: left;
}
#main .view .grupo .lb{
	
	margin: 1px -21px 4px -25px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #ccc;
	background: #555;
	/* padding: 2px; */
	float: left;
	border: solid 1px #fff;
	border-radius: 12px;
	
}
#main .view .grupo div{
	height: 88px; 
	background: #000;
	cursor:pointer;
	margin:2px;
	overflow:hidden;
	padding:2px;
	border:solid 1px #333;	
	border-radius: 3px;
}
#main .view .img{
		
	margin: 4px 4px 0 2px;
	width: 30px;
	height: 28px;
	text-align: center;
	border: solid 1px #282d33;
	cursor: pointer;
	border-radius: 52px;
	background: #6c767f;
}
#main .view div.selected{
	border:solid 1px #555; background:#555;	
}
#main .view .img span{
	display: inline-block;
	color: #fff;
	margin: 7px 0 0 1px;
	font-size: 12px;
}

/****/

.viewImages{
	position:absolute;
	top: 2px;
	bottom: 10px;
	right: 8px;
	left: 0px;
	
	overflow:hidden;
	margin: 3px 0px 0 8px;	
	border:solid 1px #555;
	border-radius: 4px;
	/*background:#fff; 
	border:solid 1px #efefef;
	border-radius: 4px;*/
}

.viewImgHeader{
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 27px;
	overflow: hidden;
	margin: 0px 0px 1px 0px;
	background: #555;
	border: solid 1px #555;
	color: #ddd;
	
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.viewImgHeader span{
	width: 16px;
	height: 16px;	
	cursor: pointer;
	margin: 1px;
	opacity:0.7;		
}
.viewImgHeader span:hover{
	opacity:1;	
}
.viewImgHeader .pePrev{
	background:url(../images/springOff001.png) 0 -192px no-repeat;
	margin: 4px;
}
.viewImgHeader .peNext{
	background:url(../images/springOff001.png) 0 -176
	635px no-repeat;
	margin: 4px;
}
#viewImgArea{
	width:100%;
	height:50px;
	margin: 6px 0px 12px 7px;
}
.viewImgImages{
	float:left;
	width:25%;
	height:50px; background:#F99;
	
	overflow:hidden;
	margin:0 3px 0 3px;
	width:100px;
	height:100%;
	background:#fff; border:solid 1px #efefef;
	border-radius: 4px;
}
.viewImages .grupo{
	top: 0;
	bottom: 0;
	overflow: auto;
	padding: 0 2px 0 2px;
	margin-top: 1px;
	height: 98px;
	background: #333;	
	
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.viewImages .grupo::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #222;
}
.viewImages .grupo::-webkit-scrollbar
{
	width: 3px;
	background-color: #222;
}
.viewImages .grupo::-webkit-scrollbar-thumb
{
	background-color: #aaa;
}
.viewImages .grupo div{
	float:left;
	height:88px;
	background: #000;
	cursor:pointer;
	overflow:hidden;
	margin:2px;
	padding:2px;
	border:solid 1px #333;	
	border-radius: 3px;
}
.viewImages .grupo .lbs{
	margin: 0px -21px 4px -20px;
	color: #bbb;
	padding: 1px;
	float: left;
}
.viewImages .grupo .lb{
			
	margin: 1px -21px 4px -25px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #ccc;
	background: #555;
	/* padding: 2px; */
	float: left;
	border: solid 1px #fff;
	border-radius: 12px;
	
}
.viewImages .img{
		
	margin: 2px 4px 0 2px;
	width: 30px;
	height: 28px;
	text-align: center;
	border: solid 1px #282d33;
	cursor: pointer;
	border-radius: 52px;
	background: #6c767f;
}
.viewImages .grupo div.selected{
	border:solid 1px #555; background:#555;	
}
.viewImages .img span{
	display: inline-block;
	color: #fff;
	margin: 7px 0 0 1px;
	font-size: 12px;
}

/*********************************< FOOTER >*********************************/
#footer{
	position: absolute;
	height: 20px;
	line-height:20px;
	padding:0 5px 0 5px;
	left: 0px;
	right: 0px;
	bottom: 0px; 
	
	border-top: 1px solid #4f4f4f;
	
	color:#aaa;
	
	background: #111;
	background: -moz-linear-gradient(top, #404040 0%, #060606 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#060606));
	background: -webkit-linear-gradient(top, #404040 0%, #060606 100%);
	background: -o-linear-gradient(top, #404040 0%, #060606 100%);
	background: -ms-linear-gradient(top, #404040 0%, #060606 100%);
	background: linear-gradient(top, #404040 0%, #060606 100%);	
}

/*********************************< MSGBOX >*********************************/
.msgBox{
	position:absolute;	
	background:#fff;
	border:solid 5px rgb(56, 56, 56);
	
	-webkit-box-shadow: rgb(136, 136, 136) 0px 4px 10px 0px;
	border-radius: 5px;	
	box-shadow: rgb(136, 136, 136) 0px 4px 10px 0px;
	color: rgb(0, 0, 0);
	display: block;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
	z-index:10000;
}
.msgBox .title{
	height: 26px;
	line-height: 26px;
	color:#fff;
	font-size:12px;
	background:rgb(56, 56, 56);
}
.msgBox .title .close, .msgBox .title .min{
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 0 0 0;
	background:url(../images/springOff001.png) no-repeat 0px 0px;
	opacity: 0.5;
}
.msgBox .title .min{
	margin:2px 4px 0 0;
	background:url(../images/springOff001.png) no-repeat 0px -16px;
}
.msgBox .title .close:hover, .msgBox .title .min:hover{
	opacity: 0.8;
	cursor:pointer;
}
.msgBox .title .close:active, .msgBox .title .min:active{
	opacity: 0.9;
}
.msgBox .content{
	overflow:auto;	
}
.msgBox .content .icon{
	float: left;
	width: 50px;
	height: 68px;
	background: url(../images/question001.png) no-repeat center 10px;
}
.msgBox .content .message{
	float:left;
	margin:15px 5px 5px 0
}
.msgBox .btnBar{
	clear:both;
	width:200;
	height:33px;
	text-align:center;
	background:rgb(223, 234, 242);
	
}
.msgBox .btnBar button{
	margin: 6px 0 0 5px;
	width:50px;
	height:23px;
	font-family: helvetica, arial, verdana, sans-serif;
	color:#fff;
	outline:none;
	border:solid 1px rgb(18, 109, 175);
	border-radius:4px;
	background:rgb(56, 146, 211);
	background:-webkit-linear-gradient(top, rgb(75, 156, 215), rgb(56, 146, 211) 50%, rgb(53, 138, 200) 51%, rgb(56, 146, 211));
}
.msgBox .btnBar button:hover{
	background:#4094d7;
	cursor:pointer;
}
.msgBox .btnBar button:active{
	background:#3589d2;
}

/**********/
.form001{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.form001 fieldset
{
	border:1px solid #DEDEDE;
	margin:10px;
	padding: 10px;
}
.form001 label{
	display:inline-block;
	width:70px;
	margin: 3px 0 0 0;
}
.form001 input[type=text]{
	margin:3px 0 0 0;
	padding:3px;
	border:1px solid #ddd;
	border-radius: 2px;
	font:normal 11px arial, sans-serif;
}
.form001 input[type=text]:hover, .form001 input[type=text]:focus{
	border-color:#c5c5c5;
	background:#f6f6f6;
	outline:none;
}
.form001 button{
	/*margin: 6px 0 0 5px;*/
	width:50px;
	height:23px;
	font-family: helvetica, arial, verdana, sans-serif;
	color:#fff;
	outline:none;
	border: solid 1px #545d66;
	border-radius: 4px;
	background: #545d66;	
}
.form001 button:hover{
	background:#343d44;
	cursor:pointer;
}
.form001 button:active{
	background:#242d33;
}

/* icons */
.icoEdit001, .icoView001, .icoDownload001,.icoBoleto001,.icoWizard001{
	width:20px;
	height:20px;
	display:inline-block;
	cursor:pointer;
	background-repeat:no-repeat;
}
.icoEdit001{
	background-image:url(../../images/icoEdit001.png);	
}
.icoView001{
	background-image:url(../../images/icoView001.png);	
}
.icoDownload001{
	background-image:url(../../images/icoDownload001.png);	
}
.icoBoleto001{
	width:30px;
	height:20px;
	background-image:url(../../images/icoBoleto001.png);	
}
.icoWizard001{
	background-image:url(../../images/icoWizard001.png);
}
/* TABLE CSS */
.table002 {
	font-family:Arial,Helvetica,sans-serif;font-size:11px;}
.table002 thead th {
	border-left: 1px solid #888;
	cursor: default;
	height: 25px;
	line-height: 25px;
	color: #ddd;
	font-weight: bold;
	font-size: 13px;
	padding: 2px;
	background-color: #555;}
	
.table002 thead th:first-child{border-left: none;}
.table002 thead th span {
	cursor:pointer;}
.table002 thead th.first{
	background: #b9c9fe url('../../images/topLeft001.png') left -1px no-repeat;}
.table002 thead th.last{
	background: #b9c9fe url('../../images/topRight001.png') right -1px no-repeat;}
.table002 thead td {
	background-color:#e6e6e6;height:21px;line-height:21px;color:#555;font-weight:bold;font-size:12px;text-align:center;}
.table002 thead tr {
	position: relative;}
.table002 tbody th {
	background:none;border-top:1px solid #444;border-left:1px solid #555;color:#ddd;font-size: 11px;font-weight:normal;height:18px;padding:2px;}
.table002 tbody th:first-child{border-left: none;}	
.table002 td {
	background:none;border-top:1px solid #444;border-left:1px solid #555;color:#ddd;height:18px;padding:2px;}
.table002 td:first-child{border-left: none;}	
.table002 tbody tr:hover td{
	background: #d0dafd;color:#669}
.table002 tfoot td {
	height:18px;padding:2px;background-color:#e8edff;}
.table002 tfoot td.first{
	background: #e8edff url('../../images/botLeft001.png') left bottom no-repeat;}
.table002 tfoot td.last{
	background: #e8edff url('../../images/botRight001.png') right bottom no-repeat;}
.table002 .tbGroup:hover{
	background: #222;color:#ddd;
}
.table002 .selected{
	background: #d0dafd;color:#669}
.table002 .selected td{
	color:#669;	
}

.table003 {
	font-family:Arial,Helvetica,sans-serif;font-size:11px;}
.table003 .tbGroup{
		background:#222;height: 25px;}
.table003 th {background:#222;color:#aaa;font-size:12px;font-weight:normal;height25px;padding:2px;}
.table003 th span, .table002 th span{
	display: inline-block;
	width: 29px;
	height: 15px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	padding: 0;
	font-size:11px;
	margin-right:5px;
	border: solid 1px #555;
	border-radius: 3px;
	float: right; 
}

.table002 th span{
	float: left;
	width: initial;
	padding: 2px 10px;
	font-weight: normal;
	color: #ccc;
	border: solid 1px #000;
}
.table002 th span:hover{	
	color:#fff;
}
.table002 th span.selOpt{	
	color:#fff;
}
.table003 td {
	background:#222;border:1px solid #222;height:18px;padding:5px;}
	
/* NAVIGATORS */
.navigator002{
	position:absolute;
	bottom:0;
	background: #555;
	border-radius: 5px;}
.navigator002 td{
	background: #555;
	font-size: 11px;
	color: #ddd;
	height: 22px;
	line-height: 22px;
	padding: 2px;}
.navigator002 input{
	text-align:center;height:17px;color:#ddd; background:none;border: solid 1px #333;border-radius: 3px;}
.navigator002 td.first{
	border-left:1px solid #fff;background:#e8edff url('../../images/botLeft001.png') left bottom no-repeat;}
.navigator002 td.last{
	background:#e8edff url('../../images/botRight001.png') right bottom no-repeat;}

.pagImage
{
	cursor:pointer;
	border:0;	
}

.gerActions{
	cursor: default;
    height: 25px;
    line-height: 25px;
    color: #ddd;
    font-weight: bold;
    font-size: 13px;
    padding: 2px;
    background-color: #555;
}
.gerActions span{
	float: left;
	width: initial;
	height: 15px;
	font-size: 11px;
    margin-right: 5px;
	padding: 2px 10px;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	color: #ccc;
	border: solid 1px #000;
	border-radius: 3px;
}
.m{
	display: inline-block;
	width: 29px;
	height: 15px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	padding: 0;
	font-size:11px;
	margin-right:5px;
	border: solid 1px #555;
	border-radius: 3px;
	float: right;
}
.gerActions span:hover{	
	color:#fff;
}
.gerActions span.selOpt{	
	color:#fff;
}

/* END TABLE CSS */

.caixaMensagem001
{
	border:1px solid #FFCC00; 
	background:#FFFFCC; 
	text-align:center;
	padding:6px;
	margin:auto;
	width:60%;
}


/*******[]*****************/
#player{
	position: absolute;
	top: 50px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: #000;
	
	overflow:auto;
}

#player .controll{
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: 20px;
	width: 131px;
	height: 28px;
	padding: 16px;
	background: #efefef;
	border-radius: 5px;
	opacity: 0.5;
}
#buttonbar{
	margin:auto;
	width:250px;
	padding:4px;
	background:#222;
	border-radius:5px;
	opacity: 0.3;	
}
#buttonbar:hover{
	opacity: 0.7;
}
#buttonbar button{	
	width:30px;
	height:30px; 
	border:none;
	cursor:pointer;
}
#buttonbar button:focus{
	outline:none;
}
#buttonbar .previous{		
	background:url(../images/playerControl.png) no-repeat 0px 0px;	
}
#buttonbar .play{		
	background:url(../images/playerControl.png) no-repeat -35px 0px;	
}
#buttonbar .stop{		
	background:url(../images/playerControl.png) no-repeat -73px 0px;	
}
#buttonbar .pause{		
	background:url(../images/playerControl.png) no-repeat -110px 0px;	
}
#buttonbar .next{		
	background:url(../images/playerControl.png) no-repeat -146px 0px;	
}

/***********[ MIX ]*************/
.context-menu-list {
    margin: 0;
    padding: 0;
    min-width: 120px;
    max-width: 250px;
    display: inline-block;
    position: absolute;
    list-style-type: none;
    line-height: 18px;
    /* border: 1px solid #DDD; */
    /* background: #EEE; */
    background: #444;
    border: 1px solid #999;    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 #333;
    -moz-box-shadow: 0 2px 6px 0 #333;
    -webkit-box-shadow: 0 2px 6px 0 #333;
    -o-box-shadow: 0 2px 6px 0 #333;
}

.context-menu-item {
    padding: 2px 2px 2px 24px;
    background:none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    white-space: nowrap;
    min-width: 130px;
    margin: 0;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #333;
}

.context-menu-list li:last-child, .context-menu-list li:last-child:hover{    
	
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;                
}

.context-menu-list li:first-child, .context-menu-list li:first-child:hover{    
	
	border-top-right-radius:4px;
	border-top-left-radius:4px;                
}

input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

.css-label{
	background-image:url(../images/dark-check-green.png);
}

.lite-gray-check{background-image:url(../images/lite-gray-check.png);}

#serverStatus span{
		
  padding-left: 18px;
  margin-left: 6px;
  height: 16px;
  line-height: 19px;
  display: inline-block;
  cursor:default;
}	

#serverStatus .up{
	background: url(../../../icones/icoFarolGreen001.png) no-repeat 1px 3px;
}
#serverStatus .alert{
	background: url(../../../icones/icoFarolYellow001.png) no-repeat 1px 3px;
}
#serverStatus .down{
	background: url(../../../icones/icoFarolRed001.png) no-repeat 1px 3px;
}
