/* CENTER container classes */

/*PHOTOS PANE */

/* PLAIN CONTENT */
.textHeader {
	color: #74000D;
	font-size: 18px;
	font-weight: bold;
	}

.plain {
	color: #74000D
}

.boxPlain  {
	background-color: #E7E7E7;
	color: black;
	width: 100%;
	}



/* =================================== */
/* RIGHT "Box" container classes */

/* SEARCH */

.boxSearch {
	width:100%;
	height: 55px;
	background-image:url(/portals/0/_gui/bac_search.gif)
	

}

/* NEWS */

.boxNews  {
	background-color: #FFEDCE;
	color: black;
	width: 100%;
	margin-bottom:2px;
	}
	
.boxNews TH {
	background-image: url(/portals/0/_gui/bac_header_news.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	color: #515151;
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	}
	
.boxNews TH .textHeader {
	color: #515151;
	font-size: 13px;
	}

.boxNews TD {
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding: 5px 10px 10px 10px;
}

.boxNews .scrollerDIV {
	overflow-y: scroll; 
	overflow: auto;
	width:100%;
	height:200px;
 	display:block;
	scrollbar-base-color: #FFEDCE;
	scrollbar-face-color: #FFEDCE;
	scrollbar-arrow-color: #515151;#74000D;
	scrollbar-shadow-color: #FFEDCE;
	scrollbar-darkshadow-color: #FFEDCE;
	SCROLLBAR-TRACK-COLOR: #FFEDCE;
	scrollbar-highlight-color: #FFEDCE;
	scrollbar-3dlight-color: #FFEDCE;

}

/* GENERIC/PLAIN */

.boxPlain  {
	background-color: #E7E7E7;
	color: black;
	width: 100%;
	}
	
.boxPlain TH {
	background-image: url(/portals/0/_gui/bac_menu_TH.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	color: #515151;
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	}
	
.boxPlain TH .textHeader {
	padding-top: 5px;
	color: #515151;
	font-size: 13px;
	}

.boxPlain TD {
	font-size: inherit !important;
	font-size: 75%;
	text-align: left;
	padding: 5px 10px 10px 10px;
}

a:link {
	color:#74000D;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	}

a:active {
	text-decoration: underline;
	font-weight: bolder;
}