/* Body and Types */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #666;
}
table, th, td {
	font-family: Arial, Verdana;
	font-size: 10px;
	line-height: 10px;
	color: #666;
}
h1 {
	margin: 0 0 1em 0;
	font-family: Verdana, Arial;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.1em;
	color: #00933c;
	border-bottom: 1px solid #ccc;
}
h3 {
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-family: Verdana, Arial;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	color: #00933c;
}
h2 {
	margin: 0 0 1em 0;
	font-family: Verdana, Arial;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.1em;
}
h2.home-left {
	font-weight: bold;
	color: #00933c;
	text-align: left;
}
h2.home-right {
	font-weight: bold;
	color: #00933c;
	text-align: right;
}
h2.dropdown {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	/*color: #00933c;*/
	color: #fff;
	text-align: left;
}
/* atencao aqui, substituir green e blue por colored */
h2.green {
	color: #00933c;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
h2.blue {
	color: #0099e5;
}
h2.colored {
	color: #00933c;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
/* fim atencao */
h4 {
	margin: 0 0 1em 0;
	font-family: Verdana, Arial;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #00933c;
}
h6 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	color: #666;
}
p {
	margin: 0.5em 0 1em 0;
	font-size: 1.1em;
	line-height: 1.1em;
}
p.item {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}
p.colored {
	color: #00933c;
}
label {
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #00933c;
}
input {
	font-family: Verdana, Arial;
	font-size: 0.9em;
	color: #333;
}
input.w50 {
	width: 50px;
	height: 12px;
	border: 1px solid #ccc;
}
input.w100 {
	width: 100px;
	height: 12px;
	border: 1px solid #ccc;
}
input.w150 {
	width: 150px;
	height: 12px;
	border: 1px solid #ccc;
}
select {
	font-family: Verdana, Arial;
	font-size: 0.9em;
	color: #333;
}
select.w145 {
	width: 145px;
	height: 14px;
	border: 1px solid #ccc;
}
select.w135 {
	width: 135px;
	height: 14px;
	border: 1px solid #ccc;
}
img {
	border: none;
}

/* Link types */

a.normal:link,a.normal:visited {font-family: Verdana, Arial;font-size: 0.8em;font-weight: bold;color: #0062ab;text-decoration: none;}
a.normal:hover,a.normal:active {font-family: Verdana, Arial;font-size: 0.8em;font-weight: bold;color: #0062ab;text-decoration: underline;}

a:link,a:visited {color: #0062ab;text-decoration: none;}
a:hover,a:active {color: #0062ab;text-decoration: underline;}

a.special:link,a.special:visited {font-family: Arial, Verdana;font-size: 1.1em;font-weight: bold;color: #00933c;text-decoration: none;}
a.special:hover,a.special:active {font-family: Arial, Verdana;font-size: 1.1em;font-weight: bold;color: #00933c;text-decoration: underline;}

a.news:link,a.news:visited {font-family: Verdana, Arial;font-size: 0.9em;font-weight: bold;color: #00933c;text-decoration: none;}
a.news:hover,a.news:active {font-family: Verdana, Arial;font-size: 0.9em;font-weight: bold;color: #00933c;text-decoration: underline;}

a.submenu:link,a.submenu:visited {font-family: Arial, Verdana;font-size: 1.1em;font-weight: bold;color: #fff;text-decoration: none;}
a.submenu:hover,a.submenu:active {font-family: Arial, Verdana;font-size: 1.1em;font-weight: bold;color: #fff;text-decoration: underline;}

a.homenews:link,a.homenews:visited {color: #666;text-decoration: none;}
a.homenews:hover,a.homenews:active {color: #0062ab;text-decoration: none;}

/* Layout items */

#container {
	position: absolute;
	left: 50%;
	width: 766px;
	margin-left: -383px;
}
#ctx-header {
	position: relative;
	height: 30px;
}
#ctx-warning {
	position: relative;
	margin-bottom: 10px;
	height: 40px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #000;
	background-image: url("../_img/lay_back_warning.jpg");
}
#ctx-top {
	position: relative;
	height: 30px;
	background-image: url("../_img/lay_back_top.jpg");
}
#ctx-tv {
	position: relative;
	height: 275px;
}
#ctx-menu-items {
	position: relative;
	height: 20px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #00933c;
	z-index: 10;
}
#ctx-menu-shadow {
	position: relative;
	height: 30px;
	background-image: url("../_img/lay_menu_shadow.jpg");
}
#ctx-middle {
	position: relative;
	min-height: 200px;
	_height: 200px;
	background-image: url("../_img/lay_back_middle.jpg");
}
#ctx-bottom {
	position: relative;
	height: 30px;
	background-image: url("../_img/lay_back_bottom.jpg");
}
#ctx-footer {
	position: relative;
	height: 30px;
}
#ctx-footer-copyright {
	float:left;
	width:325px;
	text-align:left;
}
#ctx-footer-twitter {
	float:left;
	width:96px;
}
#ctx-footer-nav {
	float:right;
	width:325px;
	text-align:right;
}
#ctx-col-esq-460 {
	float: left;
	width: 460px;
	border-right: 1px solid #ccc;
}
#ctx-col-dir-300 {
	float: left;
	width: 300px;
}

