body
{
	margin: 0px;
	background-color: white;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background-image: url(/img/bg2.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
td, th, select
{
	font-size: 12px;
}

.coatHeader
{
	background-color: white;
}
.logo
{
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 14px;
}

.tabs
{
	background-color: white;
	background-image: url(/img/tabs.png);
	background-repeat: repeat-x;
}

.tabRow1
{
	background-color: white;
}

.tabRow2
{
}

.tabRow1 a { text-decoration: none; color: #3e454d; }
.tabRow2 a { text-decoration: none; color: #3e454d; }

.tabimage
{
	vertical-align:middle;
	display: block;
}

.tab2Active
{
	background-image: url(/img/tab2-a.gif);
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: black;
	font-size: 13px;
	white-space: nowrap;
	text-shadow: 1px 1px 1px white;
}

.tab2Subactive
{
	background-image: url(/img/tab2-a.gif);
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: #3e454d;
	font-size: 13px;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: 1px 1px 1px white;
}

.tab2Nonactive
{
	background-image: url(/img/tab2-n.gif);
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: #3e454d;
	font-size: 13px;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: 1px 1px 1px white;
}

.tab1Active
{
	background-image: url(/img/tab1-a.gif);
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: black;
	font-size: 13px;
	white-space: nowrap;
	text-shadow: 1px 1px 1px white;
}

.tab1Subactive
{
	background-image: url(/img/tab1-a.gif);
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: #3e454d;
	font-size: 13px;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: 1px 1px 1px white;
}

.tab1Nonactive
{
	background-image: url(/img/tab1-n.gif);
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: #3e454d;
	font-size: 13px;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: 1px 1px 1px white;
}

.newsColumns
{
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
	height: 500px;
	min-height: 500px;
	width: 100%;
	padding-top:12px;
}

.leftColumn
{
	width: 50%;
	vertical-align: top;
}

.leftColumnSpace
{
	margin-left: 12px;
	margin-right: 6px;
}

.rightColumn
{
	width: 50%;
	vertical-align: top;
}

.rightColumnSpace
{
	margin-left: 6px;
	margin-right: 12px;
}

.box
{
	background-image: url(/img/boxbg.png);
	background-repeat: repeat-x;
	background-color: #DDEEFF;
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	
	border: 1px solid #77AADD;
	
	-webkit-box-shadow: 1px 1px 6px #BBB;
	-moz-box-shadow: 1px 1px 6px #BBB;
	-o-box-shadow: 1px 1px 6px #BBB;
	box-shadow: 1px 1px 6px #BBB;
	
	margin-bottom: 12px;
	padding-bottom: 6px;
}
.sourceIcon
{
	margin-left: 14px;
	margin-right: 5px;
	vertical-align:text-top;
}
.favoriteIcon
{
	margin-right: 4px;
	vertical-align:text-top;
}
.sourceTimestamp
{
	font-size: 10px;
	color: #CCCCCC;
	margin-right: 10px;
}

.newsLinkContainer
{
	padding-left: 14px;
	padding-right: 4px;
	background-repeat:no-repeat;
	background-position:4px 6px;
	/*border-top: 1px solid white;
	border-bottom: 1px solid #DDEEFF;
	margin-top: 2px;
	margin-bottom: 2px;*/
}
.newsLinkSmall .newsLinkContainer { margin-top: 0px; margin-bottom: 0px;}
.newsLinkNormal .newsLinkContainer { margin-top: 2px; margin-bottom: 2px;}
.newsLinkBig .newsLinkContainer { margin-top: 3px; margin-bottom: 3px;}

.newsLink
{
	text-decoration: none;
	color: black;
}
.newsLinkSmall .newsLink { font-size: 11px; }
.newsLinkNormal .newsLink { font-size: 12px; }
.newsLinkBig .newsLink { font-size: 14px; }


.newsLink:hover
{
	text-decoration: underline;
}

.newsLink:visited
{
	color: #778899;
}
.ageLinkA1 { background-image: url(/img/a1.png); }
.ageLinkA2 { background-image: url(/img/a2.png); }
.ageLinkA3 { background-image: url(/img/a3.png); }
.ageLinkA4 { background-image: url(/img/a4.png); }
.ageLinkA5 { background-image: url(/img/a5.png); }
.ageLinkA6 { background-image: url(/img/a6.png); }
.ageLinkA7 { background-image: url(/img/a7.png); }
.ageLinkA8 { background-image: url(/img/a8.png); }
.ageLinkA9 { background-image: url(/img/a9.png); }
.ageLinkA10 { background-image: url(/img/a10.png); }
.ageLinkA11 { background-image: url(/img/a11.png); }

.footer
{
	width: 100%;
	clear: both;
}

.footerMenu
{
	font-size: 12px;
	text-shadow: 1px 1px 3px white;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: gray;
}

.footerMenu a
{
	text-decoration: none;
	color: black;
}

.footerMenu a:hover
{
	text-decoration: underline;
	color: #ee8f39;
}

.footerCopyright
{
	float: left;
	font-size: 11px;
	text-shadow: 1px 1px 3px white;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
}

.footerContacts
{
	float: right;
	font-size: 11px;
	text-shadow: 1px 1px 3px white;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
}
