body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1, h2, h3 {
/*	font-family: Georgia, "Times New Roman", times, serif;*/
}

label {
	width: 120px;
	display: block;
	float: left;
}

img {
	border: none;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #0000ee;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#container { 
	width: 100%;
	margin: 0 auto;
}

#content {
	background-color: white;
	float: left;
	margin-left: 155px;
	padding-bottom: 50px;
}

#menu {
	position: fixed;
	top: 10px;
	left: 10px;	
	float: left;
	width: 140px;
	background-color: #fff;
/*	font-family: Georgia, "Times New Roman", times, serif;*/
}

#menu .menu-item {
	display: block;
	clear: left;
	line-height: 12px;
	text-indent: 20px;
}

.menu-item p {
	margin: .8em 0;
}

#menu .menu-titulo {
	line-height: 24px;
	margin-left: 5px;
}

#menu span {
	display: block;
	float: left;
	width: 10px;
	height: 20px;
	margin: 2px;
	background: url(/novo/images/slide.gif) left 0px no-repeat;
}

.menu-usuario {
	margin: 0;
	padding: .5em 0;
	
	text-indent: 9px;
}

.menu-titulo {
	margin: 0px;
}

.menu-logout {
	margin: 0px;
	line-height: 20px;
	text-align: center;
}


#footer {
/*	font-family: Georgia, "Times New Roman", times, serif;*/
	background: url(/novo/images/admin1.gif) #f5f5f5;
	text-align: center;
	color: #999;
	z-index: 10;
	opacity: 0.9;
	filter: alpha(opacity : 90);
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0px;
	border-top: 1px solid #ddd;
	height: 30px;
}

#footer p {
	line-height: 30px;
	padding: 0;
	margin: 0;
}

.mensagem{
	color: #CC3300;
}

.texto {
	color: #5F5C5C;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EAECE7;
	border: 1px none #EBECE7;
	color: #CC3300;
	text-align: left;
}

.box1 {
	border: 1px solid #999991;
	cursor: pointer;
	text-align: center;
}

fieldset {
	border: 1px solid #eee;
	padding-left: 10px;
	padding-right: 10px;
}

legend {
/*	font-family: Georgia, "Times New Roman", times, serif;*/
	color: #666;
	font-size: 8pt;
}

.form-normal {
	border:  1px solid #ddd;
	padding: 1px;
	color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.form-focus {
	border: 1px solid #999;
}

.strike {
	text-decoration: line-through;
}

th.r {
	text-align: right;
}

th.c {
	text-align: center;
}

th {
	background-color: #eeeeee;
}

th {
	font-weight: normal;
	color: #333;
}

.inativo, .inativo td {
	/* background-color: #eee; */
	color: #666;
	/* font-style: italic; */
}

#error-msg {
	position: absolute;
	top: 0;
	border-right: solid 2px red;
	border-left: solid 2px red;
	border-bottom: solid 2px red;
	background-color: #eee;
	padding: 5px;
	left: 200px;
	width: 400px;
	margin-left: 200px;
}
#error-msg p {
	display: block;
	float: left;
	color: red;
	font-weight: bold;
	padding: 2px;
	margin: 0;
}
#error-msg a {
	float: right;
/*	background: white; */
	padding: 2px;
}
