body {
	font-family: tahoma, verdana, times new roman;
	font-size: 11px;
	background-color: #e0e0da;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}



/* par‡grafos gerais */

h1 {
	font-size: 16px;
	color: #1A6935;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* **** */



/* fieldsets gerais */

fieldset {
	border: 1px solid #CCCCCC;
}
fieldset legend{
	font-size: 12px;
	color: #1A6935;
}

img {
	border: none;
}

/* **** */



/* links gerais */

a:link {color: #1A6935; text-decoration: none;}
a:visited {color: #1A6935; text-decoration: none;}
a:hover {color: #1A6935; text-decoration: underline;}

/* **** */



/* textboxes, selectboxes & buttons gerais */

.textbox {
	width: 100%;
	background-color: #e0e0da;
	border: 1px solid #1A6935;
	color: #000000;
}
.selectbox{
	width: 100%;
	background-color: #e0e0da;
	border: 1px solid #1A6935;
	color: #000000;
}
.button{

}
.textarea {
	width: 100%;
	background-color: #e0e0da;
	border: 1px solid #1A6935;
	color: #000000;
	height: 100px;
}
.no_wysiwyg {
	width: 100%;
	background-color: #e0e0da;
	border: 1px solid #1A6935;
	color: #000000;
	height: 100px;
}

/* **** */



/* plugins */

.user_1 {
	float: right;
}
.user_2 {
	margin: 0px 0px 20px 0px;
}
.user_3, .user_4, .user_5, .user_6 {
	background-color: #B9ED8C;
	background-image: url(../images/light.png);
	background-repeat: repeat-x;
	width: 200px;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
}

/* **** */



/* mensagens */

#bad_msg {
    text-align: center;
    background-color: #FFFFCC;
    border: 1px solid #CC0000;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
}
#good_msg {
    text-align: center;
    background-color: #CCFFCD;
    border: 1px solid #26CC00;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
}

/* **** */



/* Estilos  gerais */

#table_comp {
	width: 100%;
	font-size: 11px;
}
#table_comp .title {
	text-align: center;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
#table_comp .listing_td {
	border-bottom: 1px solid #D5D5D5;
	padding: 5px 5px 5px 5px;
}
#table_comp a:link, #update_end a:link {color: #000000; text-decoration: underline;}
#table_comp a:visited, #update_end a:visited {color: #000000; text-decoration: underline;}
#table_comp a:hover, #update_end a:hover {color: #000000; text-decoration: none;}

#tabela_geral {
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
#tabela_geral .logo {
	padding: 10px 5px 10px 5px;
	width: 50%;
}
#tabela_geral .lateral {
	width: 1px;
}

#conteudos {
	width: 100%;
	font-size: 11px;
	margin: 0px 0px 25px 0px;
}
#conteudos .load_content {
	padding: 0px 10px 5px 10px;
	text-align: justify;
}

#mod_title {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
}

/* **** */



/* footer */

#footer {
	width: 900px;
	text-align: left;
	font-size: 11px;
	color: #5e5e5e;
}
#footer .system {
	color: #5e5e5e;
	font-weight: normal;
}

/* **** */



/* menu */

#table_menu {
	background-color: #1A6935;
	background-image: url(../images/light.png);
	background-repeat: repeat-x;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
}
#table_menu a:link {color: #ffffff; text-decoration: none; font-weight: bold;}
#table_menu a:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
#table_menu a:hover {color: #ffffff; text-decoration: none; font-weight: bold;}
#table_menu td{
    padding: 10px;
	background-image: url(../images/light.png);
	background-repeat: repeat-x;
	background-color: #1A6935;
}
#table_menu td:hover {
    background-color: #7BBF42;
}
#table_menu .dropdown_child img {
    background-color: #1A6935;
	padding: 3px;
}
#table_menu .dropdown_child {
	margin-top: 8px;
	margin-left: -9px;
	width: 210px;
	background-color: #1A6935;
	z-index: 1001;
}
#table_menu .submenu {
	border-bottom: 1px solid #1A6935;
	padding: 3px;
	background-color: #1A6935;
	background-image: url(../images/light_little.png);
	background-repeat: repeat-x;
	z-index: 1001;
	font-size: 11px;
	font-weight: bold;
}
#table_menu .submenu:hover {
	background-color: #7BBF42;
}
#table_menu .dropdown_child a:link {color: #ffffff; text-decoration: none;}
#table_menu .dropdown_child a:visited {color: #ffffff; text-decoration: none;}
#table_menu .dropdown_child a:hover {color: #ffffff; text-decoration: none;}

