body {
	font-family: tahoma, verdana, times new roman;
	font-size: 10px;
	background-image: url(../images/back.png);
	margin: 0px 0px 0px 0px;
	color: #828282;
}

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

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

img {
	border: none;
}

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

.textbox{
	width: 100%;
	background-color: #3e3b3b;
	border: 1px solid #302d2d;
	color: #ffffff;
}
.selectbox{
	width: 100%;
	background-color: #3e3b3b;
	border: 1px solid #302d2d;
	color: #ffffff;
}
.button{
	background-color: #3e3b3b;
	border: 1px solid #302d2d;
	color: #ffffff;
}
.textarea {
	width: 100%;
	border: 1px solid #302d2d;
	color: #ffffff;
	height: 100px;
	background-color: #3e3b3b;
}

#welcome_msg {
	border-right: 1px dotted #3e3b3b;
	padding: 0px 15px 0px 0px;
	margin: 0px 15px 0px 0px;
	float: left;
	width: 300px;
}

#table_comp {
	width: 100%;
	font-size: 11px;
}
#table_comp .title {
	text-align: center;
	background-color: #CCFFCD;
	border: 1px solid #26CC00;
	font-weight: bold;
}
#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_topo {
	background-color: #302d2d;
	width: 910px;
	font-size: 34px;
	border-right: 5px solid #434343;
	border-left: 5px solid #434343;
}

#tabela_geral {
	width: 910px;
	background-color: #302d2d;
	vertical-align: top;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	border-right: 5px solid #434343;
	border-left: 5px solid #434343;
}
#tabela_geral .user_1, #tabela_geral .user_2 {
	width: 900px;
}

#tabela_geral .user_3, #tabela_geral .user_4 {
	width: 300px;
	padding: 15px 10px 15px 10px;
	margin: 0px 15px 0px 0px;
}
#tabela_geral .user_5 , #tabela_geral .user_6 {
	padding: 15px 0px 15px 0px;
	margin: 0px 15px 0px 0px;
}

#top_right {
	background-repeat: no-repeat;
	background-position: right;
}
#top_right .user_1 {
	float: right;
	border-left: 2px dotted #7BBF42;
	margin: 0px 0px 3px 3px;
}
#top_right img {
	border: none;
}

#conteudos {
	width: 900px;
	height: 300px;
	font-size: 10px;
	background-color: #302d2d;
}
#conteudos .lateral {
	background-color: #302d2d;
	width: 330px;
	padding: 5px 5px 5px 5px;
}
#conteudos .load_content {
	padding: 0px 10px 5px 10px;
	text-align: justify;
}

#mod_title {
	text-align: left;
	font-size: 17px;
	margin: 0px 0px 5px 0px;
	color: #828282;
	font-weight: normal;
	border-bottom: 3px solid #3e3b3b;
}

#little_banners {
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	background-color: #d57800;
	width: 100%;
	text-align: center;
}

#footer {
	width: 910px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	font-size: 11px;
	color: #5c5c5c;
	background-color: #302d2d;
	border-right: 5px solid #434343;
	border-left: 5px solid #434343;
}
#footer .black {
	color: #5c5c5c;
}

#top_msg {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	color: #d57800;
	border-left: 1px solid #cecece;
}
#top_msg .black {
	color: #505050;
}

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



/* menu */
#facebook {
    width: 300px;
    float:right;
    overflow:hidden;
}

#menu {
	width: 590px;
    float:left;
    overflow:hidden;
}

#table_menu {
    font-size: 13px;
	background-color: #302d2d;
	font-variant: small-caps;
}
#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{
    border-right: 1px solid #5c5c5c;
    padding: 20px 30px 20px 30px;
	height: 43px;
}
#table_menu td:hover {
	background-color: #434343;
	height: 43px;
	padding: 10px 30px 20px 30px;
}
#table_menu .dropdown_child img {
    background-color: #FF9B37;
	padding: 3px;
}
#table_menu .dropdown_child {
	margin-top: 17px;
	margin-left: -31px;
	width: 210px;
	background-color: #302d2d;
	border: 1px solid #5c5c5c;
		z-index: 1001;
}
#table_menu .submenu {
	background-image: url(../images/menu_bg.png);
	height: 20px;
	padding: 3px;
	z-index: 1001;
}
#table_menu .submenu:hover {
    background-image: url(../images/menu_selec_bg.png);
	background-repeat: repeat-x;
}
#table_menu .dropdown_child a:link {color: #ffffff; text-decoration: none; font-weight: normal;}
#table_menu .dropdown_child a:visited {color: #ffffff; text-decoration: none; font-weight: normal;}
#table_menu .dropdown_child a:hover {color: #ffffff; text-decoration: underline; font-weight: normal;}

