
/*
	> project   : 
	> copyright : 
	> date      : 
*/


/* === Basic HTML tags ==================================================================================== */

BODY {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	background-image: url(../images/common/body_background.jpg);
	background-color: #fff;
	color: #000;
}

A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline !important;
}

H1 {
	margin: 0px 0px 25px 0px;
	font-size: 24pt;
	line-height: 1.3em;
}

H1, H2, H3, H4 {
	color: #004401;
}

STRONG {
	font-weight: bold;
}

/* === Ids & Classes ====================================================================================== */

/* --- Common --------------------------------------------------------------------------------------------- */

.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
.displayNone {
	display: none;
}
.clearBoth {
	clear: both;
}
.smallest {
	font-size: 7pt !important;
}
.small {
	font-size: 8pt !important;
}
.smaller {
	font-size: 9pt !important;
}
.grey {
	color: grey;
}
.darkGrey {
	color: #3a3a3a;
}
.green {
	color: #3c6530;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.nowrap {
	white-space: nowrap;
}
.pointer {
	cursor: pointer;
}

.width100 {
	width: 100%;
}
.width50 {
	width: 50%;
}

TD {
	vertical-align: top;
}
TD.middle {
	vertical-align: middle;
}

A.noDecor {
	text-decoration: none !important;
}
A.noDecor:hover {
	text-decoration: underline !important;
	color: black !important;
}

DIV.cleanEnding {
	width: 100%;
	clear: both;
}

DIV.pageCover, DIV.pageCoverOn {
	z-index: 1000;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFF;
	filter: alpha (opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
DIV.pageCoverOn {
	display: block;
}

#imageContainer {
	z-index: 2000;
	display: none;
	position: absolute;
	padding: 20px;
	background-color: #FFF;
	border: 3px solid #BDB6B6;
}
#imageContainerInner {
	cursor: pointer;
}
#imageContainerLink {
	width: 100%;
	margin: 0px 0px 20px 0px;
	text-align: right;
}


#pageEnvelope {
	position: relative;
	width: 100%;
	margin: 0 -20px;
	text-align: center;
	/*background-image: url(../images/temp/banners.png);*/
	background-position: center top;
	background-repeat: no-repeat;
}
#pageEnvelope_bottom {
	width: 1000px;
	height: 70px;
	float: none;
	clear: both;
	margin: 20px auto;
	font-size: 8pt;
	color: #464646;
}

#pE_pageBody {
	clear: both;
	width: 1000px;
	min-height: 600px;
	background-color: white;
	padding: 10px 30px 20px 30px;
	margin: 30px auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

/* --- Page Footer --------------------------- */

#pageEnvelope_bottom IMG {
	float: left;
	width: 150px;
	margin: 20px 20px 20px 0px;
	font-size: 7pt;
}

#pageEnvelope_bottom P {
	float: left;
	width: 800px;
	margin: 0px 0px 15px 20px;
	line-height: 140%;
}

#pageEnvelope_bottom A {
	padding-right: 30px;
}

/* --- Page Header --------------------------- */

#pB_header {
	width: 100%;
	height: 250px;
	clear: both;
}

#pB_header H1, #pB_header H2 {
	display: inline;
}

#pH_logo {
	float: left;
	height: 110px;
	margin: 35px 0px 35px 20px;
}
#pH_date {
	position: relative;
	float: left;
	top: 35px;
	left: 38px;
	width: 330px;
	font-size: 9pt;
	line-height: 160%;
	text-align: left;
	color: #69a842;
	/*color: #a0a433;*/
}
#pH_region, #pH_regionSmaller {
	position: relative;
	float: left;
	top: 70px;
	left: -35px;
	text-align: left;
	font-size: 2.7em;
	color: #464646;
}
#pH_regionSmaller { 
	font-size: 2.2em;
}
#pH_region A, #pH_regionSmaller A {
	color: #464646;
}

