/*****************************************/
/*** general ***/
/*****************************************/

html, body {
	height: 100%; /* para que height:100% funcione nos div */
}
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #6f6f6f;
	background-color: #D0D3C2;
	text-align: left;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type:none;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
/* ==== h1, h2, h3 ====*/
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: bottom;
	width: 100%;
	margin: 0;
	padding: 0;
}
h1 {
	color: #FF6600;  /* Laranja */
}
h2 {
	color: #666699;  /* azul + claro */
}
h3 {
	color: #000066;  /* azul */
}
h4 {
	font-size: 14px;
	color:	#666699;  /* azul claro */
}
h5 {
	font-size: 14px;
	color: #666666;  /* cinza */
}
h6 {
	font-size: 12px;
	color: #666699;  /* azul + claro */
}
img, table {
	border:none;
}
input.button {
	cursor: pointer;
	background:none;
}
p {
	margin-bottom: 5px;
	text-align:justify;
}

/*****************************************/
/*** main layout ***/
/*****************************************/

/* Area principal	*/
div.content {
	width: 756px;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page	*/
	padding: 0 5px 0 5px;
	background: #FFFFFF url(../images/bg.png) repeat-y;
}
/* area do HEAD */
div#header {
	width: 756px;
	height: 107px;
        position: relative;
	background-color: #000066;
}
/* Coluna a direita	*/
div#rightcolumn {
	width: 166px;
	float: right;
	margin: 5px 10px 5px 10px;
}
/* coluna central	*/
div#maincolumn {
	width: 550px;
	float: left;
	margin: 5px 10px 5px 10px;
}
/* coluna central	*/
div#maincolumn_full {
	width: 746px;
	float: right;
	margin: 5px 10px 5px 10px;
}
/* rodape: container*/
div#footer {
        clear: both;
	width: 756px;
	height: 200px;
	border-top: 1px solid #e6e6e6;
}
/*****************************************/
/*** top box ***/
/*****************************************/

/* Logo EAR	*/
div#logo {
	width: 348px;
	height: 39px;
	position: absolute;
	left: 18px;
	background: url(../images/logo_ear.png) no-repeat top left;
}


/* ID de participantes	*/
div#userid {
	width: 280px /* 240px */;
	height: 60px;
	margin-left: 432px;
}
/* fotos dos participantes	*/
div#fotoID {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	border: #999999 solid 2px;
}
div#infosID {
	float: left;
	width: 220px; /* 180px; */
	font-size: 10px;
	line-height: 14px;
	margin: 5px 0 0 5px;
	color: #e1e1e1;
}
/*****************************************/
/*** top menus ***/
/*****************************************/

/* MENU PRINCIPAL: container	*/
div.moduletable_mainmenu {
	float: left;
	margin-top: 16px;
	height: 31px;
}
/* MENU PRINCIPAL: orelhas  */
div.moduletable_mainmenu ul {
	list-style-type: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
div.moduletable_mainmenu ul span {
	background: url(../images/mainmenu.png) 100% 0;
	display: block;
	font-size: 13px;
	line-height: 31px;
	padding-right: 15px;
}
div.moduletable_mainmenu ul li {
	float: left;
	margin: 0;
}
div.moduletable_mainmenu ul a {
	background: transparent url(../images/mainmenu.png);
	color: #FFF;
	display: block;
	float: left;
 	height: 31px;
	padding-left: 12px;
}
div.moduletable_mainmenu ul a:hover {
	background-color:transparent;
	background-position: 0 -62px;
}
div.moduletable_mainmenu ul a:hover span {
	background-position: 100% -62px;
}
div.moduletable_mainmenu ul li.active a {
	background-color: transparent;
	background-position: 0 -31px;
	color: #003399;
}
div.moduletable_mainmenu ul li.active span {
	background-position: 100% -31px;
}


/* AUX MENU: container	*/
div#auxmenus{
	float: right;
	margin: 0;
	width: 300px;

}

/* MENUS TX */
div.moduletable_auxmenu {
	height: 30px;
}
/* MENU TX 1: ADM, sair  */
div.moduletable_auxmenu ul {
	height: 30px;
	list-style-type: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div.moduletable_auxmenu ul span {
	display: block;
	padding-right: 10px;
}
div.moduletable_auxmenu ul li {
	float: right;
	border-right: 1px solid #e1e1e1;
}

div.moduletable_auxmenu ul li:first-child {
	border: none;
}

div.moduletable_auxmenu ul a, div.moduletable_auxmenu ul a:visited, div.moduletable_auxmenu ul a:link  {
	color: #e1e1e1;
	display: block;
	float: left;
	padding-left: 10px;
}
div.moduletable_auxmenu ul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* fim MENUS TX */




/*****************************************/
/*** right column/menu ***/
/*****************************************/

/* module */
div#rightcolumn div.moduletable {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}
div#rightcolumn div.moduletable h3 {
	font-size: 13px;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	background: #000066;
	padding-bottom: 1px;
	margin-bottom: -6px;
}
div#rightcolumn div.moduletable h3 .sb-inner { background: #000066; }
div#rightcolumn div.moduletable h3 .sb-shadow { background: #000000; }
div#rightcolumn div.moduletable ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	background: #FFFFFF;
}
div#rightcolumn div.moduletable ul .sb-inner { background: #FFFFFF; }
div#rightcolumn div.moduletable ul .sb-shadow { background: #000000; }