/* **** */



/* comp_users */

#users_plugin {
	font-size: 10px;
	text-align: right;
}
#users_plugin .textbox{
	width: 100%;
	background-color: #d6b285;
	border: 1px solid #d57800;
	color: #000000;
	font-size: 10px;
}
#users_plugin .button{
	background-color: #d6b285;
	border: 1px solid #d57800;
	color: #000000;
	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 0px 0px;
}
#banners img{
	width: 900px;
	height: 300px;
}

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


/* comp_agenda */

#agenda {
	font-size: 10px;
	text-align: justify;
	width: 100%;
}
#agenda p {
	margin-top: 5px;
}
#agenda .title {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
}
#agenda .titulo2 {
	text-align: left;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	border-bottom: 3px solid #3e3b3b;
	width: 100%;
}
#agenda .date {
	color: #302d2d;
	background-color: #ffffff;
	font-size: 16px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px dotted #3c3c3c;
	height: 15px;
}
#agenda .date2 {
	color: #000000;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
}
#agenda .text {
	font-size: 10px;
	margin: 0px 0px 15px 0px;
}
#agenda a:link {color: #ffffff; text-decoration: none;}
#agenda a:visited {color: #ffffff; text-decoration: none;}
#agenda a:hover {color: #ffffff; text-decoration: underline;}

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


/* comp_portfolio */

#portfolio {
	text-align: justify;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
	width: 100%;
}
#portfolio img {
	margin: 0px 5px 5px 0px;
}
#portfolio .title {
	color: #1A6935;
	font-size: 11px;
	text-align: left;
}
#portfolio .end {
	text-align: right;
}
#portfolio .anexos {
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #3e3b3b;
}
#portfolio .list_titulo {
	font-size: 14px;
	border-bottom: 3px solid #3e3b3b;
	padding: 5px 5px 5px 5px;
}
#portfolio .list_img {
	width: 100px;
	height: 100px;
	border-bottom: 1px solid #3e3b3b;
	padding: 5px 5px 5px 0px;
}
#portfolio .listing {
	font-size: 10px;
	border-bottom: 1px solid #3e3b3b;
	padding: 5px 5px 5px 5px;
}
#portfolio a:link {color: #ffffff; text-decoration: none;}
#portfolio a:visited {color: #ffffff; text-decoration: none;}
#portfolio a:hover {color: #ffffff; text-decoration: underline;}

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

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



/* comp_artigos */

#update {
	width: 100%;
	text-align: justify;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
	text-align: justify;
	display: block;
	margin: 0px 0px 5px 0px;
}
#update .text {
	font-size: 11px;
	padding: 6px 0px 6px 0px;
}
#update p {
	margin: 5px;
}
#update .title {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border-bottom: 3px solid #3e3b3b;
	display: block;
}
#update .title2 {
	text-align: left;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	color: #FFFFFF;
	display: block;
}
#update .date {
	color: #4a4a4a;
	font-size: 9px;
	text-align: left;
}
#update_end {
	text-align: right;
}
#update a:link {color: #FFFFFF; text-decoration: none;}
#update a:visited {color: #FFFFFF; text-decoration: none;}
#update a:hover {color: #FFFFFF; text-decoration: underline;}
#update .textarea {
	width: 100%;
	border: 1px solid #302d2d;
	color: #ffffff;
	height: 100px;
	background-color: #3e3b3b;
}
#update .textbox{
	width: 100%;
	background-color: #3e3b3b;
	border: 1px solid #302d2d;
	color: #ffffff;
}
#update .button{
	background-color: #3e3b3b;
	border: 1px solid #302d2d;
	color: #ffffff;
}


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


/* comp_helpdesk */

#user_talk_msg {
	font-size: 10px;
	background-color: #CCFFCD;
	border: 1px solid #26CC00;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	text-align: justify;
}
.ident {
	font-style: italic;
	font-weight: bold;
}
#tec_talk_msg {
	font-size: 10px;
	background-color: #FFFFCC;
    border: 1px solid #CC0000;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	text-align: justify;
}

#divstate {
	font-size: 10px;
	color: #CCCCCC;
}

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