/* ----------- */

#pH_menu {
	position: relative;
	float: left;
	top: -35px;
	width: 623px;
	height: 37px;
	padding-left: 7px;
	background-image: url(../images/common/main_menu_background.png);
}
#pH_menuRegion {
	position: relative;
	float: left;
	top: -35px;
	width: 630px;
	height: 25px;
	overflow: hidden;
	font-weight: bold;
	background-image: url(../images/common/label_background.png);
	color: #3a3a3a;
}
#pH_menu LI {
	float: left;
	font-size: 1.1em;
	padding: 11px 13px;
	color: white;
}
#pH_menuRegion LI {
	float: left;
	font-size: 9pt;
	padding: 7px 7px 0px 12px;
	color: black;
}

/* ----------- */

#pH_map {
	float: right;
	width: 376px;
	height: 220px;
	overflow: hidden !important;
	margin: 0px 10px;
}
#mapCR {
	float: left;
	cursor: pointer;
}
map {
	cursor: pointer;
}
IMG.pH_mapOver {
	position: relative !important;
	top: -221px !important;
	display: none;
	float: left;
	cursor: pointer;
}
IMG.pH_mapRegion {
	position: relative !important;
	top: -221px;
	display: none;
	float: left;
	cursor: pointer;
}
#mapHINT {
	z-index: 500;
	position: relative !important;
	top: -200px !important;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: right;
	color: #999999;
}

/* --- Page Content -------------------------- */

#pB_content {
	clear: both;
}

.pC_leftColumn, .pC_generatedContent .pC_leftColumn {
	float: left;
	width: 629px;
	text-align: left;
	border-right: 1px solid #e4e8e9;
}
.pC_rightColumn, .pC_generatedContent .pC_rightColumn {
	float: right;
	width: 350px;
	margin-left: 0px;
	text-align: left;
}
.pC_generatedContent .pC_leftColumn {
	width: 790px;
}
.pC_generatedContent .pC_rightColumn {
	width: 200px;
}

/* ----------- */

.label {
	height: 24px;
	padding-top: 11px;
	font-size: 9pt;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/common/label_background.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.label IMG {
	float: left;
	margin: -12px 10px 0px 1px;
}
.label SPAN {
	position: relative;
	top: -5px;
}

/* --- Page Content - HOMEPAGE LISTING -------- */

#pC_superHomePageTop {
	height: 380px;
	overflow: hidden;
}

#pC_homePageTop {
	float: left;
	width: 585px;
	margin: 0px 0px 15px 20px;
	_margin: 0px 0px 15px 10px;			/* IE6 */ 
}
#pC_homePageTop H4, #pC_homePageTop H4 A {
	height: 30px;
	float: inherit;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
}
#pC_homePageTop H4 A {
	font-size: 2em;
	line-height: 1.2em;
	color: #004401;
}
#pC_homePageTop .imageContainer {
	/*float: right;*/
	clear: left;
	float: left;
	width: 300px;
	height: 225px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}
#pC_homePageTop IMG {
	float: inherit;
	max-width: 300px;
	_width: 300px;			/* IE6 */ 
}
#pC_homePageTop P, #pC_homePageTop P.date {
	float: inherit;
	width: 260px;
	font-size: 1.2em;
	line-height: 1.55em;
}
#pC_homePageTop P.date {
	margin: 0px 0px 7px 0px;
	font-size: 9pt;
	color: gray;
}
#pC_homePageTop A {
	font-size: 8pt;
	font-weight: bold;
	color: #316b0c;
}

/* ----------- */

P.pin2home, P.topLink {
	clear: both;
	height: 15px;
	padding: 8px 0px 3px 20px;
	font-size: 1.2em;
	font-weight: bold;
	overflow: hidden;
	color: #004401;
}
P.topLink {
	padding: 15px 0px 0px 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: #316b0c;
}

/* ----------- */

