body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px;
	background-color:#000;
	background-image:url("../images/bg.png");
}

#loading{
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#666666;
	font-weight:bold;
	width:100px;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(loading.gif);
	background-repeat:no-repeat;
}
#input_user {
	background-image: url(usuario_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #333333;
	font-weight: bold;
	color: #003366;
}


#container{
	width:760px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

#top{
	width:760px;
	height:20px;
	background-image:url("../images/bg-top.gif");
	background-repeat:no-repeat;
}

#title{
	width:760px;
	height:120px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	background-image:url("../images/bg-center.gif");
	background-repeat:repeat-y;
}

#content{
	width:760px;
	background-image:url("../images/bg-center.gif");
	background-repeat:repeat-y;
}

#left{
	width:160px;
	float:left;
	padding-left:15px;
	padding-right:5px;
}

#right{
	width:560px;
	float:left;
	padding-right:20px;
}

#plano_web {
	text-align: center;
}
.msg_sucesso {
	color: #669900;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}


#cleaner{
	clear:both;
}

#footer{
	width:730px;
	height:70px;
	padding-right:30px;
	text-align:center;
	background-image:url("../images/bg-footer.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
}

#rodape{
	color:#F4F4F4;
	font-size: 12px;
	text-align:center;
}

#rodape a{
	color:#65B00F;
}

#formLogin{
	background-image:url(bg_box_mc.gif);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-left:15px;
	float:right;
	width:275px;
	margin-right:50px;
	height:75px;
}

#formLogin a{
	color:#999999;
}
h1 {
	color: #669900;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	background-image: url(bg_right.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
h3 {
	text-align: center;
	color: #FF6600;
	font-size: 16px;
}


.input{
	border:solid;
	border-width:1px;
	border-color:#666666;
	background-image: url(input_text_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

.input:hover{
	border-color:#669933;
}

blockquote{
	background-color:#F4F4F4;
	text-align:justify;
	margin: 10px;
	padding: 5px;
	border: 1px solid #999999;
}
#right p {
	text-indent: 20px;
	text-align: justify;
}

h2 {
	font-size: 18px;
	text-align: center;
}
.site_web {



	background-color:#F4F4F4;
	text-align:justify;
	margin: 10px;
	padding: 5px;
	border: 1px solid #999999;
}
.botao {
	background-image: url(botao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	width: 180px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	padding-top: 6px;
	text-align: center;
}
#statusRegistro {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #E2E2E2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #F0F0F0;
}

.botao:hover {
	background-position: bottom;
}



.site_web strong {
	color: #333399;
	font-size: 14px;
}
.tabela_dados {
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabela_dados th {
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.tabela_dados td {

	background-color: #F0F0F0;
	padding: 5px;
}

.cadastro_titulo {
	font-size: 18px;
	font-weight: bold;
}
.cadastro_titulo_comentario {
	font-size: 14px;
	font-weight: normal;
}

.cadastro_botao {
	background-image: url(cadastro_btn_bg.png);
	height: 20px;
	width: 480px;
	background-repeat: no-repeat;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #999999;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.cadastro_botao:hover {
	color: #333333;
}


.cadastro_titulo span {
	color: #999999;
}
.tabela_dados .tabela_label {
	background-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.msg_erro {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#menu a {
	background-repeat:no-repeat;
	background-position:top;
	background-color: #FFFFFF;
	display: block;
	height: 40px;
	width: 160px;
	text-decoration: none;
}
#menu a:hover {
	background-position: bottom;
}
#menu #menu_home {
	background-image: url(menu_home.jpg);
}

#menu #menu_sobre {
	background-image: url(menu_sobre.jpg);
}

#menu #menu_sites {
	background-image: url(menu_sites.jpg);
}

#menu #menu_sistemas {
	background-image: url(menu_sistemas.jpg);
}

#menu #menu_hospedagem {
	background-image: url(menu_hospedagem.jpg);
}

#menu #menu_cases {
	background-image: url(menu_cases.jpg);
}
#menu #menu_twitter {
	background-image: url(menu_twitter.jpg);
}
#menu #menu_downloads {
	background-image: url(menu_downloads.jpg);
}
#menu #menu_contato {
	background-image: url(menu_contato.jpg);
}
#input_pass {
	background-image: url(senha_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #333333;
	font-weight: bold;
	color: #003366;
}
#title #selo {
	float:left;
}
#title #prog_name {
	float: left;
}
.cur_link{
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
	color:#666666
}
.cur_link:hover{
	text-decoration:underline;
}
.topico{
	text-indent:20px;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
.sub_topico{
	text-indent:40px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
