/*----------------------RESET--------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; outline: none;}

body{line-height:1; font-size:62.5%; background:#fff; font-family:Arial, Helvetica, sans-serif;} /*---- 1.0 em = 10px---*/

h1, h2, h3, h4, h5, h6{font-size:100%;}

/*----------------------RESET--------------------*/
body{
	margin:0px auto;
	height:100%;
	background: #D7D7D7;
}
#tudo{
	margin:0px auto;
	background-color:#D7D7D7;
	width:970px;
	height:600px;
}
#tudopopup{
	margin:0px auto;
	background-color:#D7D7D7;
	width:500px;
	height:300px;
}
#menu{
	width:230px;
	height:600px;
	background-color:#A9A9A9;
	float:left;
}
.menu{font-size:1.5em;}
.menu{list-style:none; float:left; width:100%;}
.menu li{position:relative; border-bottom:1px solid #ccc;}
.menu li a{font-size:1.3em; color:#000; background:#A9A9A9; text-decoration:none; padding: 5px 10px; display:block;}
.menu li a:hover{color:#000; background: -webkit-gradient(linear, left top, left bottom, from(#5598FF), to(#024DBD)); background: -moz-linear-gradient(top,  #5598FF,  #024DBD); background: -o-linear-gradient(rgb(85,152,255),rgb(2,77,189));}
.menu li ul{position:absolute; top:0px; left:100%; display:none; border-left:1px solid #0000FF;}
.menu li:hover ul, .menu li ul li:hover ul, .menu li.over ul, .menu li ul li.over ul{display:block;}
.menu li ul li{display:block; width:130px;}
li.border0{border:0;}

#conteudo{
	width:740px;
	height:600px;
	background-color:#E8E8E8;
	overflow:auto;
}
#conteudopopup{
	width:500px;
	height:300px;
	background-color:#E8E8E8;
	overflow:auto;
}
#cabecalho{
	width:100%;
	height:50px;
	margin:0px auto;
	background:#5598FF; /* para browsers sem suporte a CSS 3 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5598FF', endColorstr='#024DBD'); /* IE */
	background:-webkit-gradient(linear, left top, left bottom, from(#5598FF), to(#024DBD)); /* webkit browsers */
	background:-moz-linear-gradient(top,  #5598FF,  #024DBD); /* Firefox 3.6+ */
	background:-o-linear-gradient(rgb(85,152,255),rgb(2,77,189)); /* Opera */
	color:#FFF;
	font-size:4em;
	font-family:monospace;
	vertical-align:middle;
	line-height:50px;
}
#botao{
	width:220px;
	height:25px;
}
#botao a{
	font-size:15px;
	font-family:monospace;
	text-decoration:none;
	color:#000;	
}
#login{
	margin:10% auto;
	width:250px;
	height:190px;
	font-size:20px;
	background-color:#c7c7c7;
	padding:10px;
	-moz-box-shadow: 0px 0px 40px #0f040e;
	-webkit-box-shadow: 0px 0px 40px #0f040e;
	box-shadow: 0px 0px 40px #0f040e;
}
#login input[type=text],
#login input[type=password]{
	height:26px;
	width:190px;
	font-size:16px;
	font-family:monospace;
	color:#000;
	text-align:center;
}
#login input[type=submit]{
	height:26px;
	width:190px;
	font-size:16px;
	font-family:monospace;
	color:#000;
	text-align:center;
}
#formulariologin{
	margin:20px auto;
	width:300px;
	height:200px;
	padding:30px;
	background: #CFCFCF;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0px 0px 40px #0f040e;
	-webkit-box-shadow: 0px 0px 40px #0f040e;
	box-shadow: 0px 0px 40px #0f040e;
}
#formulario{
	margin:20px auto;
	width:300px;
	height:400px;
	padding:30px;
	background: #CFCFCF;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0px 0px 40px #0f040e;
	-webkit-box-shadow: 0px 0px 40px #0f040e;
	box-shadow: 0px 0px 40px #0f040e;
}
#formulario input[type=text],
#formulario input[type=password],
#formulario select{
	height:26px;
	width:190px;
	font-size:16px;
	font-family:monospace;
	color:#000;
	text-align:center;
}
#formulario textarea{
	font-size:16px;
	font-family:monospace;
	color:#000;
}
#formulario input[type=submit]{
	height:26px;
	width:190px;
	font-size:16px;
	font-family:monospace;
	color:#000;
	text-align:center;
}
#adddocumentos{
	margin:30px auto;
	width:480px;
	height:80px;
	padding:10px;
}
#tabela th{
	background-color:#1E90FF;
	color:#fff;
	font-family:collapse;
	font-size:1.3em;
}
#tabela tr.zebra td{
	background-color:#eee;
}
#tabela tr:hover td{
	background-color:#87CEFA;
}
.botao{
	display:inline-block;
	border:1px solid #d0d0d0;
	border-top-color:#ececec;
	border-bottom-color:#909090;
	background:#ffff00;
	color:#000;
	height:26px;
	width:190px;
	font-size:16px;
	font-family:monospace;
	background:-moz-linear-gradient(top, #e4e4e4 60%, #ccc);
	background:-webkit-linear-gradient(top, #e4e4e4 60%, #ccc);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 2px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);
}
.botao:hover {
	background:#fff;
	background:-moz-linear-gradient(top, #ccc 60%, #ededed);
	background:-webkit-linear-gradient(top, #ccc 60%, #ededed);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 2px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);
}
p.notificacao{
	text-align:right;
	padding-right:5px;
	float:right;
}
p.menuTitulo{
	text-align:center;
	font-weight:bold;
	font-size:2em;
	border-bottom:1px solid #ccc;
	padding:10px;
}
#menucalendario{
	float:left;
	margin-right:50px;
	margin:20px auto;
	font-size: 17px;
}

/*calendario*/
#calendario{
	margin:20px auto;
}
.tabela{
   background:#E8E8E8;
   width:500px;
   padding:0px;
   float:left;
   margin-right:20px;
   }
.tabela a{
	color:#000;
}
.td{
   background:#b5b5b5;
   width:20px;
   height:30px;
   text-align:center;   
   }
.td:hover{
   background: #5598FF; 
   }
.th{
   background:#b5b5b5;
   width:20px;
   height:30px;
   text-align:center;   
   }
.hj{
   background: #D7D7D7;
   width:20px;
   height:30px;
   text-align:center;
   }
.hj:hover{
   background: #5598FF; 
   }
.dom{
   background: #b5b5b5;
   color:#FF0000;
   width:20px;
   height:30px;
   text-align:center;
   }
.dom:hover{
   background: #5598FF; 
   }
.evt{
    background: #5598FF;
	width:20px;
	height:30px;
	text-align:center;
}

.mes{
   background:#b5b5b5;
   width:20px;
   height:30px;
   text-align:center;
   }

.show{
   background:#b5b5b5;
   width:300px;
   height:30px;
   text-align:left;
   font-size:12px;
   font-weight:bold;
   color:#000000;
   padding-left:5px;
   }

.linha{
   background:#D7D7D7;
   width:300px;
   height:20px;
   text-align:left;
   font-size:11px;
   color:#000000;
   padding:1px 1px 1px 10px;
   }

.sem{
   background: #b5b5b5;
   width:20px;
   height:30px;
   text-align:center;
   font-size:12px;
   font-weight:bold;
   font-family:Verdana;
   }

#mostrames{
width:300px;
padding:5px;
}
#paginacao{
	padding:3px;
	position:relative;
	float:right;
}
#paginacao ul{
	list-style-type:none;
}
#paginacao li{
	float:left;
	display:inline;
	margin:0 5px 0 0;
	display:block;
}
#paginacao li a{
	color:#1E90FF;
	padding:4px;
	border: 1px solid #ddd;
	text-decoration: none;
	float:left;
}
#paginacao li a:hover{
	color: #FFF;
	background:#1E90FF;
	border: 1px solid #00008B;
}
#paginacao li.atual{
	color: #FFF;
	border: 1px solid #104E8B;
	padding: 4px;
	background: #1E90FF;
}
.confirmacaoCampos{
	font-size:0.8em;
	color:#FF0000;
	/*display:none;*/
}
.mostraMensSucesso{
	margin:0 auto;
	width:180px;
	background-color:#32CD32;
	font-size:1.4em;
	padding:10px;
	text-align:center;
}
.mostraMensFalha{
	margin:0 auto;
	width:180px;
	background-color:#FF0000;
	font-size:1.4em;
	padding:10px;
	text-align:center;
}
.campo{
	width: 300px;
	height:30px;
	font-size:1.3em;
}