/*General Styles*/

body {
	background: #8AA2BE url(../images/body_bg.jpg);
	font-size: 12px;
	line-height: 18px;
	color: #1f3348;
	font-family: Arial, sans-serif;
	position: relative;
	padding: 10px;
}

.container_12 {
	position: relative;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix
{
	display:block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height:1%;
}
 /*End hide from IE-mac*/

a {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
}

a.external-link {
	font-weight: bold;
}

img.thumb {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#container {
	width: 880px;
	height: 720px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}

#branding h1 {
	width: 877px;
	height: 32px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}

#branding #navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#branding #navigation li {
	float: left;
	margin: 0;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

#branding #navigation li.last {
	border: 0;
	margin: 0;
	padding: 0;
}

#branding #navigation a {
	color: #fff;
}

/*added by SAW for the languages*/

#branding #languages {
	color: #FFFFFF;
	float: left;
	left: 445px;
	list-style-type: none;
	position: absolute;
	top: 0;
	}
	
#branding #languages li {
	border-right:1px solid #FFFFFF;
	float:left;
	margin:0 10px 0 0;
	padding-right:10px;
	}
	
/*added by CL for the languages*/
#branding #languages li.last {
	border: 0;
	margin: 0;
	padding: 10;
}

/*Layouts*/

#content-main {
	width: 514px;
	float: left;
	margin-right: 10px;
}

#content-secondary {
	width: 345px;
	float: left;
}

/*Map*/

#content-main #map {
	width: 514px;
	height: 449px;
	background: url(../images/map.png) no-repeat;
	position: relative;
}

#content-main #map .overlay {
	width: 508px;
	height: 443px;
	position: absolute;
	top: 4px;
	left: 3px;
	background: white;
}

/*News*/

#news {
	 background: url(../images/news.png) no-repeat;
	 width: 514px;
	 height: 176px;
	 position: relative;
	 margin-top: 10px;
}

#news ul {
	width: 508px;
	height: 141px;
	overflow: auto;
	background: #1f3348;
	position: absolute;
	top: 32px;
	left: 3px;
	list-style-type: none;
	margin: 0;
	color: #fff;
}

#news a,
.video-list a {
	color: #fff;
}

#content-main #news ul li,
.video-list li {
	margin: 0;
	padding: 10px;
}

.news-even {
	background: #425d7a !important;
}

#news h2,
.video-list h2 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}

#news p,
.video-list p {
	line-height: 16px;
	margin-bottom: 0;
}

/*Multimedia Box*/

#multimedia {
	width: 351px;
	height: 311px;
	background: url(../images/multimedia.png) no-repeat left bottom;
	position: relative;
	top: -14px;
	margin-bottom: -7px;
}

#multimedia .content {
	position: absolute;
	width: 345px;
	height: 240px;
	top: 47px;
	left: 3px;
}

/*Schedule Box*/

#schedule {
	width: 351px;
	height: 330px;
	background: url(../images/schedule.png) no-repeat left bottom;
	position: relative;
	top: -20px;
}

#schedule ul {
	position: relative;
	top: 1px;
}

#schedule ul li {
	list-style-type: none;
	margin: 0;
	float: left;
	margin-right: 0;
}

#schedule ul li h4 {
	cursor: pointer;
	width: 42px;
	height: 44px;
	text-indent: -9999px;
	position: relative;
	left: -1px;
}

#schedule ul li h4.schedule {
	width: 139px;
}

#schedule ul li.active h4.schedule {
	background: url(../images/schedule_active.png) no-repeat left bottom;
}


#schedule ul li.active h4.e {
	background: url(../images/schedule_e_active.png) no-repeat left bottom;
}

#schedule ul li.active h4.w {
	background: url(../images/schedule_w_active.png) no-repeat left bottom;
}

#schedule ul li.active h4.c {
	background: url(../images/schedule_c_active.png) no-repeat left bottom;
}


#schedule ul li#w h4 {
	position: relative;
	left: 2px;
}

#schedule ul li#c h4 {
	position: relative;
	left: 8px;
}

#schedule ul li#e h4 {
	position: relative;
	left:  18px;
}

#schedule ul li .content {
	display: none;
}

#schedule ul li.active .content {
    padding: 10px;
    width: 325px;
    height: 260px;
	display: block;
	position: absolute;
	top: 45px;
	left: 3px;
	background: #1f3348;
	color: #fff;
	overflow: auto;
}

#schedule ul li.active .content table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

#schedule ul li.active .content table tr th {
	font-size: 14px;
	border-bottom: 1px solid #fff;
}

#schedule ul li.active .content table tr td {
	padding: 5px;
	vertical-align: top;
}

#schedule ul li.active .content table tr td.odd {background: red;}

#schedule .content span.rose {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

#schedule .video-list {
	height: 105px;
	overflow: auto;
	background: #1f3348;
	color: #fff;
}

#schedule .video-list li {
	float: none;
	margin: 0;
}

#history {
  position: absolute;
  top: 20px;
  right: 60px;
  border: 2px solid white;
  display: none;
  z-index: 100;
}

/*added by SAW for share your media*/
#share {
	font-family:Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size:13px;
	height:25px;
	left:730px;
	position:absolute;
	top:59px;
	width:150px;
	z-index:1;
	}