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

body {
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:visited, a:active {
	color: #3076B4;
}

a:hover {
	color: #051B30;
}

.top-bar {
	width: 900px;
	height: 30px;
	background: url(../img/jpg/bar.jpg) no-repeat;	
}

.flash-banner {
	width: 900px;
	height: 220px;
	background: url(../img/jpg/01.jpg) no-repeat;	
}

.nav-bar {
	width: 900px;
	height: 35px;
	background: url(../img/jpg/menu.jpg) no-repeat;	
}

.body {
	background: #FFF;
}

.body-left {
	width: 650px;
	margin: 5px;
}

.body-left-table {
	height: 475px;
	width: 640px;
	margin-left: 5px;
	margin-top: 5px;
}

.body-right {
	width: 250px;
	text-align: center;
	vertical-align: top;
}

.footer-table {
	width: 900px;
	height: 130px;
	background: url(../img/jpg/foot_bg.jpg) no-repeat;	
	margin-top: 2px;
}

.footer-logos {
	height: 95px;
	text-align: right;
	vertical-align: top;	
}

.footer-menu {
	height: 95px;
	text-align: left;
	vertical-align: top;	
}

.footer-menu-image {
	padding-top: 20px;
	padding-left: 15px;
	border: 0;
}

.footer-text {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	vertical-align: middle;
}

object {
display: block;
}

img {
	margin:0;
	padding:0;
	border:0;
}

.nav-link {
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
}

.nav-link a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.nav-link:hover {
	background: #3076B4;
}

#flashwrapper {
	position: relative; /*or absolute*/
	z-index: 0;
}

.top-link {
	height: 35px;
	width: 100%;
}


.modNav {
	border:1px solid #3076B4;
	background: #051B30;
}
.modNav a {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:7px;
	padding-right:7px;
	border:0px;
}
.modNav a:hover, a.modNavOn {
	background-color:#3076B4;
}

.Portal_Message_Green
{
	background-color: #88FFAE;
	border: solid 1px #063;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: darkgreen;
	text-align: center;
}
.Portal_Message_Red
{
	background-color: #ffebe8;
	border: solid 1px #dd3c10;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: darkred;
	text-align: center;
}
.Portal_Message_Red p
{
	line-height:20px;
}
.Portal_Message_Blue
{
	background-color: #DEEAFA;
	border: solid 1px #98B9E4;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: darkblue;
	text-align: center;
}
.Portal_Message_Blue p
{
	margin-left:30px;
	margin-top:5px;
	margin-bottom:5px;
}

.formButton {
	padding: 5px;
	border: 2px solid #3076B4;
	background: #051B30;	
	color: white;
	font-weight: bold;
}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 1.0
 * Date: 18th February 2010
 */

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #009be3;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface  ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface  ul.jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:40px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:48px;
}
li.jp-play {
	background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
li.jp-pause {
	background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;
}
li.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
li.jp-stop {
	position: absolute;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:90px;
}
div.jp-playlist-player li.jp-stop {
	left:126px;
}
li.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:20px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
li.jp-next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	top:32px;
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:274px;
}
div.jp-playlist-player li.jp-volume-min {
	left:296px;
}
li.jp-volume-min:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:32px;
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:346px;
}
div.jp-playlist-player li.jp-volume-max {
	left:368px;
}
li.jp-volume-max:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:10px 20px 20px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}
