/* CSS Document */

table.yui 
{
	width: 100%;
	border: 0;
}

table.yui td {	
}

table.yui th
{
    font-weight: bold;
	text-align: left;
	background: #FFF;
	border-bottom: 1px solid #e5e2e2;
}

table.yui th a
{
	text-decoration: none;
	text-align: center;    	
    padding-right: 20px;
    font-weight:bold;
    white-space:nowrap;
    background: url('../img/global/icons/bg.gif') no-repeat right 50%;
}

table.yui thead .headerSortUp , table.yui thead .headerSortDown 
{
    background: url('../img/global/icons/sprite.png') repeat-x 0px -100px;
}

table.yui .headerSortUp a 
{	
    background: url('../img/global/icons/asc.gif') no-repeat right 50%;
}
table.yui .headerSortDown a 
{    
    background: url('../img/global/icons/desc.gif') no-repeat right 50%;
}

table.yui tfoot td
{    
    
}

table.yui thead td
{
    vertical-align:middle;
    background-color:#E1ECF9;
    border:none;
	padding: 10px 0 10px 0;		
}

table.yui thead .tableHeader
{
    font-size:larger;
    font-weight:bold;
}

table.yui thead .filter
{
    text-align:right;
}

table.yui tfoot
{
    background-color:#E1ECF9;
    text-align:center;      
}

table.yui .tablesorterPager {
	padding: 10px 0 10px 0;		
}
table.yui .tablesorterPager span {
	padding: 0 5px 0 5px;
}
table.yui .tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
table.yui .tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
table.yui .pagedisplay 	
{
    font-size:10pt;
	width: 30px;
	border: 0px;	
	background-color: #E1ECF9;
	text-align:center;
    vertical-align:top;
}

table.yui tbody
{
	border-bottom: 1px solid #e5e2e2;
	}
	

table.yui thead th,
table.yui tbody tr td{
		padding: 10px;
	}
	
.bg_w
{
	background: #FFFFFF;
}

.bg
{
	background-color:#FFFF99;
}

.myDragClass
{

}


ol {
	margin: 0;
	padding: 0;
}

ol.sortable, ol.sortable ol {
	
	padding: 0;
	list-style-type: none;
}

ol.sortable {
}

.sortable li {
	padding: 0;
}

.sortable li div  {
	margin: 0;
	cursor: move;
}

p, ol, ul, pre {
	margin-top: 0;
}

dl {
	margin: 0;
}

dd {
	margin: 0;
}

.campos_comum
{
	margin-left:19px;
	margin-top:17px;
	
}

.red
{
	color:#F00
}

.green
{
	color:#093;
}
