/* CSS Document */
/* ACS Investimentos styles page */

body {
	color: #8C9191;
	margin: 0;
	background: #FFF url(img/bg.png) repeat;
	font: 12px Verdana, Lucida, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #A72516;
	padding-left: 25px;
	padding-bottom: 10px;
}

body#psl h1 {
	color: #3F932E;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #A72516;
	padding-left: 25px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #8C9191;
	padding-left: 25px;
}

/* links */
a { outline: none; }
a:link, a:visited, a:active {
	color: #A72516;
	text-decoration: none;
}
a:hover {
	color: #8C9191;
	text-decoration: none;
}

body#psl a:link, body#psl a:visited, body#psl a:active {
	color: #3F932E;
	text-decoration: none;
}

/* Casas da Fonte links */
body#cf div#menu a:link, 
body#cf div#menu a:visited, 
body#cf div#menu a:active,
body#cms div#menu a:link, 
body#cms div#menu a:visited, 
body#cms div#menu a:active {
	color: #8C9191;
	text-decoration: none;
}
body#cf div#menu a:hover,
body#cms div#menu a:hover {
	color: #A72516;
	text-decoration: none;
}
/* Casas da Fonte current page */
body#cf div#dest a#dest_nav, 
body#cf div#gal a#gal_nav, 
body#cf div#ma a#ma_nav, 
body#cf div#plantas a#plantas_nav, 
body#cf div#disp a#disp_nav, 
body#cf div#ml a#ml_nav {
	color: #A72516;
	text-decoration: none;
}
/* Casas da Fonte horizontal menu */
body#cf a#main_nav,
body#cf a#dest_nav,
body#cf a#gal_nav, 
body#cf a#ma_nav, 
body#cf a#plantas_nav, 
body#cf a#disp_nav{
	padding: 0 27px 0 0;
}
body#cf a#ml_nav {
	padding: 0;
}

/* Pinhal de São Lourenço links */
body#psl div#menu a:link, 
body#psl div#menu a:visited, 
body#psl div#menu a:active {
	color: #8C9191;
	text-decoration: none;
}
body#psl div#menu a:hover {
	color: #3F932E;
	text-decoration: none;
}
/* Pinhal de São Lourenço current page */
body#psl div#dest a#dest_nav, 
body#psl div#desc a#desc_nav, 
body#psl div#gal a#gal_nav, 
body#psl div#ml a#ml_nav,
body#psl div#ml a#planta_nav {
	color: #3F932E;
	text-decoration: none;
}
/* Pinhal de São Lourenço horizontal menu */
body#psl a#main_nav,
body#psl a#dest_nav,
body#psl a#desc_nav,
body#psl a#gal_nav,
body#psl a#ml_nav {
	padding: 0 58px 0 0;
}
body#psl a#planta_nav {
	padding: 0;
}

body#cms div#cms_menu a#cms_menu_nav {
	color: #A72516;
	text-decoration: none;
}
body#cms #cms_menu_nav {
	padding: 0 0 0 40px;
}

/* PSL links */
a[type=psl]:link, a[type=psl]:visited, a[type=psl]:active {
	color: #3F932E;
	text-decoration: none;
}
a[type=psl]:hover {
	color: #8C9191;
	text-decoration: none;
}

/* removes border from image links */
a img {
	border: none;
}

/* scroller */
ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	width: 750px;
	height: 36px;
	margin: 0 auto;
}
ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;

	height: 36px;
	font: 15pt / 36px normal normal Georgia;
	text-align: center;
	font-variant: small-caps;
	font-style: italic;
}
ul.marquee li img { margin: 0 20px; }

div#scroll {
	width: 750px;
	height: 36px;
	margin: 0 auto;
}

div#scroll p {
	height: 36px;
	font: 15pt / 36px normal normal Georgia;
	text-align: center;
	font-variant: small-caps;
	font-style: italic;
	margin: 0 auto;
	display: inline;
}

/* page container */
#container {
	width: 900px;
	height: 790px;
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	background-color: #FFFFFF;
}

/* page banner */
#banner {
	width: 750px;
	height: 175px;
	margin: 0 auto 25px auto;
	background-color: #FFFFFF;
}

/* banners depend on category */
body#main #banner,
body#cms #banner {
	background-image: url(img/banner_main.png);
}

/* casas da fonte */
body#cf #banner {
	background-image: url(img/banner_cf.png);
}

/* pinhal de são lourenço */
body#psl #banner {
	background-image: url(img/banner_psl.png);
}

/* horizontal menu */
#menu {
	width: 750px;
	height: 25px;
	margin: 0 auto 0 auto;
	text-align: justify;
	background-color: #FFFFFF;
}

/* main content of page */
#content {
	width: 588px;
	height: 448px;
	padding: 40px 80px 40px 80px;
	margin: 0 auto 25px auto;
	border: 1px solid #A72516;
	background-color: #FFFFFF;
}
body#psl #content {
	border: 1px solid #3F932E;
}

/* news (destaques) */
div#news {
	width: 580px;
	height: 400px;
	margin: 10px auto;
	padding: 10px;
	overflow: auto;
	border: 3px solid #ccc;
}

/* content of descriptions */
#description {
	width: 420px;
	height: 280px;
	margin: 0 auto 0 auto;
	border-left: 18px solid #8C9191;
	border-top: 18px solid #8C9191;
	border-bottom: 18px solid #8C9191;
	line-height: 150%;
	padding: 15px 20px 20px 50px;
}

