/*
	Colors of defaut article (same as those of default-everything):
	page background: #F7F3EF (off-white)
	light box background: #DAE1E7	(light color)
	Darker background and regular text: #476E7F (dark color)  :: formerly slightly lighter: #526184

*/


body {color: #476E7F;}


#newsHeadBox	{ width: 500px; margin: 0px 48px 15px 0px; padding: 0px 0px 2px 0px; position: relative;} /* margin: 0px 50px 15px 50px;  changing right margin from 49 to 50 creates display problem in IE! */
	#newsHeaders {background-color:#476E7F; padding-bottom: 5px; position: relative; margin: 0px;}
	#goToDate {background-color:#DAE1E7 !important; color: #476E7F; text-align: center; padding: 0px; font-size: 9pt; font-weight: bold; position: relative; margin: 0px;}
		#navigation {font-size: 9pt; position: relative; width: 100%; padding: 2px; margin: 0px; }

.newsitemBox{width: 500px; margin: 0px 50px 10px 0px; position: relative;}
.newitemTitle {position:absolute; top:0px; right:15px; color: #ffffff; text-align: right; height: 18px; padding: 2px;}
.newitemDate{position: absolute; left: 15px; color: #ffffff; text-align: left; height: 18px; padding: 2px;}
.newsitemText{color:#476E7F; padding: 0px 0px 0px 15px; text-align: justify;}
.newsitemText a { border-bottom: 1px dotted #476E7F !important; }
.newsnews {width: 500px;}
/* Override Sekelon positioning, to accomodate Article content (move separator line by resizing #right) */
#right {
width: 585px;	/* sets position of side separator line */
border: 1px solid;
border-color: #F7F3EF #476E7F #F7F3EF #476E7F;
}

#bottom { background-color: #476E7F !important; }
#bottom  a {color: #ffffff !important;}


/* other defaults */
.darkBG {background-color:#476E7F !important; color:#ffffff !important;}
.midBG {background-color:#DAE1E7 !important; color:#476E7F;} 
input, textarea, select {border: 1px solid #476E7F;}
a {color: #476E7F; }
.text {color: #000000;}
.text  a {border-bottom:1px dotted #476E7F; }


.h1 { color: #DAE1E7; }
.h2 { color: #DAE1E7; }
.h3 { color: #DAE1E7; }
.h4 { color: ##DAE1E7; }
.h5 { color: #476E7F; margin-bottom: -15px !important; line-height: 12px; font-size: 11px; font-weight: bold;} /* -15 to compensate for line break in manual h5 */
.sources  {margin-top: 10px; color: #476E7F;}