#shortNews {
	float: left;
	width: 160px;
	height: 380px;
}
#shortNews DIV {
	height: 340px;
	overflow: hidden;
}
#shortNews DIV P {
	padding-bottom: 7px;
	font-size: 9pt;
	line-height: 1.3em;
}
P.shortLink {
	padding: 24px 0px 0px 0px;
	font-size: 0.9em;
	font-weight: bold;
	overflow: hidden;
	color: #316b0c;
}

#navigButtons .label {
	float: right;
	width: 160px;
	margin-bottom: 14px;
}

/* ----------- */

.pC_homePage {
	clear: both;
	float: left;
	width: 530px;
	margin: 30px 0px 0px 40px;
	_margin: 30px 0px 0px 30px;			/* IE6 */ 
}
.pC_homePage H4, .pC_homePage H4 A {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0px 9px 0px;
	color: #004401;
}
.pC_homePage IMG {
	float: left;
	margin: 5px 20px 10px 0px;
}
.pC_homePage P, .pC_homePage P.date {
	line-height: 1.4em;
}
.pC_homePage P.date {
	font-size: 9pt;
	color: gray;
}
#pC_homePageMore {
	clear: both;
	float: left;
	margin: 20px 50px 0px 40px;
	font-size: 1.1em;
	color: #316b0c;
}
#pC_homePageRegions {
	clear: both;
	float: left;
	width: 610px;
	margin: 50px 0px 20px 0px;
	padding: 0 0 10px 0px;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	border-bottom: 1px solid #E4E8E9;
	color: #a0a433;
}

/* --- Page Content - OTHER LISTING ----------- */

.pC_articleList {
	width: 550px;
	margin: 0px 0px 0px 30px;
	_margin: 0px 0px 0px 20px;			/* IE6 */ 
}
.pC_articleList H1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 40px;
}

.pC_article {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.pC_article H2, .pC_article H2 A {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0px 9px 0px;
	color: #004401;
}
.pC_article IMG {
	float: left;
	margin: 5px 20px 10px 0px;
}
.pC_article P, .pC_article P.date {
	line-height: 1.4em;
}
.pC_article P.date {
	font-size: 9pt;
	color: gray;
}

#pC_articlePaging {
	clear: both;
	margin: 30px 0px 40px 0px;
}
#pC_articlePaging DIV.count, #pC_articlePaging DIV.previous, #pC_articlePaging DIV.next {
	float: left;
	width: 120px;
}

.pC_articleRight P.date {
	margin: 25px 0px 5px 0px;
	color: gray;
}
.pC_articleRight P.link {
	color: #464646;
	font-size: 1.1em;
	line-height: 1.4em;
}


.pC_job {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 20px;
}
.pC_job H2, .pC_job H2 A {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0px 7px 0px;
	color: #004401;
}
.pC_job P, .pC_job P.date {
	line-height: 1.4em;
}
.pC_job P.date {
	font-size: 9pt;
	color: gray;
}
.pC_job P {
	margin-bottom: 5px;
}
.pC_articleList A.jobButtonRight, .pC_articleList A.jobButtonLeft {
	display: block;
	float: left;
	width: 250px;
	height: 27px;
	margin-left: 450px;
	padding-top: 13px;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ce341f;
	background-image: url(../images/common/jobs_button_background.png);
	color: #fff;
}
.pC_articleList A.jobButtonLeft {
	margin: 30px 0px;
}

