body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,pre { margin:0; padding:0; }
body {
	cursor: default;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Sans Unicode',Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	line-height: 20px;
	color: #2B516E;
	background: #FFF url("clouds.jpg") repeat-x top right;
}
a {
	color: #777;
}
a:hover {
	color: #F56E22;
}
a:focus,a:active {
	outline: none;
}
#wrapper {
	margin: 100px auto 0 auto;
	width: 700px;
}
#header {
	height: 100px;
	background: url("header.gif") no-repeat center bottom;
}
#header h1 {
	display: none;
}
#core {
}
#core h2 {
	border-top: 1px solid #76B8EA;
	border-bottom: 1px solid #388CCD;
}
#core h2 a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	font-family: 'Century Gothic',Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 30px;
	color: #DBEAF6;
	background: #3286C6 url("h2.gif") no-repeat top;
}
#core h2 a:hover {
	color: #FFF;
	background-position: bottom;
}
#core abbr {
	font-weight: bold;
	background: url("abbr.gif") repeat-x bottom;
	cursor: help;
}
#core div.data {
	background: #FFF url("data.gif") repeat-x top;
}
#core div.data div {
	padding: 15px;
	font-size: 12px;
	line-height: 22px;
}
#core p {
	margin-bottom: 10px;
}
#core ul {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style-type: square;
}
#footer {
	margin-top: 10px;
	height: 40px;
	line-height: 30px;
	padding: 0 8px;
	font-size: 10px;
	text-transform: uppercase;
	color: #7799B4;
	background: #FFF url("footer.gif") no-repeat center center;
}
#footer a {
	color: #4D8DA9;
}
#footer a:hover {
	color: #286E8D;
}
#footer span#dev {
	float: right;
	text-transform: lowercase;
}

/* TOOLTIPS
*******************************************/
div.tool-tip {
	visibility:hidden;
	width: 250px;
	background: url("tooltip.png") top left no-repeat !important;
	background: url("tooltip.gif") top left no-repeat;
}
div.tool-title {
	display: none;
}
div.tool-tip p.titulo {
	margin-bottom: 5px;
	font-weight: bold;
}
.tool-text {
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	color: #FFF;
}
div.tool-tip ul {
	margin: 10px 0 0 15px;
	list-style-type: square;
}
div.tool-tip ul strong {
}

/* FORM
*******************************************/
form {
	padding: 0;
	margin: 0;
}
#core div.data form div {
	padding: 4px 0;
}
label {
	display: block;
	float: left;
	width: 130px;
	padding: 0;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}
label.simple {
	display: inline;
	float: none;
	width: auto;
}
input {
	width: 160px;
}
input.num {
	width: 50px;
	text-align: right;
}
input,select,textarea,button {
	letter-spacing: 0px;
	border-style: solid;
	border-width: 1px;
}
input,select,textarea {
	padding: 5px;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #666;
	background-color: #FEFEFE;
	border-color: #9CCEF4;
}
input:disabled {
	color: #CCC;
}
textarea {
	width: 300px;
	height: 65px;
}
input:hover,select:hover,textarea:hover {
}
input:focus,select:focus,textarea:focus {
	color: #222;
	background-color: #FFF;
	border-color: #72A9D4;
}
input.error,select.error,textarea.error {
	background-color: #FEEDED!important;
	border-color: #D88888!important;
}
span.msg {
	display: none;
	margin-left: 5px;
	padding-left: 17px;
	font-size: 11px;
	font-weight: normal;
	color: #FF6A6A;
	background: url("error.gif") no-repeat left center;
}
span.ob {
	color: #FFA800;
	font-weight: bold;
	background-image: none;
}
input.error:hover,select.error:hover,textarea.error:hover {
	background-color: #FFF5F5!important;
	border-color: #D73838!important;
}
button {
	margin-top: 6px;
	margin-right: 1px;
	padding: 3px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	color: #FFF;
	background: #12446B url("button.gif") repeat-x top;
	border-left-color: #8FACD6;
	border-top-color: #8FACD6;
	border-right-color: #425062;
	border-bottom-color: #425062;
	cursor: pointer;
}
button:active {
	border-left-color: #425062;
	border-top-color: #425062;
	border-right-color: #8FACD6;
	border-bottom-color: #8FACD6;
}
button:disabled {
	color: #CCC;
	background: #868D97 url("button.gif") repeat-x bottom;
	border-left-color: #CACED3;
	border-top-color: #CACED3;
	border-right-color: #5D5F61;
	border-bottom-color: #5D5F61;
}
textarea {
	overflow: auto;
}
span.error {
	background-color: #FEEDED!important;
	border-color: #D88888!important;
}

/* LOADING
*******************************************/
span#loading {
	visibility: hidden;
	float: right;
	padding-left: 22px;
	font-weight: bold;
	font-size: 11px;
	background: url("loading.gif") no-repeat center left;
}

/* MSG
*******************************************/
#overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 1000;
}
#msg {
	visibility: hidden;
	position: absolute;
	height: 194px;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	top: 0;
	color: #FFF;
	background-color: #222;
	border: 3px solid #111;
	cursor: help;
	z-index: 1001;
}
#msg-info {
	padding: 20px;
	overflow: auto;
	height: 114px;
	font-size: 18px;
}
a#close {
	display: block;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #EFEFEF;
	background-repeat: repeat-x;
}
a#close:hover {
	color: #FFF;
}
a.msg-info {
	background-color: #58A2DB;
}
a.msg-error {
	background-color: #6D5C92;
}

/* EXTRA
*******************************************/
::-moz-selection {
	color: #B5A72E;
	background-color: #F6EC99;
}