/**************************************************************
 Tags
**************************************************************/

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body, input, textarea, select, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

input, select, textarea {
	background-color: #424542;
	border: 1px;
	color: #ffffff;
}

.button, button {
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
	padding: 0px 10px;
	border: 0px;
	text-align: center;
	margin: 3px;
	white-space: nowrap;
}

.reset_float {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	height: 0px;
	display: block;
}

.ui-datepicker-trigger {
	margin-left: 3px;
	margin-bottom: -2px;
}

.message {
	background-color: #fcefc9;
	background-image: url("../images/ico_ok.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 7px;
	padding-left: 25px;
}

/**************************************************************
 Main
**************************************************************/

#main {
	left: 50%;
	position: relative;
	margin-left: -375px;
	width: 750px;
}

#main #body {
	background-color: #ffffff;
	background-image: url( "../images/body_bg_bottom.gif" );
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 40px;
	width: 670px;
}

/**************************************************************
 Menu
**************************************************************/

#main #menu {
	background-color: #424242;
	height: 21px;
	line-height: normal;
	position: relative;
}

#main #menu.internal {
	background-color: transparent;
	background-image: url( "../images/menu_bg_internal.gif" );
}

#main  #menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main  #menu ul li {
	float: left;
	display: block;
	margin: 4px 0px;
	padding: 0px 10px;
	border-right: 1px solid #ffffff;
	white-space: nowrap;
}

#main  #menu ul li a {
	background-image: url("../images/menu_bg.gif");
	background-repeat: no-repeat;
	display: block;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
}

#main  #menu ul li a:hover {
	text-decoration: none;
}

#main  #menu ul li ul {
	background-color: #424242;
	display: none;
	position: absolute;
	margin-left: -10px;
}

#main  #menu ul li ul li {
	float: none;
	border: 1px solid #424242;
}

/**************************************************************
 Field
**************************************************************/

.field {
	margin-bottom: 10px;
}

.field label {
	display: block;
	font-weight: bold;
}

.field .imageFieldThumb {
	display: block;
}

.field .error {
	display: none;
}

.disabled {
	filter: alpha(opacity = 30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

/**************************************************************
 Mensagens
**************************************************************/

.errors, .error {
	color: red;
	background-color: #ffe3e3;
	border: 1px solid red;
	padding: 10px;
	font-weight: bold;
	margin: 20px 0px;
}

/**************************************************************
 Table
**************************************************************/

table {
	border: 2px solid #999999;
	width: 100%;
}

table th, table td {
	padding: 5px;
	text-align: left;
}

table th {
	background-color: lightgray;
}

table th.group {
	border-bottom: 2px solid #999999;
}

table .numeric {
	text-align: right;
}

table tr.even {
	background-color: #F0F0F0;
}

table tr.odd {
	background-color: #FFFFFF;
}

table tfoot tr td {
	background: #D3D3D3 url("../images/batch_bg.gif") no-repeat left top;
	padding: 10px;
	padding-left: 30px;
}

/**************************************************************
 Pagination
**************************************************************/

.pagination {
	text-align: center;
	margin: 10px 0px;
}

.pagination span, .pagination a {
	background-color: #D3D3D3;
	border: 1px solid #000000;
	display: inline-block;
	margin: 0px 5px;
	padding: 5px;
}

.pagination .currentStep {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}

