/**
Common CSS Document for Carnation templates
Author:		(Sky) Pei Peng
Date:		06 July 2006
Web:		http://www.harnesslink.com
			copyright @ Harnesslink Limited
**/

/* Common style for whole pages text-align:center;*/
*{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* Default page links */
a:link, a:hover, a:visited{
	/*color:#B50101;*/
}
a:hover{
	color:#000000;
}
/* Code overwritten home -> Offspring & Earning (with no results return)*/
.sectionHeading{
	/*background-color:#B50101;*/
	padding:5px;
}
.data{
	background-color: #FFF;
}
/* A table contains logo, name and current time */
.siteName, .itemTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	/*color:#B50101;*/
	text-align:left;
}
.siteName{
	padding:40px 10px;
}
.tallPadding{
	padding:10px 0;
}
#localTime{
	position:relative;
	left:510px;
	top:-15px;
	width:220px;
	height:15px;
	z-index:99;
	/*color:#B50101;*/
	text-align:right;
}

/* Navigation Section */
.navigationBg{
	/*background-color:#B50101;*/
}
#navigation{
	margin:0;
	padding:0;
	font-weight:bold;
	list-style:none;
	display:inline;
	text-align:justify;
}
* html body #navigation li{
	padding-bottom:5px;
}
#navigation li{
	padding:0;
	margin:-1em 0 0 0;
	list-style:none;
	display:block;
	float:left;
	line-height:2.5em;
	/* position:relative;line-height:0;
	left:-2px;hidden first left border */
	/* top:-10px;vertically centerlized */
}
#navigation a:link, #navigation a:hover, #navigation a:active, #navigation a:visited{
	padding:0 1em;
	margin:0;
	white-space:nowrap;
	/* font-variant:small-caps; work improperly in IE */
	text-decoration:none;
	text-align:center;
	color:#FFF;	
	border-left:2px solid #FFF;
}
* html #navigation a:link, * html #navigation a:hover, * html #navigation a:active, * html #navigation a:visited{
	margin-left:-0.5em;
}
ul#navigation li:first-child a{
	border-left:0;
}

*>#navigation a:link, #navigation a:hover, #navigation a:active, #navigation a:visited{
	font-variant:small-caps;
}
#navigation .menuOn{
	/*color:#CCCCCC!important;
	background:url(/images/websites/carnation-red/spacer.gif) !important;*/
	background:url(/images/websites/carnation-red/menuOn.png) #B50101 left bottom repeat-x;
}
#navigation a:hover{
	/*text-decoration:underline;
	background:url(/images/websites/carnation-red/spacer.gif) !important;*/
	background:url(/images/websites/carnation-red/menuHover.png) #B50101 left top repeat-x;
}
/* Content Section */
/*#anchorTable{
	width:100%;
	height:auto;
	padding:0;
	margin:10px;
}*/
#anchorLinks{
	padding:2em 1em 0;
	margin:0;
	list-style:none;	
	width:98%;
	height:100%;
	display:block;
	float:left;
}
#anchorLinks li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	line-height:1.5em;
	white-space:nowrap;
	/*list-style-image:url(/images/websites/carnation-red/anchorIcon.png);*/

}
#anchorLinks a:link, #anchorLinks a:hover, #anchorLinks a:visited{
	font-size:11px;
	padding:0 0 0 0.2em;
	margin:0 1em 0 0;
	text-decoration:none;

	/*color:#B50101;*/
	border-bottom:1px solid #E9E9E9;
	/*background:url(/images/websites/carnation-red/anchorIcon.png) left no-repeat;*/
}
#anchorLinks a:hover{
	color:#000;
	/*border-bottom:1px solid #B50101;*/
	/*background:url(/images/websites/carnation-red/anchorIconHover.png) left no-repeat;*/
}
/* Right side of main section */
#itemBox{
	width:97%;
	height:100%;
	text-align:justify;
	margin:10px 0px 0 10px;
}
#itemBox form{
	width:100%;
}
#itemBox hr{
	height:1px;
	color:#E9E9E9;
	/*background:url(/images/websites/carnation-red/hBar.png) bottom no-repeat;*/
}
/* Overwritten global code */
.data{
	text-align:left;
}
.summary{
	/*color:#B50101;*/
	width:100%;
}
.summaryLongBody{
	width:100%;
}
.summaryLongBody h2{
	/*color:#B50101;*/
}
.backTop{
	float:none;
	clear:both;
	position:relative;
	/*top:-5px;*/
	text-align:right;
	width:100%;
	padding-bottom:2px;
	margin-bottom:5px;
	/*background:url(/images/websites/carnation-red/hBar.png) bottom no-repeat;*/
}
.backTop a:link, .backTop a:hover, .backTop a:visited{
	/*color:#B50101;*/
	font-weight:bold;
	text-decoration:none;
}
.itemTitle{
	width:100%;
	font-size:16px;
}
.itemContent{
	width:100%;
}
.itemMedia{
	width:260px;
	float:right;
	clear:right;
	margin:0 0 0 10px;
	text-align:center;
}
.newsMediaTitle{
	margin:5px 0;
	width:250px;
}
.alignLeft{
	text-align:left;
}
#copyRight{
	text-align:center;
}
#copyRight a:link, #copyRight a:visited{
	/*color:#B50101;*/
	text-decoration:underline;
}
#printLinks{
	height:40px;
	line-height:40px;
	padding-top:15px;
	margin-left:10px;
}
#printLinks *{
	vertical-align:middle;
}
#printLinks a:link, #printLinks a:hover, #printLinks a:visited {
	font-weight:bold;
	/*color:#B50101;*/
	text-decoration:none;
}
