* { margin: 0; padding: 0; font-family: Verdana, Arial;  color:#333;  }
body, table { font-size:12px;}
table { border-spacing: 1px; }

h1 { font-size:17px; }
h2 { font-size:15px; margin-bottom:10px; border-bottom:1px solid #ccc; }
h3 { font-size:13px; margin-bottom:5px; border-bottom:1px solid #ddd; }
h4 { font-size:12px; }

h2.cab {
	text-align:center;
	color:#fff;
	background:#00587d;
	padding:5px;
	margin-top:20px;
	margin-bottom:0;
}

li {list-style-type: none;}
a { text-decoration: none; color: #00C; cursor:pointer; }
a:hover { color: #00D; text-decoration:underline; }
a.button:hover { text-decoration:none; }
a img { border:0; }

.clear {clear: both; visibility: hidden; height: 0; overflow: hidden; line-height: 0; font-size: 0;}
.tl {text-align: left; }
.tr {text-align: right;}
.tc {text-align: center;}
.fl {float: left;}
.fr {float: right;}

/* error/information messages */
.msg { border: 1px solid; margin: 0 0 15px 0; padding: 8px 10px 0 10px; }
.msg p {margin: 0 0 8px 0; padding-left: 25px; min-height:16px;}
.msg.ok {border-color: #AD7; background: #DEB;}
.msg.error {border-color: #FBB; background: #FDD; }
.msg.warn {border-color: #EEC; background: #FFC; }
.msg.info {border-color: #CDF; background: #DEF;}
.msg.ok p {background: url("img/accept.png") 0 50% no-repeat;}
.msg.error p {background: url("img/cross_octagon.png") 0 50% no-repeat;}
.msg.warn p {background: url("img/exclamation_octagon_fram.png") 0 50% no-repeat;}
.msg.info p {background: url("img/exclamation.png") 0 50% no-repeat;}

.error {color: #b70b0b;}

small {color: #999; font-size: 10px; }
button, input.button {cursor:pointer;}
input, select, textarea, button { border:1px solid #ddd; border-top:1px solid #666;  padding:3px; font-size:12px; vertical-align:middle; background-color:#fff; }
input:hover, select:hover, textarea:hover, button:hover { border:1px solid #ffdd00; }
input:focus, select:focus, textarea:focus, button:focus { border:1px solid #0000ff; outline: #ddddff 1px solid; }
input.error, textarea.error, select.error { border-color: #d35757; }

/* Layout */

body {background: #eee; }

#header {
	height:170px;
	background-color:#961a8d;
}
#header .in { width:1170px; margin:0 auto; }

  #logo { padding-top:13px; width:86px; float:left; }
  #userbox { /*width:200px;*/ float:right;color:#ccc; padding:5px 10px 0 0; text-align:right; }
  #userbox a { text-decoration: underline; color:#ccc;}
  #userbox-operadora { float:right; text-align:right; background-color:#b5b5b5;color:#37539B;font-size:30px;font-weight:bold;padding:10px; }


#nav {
	margin:0 auto;
	width:1170px;
	height:45px;
}

#nav li { float:left; }
#nav li a { color:#666; display:block; width:140px; height:25px; line-height: 20px; padding:5px 12px; margin:5px 0; border-right: 2px solid #ccc; text-align:center; }
#nav li:last-child a{ border-right:none; }
#nav li a:hover { background-color:#e5e5e5; color:#005779; font-weight:bold; text-decoration:none; }
#nav li img { vertical-align: middle; float:left; max-height:29px; }

#imprimir {
    width:100%;
}

#content {
	width:1150px;
	border:1px solid #ccc;
	padding:20px;
	margin:5px auto;
	background:#fff;
	min-height:250px;
}

#footer {
	clear:both;
	height:50px;
	border-top:1px solid #ccc;
  color: #999; font-size: 10px;
  text-align:center;
}


ul.actions li { display: inline}


/*--------------CLASSE DA TMESSAGE INICIO-------*/
.table_tmessage{
    background-color: #f8f8f8;
    border: 1px solid;
    /*border-color: #f0f0f0 #909090 #909090 #f0f0f0;*/
    border-color: #cccccc;
    margin-left: auto;
    margin-right: auto;
}
.table_tmessage th{
    border-color: black;
	text-align:left;
	font-size:15px;
	color:white;
	height:18px;
    background-color: #005779;
    font-weight: bold;
    vertical-align: top;
}
.table_tmessage td{
    border: 1px solid;
    border-color: #cccccc;
}

/*--------------CLASSE DA TMESSAGE FIM----------*/

/*-------------- AJUSTE DO CAMPO DE FILTRO PARA JQUERY -----------*/
._filterText {
    width:100%;
}
/*-------------- AJUSTE DO CAMPO DE FILTRO PARA JQUERY -----------*/


/*-------------- AJUSTE DO CAMPO DE FILTRO DO js/jquery.filtertable.js -----------*/
.filter-table .quick { margin-left: 0.5em; font-size: 0.8em; text-decoration: none; }
.fitler-table .quick:hover { text-decoration: underline; }
td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); !important; }
.filter-table label { 
    background-color: #e5e5e5;
    padding: 5px;
    margin-left: 1px;
    font-size: 13px;
    font-weight:bold;
}

/*-------------- AJUSTE DO CAMPO DE FILTRO DO js/jquery.filtertable.js -----------*/