.region {
	float: left;
	width: 45%;
	height: 315px;
	margin: 0px;
	padding: 0px 5% 30px 0px;
}
.region IMG {
	float: left;
	margin: 5px 15px 10px 0px;
}
.region P {
	clear: both;
	line-height: 1.3em;
	padding: 0px 0px 10px 0px;
}
.regionName {
	margin: 0px 0px 10px 0px;
	font-size: 11pt;
	/*font-variant: small-caps;*/
	letter-spacing: 0.2em;
	border-bottom: 1px solid #e4e8e9;
}
.regionTitle {
	float: left;
	height: 30px;
	padding: 0px 0px 10px 0px;
	margin-bottom: 8px;
	/*font-family: Georgia;*/
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.2em;
	overflow: hidden;
}
.region P.articleLink {
	clear: both;
	width: 100%;
	padding: 5px 0px 0px 0px;
	/*font-family: Georgia;*/
	font-size: 10pt;
	font-weight: bold;
	/*letter-spacing: 0em;*/
	white-space: nowrap;
	overflow: hidden;
	/*color: #3c6530;*/
	color: black;
}
.region P.regionLink {
	clear: both;
	width: 100%;
	padding: 20px 0px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #316b0c;
}
.region A.fullArticle {
	font-size: 8pt;
	color: #316b0c;
}




/* --- Full Article --------------------------------------------------------------------------------------------- */

#fullArticle {
	font-size: 11pt;
	line-height: 160%;
	margin: 0px 40px 10px 20px;
}
#fullArticle P {
	font-size: 11pt;
	line-height: 160%;
	margin: 0px 0px 10px 0px;
}
#fullArticle P.discussion {
	margin: 10px 20px 10px 22px;
}
#fullArticle IMG.title, #fullArticle IMG.text, #fullArticle IMG.gallery {
	margin: 20px 0px 10px 0px;
	border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
#fullArticle IMG.title {
	width: 570px;
}
#fullArticle IMG.text {
	max-width: 500px;
	margin: 20px 35px 10px 35px;
}
#fullArticle IMG.gallery {
	max-width: 750px !important;
	float: left;
	margin: 0px 0px 0px -5px;
	border: 5px solid #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
#fullArticle DIV.gallery {
	width: 950px;
	float: left;
	margin: 20px 0px 50px 0px;
}
#fullArticle DIV.description {
	width: 170px;
	float: right;
	margin: 10px 0px 0px 0px;
}
#fullArticle DIV.description P {
	float: left;
	padding: 50px 0;
	font-size: 0.9em;
	text-align: left;
	background-color: #fff;
}
#fullArticle DIV.gallery DIV.label {
	width: 120px;
	margin-top: 10px;
}
#fullArticle IMG.thumbnail {
	margin: 10px 5px 10px 5px;
	cursor: pointer;
}
#fullArticle A {
	color: #004401;
	text-decoration: underline;
}
#fullArticle A:hover {
	color: black;
	text-decoration: underline;
}
#fullArticle H1, #fullArticle H1 A {
	margin: 3px 0px 25px 0px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	color: #004401;
}
#fullArticle H2, #fullArticle H3 {
	margin: 25px 0px 10px 0px;
	font-size: 1.4em;
	font-weight: bold;
}
#fullArticle .date, #fullArticle .date A {
	font-size: 9pt;
	color: gray;
}
#fullArticle .perex {
	font-weight: bold;
	line-height: 160%;
	margin: 15px 0px 15px 0px;
}
#fullArticle .author {
	color: #004401;
	font-size: 10pt;
	font-weight: bold;
	margin: 30px 0px 40px 0px;
}
#fullArticle LI {
	margin-left: 16px;
	padding-left: 10px;
	list-style-type: square;
}

/* --- Related Article ----------------------- */

.relatedArticle {
	line-height: 160%;
	margin: 20px 40px 15px 10px
}
.relatedArticle P.name {
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	font-weight: bold;
}


/* --- IMAGES - thumbnails - shadows --------- */


.pC_homePage IMG, .pC_article IMG, .region IMG, #fullArticle IMG.thumbnail, #pC_homePageTop .imageContainer, .pG_photo DIV {
	border: 1px solid #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}


/* --- Photo Gallery (homepage) -------------- */

