/********************** General CSS **********************/ 
html,
body {
	height: 100%;
	/*max-width: 1280px;*/
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Geneva, Arial, SunSans-Regular, sans-serif;
	background: #b0b0b0 none;
	text-align: left;
	font-size: 12px;
}
p {
	text-indent: 5em;
	text-align: justify;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
h1 {
	/*margin-top: 0;
	color: #000;
	background: #dfdfdf url(../images/menu_bg.gif) top left repeat-x;*/
}
h2 {
	display: table;
	color: #009;
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 1.5em auto 0;
	border-bottom: 3px dotted #e8c888;
	letter-spacing: 0.5em;
}
dt{
	font-weight: bold;
}
dd{
	margin: 0 0.5em 1.5em 0;
}
a:link, a:hover {
	color: #000;
}
a:visited {
	color: #666;
}
a:active {
	color: #aaa;
}
a:link, a:hover, a:visited, a:active {
	background: transparent none;
}
a.external {
	padding-right: 1.2em;
	cursor:pointer;
	background: transparent url(../images/util/external_link.gif) center right no-repeat;
}
p.toadminlink{
	text-indent: 0;	
	font-weight: bold;
	display: block;
	margin: 1em 1em 0;
	padding: 0 0 0 20px;
	line-height: 16px;
	background: transparent url(../images/admin/admin_mini.png) center left no-repeat;
}

input:focus, select:focus, textarea:focus {
	background-color: #f0f8ff; color:#000;
}
/******************** Special classes **********************/
.clearer {
	visibility: hidden;
	line-height: 0em;
	clear: both;
}
.clearer:after{
	content: '.';
}
.accelerator {
	text-decoration: underline;
}
.fakelink {
	text-decoration:underline;
	cursor: pointer;
}
.light:hover {
	background-color: #f0f6ff;
}
.empty {
	text-indent: 0;
	text-align: center;
	font-weight: bold;
}

/*********************** User info ************************/
.userinfo {position: absolute; top: 156px; right: 1em; text-align: right; color: #000; font-size: 11px; margin:0;}
.userinfo a { font-weight: bold; text-decoration: none;}
.userinfo a:link,
.userinfo a:visited {color: #000;}
.userinfo a:hover,
.userinfo a:active,
.userinfo a:focus {color: #3349ff;}

/********************** Admin stuff **********************/
.adminlink img {border: 0;}
p.adminerror {
	text-indent: 0;
	text-align: center;
}

/********************** Page Header **********************/
#top {position: relative; text-align: center; height: 150px; overflow: hidden; color: #ccc; background: #010101 url(../images/top_bg.jpg) top left no-repeat;}
#top .right {position: absolute; top: 0; right: 0; background: transparent url(../images/top_right3.gif) center center no-repeat; width: 273px; height: 150px;}
#top .logo {text-align: center; }
			
.menucontour {
	clear: both;
	width: 100%;
	height: 4px;
	background: transparent url(../images/menu_contour_bg.gif) top left repeat-x;
}
#menu {
	display: block;
	width: 100%;
	background: transparent url(../images/menu_bg.gif) top left repeat-x;
}
#menu ul {
	float: left;
	display: inline;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #555;
	background: #ddd url(../images/menu_bg.gif) top left repeat-x;
}
#menu li {
	display: inline;
}
#menu a {
	float: left;
	display: inline;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	padding: 0.25em 1em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#menu a:link,
#menu a:visited,
#menu a:focus {
	color: #555;
	background: #ddd url(../images/menu_bg.gif) top left repeat-x;
	/*text-shadow: #191919 0 1px 1px;*/
}
#menu a:hover {
	color: #000;
	background: #666 url(../images/menu_hover_bg.gif) top left repeat-x;
}
#menu ul li .active {
	color: #000;
	background: #666 url(../images/menu_hover_bg.gif) top left repeat-x;
}

