/* by vitorgga */
a, a:link, a:visited {
    color: #000000;
    text-decoration: none;
    cursor: pointer; cursor: hand;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

body {
    background: #FFFFFF;
}

body, table, input, textarea, select, button {
    color: #333333;
    font-size: 8pt;
}

.curvas {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

hr {
    clear: both;
    border: none;
    border-top: 1px solid #CCCCCC;
    height: 1px;
}

input, select, textarea {
    background: #FFFFFF url('design/input.jpg') repeat-x top;
	color: #666666;
	padding: 2px 5px;
    border: 1px solid #CCCCCC;
    
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
    background: #CCCCCC url('design/button.jpg') repeat-x top;
    border: 1px solid #999999;
	color: #444444;
    font-size: 8pt;
	font-weight: bold;
	padding: 2px 7px;
	margin: 0 2px;
    line-height: normal;
    
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 3px 7px;
    color: #444444;
    white-space: nowrap;
}
button:hover, .button:hover {
    background: #CCCCCC;
}

.item { border-bottom: 1px solid #162B41; cursor: pointer; cursor: hand; }
.item:hover { border-bottom: 1px solid #FFFFFF; }

a.tooltip span { display:none; } 
a.tooltip:hover span {
    display: inline;
    position: absolute;
    background: #ffffff;
    border:1px solid #cccccc;
    color:#6c6c6c;
    font-size: 8pt;
    padding: 2px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
body {
    background: #FFFFFF;
    margin: 0;
}

form {
    margin: 0;
}

table {
    border: 0px;
    border-collapse: separate;
    border-spacing: 0px;
}

h1, h2 {
    font-family: "Trebuchet MS", Tahoma;  
    font-size: 13pt;
    margin: 6px 0px 0px 0px;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

.frm {
    border: 1px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    padding: 10px;
    margin: 5px 0;
    
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.frm > span {
    display: inline-block;
    padding: 5px 10px;
}
.frm > span:hover {
    background: #F6F6F6;
}
.frm > span > label {
    display: block;
}
.frm > p {
    font-weight: bold;
    padding: 5px 10px;
}

.frm_linha > span {
    display: block;
}
.frm_linha > span > label {
    display: inline-block;
    width: 120px;
    text-align: right;
    vertical-align: top;
    margin: 5px 0 0 0;
}

#menu a {
    display: inline-block;
    min-width: 95px;
    padding: 16px 0;
    text-align: center;
    font-family: "Trebuchet MS", Tahoma; 
    cursor: pointer; cursor: hand;
    vertical-align: top;
}
#menu a:hover {
    background: #FFE57F;
}

#rodape {
    width: 140px;
    padding: 8px;
    line-height: 150%;
    color: #FFFFFF;
    float: left; 
}
#rodape a {
    width: 100%;
    color: #FFFFFF;
}

#botoes {
    margin: 10px 0;
    padding: 0 4px;
    height: 36px;
    background: url("design/submenu_out.jpg") center center repeat-x;
}

#botoes button {
    height: 28px;
    background: #ECECEC url("design/submenu_out.jpg") top repeat-x;
    margin: 2px;
    cursor: pointer; cursor: hand;
}
#botoes button:hover {
    background: #ECECEC;
}

#botoes * {
    vertical-align: middle;
}

.seton {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.setoff {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#conteudo {
	padding: 20px 0;
}

fieldset {
	text-align: left;
	margin: 10px 0;
    border: 1px solid #CCCCCC;
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.td_titulo {
    font-weight: bold;
    background-color: #F2F2F2;
    padding: 8px;
    border-bottom: 1px solid #000000; 
}
.td_edicao {
    padding: 8px;
    border-bottom: 1px dashed #CCCCCC;
}
.td_edicao:hover {
    background-color: #F2F2F2;
}
.td_edicao table td {
	padding: 5px;
}
.tr_titulo td {
    font-weight: bold;
    background-color: #F2F2F2;
    padding: 4px;
    border-bottom: 1px solid #000000; 
    white-space: nowrap;
}
.tr_lista td {
    padding: 6px;
    border-bottom: 1px solid #F2F2F2;
}
.tr_lista:hover td {
    background-color: #FFE57F; 
}
.tr_lista a {
    font-size: 8pt;
}

#conteudo fieldset legend, #conteudo fieldset legend * {
    font-weight: bold;
    color: #000000;
    margin: 4px;
    vertical-align: middle;
}

.t_listagem {
    border: 1px solid #CCCCCC;
}
.t_listagem button, .t_listagem .button {
    background: none;
    font-size: 8pt;
}
.t_listagem button:hover, .t_listagem .button:hover {
    background: #FFFFFF;
}

.ui-datepicker-trigger {
    vertical-align: middle;
    margin: 0 2px;
    cursor: pointer; cursor: hand;
}
