* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF url('bg.gif') repeat-x;
}

a:link, a:visited {
	color: #cc0000;
	background-color: inherit;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff5555;
	background-color: inherit;
}

h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 120%;
	letter-spacing: .5px;
}

h2 {
	font-size: 115%;
	text-transform: uppercase;
}

h3 {
	font-size: 115%;
	color: #003366;
}

img {
	border:none;
}

code, pre {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CC0000;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 32px;
	background: #FAFAFA url('quote.gif') no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CC0000;
	font-weight: bold;
}

#navbar {
	display:none;
}

/* container  -----------------------------------------------*/
#container {
	margin: 0 auto;
	width: 850px;
}

/* header  -----------------------------------------------*/
#header {
	position: relative;
	margin: 0; padding: 0;
	height:60px;
	/*border:1px solid red;*/
}

#header #logo {
	color: transparent;
	float:left;
	width:160px;
	height: 56px;
	background: url('logo_movel.gif') no-repeat left 8px;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;

}

#header h1 {
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #CC0000;
	text-transform: uppercase;
	position: absolute;
	left:12px;
	top: 57px;
}

#header h1 a{
	color: #CC0000;
}

#header ul{
	margin:0;
	list-style:none;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	position: absolute;
	right:12px;
	bottom:1px;
}

#header li{
	display:inline;
	margin:0; padding:0;
}

#header li a {
	float:left;
	background: url('tableft.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#header li a span {
	float:left;
	display:block;
	background: url('tabright.gif') no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

#header li a:hover span {
	color:#FFF;
}

#header li a:hover {
	background-position:0% -42px;
}

#header li a:hover span {
	background-position:100% -42px;
}

/* form elements --------------------------------------------- */
/*#content form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;

}
#content label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

#content input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

#content textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

#content input.button {
	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 1px;
	background: #FFF;
	color: #CC0000;
}
*/

/* menu ----------------------------------------------- */
#menu {
	float: right;
	width: 300px;
	margin:10px 0 0;
	padding: 0;
}

#menu h2 {
	margin:0;
	padding: 4px 0 4px 8px;
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase;
	background: #333;
	letter-spacing: 1px;
}

#menu ul li {
	border-bottom: 1px solid #f2f2f2;
	background: url('bullet.gif') no-repeat 3px 4px;
	padding: 3px 5px 3px 25px;
	margin: 0;
	list-style: none;
}
#menu a {
	font-weight: bolder;
	padding: 3px 0px;
	background: none;
}

/* content -------------------------------------------- */
#content {
	float: left;
	margin: 0; padding: 0;
	width: 540px;
	min-height: 250px;
}

#content.pc100 {
	width: 100%;
}

#content h2, #content .title {
	margin: 10px 0;
	padding: 4px 0 4px 8px;
	font: bold 105% Arial, Sans-Serif;
	text-transform: uppercase;
	background-color: #CC0000;
	color: #fff;
	letter-spacing: .5px;
	border: 0;
}

#content h2 a {
	color: #fff;
}

#content h2 a:hover{
	color: #000;
}

#content ul, #content ol {
	margin-left: 2.5em;
}

.postmeta {
	padding: 0 0 5px 10%;
	font-size: 90%;
	text-align:right;
	border-top: 1px solid #EBEBEB;
}

#content img {
	max-width: 100%;
}

#content p {
	text-indent: 1.2em;
	margin-top:0.3em;
}

/* content form ----------------------------------------- */
#content .title {
	width: 100%;
}

#content textarea {
	width: 100%;
	border: 1px solid #EBEBEB;
}

#content input.postmeta {
	color: #003366;
	width: 90%;
	text-align:left;
}

/* clearfix --------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
		background-color: #000;

}

.clr {
	clear:both;
	visibility:hidden;
}

/* footer --------------------------------------------- */
#footer_container {
	clear:both;
	border-top: 5px solid #cc0000;
	background-color: #000;
	width: 100%;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	line-height: 20px;
	background-color: #000;
}

.footer_item {
	width: 30%;
	margin: 0 1.5%;
	float: left;
	position: relative;
}

