
/* CSS Document */

*{
	margin: 0;
	padding: 0;

}
body{
	background: #eee;	
	/* background-image:url(../img/body-grad.png); */
	font: 40px Arial, Helvetica, sans-serif;
}
table
{
	font: 40px Arial, Helvetica, sans-serif;
}
td
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10;
}
tr
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10;
}
div
{
	font: 11px Arial, Helvetica, sans-serif;
}
li
{
	font: 11px Arial, Helvetica, sans-serif;
}
span
{
	font: 11px Arial, Helvetica, sans-serif;
}
select
{
	font: 11px Arial, Helvetica, sans-serif;
}
a{
        
    font: 12px Arial, Helvetica, sans-serif;
}
input
{
    font: 11px Arial, Helvetica, sans-serif;
}

.a-menu{
        
    font: 12px Arial, Helvetica, sans-serif;
}


#global{
	margin: 0 auto;
	width: 98%;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	background: #FFF;
        
}
#topo{
	width:100%;
	height: 20px;
	float:left;

}
#logo-topo{
	display:block;
	width:100%;
	height: 20px;
	background: url(../img/logo-left3.gif) top left no-repeat;
	float:left;
	overflow:hidden;
	z-index:1;
}
#menu{
	width:100%;
	height: 20px;
	background: url(../img/bg_menu.gif) top left repeat-x;
	float:left;
	line-height: 24px;
	text-align:right;
	color:White;
}
#menu2{
	width:100%;
	height: 30px;
	background: url(../img/bg_menu2.gif) top left repeat-x;
	float:left;
	line-height: 24px;
	text-align:left;
	color:White;
}
#menu2x{
	width:100%;
	height: 30px;
	background: url(../img/bg_menu2.gif) top left repeat-x;
	float:left;
	color:White;
}
.containerx
{
	float:left;
	width:98%; 
    height:500px;
	margin-left:1%; 
	margin-right:1%;
	border: 1px solid #9c9c9c;
	margin-bottom: 0px;
}

.painel-topo
{
	float:left;
	width:100%; 
	border: 1px solid #9c9c9c;
}
#rodape
{
	width:100%px;
	height: 20px;
	background: url(../img/bg_menu.gif) top left repeat-x;
	clear:both;
	color:#FFF;
	line-height: 20px;
	text-align:right;
	padding-right:10px;
}

#pnl_pesquisa
{ 
	font-family: Arial; font-weight: normal; font-size: 8pt; width: 150px; 
	margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 0px;
	padding-right: 0px; padding-bottom: 0px; padding-left: 5px; clip:    rect(   ); 
	background-color: #FFFFFF; color: #666666; border: 1px #7F7F7F solid
}
.RadGrid
{
   border-radius: 10px;
   overflow: hidden;
}


.ModalPopupBG
{
    z-index:3000 !important;
    background-color: #9c9c9c;
    filter: alpha(opacity=50);
    opacity: 0.7;
    position:absolute;
    top: 0px !important;
    left: 0px !important;
}

.HellowWorldPopup
{
    min-width:200px;
    min-height:150px;
    background:white;
    border-radius: 12px;
    border: 1px solid #5C5C5C;
    
    
}

.hcenter
{
    position: absolute;
    top: 50%;
    left:50%;

} /* I have given a sample width you give the width of your popup */


.divheader
{
    
    font-size:14px;
    font-weight: bold;
    text-align:left;
    background:#2F4050;

}

.text{
    height:20px;
    border-radius: 5px; 
    overflow: hidden;
    box-shadow: #9c9c9c 1px 1px 2px inset;
}

.RadPicker .RadInput .riTextBox {
    height:20px;
    border-radius: 5px; 
    overflow: hidden;
    box-shadow: #9c9c9c 2px 2px 3px inset;
}
html .RadComboBox .rcbInner, html .RadComboBox .rcbActionButton, html .RadComboBox .rcbArrowCell {
    border-radius: 5px;
    box-shadow: #9c9c9c 1px 1px 2px inset;
    height:20px;
}

html .RadComboBox .rcbActionButton, html .RadComboBox .rcbIcon {
    height:18px;
}

.RadNumeric {
    height:20px;
    border-radius: 5px; 
    overflow: hidden;
    box-shadow: #9c9c9c 2px 2px 3px inset;
}


.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background-color: #378de5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}



.fieldset {
border-color: white;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

legend {
color: white;
}


.container_custom{
	float:left;
	width:99%; 
	/*min-height:820px;*/ 
	border: 1px solid #9c9c9c;
	margin-left: 0.5%; 
	margin-bottom: 0.5%;
}

.panel-yellow {
    border-color: #364e64;
}

.panel-yellow .panel-heading {
    border-color: #364e64;
    color: #fff;
    background-color: #364e64;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.background-color {
   background-color : #eee;
}