/* CSS Document */

BODY, HTML {
	margin: 0px;
	
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	
	height: 100%;
}

/* Page layout */

#mainDiv {
	width: 820px;
}

#topDiv {
	background-image: url(../images/design/top_banner.jpg);
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	width: 800px;
	height: 137px;
	padding: 0px;
	padding-bottom: 20px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#leftDiv {
	width: 190px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/design/left_bg.jpg);
	text-align: left;
}

#contentDiv {
	margin: 0px;
	margin-right: 10px;
	/*margin-left: 190px;*/
	padding: 0px;
	padding-right: 10px;
	width: 610px;
	background-color: #F9F9F9;
	text-align: left;
	border: none;
	float: left;
}

#bottomDiv {
	width: 794px;
	margin: 0px;
	padding: 3px;
	clear: both;
	background-color: #F9F9F9;
	text-align: center;
	font-weight: bold;
}

DIV.contentArea {
	background-color: #F0F0F0;
	width: 596px;
	margin: 0px;
	padding: 7px;	
}

TABLE.layoutTable {
	border-collapse: collapse;
	border: none;
	width: 100%;
	padding: 0px;
	margin: 0px;	
}

TABLE.layoutTable TR {
	padding: 0px;
	margin: 0px;
}

TABLE.layoutTable TR TD {
	border: none;
	vertical-align: top;	
}

TABLE.layoutTable TR TD.zeroPaddingCell {
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: top;	
}

TABLE.layoutTable TR TD.zeroPaddingMiddleCell {
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: middle;	
}

TABLE.layoutTable TR TD.middleCell {
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: middle;		
}

TABLE.layoutTable TR TD.smallMiddleCell {
	width: 15px;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: middle;		
}

TABLE.layoutTable TR TD.paddedCell {
	padding: 5px;
	margin: 0px;
	border: none;		
}

TABLE.splitLayoutTable {
	border-collapse: collapse;
	border: none;
	width: 75%;
	padding: 0px;
	margin: 3px;	
}

TABLE.splitLayoutTable TR TD {
	vertical-align: top;
	width: 50%;	
}

TABLE.splitLayoutTable TR TD.paddedCell {
	padding: 4px;
	vertical-align: top;
	width: 50%;	
}

/* Page layout */

/* Menu definitions */

DIV.menuItem {
	width: 160px;	
	border: none;
	border-bottom: 1px solid #DDDDDD;
	
	padding: 3px;
	padding-left: 6px;
}

DIV.menuItem A {
	font-family: Verdana;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	
	display: block;
}

DIV.menuItem A:hover {
	color: #FF0000;	
}

/* Menu definitions */

/* Panels definitions */

.leftPanel .center {
	width: 169px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/design/left_bg_center.jpg);
	border: none;
}

.leftPanel .top {
	width: 180px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(../images/design/left_bg_top.jpg);
	background-repeat: no-repeat;
}

.leftPanel .bottom {
	width: 180px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/design/left_bg_bottom.jpg);
}

.rightPanel {
	width: 180px;
	margin: 0px;
	margin-left: 5px;
	/*margin-right: -8px;*/
	padding: 0px;
	border: 1px solid #CCCCCC;
	
	float: right;	
}