#menu {
	width: 100%;
	background-color: #1A6935;
	background-image: url(../images/light.png);
	background-repeat: repeat-x;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

/* **** */



/* comp_users */

#users_plugin {
	font-size: 10px;
	text-align: right;
}
#users_plugin .textbox{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #B9ED8C;
	color: #B6B5B5;
	font-size: 10px;
}
#users_plugin .button{
	background-color: #FFFFFF;
	border: 1px solid #B9ED8C;
	color: #B6B5B5;
	font-size: 10px;
}
#table_registos {
	width: 100%;
	font-size: 11px;
}
#table_registos td {
	margin: 0px;
	padding: 2px;
}
#table_registos .field{
	width: 150px;
	text-align: right;
}

/* ********** */



/* comp_banners */

#banners {
	margin: 0px 0px 10px 0px;
}
#banners img{
	width: 680px;
	height: 250px;
}

/* ************ */



/* comp_portfolio */

#portfolio {
	text-align: justify;
	padding: 6px 0px 6px 0px;
	font-size: 10px;
	width: 100%;
}
#portfolio .title {
	color: #1A6935;
	font-size: 10px;
	text-align: left;
}
#portfolio .end {
	text-align: right;
}
}
#portfolio .thumb {
	float: left;
}
#portfolio .anexos {
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #000000;
}
#portfolio .list_titulo {
	font-size: 16px;
	color: #1A6935;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#portfolio .list_img {
	width: 100px;
	height: 100px;
	text-align: center;
	border-bottom: 1px solid #D5D5D5;
	padding: 5px 5px 5px 5px;
}
#portfolio .listing {
	font-size: 10px;
	border-bottom: 1px solid #D5D5D5;
	padding: 5px 5px 5px 5px;
}
#portfolio .s_textbox {
	width: 80%;
	background-color: #e0e0da;
	border: 1px solid #1A6935;
	color: #000000;
}
#portfolio a:link {color: #000000; text-decoration: underline;}
#portfolio a:visited {color: #000000; text-decoration: underline;}
#portfolio a:hover {color: #000000; text-decoration: none;}

#slideshow {
	margin: 0px 0px 10px 0px;
}
#slideshow img{
	width: 450px;
	height: 250px;
}

/* *********** */



/* comp_artigos */

#update {
	text-align: justify;
	padding: 6px 0px 6px 0px;
}
#update p {
	margin: 5px;
}
#update .title {
	color: #1A6935;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#update .date {
	color: #000000;
	font-size: 9px;
	text-align: left;
}
#update_end {
	text-align: right;
}
#update a:link {color: #1A6935; text-decoration: none;}
#update a:visited {color: #1A6935; text-decoration: none;}
#update a:hover {color: #1A6935; text-decoration: underline;}

/* *********** */



/* comp_contactos */

#contactos {
	text-align: justify;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
	width: 100%;
}
#contactos .title {
	text-align: center;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
#contactos.end {
	text-align: right;
}
}
#contactos .thumb {
	float: left;
}
#contactos .anexos {
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #000000;
}
#contactos .list_titulo {
	font-size: 16px;
	color: #1A6935;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#contactos .list_img {
	width: 100px;
	height: 100px;
	border-bottom: 1px solid #D5D5D5;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
#contactos .listing {
	font-size: 10px;
	border-bottom: 1px solid #D5D5D5;
	padding: 5px 5px 5px 5px;
}
#contactos .s_textbox {
	width: 80%;
	background-color: #e0e0da;
	border: 1px solid #1A6935;
	color: #000000;
}
#contactos a:link {color: #000000; text-decoration: underline;}
#contactos a:visited {color: #000000; text-decoration: underline;}
#contactos a:hover {color: #000000; text-decoration: none;}

#contactos_plugin {
	text-align: justify;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
	width: 100%;
}
#contactos_plugin a:link {color: #1A6935; text-decoration: none; font-weight: bold;}
#contactos_plugin a:visited {color: #1A6935; text-decoration: none; font-weight: bold;}
#contactos_plugin a:hover {color: #1A6935; text-decoration: none; font-weight: bold;}

/* *********** */