/* General styles */
*
{
	border: none;
	font-family: "Arial", sans-serif;
	text-decoration: none;
	color: #6d6d6d;
}

body
{
	background-color: #ffffff;
}

a:hover
{
	text-decoration: none;
	color: #003D69;
}

/* Location-specific styles */

#mainFrame
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -502px;
	width: 990px;
	padding-left: 7px;
	padding-right: 7px;

	background-image:url('../../images/framebg.jpg');
	background-repeat:repeat-y;

	min-height:100%;
	height: auto!important;
	height:100%;
}

#topBanner
{
	padding-top: 1px;
	text-align: center;
}

#topBannerLink
{
	display:block;
	width: 100%;
	height: 100%;
}

#mainMenuSmallLinks
{
	position: relative;
	float: left;
	top: -22px;
	*top: -25px; /* HACK for IE */
	line-height: 22px;
	left: 7px;
	vertical-align: middle;
}

#mainMenuBigLinks
{
	position: relative;
	float: left;
	top: -30px;
	*top: -33px; /* HACK for IE */
	left: 25px; /* 37 px */
	line-height: 30px;
	vertical-align: middle;
}

.smallMenuLink
{
	position: relative;
	display: block;	
	float: left;

	margin-right: 9px;

	font-family: "Arial", sans-serif;
	font-size: small;
	text-decoration: none;
	color: dimgray;
}

.smallMenuLink:hover
{
	color: #003D69;
}

.bigMenuLink
{
	position: relative;
	display: block;	
	float: left;

	margin-right: 16px; /* 12px */

	font-family: "Arial", sans-serif;
	font-size: 13.5px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}

.bigMenuLink:hover
{
	color: darkgray;
}

.actualSectionBigLinkClass
{
	color: slategray;
}

.actualSectionSmallLinkClass
{
	color: #0f3754;
}

#dateStamp
{
	position: relative;
	float: right;

	top: -25px;
	*top: -28px; /* HACK for IE */
	line-height: 25px;
	right: 13px;
	vertical-align: middle;

	font-family: "Arial", sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: white;
}

#frameCentre
{
	position: relative;
	width: 990px;
	top: -25px;
	overflow: auto;
	padding-bottom: 30px; /* The footer height, to avoid overlaping */
}

#contentBlock
{
	position: relative;
	float: left;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

	width: 646px;
	height:100%;
}

#rightBar
{
	position: relative;
	float: right;
	
	width: 315px;
	margin-right: 5px;
	height: 100%;
}

#rightBar > *
{
	margin-bottom: 10px;
}

#topNewsBlock
{
	position: relative;
	padding-top: 7px;
	width: 314px;
}

#footer
{
	position: absolute;
	bottom: 0px;
	width: 990px;
	height: 30px;
	line-height: 30px;
	font-size: small;
	
	background-color: #003d69;
}

#footer a
{
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover
{
	color: darkgray;
}

#copyrightNote
{
	padding-right: 15px;
	float: right;
}

#designNote
{
	padding-left: 15px;
	float: left;
}
/* Login block */
#loginBlock
{
	padding: 10px;
	position: relative;
	border-left: dashed darkgray 1px;
	overflow: auto;
	font-size: small;
}

#labelForLogin, #labelForPassword
{
	line-height: 24px;
	vertical-align: middle;
	float: left;
	clear: left;
}

#login, #password
{
	float: right;
	clear: right;
	
	line-height: 17px;
	*margin-top: 3px; /* HACK for IE */

	border-color: #6D6D6D;
	border: solid 1px;
	background-color: #e8e9eb;
}

#access
{
	padding: 2px 15px 2px 15px;
	margin-top: 5px;
	float: right;
	clear: both;
	color: #D3D3D3;
	background-color: #003d69;
}

#bottomLoginLinks
{
	margin-top: 15px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: x-small;
}

#registerLink
{
	margin-left: 15px;
	float: left;
	clear: left;
}

#forgottenLink
{
	margin-right: 15px;
	float: right;
	clear: right;
}


/* Banners block */
#bannersBlock
{
	position: relative;
}

.banner
{
	text-align: center;
	border: solid #e8e9eb 1px;
	margin-bottom: 2px;
}

/* Top news block */
#topNewsTabs
{
	overflow: hidden;
}

.topNewsTab
{
	position: relative;
	float: left;

	width: 104px;
	height: 25px;
	line-height: 25px;
	vertical-align: center;

	cursor:pointer;

	text-align: center;
	font-size: small;
	/*color: #0F3754;*/
	color: white;
}

.topNewsTab:hover
{
	background-color: #0F3754 !important;
	/*color: #c0c0c0;*/
	color: white;
}

.topNewsTabSelected
{
	background-color: #0F3754 !important;
	/*color: #c0c0c0;*/
	color: white;
}

#topVisitedTitle
{
	background-color: #6D6D6D;
	border-top: solid 2px #0F3754;

}

#topVotedTitle
{
	background-color: #8d8d8d;
	border-top: solid 2px #0F3754;

}

#topCommentedTitle
{
	background-color: #aaaaaa;
	border-top: solid 2px #0F3754;

	width: 106px;
}

.topNewsContentFrame
{
	border: solid 1px #656565;
	padding: 5px;
}

.topNewsListElement
{
	padding-bottom: 3px;
	font-size: small;
}

.topNewsListElement a
{
	color: #0F3754;
}

.topNewsListElement a:hover
{
	color: #0F3754;
	font-style: italic;
}

.topNewsNumber
{
	color: #6D6D6D;
	font-weight: bold;
}

#rssBlock
{
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	height: 30px;
}

#rssBlock a, #rssBlock a:hover
{
	color: #0F3754;
}


/* Common elements in sections (not in common set) */
.titleLabel
{
	bottom: 0px;
	position: absolute;
	
	line-height: 23px;
	vertical-align: middle;
	
	background-color: #dede85;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;

	font-family: "Arial", sans-serif;
	text-decoration: none;
	font-size: 21px;
	color: #ffffff;
}

.titleBox
{
	position: relative;
	width: 100%;
	height: 23px;
	margin-bottom: 17px;
	background-image: url('../../images/home_title_bar.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Text classes */
.smallText 
{
	font-family: Arial, sans-serif;
	font-size: small;
}

.superSmallText 
{
	font-family: Arial, sans-serif;
	font-size: x-small;
}

.contentText
{
	font-family: Arial, sans-serif;
	font-size: smaller;
}

.textTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #003D69;
}