.rightPanel .element {
	margin: 0px;
	padding: 4px;
	width: 172px;
	
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

.rightPanel .elementNoBorder {
	margin: 0px;
	padding: 4px;
	width: 172px;
	
	border: none;
}

.mainNewsPanel {
	width: 610px;
	height: 225px;
	background-color: #333333;
	padding: 0px;
	margin: 0px;	
}

.mainNewsPanel .pictureArea {
	width: 410px;
	height: 225px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	position: relative;
	background-position: center;
	/*background-image: url(../images/design/delete3.jpg);*/
	background-image: url(../images/design/loading.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	
	float: left;
}

.mainNewsPanel .pictureArea .topArea {
	top: 0px;
	left: 0px;
	position: absolute;
	margin: 0px;
	background-color: #666666;
	padding: 5px;
	filter:alpha(opacity=90);opacity:.90;	
	
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
	
	width: 400px;
}
	
.mainNewsPanel .pictureArea .topArea A {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

.mainNewsPanel .pictureArea .bottomArea {
	bottom: 0px !important;
	bottom: -1px;
	left: 0px;
	position: absolute;
	margin: 0px;
	background-color: #666666;
	padding: 5px;
	filter:alpha(opacity=80);opacity:.80;	
	
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	
	width: 400px;
}

.mainNewsPanel .titlesBar {
	width: 189px;
	height: 213px;
	background-color: #F5F5F5;
	vertical-align: middle;
	padding: 5px;
	margin: 0px;
	
	border: 1px solid #AAAAAA;
	border-left: none;
	
	background-image: url(../images/design/large_grey_gradient.jpg);
	background-color: #E5E5E5;
	background-repeat: repeat-x;
	
	float: left;	
}

.mainNewsPanel .titlesBar .title {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	
	padding-bottom: 2px;
	
	text-align: center;	
}

/* Panels definitions */

/* Decoration */

DIV.smallGreyGradientDiv {
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 100%;
	background-image: url(../images/design/grey_gradient.jpg);
}

DIV.greySeparatorDiv {
	width: 93%;
	height: 1px;
	margin: 4px;
	padding: 0px;
	background-color: #CCCCCC;
}

DIV.vertGreySeparatorDiv {
	height: 90%;
	width: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

DIV.greyTightSeparatorDiv {
	width: 95%;
	height: 1px;
	margin: 1px;
	padding: 0px;
	background-color: #CCCCCC;
}

TD.redNewsTitleCell {
	background-image: url(../images/design/red_news_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	height: 19px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

TD.greenNewsTitleCell {
	background-image: url(../images/design/green_news_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	height: 19px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

TD.blueNewsTitleCell {
	background-image: url(../images/design/blue_news_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	height: 19px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

TD.brownNewsTitleCell {
	background-image: url(../images/design/brown_news_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	height: 19px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

/* Decoration */

/* Tabs definitions */

.greyTabItem {
	padding: 0px;
	text-align: center;
	width: 24%;
	height: 21px;
	
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
	float:left;
}

.greyTabItem A {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
	width: 100%;
	height: 18px;
	display: block;
	
	padding-top: 3px;
}

.greyTabItem A:hover {
	background-color: #F0F0F0;	
}

.greyTabItemSelected {
	padding: 0px;
	text-align: center;
	height: 100%;
	
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #F0F0F0;
	width: 24%;
	
	float:left;	
}

.greyTabItemSelected A {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	
	width: 100%;
	height: 18px;
	display: block;
	
	padding-top: 3px;
	background-color: #F0F0F0;	
}

.greyTabSeparator {
	padding: 0px;
	width: 1px;
	height: 100%;
	background-image: url(../images/design/small_grey_separator.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
	float:left;
}

/* Tabs definitions */

/* Text definitions */

.regularText {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.smallRegularText {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.smallRedText {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.strongText {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.smallStrongText {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.newsDarkBlueTitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #003366;	
}

.panelTitle {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.errorText {
	font-family: Verdana;
	font-size: 11px;
	color: #AA0000;
	text-decoration: none;
	font-weight: bold;
}

A.smallRedLink {
	font-family: Arial;
	font-size: 10px;
	color: #D70000;
	text-decoration: none;
	font-weight: normal;	
}

A.greyRolloverLink {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	
	border: 1px solid #F0F0F0;
	
	display: block;	
}

A.greyRolloverLink:hover {
	background-image: url(../images/design/light_grey_gradient.jpg);
	border: 1px solid #999999;
}

A.darkBlueLink {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #003366;
}

A.darkBlueLink:hover {
	text-decoration: underline;
}

#horoscop A {
    font-size: 12px;
    color: #003366;
    text-decoration: none;
    font-family: Arial;
}

#horoscop TD {
    border-bottom: 1px solid #CCCCCC;
}

/* Text definitions */

/* General definitions */

DIV.smallPara P {
	padding: 0px;
	margin: 0px;	
}

IMG.blackBorderImage {
	border: 1px solid #333333;
	margin: 3px;
	margin-right: 8px;
	padding: 0px;
}

DIV.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;	
}

DIV.currencyArea {
	position: relative;
	top: -7px;
	right: -7px;	
	float: right;
}

DIV.currencyArea TABLE {
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;	
	width: 100%;
}

DIV.currencyArea TABLE TD {
	padding: 2px;	
}

DIV.currencyArea TABLE TD.bordered {
	border-top: 1px solid #666666;	
}

DIV.currencyArea TABLE TD.spacer {
	height: 5px;
	line-height: 5px;
	font-size: 5px;	
}

/* General definitions */

/* List definitions */

UL.newsTitlesList {
	width: 164px;
	list-style-type: disc;
	padding-left: 15px;
	padding-right: 7px;
	padding-bottom: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 5px;	
}

UL.newsTitlesList LI {
	padding-top: 2px;
	padding-bottom: 2px;	
}

UL.newsTitlesList LI A {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}

UL.newsTitlesList LI DIV A {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;	
}

/* List definitions */

/* Form definitions */

FORM {
	margin: 0px;
	padding: 0px;	
}

INPUT.submit {
	background-color: #F0F0F0;
	font-family: Tahoma;
	font-size: 12px;
	font-color: #333333;
	padding: 3px;
	border: 1px solid #CCCCCC;	
}

SELECT {
	font-family: Tahoma;
	font-size: 11px;
	font-color: #333333;
	border: 1px solid #CCCCCC;	
}

.textField {
	font-family: Tahoma;
	font-size: 11px;
	font-color: #333333;
	border: 1px solid #CCCCCC;
}

UL.errorMsgs {
	
}

UL.errorMsgs LI {
	font-weight: bold;
	color: #AA0000;	
}

/* Form definitions */