#pC_photoGallery, #pC_photoGalleryLocal {
	clear: both;
	width: 1000px;
	height: 280px;
	padding: 30px 0;
}
#pC_photoGallery DIV.label, #pC_photoGalleryLocal DIV.label {
	width: 630px;
	text-align: left;
}
#pC_photoGallery #pG_body, #pC_photoGalleryLocal #pG_body {
	width: 1000px;
	height: 240px;
	margin-top: 2px;
	overflow: hidden;
	background-color: #efefef;
}
.pG_photo {
	padding: 15px;
	text-align: left; 
}
#pC_photoGallery .pG_photo P, #pC_photoGalleryLocal .pG_photo P {
	width: 210px;
	height: 35px;
	margin: 5px 0px 10px 4px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}
#pC_photoGallery .pG_photo DIV, #pC_photoGalleryLocal .pG_photo DIV {
	float: left;
	clear: left;
	width: 215px;
	height: 145px;
	text-align: center;
	overflow: hidden;
}
#pC_photoGallery .pG_photo DIV IMG, #pC_photoGalleryLocal .pG_photo DIV IMG {
	width: 220px;
}

#pC_photoGalleryLocal {
	width: 610px;
	height: 230px;
	padding-top: 50px;
}
#pC_photoGalleryLocal DIV.label {
	width: 610px;
}
#pC_photoGalleryLocal #pG_body {
	width: 610px;
	height: 225px;
}
#pC_photoGalleryLocal .pG_photo P {
	width: 165px;
	font-size: 1em;
	line-height: 1.3em;
}
#pC_photoGalleryLocal .pG_photo DIV {
	width: 170px;
	height: 128px;
}
#pC_photoGalleryLocal .pG_photo DIV IMG {
	width: 172px;
}

/* --- Themes -------------------------------- */

.pC_theme {
	clear: both;
	float: left;
	width: 351px;
	min-height: 150px;
	margin: 10px 0px 15px 0px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #cfcfcf;
}
.pC_theme P.themeName {
	margin: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #a0a433;
}
.pC_theme P.themeArticle {
	width: 70%;
	margin: 5px 10px 3px 20px;
	font-weight: bold;
	line-height: 140%;
	color: #004401;
	text-shadow: 0.1em 0.1em 0.2em white;
}

/* --- EventCalendar ------------------------- */

.pC_eventCalendar {
	margin: 0px 0px 0px 30px;
	_margin: 0px 0px 0px 20px;			/* IE6 */ 
	padding-right: 30px;
}
.pC_eventCalendar H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 10px;
}

.pC_eventCalendar H2 {
	margin: 30px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #a0a433;
}
.pC_eventCalendar H3 {
	float: left;
	width: 80%;
	margin: 0px 0 8px 0;
	font-size: 1.1em;
	font-weight: bold;
}

.pC_eventCalendar TABLE {
	width: 100%;
	margin-left: -15px;
}
.pC_eventCalendar TD {
	padding: 15px 15px 10px 15px;
	line-height: 140%;
	border-bottom: 1px solid #cfcfcf;
}
.pC_eventCalendar DIV.event {
	float: right;
	width: 20%;
	text-align: right;
	color: gray;
}
.pC_eventCalendar DIV.time {
	float: left;
	clear: both;
	font-size: 1.5em;
}

/* --- EventCalendar ------------------------- */


.pC_internalContent {
	margin: 0px 0px 0px 30px;
	_margin: 0px 0px 0px 20px;			/* IE6 */ 
}
.pC_internalContent H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 30px;
}
.pC_internalContent P {
	margin: 0px 100px 10px 20px;
	font-size: 10pt;
	line-height: 150%;
}

/* --- TV Program ---------------------------- */