/* Logged home start */

#ctx-log-product {
	position:relative;
	float:left;
	width:257px;
	min-height:100px;
	_height:100px;
}
#ctx-log-product .padLog {
	padding: 0 10px 0 15px;
}
#ctx-log-training {
	position:relative;
	float:left;
	width:250px;
	min-height:100px;
	_height:100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#ctx-log-training .padLog {
	padding: 0 9px 0 9px;
}
#ctx-log-trade {
	position:relative;
	float:right;
	width:257px;
	min-height:100px;
	_height:100px;
}
#ctx-log-trade .padLog {
	padding: 0 15px 0 10px;
}

/* Logged home end */

.ctx-border-items {
	margin: 0 0 1em 0;
	width: 270px;
	height: 90px;
	/*background-image: url("../_img/lay_border_items.jpg");*/
	/*background-repeat: no-repeat;*/
	border: 1px solid #ccc;
}
.ctx-dropdown-items {
	border-left: 1px solid #ccc;
	background-image: url("../_img/lay_dropdown_back.jpg");
	background-repeat: repeat-x;
}
.dropdown-box {
	margin: 20px 95px 0 95px;
	width: 270px;
	background-image: url("../_img/lay_dropdown_box.jpg");
	background-repeat: no-repeat;
}

/* Class items */

.clearing {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.border-gray {
	border: 1px solid #ccc;
}
.padLogin {
	padding: 7px 10px 6px 10px;
}
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 0 15px 0 15px;
}
.pad30 {
	padding: 30px;
}
.welcome-txt {
	display: inline;
	margin: 2px 0 0 0;
	float:left;
}
.welcome-img {
	display: inline;
	margin: 2px 0 0 5px;
	float:right;
}

/* logged items */

#logged h1,#logged h3,#logged h2.home-left,#logged h2.home-right,#logged h2.colored,#logged h4,#logged p.colored,#logged label,#logged ul.smaller li a.submenu:hover, #logged ul.smaller li a.submenu:active {
	color: #005799;
}
#logged #ctx-menu-items,#logged ul.smaller {
	background-color: #005799;
}
#logged a.special:link,#logged a.special:visited {font-family: Arial, Verdana;font-size: 1.1em;font-weight: bold;color: #005799;text-decoration: none;}
#logged a.special:hover,#logged a.special:active {font-family: Arial, Verdana;font-size: 1.1em;font-weight: bold;color: #005799;text-decoration: underline;}

#logged a.news:link,#logged a.news:visited {font-family: Verdana, Arial;font-size: 0.9em;font-weight: bold;color: #005799;text-decoration: none;}
#logged a.news:hover,#logged a.news:active {font-family: Verdana, Arial;font-size: 0.9em;font-weight: bold;color: #005799;text-decoration: underline;}

/* End */