#workarea {
	position: absolute;
	top: 100px;
	left: 170px;
	right: 5px;
	bottom: 20px;
	}

#splash {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -140px;
	}

#header {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../imgs/top2.gif);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 1;
	}

#menu {
	left: 5px;
	position: absolute;
	top: 100px;
	float:left;
	width:130px;
	_width:130px; /* hack para IE */
	background:#f6e6c4;
	padding:0px;
	border:1px solid #c00;
}

#menu ul {
	width:110px;
	padding:0px;
	margin:0;
	background: #c00;
}

#menu li {
	list-style: none;
	padding:2px 2px;
	background:#f6e6c4;
	margin-bottom:1px;
	font-weight: bold;
}

#menu li a {
	padding: 2px;
	display:block;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #dfd1b2;
	color: #000;
	}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	padding: 0px;
}

.login {
	position: absolute;
	top: 50%;
	left: 50%;
/*
	height: 150px;
	padding-top: 40px;
*/
	width: 297px;
	margin-top: -75px;
	margin-left: -150px;
	text-align: center;
	}
#loginMid{
	background-image: url(../imgs/loginMid.gif);
	background-repeat:repeat-y;
}
#loginBot{
	height:16px;
	background-image: url(../imgs/loginBot.gif);
	background-repeat:no-repeat;
}
#loginTop{
	height:16px;
	background-image: url(../imgs/loginTop.gif);
	background-repeat:no-repeat;
}
.tools {
	position: absolute;
	top: 39px;
	right: 0;
	width: 90px;
	height: 35px;
	background-image: url(../imgs/tool.gif);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:right;
	padding-top:6px;
	padding-right:2px;
	z-index: 2;
	}

div.footer {
	width: 100%;
	background-color: #f6e6c4;
	position: absolute;
	border-top: 1px solid #cc0000;
	bottom: 0px;
	text-align: center;
	padding: 2px 0 0 0;
	}

span.title {
	font-size: 16px;
	font-weight: bold;
	}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

#top {
	width:100%;
	background-color: #B3BED9;
}

#leftColumn {
	margin: 10px 0 10px 0;
	border: 1px solid #6699CC;
	border-top: none;
	border-left: none;
	padding-right: 0;
	padding-left: 0;
	width: 180px;
	background-color: #B3BED9;
	float: left;
}

#navColumn {
	margin: 0 !important;
	padding: 0 !important;
}

#navcolumn h5 {
	font-size: 11px;
	padding: 1px 0 1px 12px;
	margin: 0px;
	color: #294962;
	background-position: left 5px;
	font-variant: small-caps;
	border: none;
	border-bottom: 1px solid #6699CC;
	border-top: 1px solid #6699CC;
	background-color: #CFD6E7;
}

#navcolumn li {
	font-size: 10px;
}

#navcolumn ul {
	margin: 0px 0 5px -0em;
}

#navcolumn ul a {
	color: #333333;
	text-decoration:none;
}

#navcolumn ul a:hover {
	color: red;
	text-decoration:none;
}

#navcolumn ul li {
	background-image: url(../imgs/list.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding-left: 18px;
}

#bodyColumn {
	margin-right: 1.5em;
	margin-left: 197px;
}

#contentBox {
	margin:0px;
	padding:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	background: none;
	font-weight: normal;
	padding-left: 0;
	border: none;
	border-bottom: 1px dotted #ccc;
}

table {
	font-size: 10px;
}

input.button {
	height: 23px;
	margin-left: 4px;
	font-weight:Bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#294962;
	padding: 2px 0.4em 2px 2px;
}

input.text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.divider {
	margin: 5px 30px 15px 0px;
	width: 100%;
}

.buttonGroup {
	float:left;
	margin: 10px 20px 0px 0px;
}

.vermelho {
	color: red;
	text-align:right;
	padding-right: 5px;
	padding-left: 5px;
}

.azul {
	color: blue;
	text-align:right;
	padding-right: 5px;
	padding-left: 5px;
}

.preto {
	color: black;
	text-align:right;
	padding-right: 5px;
	padding-left: 5px;
}

.containerDatas{
	border-width: 1px;
	border-style: solid;
}
.errorMessage
{
	border: 1px solid #B35B5B;
	background-color: #FFFCE9;
	padding: 1em;
	text-align: center;
	margin: 1em 0;
	color: #900000;
	font-weight: bold;
}