body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
body {
    color: #797979;
    background: #f2f2f2;
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:12px;
}
a{
	text-decoration:none;	
	outline: none;
}
a:hover{
	color: white;
	background: transparent;
}

a:visited{
	text-decoration:none;	
}
input {
	padding:5px;
	border:1px solid #BCC3C8;
	border-radius:4px 4px 4px 4px;
	color:#707070;
	text-transform:uppercase;
}
select{
	color:#707070;
	padding:4px;
	border:1px solid #BCC3C8;
	border-radius:4px 4px 4px 4px;
	color:#707070;
	text-transform:uppercase;
}
input[type=button], input[type=submit]{
	width:112px;
	height:31px;
	border:0px;
	padding:0px;
}
input[type=button]{
	background-image:url(../../imagens/botoes-fundo.gif);
	color:#000000;
}
input[type=submit]{
	background-image:url(../../imagens/botoes-fundo-azul.gif);
	color:#FFFFFF;
	font-weight:bold;
}
input[type=submit]:focus, input[type=button]:focus {
	text-decoration: none;
    outline: none;	
}
input:focus {
	border:1px solid #1994D3;
	border-radius:4px 4px 4px 4px;	
}

#corpo	{
	width:920px;
	margin:auto;
	position:relative;
	
	background-repeat:repeat-y;
	padding-left:18px;
	padding-right:5px;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
#header	{
	clear:both;
}
#header	#logomarca{
	float:left;
	padding-top:5px;
	margin-bottom:5px;
}
#header	#topo{
	float:left;
	height:69px;
	width:664px;
	padding:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#header	#menu{
	clear:both;
	height:31px;

	background-repeat:repeat-x;
}
#header	#menu ul{
	list-style:none;
	height:50px;
	margin:0px;
	padding:0px;
}
#header	#menu ul li{
	float:left;
	width:120px;
	text-align:left;
	font-size:14px;
	line-height:31px;
	background-repeat:no-repeat;
	background-position:right;
	color:#FFFFFF;
	
	background-position:left;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin-bottom:8px;
}
#header	#menu ul li ul{
	display:none;
	clear: both;
	position:absolute;
	border-top:0px;
	z-index:800;
}
#header	#menu ul li ul li ul{
	display:none;
	clear: both;
	position:absolute;
	z-index:800;
	left:150px;
	top:3px;
}
#header	#menu ul li ul li{
	clear:both;
	background-color:#319CD4;
	text-align:left;
	margin:0px;
	padding-left:5px;
	width:150px;
	border-left:1px solid #027CBB;
	border-top:1px solid #1090D0;
	border-bottom:1px solid #39A3D9;
	border-right:1px solid #027CBB;
}
#header	#menu ul li ul li:hover{
	background-color:#047FBE
}
#header	#menu ul li ul li:first-child{
	border-top:0px;
}
#header	#menu ul li ul li:last-child{
	border-radius:0px 0px 5px 5px;
}
#left	{
	float:left;
	width:200px;
	height:300px;
}
#conteudo	{
	clear:both;
}
#rodape	{
	clear:both;
	margin-top:10px;
	border-top:2px dotted #CCCCCC;
	padding:5px;
	color: #333;
	font-size:15px;
	font-weight:bold;
}
.gerenciador table{
	table-layout:fixed;
	empty-cells:show;
	width:100%;
	border:1px solid #060;
	border-collapse: collapse;
}
.gerenciador table th{
	background-image:url(../../imagens/gerenciador-th.png);
	background-repeat:repeat-x;
	line-height:26px;
	border-right:1px dotted #cccccc;
}
.gerenciador table td{
	line-height:26px;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;	
}
.gerenciador caption {
	font-size:18px;
	font-weight:bold;
}
.boxLeft{
	float:left;
	width:563px;
	height:200px;	
}
.boxLeft1{
	float:left;
	width:365px;
	height:200px;	
}
.boxFull{
	width:100%;
}
.boxRight{
	float:right;
	width:250px;
}

.box	{
	background: none repeat scroll 0 0 #E0EFFA;
    border-radius: 4px;
    padding: 5px 7px;
	margin-bottom:4px;
	font-size:16px;
	text-align:right;
}
.box h3	{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	padding-left:21px;
	color: #1780D4;
        font-size: 12px;
        font-weight: bold;
	text-transform:uppercase;
	background-repeat:no-repeat;
}
.box div	{
	border-top:1px dotted #C6DFFF;
	text-align:right;
	padding:5px;
}
.drag-hover{
	background-color:#FFC	
}
h1,h2, h4	{
	padding:0px;
	margin:0px;
	width:400px;
}
h4{
	color:#333333;
	font-weight:normal;
	margin-bottom:10px;
}
.titulo{
	background-image:url(../../imagens/bkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px;
}
#loading {
  float: right;
  font-size: 8px;
  margin-right: 8px;
  display:none;
  text-align:center;
  padding:5px;
}
.status span {
	float: left;
}
.status img	{
	float:left;
	padding:0px;
	margin:5px;
	margin-bottom:0px;
}
.toolbar {
	float:left;
}
.toolbar span {
	float:left;
	position:relative;
	width:70px;
	text-align:center;
	border:1px solid transparent;
	margin-right:2px;
	cursor:pointer;
}
.toolbar span:hover {
	border:1px solid #CCCCCC;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
}
.ui-datepicker-trigger{
	float:right;	
}
.form-div	{
	float:left;
	width:100%;
	margin-bottom:5px;
}
.form-div br{
	margin-bottom:3px;
	margin-top:3px;
}
.form-span	{
	float:left;
	margin-right:5px;
	color:#00C;
}
.date	{
	width:130px;

}
.trImg {
	background-repeat:no-repeat;
	background-position:center center;
}
.rowSel td{
	background-color:#FF9;
}
/*jquery*/
/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
.highlight { background: #FF9; }
#pag{
	margin:5px;	
}
#pag #totreg{
	float:left;
	font-size:10px;
	line-height:25px;
}
.shadow { -moz-box-shadow: 5px 5px 5px #CCCCCC; -webkit-box-shadow: 5px 5px 5px #CCCCCC; box-shadow: 5px 5px 5px #CCCCCC; border:1px solid #cccccc;}
.noTitle .ui-dialog-titlebar { display:none; }
.noClose .ui-dialog-titlebar-close { display:none; }
#loadingB{
	text-align:center;
	padding:10px;
	background-image:url(../../imagens/logomarca-lanchar-bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding-top:40px;
	display:none;
}