/*
//////////////////////////////////////////////////
// CSS
//////////////////////////////////////////////////
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin: 0px;
	background-image: url(../img/background.png);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #F1F1F1;
}

a {
	font-size: 12px;
	color: #395193;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #395193;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #395193;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	background-color: #CCC;
	height: 1px;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #395193;
	text-align: left;
}

ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li {
	line-height: 25px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.ulDiv {
	margin-bottom: 10px;
	background-image:url(../img/bullet.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}

#listMenuLeft .ulDiv a {
	color: #333;
}

.highlightMenuLeft .highlightMenuItem_active {
	font-weight:bold;
}

#listMenuLeft ul {
	margin-bottom: 20px;
	background-image:url(../img/bullet.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}
#listMenuLeft li {
	padding-left: 8px;
	border-bottom: 1px #F0F0F0 solid;
}
#listMenuLeft a { color: #808080; }
#listMenuLeft a:hover { color: #0000FF; }

.thumb { cursor:pointer; }

/*
//////////////////////////////////////////////////
// ESTRUTURA
//////////////////////////////////////////////////
*/
#headerWrapper {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
}

#contentWrapper {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	background-image: url(../img/bgContentTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#footerWrapper {	
	position: relative;
	width: 100%;
	margin-top: -75px;
	background-color: #707070;	
}

/* --------------------------------------- */
.itemMapaUnidades {
    float: left;
	font-size: 0.9em;
    margin: 0px;
    position: absolute;
	cursor: pointer;
}

/* --------------------------------------- */
.botaoCalendarios {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
	padding: 5px 10px;
	background: #264B8B;
	color:#FFF !important;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

a:hover.botaoCalendarios {
	background:#2773b9;
}

	.resumoWizard{
		margin: 0px;
		margin-top: 2px;

	}
	.tituloWizard{
		margin-bottom:0px;
		color: rgb(57, 81, 147);
		font-size: 14px;
		font-weight: bold;
	}
	
	a.tituloWizard:hover{
		color: #0066ff;
	}