@charset "utf-8";

/* ------------------------------------------------------------ */
/* GERAL */
/* ------------------------------------------------------------ */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #595959;
	font-size: 0.9em;
	background-color: #64caff;
	height: 100%;
	/* background-image: url(img/beta_stripe.png);
	background-repeat: no-repeat; 
	background-position: left top; */
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #2e2e2e;
}

h1 {
	font-size: 2em;
}

a:link, a:visited {color: #fb8200; text-decoration: none;}
a:visited {color: #fb8200}
a:hover, a:active{color: #2e2e2e;}


/* ------------------------------------------------------------ */
/* HEADER */
/* ------------------------------------------------------------ */
div#logo {
	float: left;
	margin: -56px 0 0 10px;
}

/* Fix para margens negativas no IE6 */
div#logo img {
	position: relative;
	display: block;
}

div#logo a:link img {
	border: 0;
}

div#logo a:visited img {
	border: 0;
}

div#tabsContainer {
	/* border: 1px red solid;  DEBUG */
	padding: 0 30px 0 0;
	height: 28px;
	width: 280px;
	z-index: 100;
	float: right;
}

a.tab {
	/* border: 1px red solid;  DEBUG */
	width: 79px;
	height: 23px;
	float: right;
	margin: 0px 10px 0 0;
	text-align: center;
	padding-top: 5px;
	color: #666464;
	background-image: url(img/tab_selected.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1.1em;
	position: relative;
	z-index: 200;
	font-weight: bold;
}

a.tab.active, a.tab:hover {
	background-image: url(img/tab_unselected.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------ */
/* LAYOUT */
/* ------------------------------------------------------------ */
#container {
	margin: 65px auto 0;
	width: 695px;
}

#boxContentWrapper {
	/* border: 1px red solid;  DEBUG */
	background: #fff;
	width: 654px; /* 694 total menos padding */
	height: 100%;
	display: table; /* fix para firefox 100% height divs */
	position: relative;
	z-index: 100;
	padding: 0 20px 0 20px;
	margin: 0;
}

#boxContentWrapperAjuda {
	/* border: 1px red solid;  DEBUG */
	background: #fff;
	width: 654px; /* 694 total menos padding */
	height: 100%;
	display: table; /* fix para firefox 100% height divs */
	position: relative;
	z-index: 100;
	padding: 0 20px 0 20px;
	margin: 0;
}

#boxTop {
	/* border: 1px red solid;  DEBUG */
	width: 694px;
	height: 23px;
	position: relative;
	z-index: 100;
	background-image: url(img/box_top1.gif);
	background-repeat: no-repeat;
	clear: both;
}

#boxBottom {
	/* border: 1px red solid;  DEBUG */
	width: 694px;
	height: 23px;
	position: relative;
	z-index: 100;
	background-image: url(img/box_bottom1.gif);
	background-repeat: no-repeat;
	clear: both;
}

#boxContentColuna1 {
	/* border: 1px solid red;  DEBUG */
	width: 335px;
	height: 100%;
	float: left;
	z-index: 200;
	border-right: 1px solid #e5e5e5;
	padding-right: 20px;
}

#boxContentColuna2 {
	width: 290px;
	height: 100%;
	border: 0px solid red;
	float: right;
	z-index: 200;
}

#boxContentHistoria {
	display: none;
}

#boxContentColunaComo {
	/* border: 1px solid red;  DEBUG */
	width: 370px;
	float: left;
	z-index: 200;
	border-right: 1px solid #e5e5e5;
	padding-right: 20px;
}

#boxContentColunaComoImg {
	width: 240px;
	border: 0px solid red;
	float: right;
	z-index: 200;
	display: table;
}

#boxContentAjudaColuna1 {
	/* border: 1px solid red; DEBUG */
	height: 100%;
	float: left;
	z-index: 200;
}

#boxContentAjudaColuna2 {
	width: 295px;
	height: 100%;
	border: 0px solid red;
	float: right;
	z-index: 200;
	padding-left: 10px;
}

