@import url("print.css") print;
@import url("screen.css") screen;

body {
	margin: 0px; 
	color: #1B1818;
	background-color: #000000;
	font-family: Verdana, Helvetica;
	font-size: 9pt;
	line-height: 13pt;
	min-width: 775px;
}

a:link, a:hover, a:visited {
	color: #000000;
}

#mainBox {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat; 
}

#containerBox {
	width: 775px;
	padding: 0px;
	background-image: url('../images/global/logovertical.gif');
	background-repeat: no-repeat; 
	background-attachment: top left;
}

#contentBox {
	border: none;
	width: 600px;
}

#sideBox {
	border: none;
	float: right;
	width: 125px;
	margin-right: 0px;
	padding: 5px;
	background-color: #E8E9EA;
}

#cityMenuBox {
	width: 125px;
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 30px 0px 0px 0px;
	background-image: url('../images/global/citynavbarcode.jpg');
	background-repeat: repeat-y; 
}

#cityMenuNav {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	width: 125px;
	padding: 0px;
	list-style-type: none;
}

#cityMenuNav li {
	margin: 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 123px;
	height: 20px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
	color: #999999; 
	text-align: center;
	vertical-align: middle;
}

a.cityMenuNavItem:link, .cityMenuNavItem:visited {
	display: block;
	width: 123px;
	height: 20px;
	text-decoration: none;
}

a.cityMenuNavItem:hover {
	display: block;
	width: 123px;
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-decoration: none;
}

a.cityMenuNavItemActive {
	display: block;
	margin: 0px;
	border: 0px;
	width: 123px;
	height: 20px;
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
}

#headerBox {
	margin-left: 77px;
	width: 500px;
	height: 60px;
	background-image: url('../images/global/logosay.jpg');
	background-repeat: no-repeat; 
	background-attachment: top left;
}

#sectionLogo {
	margin-top: 5px;
	margin-left: 75px;
}

#headerSearchBox {
	height: 32px;
}

#headerLinks {
	float: left;
	width: 210px;
	font-size: 7pt;
	font-weight: bold;
}

#headerLinks a {
	font-size: 7pt;
	font-weight: bold;
}

#headerDate {
	float: left;
	width: 175px;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	color: #464749;
}

#subheaderBox {
	clear: left;
	position: relative;
	right: 50px;
	margin-left: 125px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	width: 500px;
	height: 23px;
	// background-color: #464749;
	background-color: #002B79;
	text-align: center;
}

#subheaderLine {
	position: relative;
	top: -8px;
	right: 50px;
	margin-top: 0px;
	margin-left: 125px;
	padding: 0px;
}

ul#subheaderNav {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

ul#subheaderNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#subheaderNav a {
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	// background-color: #464749;
	background-color: #002B79;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #002B79;
}

#subheaderNav a.active {
	color: #FFFFFF;
	// background-color: #EE3424;
	background-color: #999999;
	// border: 1px solid #EE3424;
	border: 1px solid #999999;
}

#subheaderNav a:hover {
	color: #FFFFFF;
	// background-color: #EE3424;
	background-color: #AAAAAA;
	border: 1px solid #AAAAAA;
	border: 1px solid #AAAAAA;
}

#sideAdsBox {
	float: right;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 8pt;
	line-height: 10pt;
}

#sideAdsTitle {
	margin: 0px 0px 20px 10px; 
	font-weight: bold;	
	font-size: 7pt;
	color: #999999;
}

.textAd {
	margin: 0px 10px 20px 10px;
	font-size: 7pt;
	color: #999999;
}

.textAd a:link, .textAd a:hover, .textAd a:visited {
	display: inline-block;
	width: 120px;
	margin: 0px;
	// color: #C13828;
	color: #AD9B0C;
	font-weight: bold;
}

.popinAdBox {
	display: none;
	width: 720px;
	position: absolute;
	top: 125px;
	left: 50%;
	z-index: 10;
	text-align: center;
}

.popinAdContent {
	position: relative;
	left: -366px;
	border: 3px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
}

.popinAdCaption {
	float: left; 
	width: 400px; 
	text-align: left; 
	font-size: 7pt;
	color: #999999;
}

.popinAdClose a {
	width: 100px; 
	text-align: right; 
	font-size: 7pt;
	color: #999999;
}

#emailBox {
	margin-left: 10px;
}

#footerTicker {
	margin: 0px 5px 0px 5px;
	clear: both;
	height: 25px;
	background-color: #000000;
}

#footer {
	clear: both;
	padding: 0px 25px 5px 25px;
	text-align: center;
	font-size: 7pt;
}

ul#footerNav {
	margin-left: 65px;
	margin-right: 50px;
	padding: 0px;
	list-style-type: none;
}

ul#footerNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footerNav a {
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #1B1818;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footerNav a:hover {
	text-decoration: underline;
}

#footerCities {
	clear: both;
	margin: 5px;
}
	
