
#conteudos {

	vertical-align:top;

	font-size: 10px;

}

#form_login input {
	float: right
}


.scroll {

	padding-right:10px;
	width:100%;
	height:100%;
	/*overflow: auto;*/
	/*width:680px;
	height:150%;*/

}

p {
	color: #FFFFFF;
	font-size: 12px;
}

#conteudos table {
	font-size: 12px;
	color: #FFFFFF;
}


#conteudos td {
	font-size: 10px;
	text-align: left;
	height: 25px;
}

#conteudos th {
	font-size: 10px;
	text-align: center;
	background-color: #ACC915;
	height: 25px;
}
.eliminar  {
	background-color:#CC0000;
}

.inputs
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #E7E7E7;
	border: solid;
	border-width: 1px;
}

.ligacao {
	font-size: 10px;
	font-weight: bold;
}
.linha {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #80A5E7;
}
#conteudos h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#help h2 a  {    
	padding-right: 18px;   
	padding-left: 18px;  
	background: transparent url(images/top.gif) no-repeat center right;
}
input {
	border: 1px solid #99CC00;
}
textarea {
	border: 1px solid #99CC00;
}
select {
	border: 1px solid #99CC00;
}


/**/

.tmlisttablehead span {
	background: url(tm_files/ascdesc.gif) center center no-repeat;
	display: inline-block;
	width: 21px;
	height: 9px;
	float:right;
	margin-top: 1px;
}
.tmlisttablehead span.asc {
	background-image: url(tm_files/asc.gif);
}
.tmlisttablehead span.desc {
	background-image: url(tm_files/desc.gif);
}
/**/
.invalid,.mandatory { background-color: #FFE8FF; outline-color: #F00; }
*.empty { color: #666 !important }
/**/

td,th {

    border-radius: 5px;
    -moz-border-radius: 5px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }