@charset "utf-8";
* {
	padding:0px;
	margin:0px;
}
body  {	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../imagens/fundo_magenta.gif);
	background-repeat: repeat-x;
}
.magenta #topcontainer{
	position: absolute;
	width: 1418px;
	left: 0px;
	top: 0px;
	visibility: visible;
}
.magenta #topcontainer #login{
	margin: 0px;
	padding: 0px;
	float: right;
	position: absolute;
	width: 1060px;
	top: 0px;
	left: 358px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	word-spacing: 11em;
	background-color: #210135;
	height: 29px;
	clear: both;
	display: inline-table;
	line-height: 29px;
}
.magenta  #topcontainer #logo{
	border: 0px solid #000000;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	height: 73px;
	width: 358px;
	background-image: url(../imagens/logo.gif);
	background-repeat: no-repeat;
	visibility: visible;
} 
.magenta #demo{
	left: 750px;
	top: 84px;
	position: absolute;
	margin: 0px;
	width: 445px;
	padding: 0px;
	visibility: visible;
}
.magenta #container {
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: absolute;
	top: 84px;
	left: 99px;
	margin: 0;
	background-color: #FFFFFF;
	float: left;
	visibility: visible;
	background-image: url(../imagens/fundo_sidebar.png);
	background-repeat: repeat-y;
	background-position: right top;
} 
.magenta #container #header{
	float: left;
	background-image: url(../imagens/tvs.png);
	height: 83px;
	width: 600px;
	position: relative;
	bottom: 30px;
	top: 0px;
} 
.magenta #container #sidebar1{
	width: 200px;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 10px;
	margin: 0px;
	float: right;
}
.magenta #container #sidebar1 h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #210135;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.magenta #container #sidebar1 h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #210135;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.magenta #container #sidebar1 P{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #210135;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.magenta #container #sidebar1 ul{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #210135;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.magenta #container #mainContent{
	padding-top: 17px;
	padding-right: 20px;
	padding-left: 20px;
	width: 327px;
	float: left;
	clear: none;
} 
.magenta #container #mainContent  h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #210135;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
}
.magenta #container #mainContent h1  lc{
	text-transform: capitalize;
}
.magenta #container #mainContent  p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #210135;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.magenta #container #mainContent p strong {
	color: #5A5A6E;
}
.magenta #container #footer  p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #210135;
	text-align: center;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	visibility: visible;
}
.magenta     #container #campos{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #210135;
	padding-top: 2px;
}
.menu    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #210135;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.field {
	color: #FFFFFF;
	background-color: #210135;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.botao_simples {
	background-color: #210135;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-align: left;
	vertical-align: baseline;
	margin-left: 5px;
}
.erro_form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	width: 145px;
	text-align: center;
	text-transform: lowercase;
	word-spacing: 0em;
}
.fieldwhite {
	color: #210135;
	display: block;
	border: 1px solid #999;
	width: 220px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 20px;
}
.fieldmsg {
	color: 210135;
	display: block;
	border: 1px solid #999;
	width: 220px;
}
#links {
	width: 600px;
	height: 29px;
}
#links ul {
	padding:0px;
	margin:0px;
	float: left;
	width: 100%;
	background-color:#EDEDED;
	list-style:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	line-height: 29px;
}
#links ul li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
}
#links ul li a {
	float:left;
	/* visual do link */
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	padding-right: 11px;
	padding-left: 12px;
	background-color: #EDEDED;
	vertical-align: middle;
}
#links ul li a.upload {
	float:left;
	/* visual do link */
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	padding-right: 30px;
	padding-left: 15px;
	background-color: #EDEDED;
	vertical-align: middle;
	background-image: url(../imagens/padlock12px.png);
	background-position: 65px center;
	background-repeat: no-repeat;
}
#links ul li a:hover {
	background-color:#E2E2E2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	vertical-align: middle;
}
.linknews a:link {
	text-decoration: none;
	color: #210135;
}
.linknews a:visited {
	text-decoration: none;
	color: #210135;
}
.linknews a:active {
	text-decoration: none;
	color: #210135;
}
.linknews a:hover {
	text-decoration: underline;
	color: #210135;
}
.abrir a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #210135;
	text-decoration: none;
	color: #210135;
	font-weight: bold;
	text-transform: uppercase;
}
.abrir a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #210135;
	text-decoration: underline;
	color: #210135;
	font-weight: bold;
	text-transform: uppercase;
}
.aberto {
	display: none;
}
img, div, a { behavior: url(iepngfix/iepngfix.htc) }


/* Begin BLOG */


a:link {
	text-decoration: none;
	color: #00F;
}
a:visited {
	text-decoration: none;
	color:  #00F;
}
a:active {
	text-decoration: none;
	color:  #00F;
}
a:hover {
	text-decoration: underline;
	color: #210135;
}

/* Begin Blog Sidebar */
#sidebar
{
	padding: 0px 0 10px 10px;
	width: 190px;
	float: right;
	}
	

#sidebar form {
	margin: 0;
	}
	
/* End Blog Sidebar */


small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666;
	}
/* Begin Blog Date */
time {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #09F;
	text-transform: uppercase;
	}

/* Begin Blog Date */

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #39F;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.commentlist li {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	visibility: hidden;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	}

.commentlist p {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-transform: none;
	}
	
	/* End BLOG */