div#tour {
	padding-top: 15px;
}

div#tour img {
	border: 1px solid #cbcbcb;
	margin: 5px 5px 5px 0;
}

div#tour a:link img {
	outline: none;
	-moz-outline: none;
}

div#tour a:hover img {
	border: 1px solid #fb8200;
}

div#tour a:active img {
	outline: none;
	-moz-outline: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 70%;
	color: #3a83a9;
	margin-top: 10px;
}

#buscaswalk {
	margin-left: 20px;
	position: absolute;
}


/* ------------------------------------------------------------ */
/* CONTEÚDO */
/* ------------------------------------------------------------ */

#footer a:link, a:visited {
	color: #3a83a9;
}

#footer a:hover, a:active {
	color: #fb8200;
}

div#boxContentInicio a:link, div#boxContentHistoria a:link, div#boxContentColunaComo a:link, div#boxContentInicio a:visited, div#boxContentHistoria a:visited, div#boxContentColunaComo a:visited {
	color: #fb8200;
	text-decoration: none;
}

div#boxContentInicio a:hover, div#boxContentHistoria a:hover, div#boxContentColunaComo a:hover, div#boxContentInicio a:active, div#boxContentHistoria a:active, div#boxContentColunaComo a:active {
	color: #2e2e2e;
}

#code {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #069;
	margin: 0 0 0 20px;
	font-weight: bold;
}

#codeLeft {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #069;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d7d7d7;
}

#buscas {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #0099ff;
	margin: 0 0 0 20px;
	font-weight: bold;
}

.indent {
	clear: right;
	margin-left: 25px;
	margin-bottom: 35px;
	padding: 5px 10px;
	border-left: 1px solid #e5e5e5;
	background: #edf2f3;
}

.indentClear {
	margin-left: 25px;
}

/* ------------------------------------------------------------ */
/* ESPECÍFICOS */
/* ------------------------------------------------------------ */

.msnIcon {
	margin-right: 8px;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.linkMsn {
	text-decoration: none;
	color: #2e2e2e;
}

a.linkMsn {
	text-decoration: none;
	color: #2e2e2e;
}

.linkMsn img {
	border: none;
	vertical-align: bottom;
}

.browser {
	color: #3a83a9;
	text-align: center;
}

.logoPeq {
	margin: 4px 0;
	border: none;
}

a#mais:link, a#mais:visited {
	color: #fb8200;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a#mais:hover, a#mais:active{
	color: #2e2e2e;
}

a#back:link, a#back:visited {
	color: #fb8200;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a#back:hover, a#back:active{
	color: #2e2e2e;
}

#ajuda-1, #ajuda-2, #ajuda-3, #ajuda-4 {
	clear: both;
	/* border: 1px red solid; */
}

.titulo {
	cursor: pointer;
}

a.iconExpand {
	background: url(img/icon_expand.png) right no-repeat;
	padding-right: 15px;
}

a.iconCollapse {
	background: url(img/icon_collapse.png) right no-repeat;
	padding-right: 15px;
}

a.iconCollapseDisabled {
	background: url(img/icon_collapse_disabled.png) right no-repeat;
	padding-right: 15px;
}

.smaller {
	font-size: 70%;
}


/* ------------------------------------------------------------ */
/* FORMS */
/* ------------------------------------------------------------ */
form {
	padding: 0;
	margin: 0;
}

.inputRegister {
	border: none;
	height: 18px;
	width: 160px;
	font-size: 0.8em;
	color: #555;
	background-color: #fff;
	border: 1px solid #b2b2b2; 
	font-weight: bold;
	padding: 5px 0px 0 3px;
	margin: 0;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

.btnOk {
	height: 55px;
	width: 45px;
	background: #fff;
	background-image: url(img/ok.gif);
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	border: none;
}

.valid {
	border: 1px solid #71cd33;
}

.invalid {
	border: 1px solid #eb3333;
}