#description_nav {
	width: 490px;
	margin: 5px auto 0 auto;
	text-align: right;
	padding: 0;
}

/* psl descriptions */
body#psl #description {
	width: 390px;
	height: 360px;
	margin: 0 auto 0 auto;
	border: 15px solid #3F932E;
	text-align: justify;
	line-height: 200%;
	padding: 20px;
	overflow: auto;
}

body#psl #description_nav {
	width: 370px;
	margin: 0 auto 0 auto;
	text-align: right;
}

ul#desc_ul {
	text-align: justify;
}

ul#desc_ul li {
	list-style-type: none;
	margin-left: -15px;
	font-size: 11px;
}

/* left column (main page) */
#columnleft {
	width: 254px;
	height: 358px;
	float: left;
	text-align: justify;
	line-height: 200%;
}

/* right column (main page) */
#columnright {
	width: 254px;
	height: 358px;
	float: right;
	text-align: justify;
	line-height: 200%;
}

/* copyright information */
#footer {
	width: 900px;
	height: 35px;
	text-align: center;
	margin: 20px auto 20px auto;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	font-size: 9px;
	color: #8C9191;
}

/* centered image */
.centerimage {
	text-align: center;
	margin: 0 auto 0 auto;
}
.c_border {
	border-top: 15px solid #8C9191;
	border-left: 15px solid #8C9191;
	border-bottom: 15px solid #8C9191;
	padding: 15px;
}
.green_border {
	border: 15px solid #3F932E;
}

div.gal_thumbs {
	height: 68px;
	margin: 20px auto 0 auto;
	text-align: center;
	border-bottom: 2px solid #8C9191;
}
div.gal_thumbs.bottomrow { height: 115px; }
div.gal_thumbs.bottomrow a {
	margin: 0 12px;
}

body#cf div#gal_thumbs_1 a#gal_thumb_1,
body#cf div#gal_thumbs_2 a#gal_thumb_2,
body#cf div#gal_thumbs_3 a#gal_thumb_3,
body#cf div#gal_thumbs_4 a#gal_thumb_4,
body#cf div#gal_thumbs_5 a#gal_thumb_5,
body#cf div#gal_thumbs_6 a#gal_thumb_6,
body#cf div#gal_thumbs_7 a#gal_thumb_7,
body#cf div#gal_thumbs_8 a#gal_thumb_8,
body#cf div#gal_thumbs_9 a#gal_thumb_9,
body#cf div#gal_thumbs_10 a#gal_thumb_10,
body#cf div#gal_thumbs_11 a#gal_thumb_11 {
	padding-bottom: 9px;
	background-image: url(img/select_red.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
body#psl div#gal_thumbs_1 a#gal_thumb_1,
body#psl div#gal_thumbs_2 a#gal_thumb_2,
body#psl div#gal_thumbs_3 a#gal_thumb_3,
body#psl div#gal_thumbs_4 a#gal_thumb_4,
body#psl div#gal_thumbs_5 a#gal_thumb_5,
body#psl div#gal_thumbs_6 a#gal_thumb_6,
body#psl div#gal_thumbs_7 a#gal_thumb_7,
body#psl div#gal_thumbs_8 a#gal_thumb_8,
body#psl div#gal_thumbs_9 a#gal_thumb_9,
body#psl div#gal_thumbs_10 a#gal_thumb_10 {
	padding-bottom: 9px;
	background-image: url(img/select_green.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
body#cf div#gal_content #gal_thumbs {
	width: 546px;
}
body#cf div#plantas_content #gal_thumbs {
	height: 49px;
	width: 165px;
}
body#psl div#gal_content #gal_thumbs {
	width: 216px;
	margin-top: 20px;
}

/* tables */
#disp_table {
	margin: 80px 10px 80px 10px;
	font-weight: bold;
	font-size: 10px;
	border-collapse: collapse;
}

#disp_table tr {
	text-align: center;
	background-color: #E7E6E6;
}
#disp_table td {
	padding: 1px 10px 1px 10px;
	border-bottom: 7px solid #FFFFFF;
}
#disp_table tr#disp_table_header_row {
	background-color: #FFFFFF;
	color: #A72516;
}

/* filemanager */
table.files {
	margin: 20px auto;
	border: 2px solid #ccc;
}
table.files thead { border-bottom: 2px solid #ddd; }
table.files td { padding: 5px 10px; }
table.files thead td {
	text-align: center;
	background: #aaa;
	font-size: 12pt;
	color: #eee;
}
table.files td.center { text-align: center; }

/* fieldsets and forms for login */
fieldset.uinfo {
	border: 2px #cccccc solid;
	padding: 40px 80px 40px 80px;
}
fieldset.uinfo label, fieldset.uinfo input {
	float: left;
}
fieldset.uinfo label {
	width: 20%;
	margin: 4px 4px 10px 5px;
}

/* fieldsets and forms for page edition */
fieldset.cms_edit, fieldset.cms_file {
	border: 2px #cccccc solid;
	padding: 10px;
}
fieldset.cms_edit input {
	margin: 5px;
	width: 70px;
	font-size: 10px;
}
fieldset.cms_edit textarea {
	margin: 5px;
	font-size: 12px;
}

ul.cms_menu {
	margin-bottom: 30px;
}

textarea.hidden {
	position: absolute;
	visibility: hidden;
}

/* End of document */
