@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff url(../images/base/top.background.png) 50% 0 scroll no-repeat;
	margin: 0;
	font-family: Tahoma, Arial, Sans;
	color: #616161;
	font-size: 13px;
}

#page-wrapper {
	background: transparent url(../images/base/bottom.background.png) no-repeat scroll center bottom;
	width: 100%;
	text-align: center;
}

#top-transparent {
	background: transparent url(../images/base/top-bottom-transparent.background.png);
	height: 15px;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}

#top-and-menu {
	background: transparent url(../images/base/top-space.background.png) no-repeat scroll -1px 0;
	width: 935px;
	height: 219px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}

#menu {
	background: transparent url(../images/base/menu.background.png) no-repeat top left;
	clear: both;
	float: left;
	width: 925px;
	height: 100px;
	margin-top: 187px;
	padding: 11px 0 0 10px;
}

	#menu a {
		margin-left: 15px;
	}

	#menu div.submenu {
		margin-top: 8px;
		font-size: 14px;
	}
	
		#menu div.submenu a {
			color: #52b5d2;
		}
	
			#menu div.submenu a:hover {
				color: #b51818;
				text-decoration: none;
			}
	
	#menu a.active {
		border-bottom: 1px solid #a8dae8;
	}
	
a img {
	border: 0;
}

#headerPhoto img {
	border: 1px solid #000;
}

#login {
	background: transparent url(../images/base/menu.background.png) no-repeat top right;
	float: left;
	width: 309px;
	height: 100px;
	margin-top: 187px;
}

#login-image {
	position: absolute;
	top: 202px;
	left: 1000px;
}

#content-top {
	background: transparent url(../images/base/content-top.background.png);
	height: 11px;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	
}

#wrapper-content {
	background: transparent url(../images/base/content.background.png) repeat-y;
	overflow: auto;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#story {
	clear: both;
	float: left;
	width: 495px;
	padding: 20px 20px 10px 23px;
	min-height: 700px;
}

#wrapper-right {
	float: left;
	width: 359px;
	padding: 20px 18px;
}

	#wrapper-right h1 {
		color:#52b5d2;
		font-family:Georgia,serif;
		font-size:1.4em;
		font-weight:normal;
		text-decoration:none;
		text-transform:none;
		margin-bottom: 0;
		line-height: 1.8em;
		margin-top:0;
	}

	#wrapper-right h2 {
		font-size:1.3em;
	}
	
	#comingUpItems h2 {
		border-top:1px dashed #e7e7e7;
		padding-top: 8px;
	}
	
		#comingUpItems h2:first-child {
			border-top:0;
			padding-top: 0;
			margin-top: -3px;
		}
		
	#wrapper-right img.border {
		
	}

#footer {
	background: transparent url(../images/base/content-end.background.png) no-repeat scroll 0 0;
	clear: both;
	width:920px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 9px 0 0 15px;
}

#bottom-space {
	width:935px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#produced-by {
	float: right;
	margin:35px 34px 0 0;
}

#bottom-transparent {
	background: transparent url(../images/base/top-bottom-transparent.background.png) repeat scroll 0px 17px;
	height: 15px;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}

h1, h2 {
	color:#b51818;
	font-family:Georgia,serif;
	font-size:1.8em;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	margin-bottom: 0;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-family:Georgia,serif;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	margin-bottom: 0;
}


h2 span {
	font-size:1.0em;
	color: #52b5d2;
}

h2.blue {
	color:#52b5d2;
}


p {
	margin-top: 7px;
	text-align: justify;
}

dl dt {
	background:url(../images/base/dt.gif) no-repeat;
	color:#4E443C;
	font-size:1em;
	font-weight:bold;
	line-height:1.45em;
	padding-left:12px;
}

dl dd {
	background:url(../images/base/dd.gif) no-repeat;
	color:#666666;
	font-size:1em;
	line-height:1.45em;
	margin:0 0 15px;
	padding-left:12px;
}

hr {
	background-color:#e7e7e7;
	color:#e7e7e7;
	height:1px;
	border: 0px;
	margin: 15px 0;
}

label {
	font-weight: bold;
	color: #52b5d2;
}

label span {
	font-weight: bold;
	color: #616161;
}

input[type=text], textarea {
	width: 354px;
	border: 1px solid #909090;
	margin: 2px 0;
	padding-left: 4px;
	color: #616161;
}

