@charset "utf-8";
/* CSS Document */

body,td,th {
	background-color:transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}

h1{color:#DD5800;
font-size:12px;
font-weight:bold;}

.txt_preto02{
 	color: #000000;
}

.txt_preto03{
	  color: #C2C2C2
 	/*color: #333333;*/
}
.txt_white{
	color: #FFFFFF;
}
legend{
	color:#999999;
}

.inputmobile {
	font-size: 22px;
}

input.btnvalor{
font-size:20px;
width:100px;
}

input.btnmenu{
font-size:19px;
width:200px;
}

input.btnnormal{
font-size:19px;
}

.txtUsuario{
color:#F0F0F0;
font-size:22px;
}


a.link-tables:link {
	color:#C67700;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
	
a.link-tables:visited {
	color:#C67700;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
	
a.link-tables:hover {
	color:#C67700;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}

a.link-tables:active {
	color:#C67700;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
.field1{
	width:225px;
	height:25px;
	background:  url(../images/bg-field1.jpg) no-repeat; 
	border:0;
	font-size:13px;
	color:#333;
	padding-left: 2px;
}

.field2{width:125px;
	height:25px;
	background:  url(../images/bg-field2.jpg) no-repeat; 
	border:0;
	font-size:13px;
	color:#333;
	padding-left: 2px;
}

.btn_administration:link{
    background: transparent url(../images/btn-adm1.jpg) no-repeat;
	background-position: center top;
	height:30px;
	width:144px;
	display:inline-table;
	color: #fff;
	text-decoration: none;
	padding: 0px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align:center;
	font-size:11px;
	padding-top:5px;
	margin-right:5px;
}


.btn_administration:visited{
    background: transparent url(../images/btn-adm1.jpg) no-repeat;
	background-position: center top;
	height:30px;
	width:144px;
	display:inline-table;
	color: #fff;
	text-decoration: none;
	padding: 0px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align:center;
	font-size:11px;
	padding-top:5px;
	margin-right:5px;
}

.btn_administration:hover{
    background: transparent url(../images/btn-adm2.jpg) no-repeat;
	background-position: center top;
	height:30px;
	width:144px;
	display:inline-table;
	color: #DD5800;
	text-decoration: none;
	padding: 0px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align:center;
	font-size:11px;
	padding-top:5px;
	margin-right:5px;
	
}


.btn_administration:active{
  background: transparent url(../images/btn-adm1.jpg) no-repeat;
	background-position: center top;
	height:30px;
	width:144px;
	display:inline-table;
	color: #fff;
	text-decoration: none;
	padding: 0px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align:center;
	font-size:11px;
	padding-top:5px;
	margin-right:5px;
}
.messages{
	width: 110px;
	height: 80px;
	text-align:center;
	vertical-align:bottom;	
	font-size:10px;
	font-weight:bolder;
	color:#CCC;
	border-style: outset;
	border-color: #3B3B3B;
	background-color:#3B3B3B;
	background-image: url(/images/email.png);	
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 60px;
	cursor:pointer;
}
.new_messages{
	width: 110px;
	height: 70px;
	text-align:center;
	vertical-align:bottom;	
	font-size:10px;
	font-weight:bolder;
	color:#CCC;
	border-style:outset;
	border-color: #3B3B3B;
	background-color:#3B3B3B;
	background-image: url(/images/email_compose.png);	
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 50px;
	cursor:pointer;
}

.btn_back{
	width:123px;
	height:27px;
	background:  url(../images/btn_client.png) no-repeat; 
	border:0;
	font-size:10px;
	color:#fff;
	padding-left: 2px;
	cursor:pointer;
}
.btn_back[disabled]{
	color:#CCC;
	font-weight:bold;
	cursor:default;
}
.btn_large{
	width:207px;
	height:27px;
	background:  url(../images/btn_large.png) no-repeat; 
	border:0;
	font-size:10px;
	color:#fff;
	padding-left: 2px;
	cursor:pointer;
}

.btn_tiny{
	width:62px;
	height:31px;
	background:  url(../images/btn_tiny.png) no-repeat; 
	border:0;
	font-size:10px;
	color:#fff;
	padding-left: 2px;
	cursor:pointer;
}

.field2_right{
	width:123px;
	height:25px;
	background:  url(../images/bg-field2.jpg) no-repeat; 
	border:0;
	font-size:13px;
	color:#333;
	padding-right: 2px;
	text-align:right;
}

.cell_border{
	border-color:#333;
	border-style:solid;	
}
.noborder{
	border: none;
}
.titles_table{
	background-color: #333333;
	font-weight:bold;
}
.btn_search{
	background-image: url(../images/lupa.gif);
	background-color: #000;
	width:16px;
	height:16px;
	border:0px;
}
.btn_edit{
	background-image: url(../images/edit.png);
	background-color: #000;
	width:16px;
	height:16px;
	border:0px;
}
.btn_accept {
	background:url(/images/ok.png) no-repeat;
	width: 16px;
	height: 16px;
	border: 0px;
	cursor: pointer;
}
.btn_cancel {
	background:url(/images/wrong.png) no-repeat;
	width: 16px;
	height: 16px;
	border: 0px;
	cursor: pointer;
}
td.online{
	color: #FFF;	
	font-weight:bold;
}
.red_dot{
	background: url(/images/btn_luz_roja.png) left top no-repeat;
	border: none;
	width:  20px;
	height: 20px;
}
.blue_dot{
	background: url(/images/btn_luz_azul.png) left top no-repeat;
	border: none;
	width:  20px;
	height: 20px;
}
.green_dot{
	background: url(/images/btn_luz_verde.png) left top  no-repeat;
	border: none;
	width:  20px;
	height: 20px;
}
.gray_dot{
	background: url(/images/btn_luz_gris.png) left top no-repeat;
	border: none;
	width:  20px;
	height: 20px;
}
.white_dot{
	background: url(/images/btn_luz_blanco.png) left top no-repeat;
	border: none;
	width:  20px;
	height: 20px;
}
a.blue:link{
	color: #09F;
	}	
a.blue:hover{
	color: #09F;
	}
a.blue:visited{
	color: #09F;
	}
a.white:link{
	color: #FFF;
	}	
a.white:hover{
	color: #FFF;
	}
a.white:visited{
	color: #FFF;
	}	
a.green:link{
	color: #0C0;
	}	
a.green:hover{
	color: #0C0;
	}
a.green:visited{
	color: #0C0;
	}		
td.blue{
	color: #09F;
	}	
td.blue{
	color: #09F;
	}
td.blue{
	color: #09F;
	}	
	