#pC_tvProgram {
	width: 100%;
}
#pC_tvProgram H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 10px 30px;
}
#pC_tvProgram P.date {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 30px 30px;
	color: #69a842;
}
#pC_tvProgram TABLE {
	float: left;
	width: 170px;
	margin: 0px 20px 30px 0px;
}
#pC_tvProgram TD.time {
	padding: 9px 5px 0px 0px;
	font-size: 1.1em;
	text-align: right;
	color: #464646;
}
#pC_tvProgram TD {
	padding: 10px 5px;
	width: 150px;
	font-size: .8em;
	line-height: 1.3em;
	color: gray;
}
#pC_tvProgram TD IMG {
	margin: 0px 25%;
}
#pC_tvProgram H3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}


/* --- TV Weather ---------------------------- */

.pC_weather {
	width: 100%;
	margin: 0 0 30px 30px;
}
.pC_weather H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 30px;
}
.pC_weather H2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #69a842;
}
.pC_weather TABLE {
	float: left;
	width: 700px;
}
.pC_weather TD {
	font-size: 9pt;
	line-height: 1.4em;
	border: none;
}
.pC_weather TD.temp, .pC_weather TD.tempSmall {
	width: 90px;
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	padding: 10px 5px;
	border: none;
	color: #316b0c;
}
.pC_weather TD.region {
	width: 330px;
	height: 30px;
	padding-top: 5px;
	font-size: 20pt;
	line-height: 1.4em;
}
.pC_weather TD.state {
	width: 50px;
	text-align: center;
}
.pC_weather TD P {
	margin: -10px 0px 5px 0px;
}
.pC_weather P {
	clear: both;
	margin: 5px 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* --- Adverts & Banners --------------------- */

#leaderboard {
	clear: both;
	width: 970px;
	height: 115px;
	margin: 20px auto -10px auto;
	color: #999999;
}
#leaderboard DIV {
	font-size: 0.8em;
	line-height: 160%;
	border-bottom: 1px solid #e4e8e9;
}
#leaderboard OBJECT {
	margin-top: 5px;
}
#leaderboardClosed {
	width: 970px;
	height: 1px;
}

#adv_leaderboard {
	clear: both;
	width: 970px;
	height: 115px;
	margin: 20px auto -10px auto;
	color: #999999;
}
#adv_leaderboard DIV {
	font-size: 0.8em;
	line-height: 160%;
	border-bottom: 1px solid #e4e8e9;
}
#adv_leaderboard OBJECT {
	margin-top: 5px;
}
#adv_leaderboardClosed {
	width: 970px;
	height: 1px;
}

#adv_skycraperRight, #adv_skycraperLeft {
	width: 120px;
	height: 630px;
	position: fixed;
	top: 40px;
	left: 15000px;
}

.adv_label {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 8pt;
	letter-spacing: 2pt;
	margin-bottom: 7px;
	color: gray;
}

.pC_advertBox {
	float: left;
	clear: both;
	width: 302px;
	height: 277px;
	padding: 10px;
	margin-left: 10px;
	background-color: #e4e8e9;
	color: gray;
}
.pC_advertBox DIV {
	font-size: 0.8em;
	line-height: 160%;
	border-bottom: 1px solid #e4e8e9;
}
.pC_advertBox IMG {
	border: 1px solid #fff;
}

/* --- Search / "Full text" ------------------ */

#search {
	clear: both;
	width: 350px;
	height: 50px;
	padding: 10px 0;
}
#search INPUT.text, #search INPUT.submit {
	width: 63%;
	height: 25px;
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	color: #3a3a3a;
}
#search INPUT.submit {
	float: right;
	width: 30%;
	height: 30px;
	margin-top: 3px;
	padding: 0px;
	vertical-align: middle;
	font-weight: bold;
}

/* --- Filter -------------------------------- */

#filter {
	clear: both;
	width: 100%;
	padding: 10px 0;
}
#filter DIV.w100, #filter DIV.w200 {
	width: 100px;
	padding: 2px;
	border: 1px solid #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
#filter DIV.w200 {
	width: 200px;
}
#filter SELECT {
	width: 100%;
	font-size: 0.9em;
	border: none;
	color: #3a3a3a;
}