/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	margin:0;
	background:url(../imgs/backMenuPmaq.png) repeat-x;
}
h3{
	color:#00500f;
}
.contente{
	width:960px;
	min-height:450px;
	margin:0 auto;
	margin-top:15px;
	border-radius: 9px 9px 9px 9px;
	padding: 5px;
}

#barra-governo {background-image: url(../imgs/sistemas/Provab/fundo_topo.png); background-repeat: repeat-x;}
#barra-brasil-v3 {position:relative;clear:both;overflow:hidden;min-width:1000px;height:28px;background:#00500f;}
#barra-brasil-v3 div {display:block;width:50%; height:28px;background:url(../imgs/sistemas/Provab/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;}
#barra-brasil-v3 div .imagemGov {position:absolute;top:4px;left:50%;height: 24px;width: 981px;background: url(../imgs/sistemas/Provab/barra-brasil-v3-verde.gif) right top no-repeat !important;	margin-left:-500px;}
#barra-brasil-v3 div .brasilgov {width: 100px;height: 24px;float:right;display:block;border: 0 !important;}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 100px;
	height: 250px;
	padding:10px;
	border:#FFF 4px solid;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 	
	background:url(../imgs/sistemas/Provab/ms.fw.jpg)
}
#kwick_2 {
	background:url(../imgs/sistemas/Provab/secretarias.fw.jpg);
}
#kwick_3 {
	background:url(../imgs/sistemas/Provab/municipios.fw.jpg);
}
#kwick_4 { 
	background:url(../imgs/sistemas/Provab/entidade_supervisora.fw.jpg);
}
#kwick_5 { 
	background:url(../imgs/sistemas/Provab/supervisores.fw.jpg);
}
#kwick_6 { 
	background:url(../imgs/sistemas/Provab/profissionais.fw.jpg);
}
#kwick_7 { 
	background:url(../imgs/sistemas/Provab/informe.jpg);
}
.kwicks.horizontal #kwick_5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
#login{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	display:none;
	padding:5px;
}
#login input[type=text]{
	height:25px;
	border:#999 1px solid;
	padding:2px;
}
#login input[type=password]{
	height:25px;
	border:#999 1px solid;
	padding:2px;
}
#login input[type=submit]{
	background:#D9EDE1;
	color:#00500f;
	border:#00500f 1px outset;
	border-bottom:#00500f 2px solid;
	border-right:#00500f 2px solid;
	padding:5px;
	width:80px;
}
#supervisor{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	display:none;
	padding:5px;
	width:750px;
	margin-left:120px;
}
ul.supervisor{
	list-style:none;
	width:750px;
	margin:0 auto;
	padding:0;
	display:inline;
}
ul.supervisor > li{
	width:102px;
	height:80px;
	padding-bottom:2px;
	float:left;
	margin:0 auto;
}
ul.supervisor > li > a{
	display:block;
	background-color:#006633;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:80px;
	height:60px;
	padding:10px;
	margin:1px;
	font-family:Verdana, Geneva, sans-serif;
}
ul.supervisor > li > a:hover,
ul.supervisor > li.selected > a{
	background:#008000;
	color:#fff;
}
#profissional{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	display:none;
	padding:5px;
	width:700px;
	margin-left:140px;
}
#informes{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	display:none;
	padding:5px;
	width:700px;
	margin-left:140px;
}
#ies{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	display:none;
	padding:5px;
	width:700px;
	margin-left:140px;
}

#erros{
    text-align: center;
    color: red;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
#rodape{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	margin:0 auto;
}
