/*
Design by Bobrinha
*/

body {
	margin-top: 20px;
	padding: 0;
	background: url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #8BCB2F;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
}

h2 {
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #8BCB2F;
	text-transform: uppercase;
	border-bottom: 1px dashed #D1D1D1;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #8BCB2F;
}

a:hover, a:active {
	text-decoration: underline;
	color: #00CC00;
}

a:visited {
	color: #8BCB2F;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
}

/* Header */

#header {
	width: 100%;
	height: 100px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
}

#logo {
	float: left;
	height: 90px;
	background: url(images/img03.gif) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding: 5px 0 0 100px;
	font-size: 40px;
	color: #0099E8;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #5F9D10;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 100px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6D6D;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	padding-top: 30px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	background: url(images/img02.gif) repeat-x left top;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}
/* Sidebar */

#sidebar {
	float: right;
	padding-right: 3px;
	padding-top: 2px;
}

#sidebar ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
}

#sidebar h2 {
    padding-bottom: 20px;
    line-height: 20px;
	padding: 10px 10px 10px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #8BCB2F;
	text-transform: uppercase;
	border-bottom: 1px dashed #D1D1D1;
	width: 150px;
	background-color: #FCFCFC;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: none;
	color: #6D6D6D;
}

.categorias {
    background: url('imagens/seta_categorias.gif') center left no-repeat; 
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dashed #D1D1D1;
	line-height: 10px;
	list-style: none;
	float: left;
	width: 150px;
	padding: 6px 6px 6px 11px;
}
#categorias a:hover {
	text-decoration: underline;
}
.login {

	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	letter-spacing: 0.1em;
	padding: 10px;
	border-botton-width: 1px;
	border-botton-style: dotted;
	border-botton-color: #F3F3F3;
}
input {
	font-family: Tahoma;
	font-size: 10px;
	color: #8BCB2F;
	background-color: #FCFCFC;
	padding: 4px;
	border: 1px solid #8BCB2F;
}
.campos{
	font-family: Tahoma;
	font-size: 10px;
	color: #8BCB2F;
	background-color: #FCFCFC;
	padding: 4px;
	border: 1px solid #8BCB2F;
	}
#notifyTextCopied {
font-family: Verdana;
position: absolute;
background-color: #FFC4FF;
color: #333333;
border: 1px solid #990099;
padding: 15px 3px;
font-size: 12px;

}

#txtarea {
	width: 400px;
	height: 120px;
	font-size: 9px;
	font-family: arial;
	border: 1px dashed #8BCB2F;
	background-color: #FCFCFC;
	overflow: hidden;


}
table.borda tr td {
border: 1px dashed #8BCB2F;
background-color: #FCFCFC;
}
/* paginacao */

#paginacao {
	float: left;
	padding-top: 5px;
	text-align:center;
}

#paginacao ul {
margin: 0;
padding: 0;
text-align: center;
}

#paginacao li {
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

#paginacao a {
    font-weight: bold;
	display: block;
	float: left;
	margin-left: 5px;
	background: #FCFCFC;
	padding: 1px 10px;
	text-decoration: none;
	border: 1px dashed #8BCB2F;
	font-size: 14px;
	color: #999999;
}

#paginacao a:hover {
font-weight: bold;
border: 1px dashed #999999;
color: #FFFFFF;
background-color: #8BCB2F;
}

#paginacao .active a {
font-weight: bold;
border: 1px dashed #999999;
color: #FFFFFF;
background-color: #8BCB2F;
}
#send {
	padding-top: 5px;
	text-align:center;
}

#send ul {
margin: 0;
padding: 0;
text-align: center;
}

#send li {
}

#send a {
    font-weight: bold;


	margin-left: 5px;
	background: #FCFCFC;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 13px;
	color: #999999;
}

#send a:hover {
font-weight: bold;
border: 1px dashed #999999;
color: #FFFFFF;
background-color: #8BCB2F;
}

#send .active a {
font-weight: bold;
border: 1px dashed #999999;
color: #FFFFFF;
background-color: #8BCB2F;
}

.rodape {
	font-size: 10px;
	font-family: arial;
	}