div#rightcolumn div.moduletable ul li {
	padding: 0 5px 0 15px;
	border-top: 1px solid #e1e1e1;
}
div#rightcolumn div.moduletable ul li:first-child {
	padding: 0 5px 0 15px;
	border: none;
}
div#rightcolumn div.moduletable ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
div#rightcolumn div.moduletable ul li:last-child {
	padding-bottom: 5px;
}
div#rightcolumn div.moduletable ul li.active a {
	font-size: 14px;
	font-weight: bold;
}
div#rightcolumn div.moduletable ul li ul {
	background: #E8E8E8;
}
div#rightcolumn div.moduletable ul li ul .sb-inner { background: #E8E8F0; }
div#rightcolumn div.moduletable ul li ul li a, div#rightcolumn div.moduletable ul li.active ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #ff6600;
}
div#rightcolumn div.moduletable ul li ul li.active a, div#rightcolumn div.moduletable ul li.active ul li.active a {
	font-size: 14px;
	font-weight: bold;
}

/*****************************************/
/*** Pagina inicial - comentarios ***/
/*****************************************/

div.moduletable_bottom {
	width: 550px;
	padding: 5px 15px 5px 10px ;
}

/*****************************************/
/*** Joomla! article list ***/
/*****************************************/

/* headers */
.componentheading {
	margin-bottom: 20px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.contentheading, div.blog_more h2 {
	width: 90% ;
	padding: 5px 15px 5px 10px ;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	color: #ff6600;
	background: #E8E8F0;
}
.contentheading .sb-inner , div.blog_more h2 .sb-inner  { background: #E8E8F0; }
.contentheading .sb-shadow, div.blog_more h2 .sb-shadow { background: #000000; }

div#maincolumn form div.filter, div#maincolumn form div.display {
	display: none;
}

div#maincolumn  ul {
	width: 90% ;
	margin: 0;
	padding: 10px 5px 25px 20px ;
	font-size: 13px;
	color: #666666;
	background: #FFFFFF; 
}
div#maincolumn  ul li a {
	padding-left: 15px;
	background: transparent url(../images/bullet.png) no-repeat 0 4px;
}
div#maincolumn  ul li a:hover {
	background: transparent url(../images/bullet_hover.png) no-repeat 0 4px;
}
div.contentdescription .sb-inner , div#maincolumn  ul .sb-inner { background: #FFFFFF; }
div.contentdescription .sb-shadow, div#maincolumn  ul .sb-shadow { background: #000000; }

div.leading, div.article_column {
	background: #E8E8E8;
	padding: 10px;
}
div.leading .sb-inner , div.article_column .sb-inner  { background: #E8E8E8; }
div.leading .sb-shadow, div.article_column .sb-shadow { background: #000000; }

div.sectiontableentry1, div.sectiontableentry2 {
	width: 90% ;
	height: 34px;
	line-height: 34px;
	margin: 0px;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #D2D2D2;
	background: #E8E8E8 url(../images/grad.png) repeat-x;
}
div.sectiontableentry1 .sb-inner , div.sectiontableentry2 .sb-inner  { background: #E8E8E8 url(../images/grad.png) repeat-x; }
div.sectiontableentry1 .sb-border, div.sectiontableentry2 .sb-border { background: #D2D2D2; }


/* small text */
.small {
	text-align: right;
	font-size: 8px;
	font-weight: normal;
	color: #666699;  /* azul + claro */
}
/*****************************************/
/*** Contacts ***/
/*****************************************/
td.sectiontableheader {
	display: none;
}
tr.sectiontableentry1 td:first-child, tr.sectiontableentry2 td:first-child {
	display: none;
}
div#eventlist tr.sectiontableentry1 td:first-child, div#eventlist tr.sectiontableentry2 td:first-child {
	display: table-cell;
}


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/
div.offline {
	background: #fffebb;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}
.modifydate {
	height: 20px;
	vertical-align: bottom;
	text-align: right;
	font-size: 8px;
	font-weight: normal;
	color: #666699;  /* azul + claro */
}
.createdate {
	height: 20px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: right;
	font-size: 8px;
	font-weight: normal;
	color: #666699;  /* azul + claro */
}
a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}
/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}
.article_column {
	padding-right: 5px;
}
.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}
form#form-login fieldset {
	border: 0 none;
	margin: 0em;
	padding: 0.2em;
}
form#form-login ul {
	padding-left: 20px;
}
/* thumbnails */
div.mosimage {
	margin: 5px;
}
div.mosimage_caption {
	font-size: .90em;
	color: #666;
}
div.caption {
	padding: 0 10px 0 10px;
}
div.caption img {
	border: 1px solid #CCC;
}
div.caption p {
	font-size: .90em;
	color: #666;
	text-align: center;
}
/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}
table.paramlist td.paramlist_key {
	width: 128px;
	height: 30px;
}
table.paramlist td.paramlist_value {
}
div.message {
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