a {
	color: #b51818;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
p a, a.common {
	border-bottom: 1px dotted #616161;
}

	p a:hover, a.common:hover {
		text-decoration: none;
		border-bottom: 1px dotted #b51818;
	}

div.clear {
	clear: both;
}

a.submit {
	display: block;
	width: 207px;
	height: 22px;
	background:transparent url(../images/base/button.forward.png) no-repeat;
	padding:6px 32px 0 0;
	text-align: right;
	font-weight: bold;
	color: #616161;
	text-decoration: none;
}

a.submit:hover {
	color: #52b5d2;
}

.floatRight {
	float: right;
}

textarea {
	height: 150px;
	font-size: 1em;
	font-family: Tahoma, Arial, Sans;
}

p img.border {
	border: 1px solid #000000;
	margin: 0 0 5px 10px;
}

#story img.border {
	margin-left: 0;
}

#story img.normal {
	margin: 7px;
}

div.table-view-left {
	clear: both;
	float: left;
	width: 58px;
	text-transform: uppercase;
}

div.table-view-right {
	float: left;
	width: 300px;
	
	color: #b51818;
	text-transform: uppercase;
}

	div.table-view-right a {
		color: #b51818;
		text-transform: uppercase;
		text-decoration: none;
	}

div.table-view-more-info {
	clear: both;
	float: left;
	width: 358px;
	display: none;
}

div.table-view-dotted-line {
	clear: both;
	height: 1px;
	width: 358px;
	background: transparent url(../images/base/dotted.background.png) repeat-x scroll 0 5px;
	padding: 5px 0;
}

/* News-feed */
div.tabs {
	clear: both;
	float: left;
	width: 500px;
	height: 22px;
	background: transparent url(../images/base/tabs.png) repeat-x scroll center bottom;
}

	div.tabs a {
		height: 10px;
		background: transparent url(../images/base/tabs.png) repeat-x scroll 0 -154px;
		display: block;
		float: left; 
		font-family: Tahoma, Arial, Sans;
		color: #616161;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		padding: 6px 0 6px 10px;
	}
	
		div.tabs a span {
			background: transparent url(../images/base/tabs.png) repeat-x scroll right -110px;
			height: 10px;
			display: block;
			padding: 6px 10px 6px 0px;
			margin: -6px 0 0 0;
		}
	
	div.tabs a.first {
		background: transparent url(../images/base/tabs.png) repeat-x scroll 0 -88px;
	}
	
		div.tabs a.first span {
			background: transparent url(../images/base/tabs.png) repeat-x scroll right -110px;
		}
	
	div.tabs a.active, div.tabs a:hover {
		background: transparent url(../images/base/tabs.png) repeat-x scroll 0 -66px;
	}
	
		div.tabs a.active span, div.tabs a:hover span {
			background: transparent url(../images/base/tabs.png) repeat-x scroll right -22px;
		}
	
	div.tabs a.first-active, div.tabs a.first:hover {
		background: transparent url(../images/base/tabs.png) repeat-x scroll 0 0px;
	}
	
		div.tabs a.first-active span, div.tabs a.first:hover span {
			background: transparent url(../images/base/tabs.png) repeat-x scroll right -22px;
		}
	
	div.tabs a.last {
		background: transparent url(../images/base/tabs.png) repeat-x scroll 0 -154px;
	}
	
		div.tabs a.last span {
			background: transparent url(../images/base/tabs.png) repeat-x scroll right -132px;
		}
	
	div.tabs a.last-active, div.tabs a.last:hover {
		background: transparent url(../images/base/tabs.png) repeat-x scroll 0 -66px;
	}
	
		div.tabs a.last-active span, div.tabs a.last:hover span {
			background: transparent url(../images/base/tabs.png) repeat-x scroll right -44px;
		}

div.news-feed-content {
	clear: both;
	float: left;
	width: 479px;
	min-height: 150px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	
	padding: 15px 10px;
}

	div.news-feed-content div.table-view-right {
		width: 420px;
	}
	
	div.news-feed-content div.table-view-more-info {
		width: 475px;
	}
	
	div.news-feed-content div.table-view-dotted-line {
		width: 475px;
	}
	
	div.news-feed-content a.type-internal {
		
	}
	
/******* Table *******/
table {
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	
	border-collapse: collapse;
	
	width: 495px;
}

th {
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	
	font-weight: bold;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #ffffff;
	
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #ffffff;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e5e5e5;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e5e5e5;
	
	padding-left: 3px;
	padding-right: 3px;
	
	text-transform: uppercase;
}

td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #4f6b72;
	
	vertical-align: top;
}

tr.odd {
	background: #fbfbfb;
	color: #797268;
}

td.spec {
	font-size: 0.95em;
	text-transform: uppercase;
	font-weight: bold;
}

.border {
    border: 1px solid #000;
}