/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
body {
	margin-top: 15px;
    background: #565b61;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
    text-align: justify;
	color: #333;
}

img,table {
	border: none;
}

a:link, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #888888;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #888888;
}



#borda {
	width: 940px;
	height: 100%;
	padding: 10px;
	margin: 0 auto;
	background: #454851;
}

#painel {
	width: 940px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}

#header {
	height: 160px;
	background: url(../images/header_bg.jpg) top left no-repeat;
	width: 940px;
}

#flag{
	height: 160px;
	background: url(../images/header_bg.jpg) top left no-repeat;
	width: 940px;
}

#content {
	width: 940px;
	padding: 1px 0 0 0;
	overflow: hidden;
}

#leftcolumn {
	width: 175px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

#rightcolumn {
	width: 175px;
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
}

#maincolumn {
	width: 570px;
	background: #fff;
	margin: 0;
	padding: 10px 4px 10px 4px;
	float:left;
	border-left: dashed #CCC 1px;
	border-right: dashed #CCC 1px;
	margin-bottom: 5px;
}

#maincolumn_full {
	width: 750px;
	background: #fff;
	margin: 0;
	padding: 10px 4px 10px 5px;
	float: left;
	border-left: dashed #CCC 1px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	height: 40px;
    color: #fff;
    font-size: 9px;
	padding-top: 5px;
}

/*****************************************/
/***     Module especific elements     ***/
/*****************************************/
#leftcolumn h3, #rightcolumn h3  { 	
	font-family: Tahoma, Arial, sans-serif;
	width: 170px;	
	color: #fff; 
	font-size: 13px;
	height: 36px;
	text-align: left;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	background: url(../images/h3.png) top left no-repeat;	
}

.module   {
	margin: 0 0 20px 0;
}

/*****************************************/
/***   Frontpage especific elements    ***/
/*****************************************/
.blog { padding: 0;
	background: url(../images/frontpage_bg.png) center repeat-y;

 }

.leading
{
	border-bottom: dashed #CCC 1px;
	margin-bottom: 10px;
}

.article_row
{
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	padding: 0;
	overflow: hidden;
}

.column1 h3, .column2 h3  { 	
	font-family: Tahoma, Arial, sans-serif;
	width: 170px;	
	color: #fff; 
	font-size: 13px;
	height: 36px;
	text-align: left;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	
}

.column1
{
	float: left;
	margin: 0;
	position: relative;
	width: 275px;
	border-bottom: dashed #CCC 1px;
	background: url(../images/frontpage_header.jpg) top left no-repeat;
}

.column2
{
	float: right;
	margin: 0;
	position: relative;
	width: 275px;
	border-bottom: dashed #CCC 1px;
	background: url(../images/frontpage_header.jpg) top left no-repeat;
}

/*****************************************/
/***     Validação do Formulário       ***/
/*****************************************/
.invalid { border-color: #ff0000; }

label.invalid { color: #ff0000; }

input.button, .validate {
	background: #999999;
	border: 0;
	font-size: 10px;
	color: #fff;
	padding: 3px 4px;
	cursor: pointer;
}

.inputbox {
	border: 1px solid #999999;
	padding: 2px;
}

fieldset { 
	border: 0 none; 
	margin: 0; 
	padding: 14px;
}

/*****************************************/
/***  System MSGs especific elements   ***/
/*****************************************/
#system-message { margin-bottom: 20px;
				  font-size: 15px;
				  font-weight: bold;
				  background-color: #CFCFCF;}

#system-message dd.message ul {
	background: url(../images/notice-info.png) 4px center no-repeat;
	padding: 5px 0px 5px 40px;
	list-style: none;
	font-size: 13px;
}

/* System Error Messages */

#system-message dd.error ul {
	background: url(../images/notice-alert.png) 4px center no-repeat;
	padding: 5px 0px 5px 40px;
	list-style: none;
	font-size: 13px;
}

/* System Notice Messages */

#system-message dd.notice ul { 
	background: url(../images/notice-note.png) 4px center no-repeat;
	padding: 5px 0px 5px 40px;
	list-style: none;
	font-size: 13px;
}