/*Admin*/
#menu a#menupainel {color: #CC0000;}
/***************** Page Content & boxes *******************/
/*.backbox, .frontbox {
	display: block;
	position: relative;
	height: auto;
	text-align: left;
	overflow: visible;
}
.backbox  {
	margin: 0.5em;
	background: #c6c6c6 none;
}
.frontbox {
	background: #f0f0f0 none;
}*/
.headedbox {
	display: block;
	position: relative;
	height: auto;
	padding: 0 0 1px;
	margin: 0 auto 1em;
	overflow: visible;
	background: #d6d6d6 url(../images/headed_box_bg.gif) top left repeat-x;
}
.headedbox h2 {
	display: block;
	text-align: center;	
	font-size: 14px;
	letter-spacing: normal;
	color: #efefef;
	line-height: 26px;
	border: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent none;
}
.headedbox h2 span.left {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 37px;
	height: 32px;
	background: transparent url(../images/headed_box_left.gif) top left no-repeat;
}
.headedbox h2 span.right {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 32px;
	background: transparent url(../images/headed_box_right.gif) top right no-repeat;
}

/* Formulário padrão */
form {
	display: block;
	height: auto;
	margin: 2em auto 1em;
	padding: 1px 0;
	position: relative;
}
form fieldset {
	text-align: justify;
	border: 3px double #e6e6e6;
	padding: 1em 0.5em 0.5em;
	margin: 1%;
}
form fieldset legend {
	font-size: 13px;
	color: #668;
	font-weight: bold;
}
form .tfield, form label, form textarea, form select {
	margin-bottom: 0.5em;
}
form label, form select {
	float: left; display: inline;
}
form label {
	clear: left;
	width: 12%;
	font-size: 12px;
	border-bottom: 1px dotted #999;
	margin-left: 1%;
	padding-top: 0.4em;
}
form .tfield, form textarea {
	width: 84%;
	overflow: auto;
}
form select {
	width: 42.5%;
}
form button, form .tbutton {
	margin-left: 13%;
}

/* Conteúdo (comum) */
#content {
	padding: 1.5em 1em 1.5em;
	position: relative;
	min-height: 450px;
	background: #ededed url(../images/content_bg.gif) top left repeat-x;
}
#content h1 {
	font-size: 14px;
	padding: 0.2em 0;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
#telecom { text-align: center; } 
#continterno {
	height: auto;
	overflow: visible;
	color: #000;	
	background: #ccc none;	
}
.toplink,
.backlink {text-align: left; font-size: 10px; width: 13px; margin-left: 0.5em;}
.toplink img,
.backlink img {border: 0;}
.backphp {/* just display */}
.backjs {display: none;}

/* Rodapé */
#footer {
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding: 0.5em 0.25em 0.25em;
	background: transparent url(../images/footer_bg.gif) top left repeat-x;
}
#footer p {text-align: center; text-indent: 0; margin-top: 0.25em;}
/*#footer .standards {margin: 0.5em; }*/
#footer img  {vertical-align: middle; border: 0; margin: 0 0.25em;}
#footer a {text-decoration: underline;}

/* Mensagens de status (nomes das classes definidos em "Moon_Status") */
#statusbox {
	text-align: center;
	margin: 0 0 1em;
	padding-bottom: 1px;
	background: transparent none;
}
#statusbox ul {
	list-style: none;
	padding: 0;
	margin: 0.5em auto;
	width: 750px;
	font-weight: bold;
	background: transparent none;
}
#statusbox li {
	width: auto;
	max-width: 750px;
	margin: 0 0 0.2em;
	border: 1px solid #a6a6a6;
}
#statusbox li {
	list-style-image: none;
	text-indent: 1.6em;
	letter-spacing: 1px;
	text-align: justify;
	padding: 0.25em 0.5em 0.35em;
	background-position: 0.4em 0.25em;
	background-repeat: no-repeat;
}
#statusbox li.msgerror {
	background-color: #facece;
	background-image: url(../images/icons/error.gif);
}
#statusbox li.msgwarning {
	background-color: #fff7ce;
	background-image: url(../images/icons/warning.gif);
}
#statusbox li.msginfo {
	background-color: #d0f0ff;
	background-image: url(../images/icons/info.gif);
}
#statusbox li.msgsuccess {
	background-color: #ceface;
	background-image: url(../images/icons/check.gif);
}
#statusbox li.help {
	background-color: #cceeff;
	background-image: url(../images/icons/help.gif);
}

/********************* mceEditor **********************/
/*.mceEditor select {float: none; margin: 0; width: auto;}*/