#footerCities a {
	display: inline;
	font-size: 9px;
	font-weight: bold;
	color: #1B1818;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footerCities a:hover {
	text-decoration: underline;
}

#coverCredits {
	clear: both;
	padding: 0px 0px 5px 25px;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
}

#credits {
	clear: both;
	padding: 0px 0px 25px 0px;
	text-align: center;
	font-size: 7pt;
}

.nowrap {
	white-space: nowrap;
}

#articleLeftSide {
	float: left;
       	margin-top: 260px; 
        width: 80px;
	height: 1575px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url('../articles/styles/default/leftsideart.jpg');
}

#articleRightSide {
	float: right;
	margin-left: 5px
	margin-right: 0px;
	margin-bottom: 10px;
        width: 70px;
	height: 1850px;
	background-repeat: repeat-y;
	background-poistion: top center;
	background-image: url('../articles/styles/default/rightsideart.jpg');
}

#articleMain {
	float: left;
	margin-left: 15px;
	width: 430px;
}

#articleMain a {
	font-weight: bold;
}

.articleType {
	clear: left;
	position: relative; 
	top: -11px; 
	left: -20px;
	margin: 0px; 
}

.articleDate {
	display: inline-block;
	float: right;
	position: relative;
	bottom: 8px;
	right: 178px;
	width: 250px;
	height: 12px;
	z-index: 2;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 0px; 
	font-size: 7pt;
	color: #999999;
}

.articleHeadline {
	position: relative;
	top: -10px;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 9pt;
	font-weight: bold;
	line-height: 16pt;
	color: #C13828;
	text-transform: uppercase;
}

.articleSubheadline {
	position: relative;
	top: -10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 9pt;
	font-weight: bold;
	line-height: 16pt;
	color: #000000;
}

.articleImageTopBox {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 7pt; 
	text-align: left;
}

.articleImageBox {
	clear: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 7pt; 
	line-height: 10pt;
	text-align: left;
}

.articleImage {
	margin: 2px 0px 0px 0px;
	// border: 1px solid #C13828; 
	border: 1px solid #1B1818;
	padding: 0px;
}

.articleNote {
	margin: 25px 0px 10px 0px;
	font-style: italic;
}

.articleCredits {
	margin: 25px 0px 10px 0px;
	text-align: left;
	font-size: 7pt;
	line-height: 16pt;
	color: #C13828; 
}

.articleCredits a { 
	color: #C13828; 
}

.shoppingHeader {
	margin-top: 50px;
	font-weight: bold;
	font-size: 10pt;
	color: #C13828;
}

.shoppingHeadline {
	font-size: 9pt; 
	font-weight: bold; 
}

.shoppingHeader {
	margin-top: 25px;
}

.shoppingHeadline {
	font-weight: bold;
	color: #C13828;
}

.shoppingHeading {
	font-weight: bold;
	color: #C13828;
}

.contentBody {
}

.contentBody p {
	margin-left: 0px;
	margin-right: 0px;
}

.contentShopping {
	width: 575px;
	padding-top: 25px;
	font-size: 7pt;
}

.contentShopping p {
	margin-left: 0px;
	margin-right: 0px;
}

img.article {
	border: 1px solid #000000; 
	background-color: #FFFFFF; 
	padding: 4px;
}



.userForm th {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
}

.userForm td {
	padding: 2px;
	color: #000000;
	font-size: 8pt;
}

.userForm input[type="text"] {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #1B1818;
	border-left: 0px;
}

.userForm input[type="password"] {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #1B1818;
	border-left: 0px;
}

.userListCheck {
	width: 20px; 
	border: 0px; 
	background-color: #ADB0B2; 
	padding: 4px;
}

.userListEdition {
	background-color: #464749; 
	padding: 4px; 
	color: #FFFFFF; 
	text-align: center; 
	font-size: 7pt; 
	font-weight: bold;
}

.userListCity {
	width: 85px; 
	background-color: #ADB0B2; 
	padding: 4px; 
	color: #FFFFFF; 
	text-align: center; 
	font-size: 7pt; 
	font-weight: bold;
}

.colBox {
	width: 200px;
	float: left;
	background-color: transparent;
}

.itemBox {
	width: 190px;
	height: 85px;	
	margin: 0px 0px 10px 0px;
	background-color: transparent;
}

.itemBox div {
	margin: 0px!important;
	padding: 0px !important;	
	background-color: transparent;
}

.headline {
	font-size: 24pt;
	font-family: Helvetica Condensed Black, Helvetica, Arial;
}

.archiveDate a {
	font-weight: bold;
	text-decoration: none;
}

.archiveDate a:hover {
	text-decoration: underline;
}

.archiveTagline a {
	font-weight: bold;
	text-decoration: none;
}

.archiveTagline a:hover {
	text-decoration: underline;
}

.archiveSummary {

}


