/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/




.GridPager a, .GridPager span
{
display: block;
height: 20px;
width: 18px;
font-weight: bold;
text-align: center;
text-decoration: none;
}
.GridPager a
{
background-color: #f5f5f5;
color: #969696;
border: 1px solid #969696;
}
.GridPager span
{
background-color: orange;
color: #000;
border: 1px solid orangered;
}


a.js{
    text-decoration:none;
    color: #009933;


}








         TABLE.tabulardata {
            /* background-color: #6699FF;*/
            font-size: small !important;
        }

            TABLE.tabulardata TR {
            }

            TABLE.tabulardata TH {
                color: grey;
            }

            TABLE.tabulardata TD a {
                padding: 5px;
                font-size: 12px;
                line-height: 12px;
                margin: 2px;
                text-align: center;
            }

        h3.form-section {
        }

        .linhas {
            font-size: 11px;
        }

        .pager {
            margin: 3px;
        }

        .colinks a {

            float:left;
            width:8px;
            margin:0;

        }