#footer p {
	margin: 0px;
	padding: 3px 0px 0px;
	color: rgb(255, 255, 255);
	list-style-type: none;
}

#footer h2 {
	border-bottom: 2px solid rgb(102, 102, 102);
	margin: 15px 0px 0px;
	padding: 0px 0px 2px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#footer ul li a {
	border-bottom: 1px solid rgb(102, 102, 102);
	margin: 0px;
	padding: 5px 0px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	background: #2a2a2a none repeat;
	color: #fff;
}

#footer input {
	border-style: solid;
	border-color: rgb(102, 102, 102) rgb(102, 102, 102) rgb(153, 153, 153) rgb(153, 153, 153);
	border-width: 1px;
	padding: 4px;
	background: rgb(255, 255, 255) none repeat;
	width: 97%;
	color: rgb(51, 51, 51);
	font-size: 11px;
	font-family: Verdana,Helvetica,Sans-Serif;
	margin: 7px 0;
}

/* alertas e mensagens ******************************* **/
.alert {
	background: #fff7da url('alert.png') 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border: 0px;
	border-top: 2px solid #ffeca3;
	border-bottom: 2px solid #ffeca3;
	color: #000;
	text-align: left;
	margin: 0.8em 0;
}

.info {
	background: #e9f2ff url('information.png') 15px 50% no-repeat;
	padding: 5px 20px 5px 45px !important;
	border: 0px;
	border-top: 2px solid #c8dffe;
	border-bottom: 2px solid #c8dffe;
	color: #000;
	text-align: left;
	margin: 0.8em 0;
}
.check {
	background: #ebffeb url('accept.png') 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border: 0px;
	border-top: 2px solid #ccffcc;
	border-bottom: 2px solid #ccffcc;
	color: #000;
	text-align: left;
	margin: 0.8em 0;
}
.error {
	background: #fceceb url('error.png') 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border: 0px;
	border-top: 2px solid #f7d0cc;
	border-bottom: 2px solid #f7d0cc;
	color: #000;
	text-align: left;
	margin: 0.8em 0;
}

.alert span, .info span, .check span, .error span {
	white-space: nowrap;
}

/* google search engine cse ******************************* **/
#cse-search-box input[type="text"] {
	letter-spacing:-0.05em;
}

#cse-search-box input[type="submit"] {
	margin: 0 !important;
	letter-spacing:-0.05em;
	width:70px;
}

/* alinhamento ******************************************** **/
.lt {
	float: left;
}

.rt {
	float: right;
}

.ct {
	text-align: center;
}

/** pager ******************************************* **/
ul.pager {
	margin: 0;
	padding: 0 ;
	list-style: none;
	text-align: center;
	white-space:nowrap;
	clear:both;
}

ul.pager a, ul.pager b, ul.pager input, ul.pager input:active, ul.pager input:focus {
	position: relative;
	float: left;
	padding: 0 1em;
	outline: 0;
	border: 0;
	border-left:1px solid white;
	text-decoration: none;
	color: #000;
	line-height:2em !important;
	text-align: center;

}

ul.pager input, ul.pager input:active, ul.pager input:focus {
	margin:0 0 0 1px;
	width:1.6em;
	padding: 0.2em 0;
	border: 1px solid transparent;
}

ul.pager .selected, ul.pager a:hover, ul.pager input[type="submit"], ul.pager input[type="submit"]:hover {
	background: #cc0000;
	color: #fff;
}

ul.pager input[type="submit"], ul.pager input[type="submit"]:hover {
	font-weight: bold;
	b/order: 2px solid #aa0000;
	b/order-left: 2px solid #ff0000;
	b/order-top: 2px solid #ff0000;
	h/eight:1.75em;
	p/adding:0;
}

ul.pager input[type="submit"]:active {
	background: #cc0000;
	color: #fff;
	font-weight: bold;
}

ul.pager b {
	font-weight: normal;
}

ul.pager input:hover, ul.pager input:active, ul.pager input:focus {
	border: 1px solid transparent;
	background-color: #cc0000;
	color: #fff;
}

