body {
	background: #00568f; 
	margin: 0;
}

:-moz-any-link:focus {
  outline: none;
}

.active {
	background: url(../images/btn_blue-trans.png) no-repeat;
	float: left;
	height: 19px;
	margin-right: 2px;
	width: 69px;
}

.active a:link    {color: #FFF; font-family: arial, sans-serif;	font-size: 10px; font-weight: normal; text-decoration: none}
.active a:visited {color: #FFF; font-family: arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none}
.active a:hover   {color: #FFF; font-family: arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none}

.notactive {
	background: url(../images/btn_yellow-trans.png) no-repeat;
	float: left;
	height: 19px;
	margin-right: 2px;
	width: 69px;
}

.notactive a:link    {color: #1e6089; font-family: arial, sans-serif;	font-size: 10px; font-weight: normal; text-decoration: none}
.notactive a:visited {color: #1e6089; font-family: arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none}
.notactive a:hover   {color: #000000; font-family: arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none}


.pad {text-align: center; margin-top: 3px}

a:link {
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #005c84;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #005c84;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#panel1, #panel2, #panel3, #panel4 {
	width: 300px;
	background: #00568f;
}

.video_panel {background: url(../images/panel_sec_bg.png) no-repeat bottom center #00558f; padding: 12px 0 12px 12px; width: 76px}

.video {
	background: url(../images/panel_sec_bg.png) no-repeat bottom center #00558f;
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 12px; width: 188px;
	text-decoration: none;
}

a.video_link:link    {color: #f6c74d; font-family: arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; cursor:pointer}
a.video_link:visited {color: #f6c74d; font-family: arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; cursor:pointer}
a.video_link:active  {color: #f6c74d; font-family: arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; cursor:pointer}
a.video_link:hover   {color: #f6c74d; font-family: arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; cursor:pointer}

.video_link   {color: #f6c74d; font-family: arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; cursor:pointer}


a.more:link {
	color: #1294D0;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.more:visited {
	color: #1294D0;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.more:hover {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.play {float: right; width: 26px; height: 26px; padding-left: 5px}

a.btnplay{ 
	background:url('../images/yellow_play-trans.png') repeat 0px 0px; 
        width: 26px; 
        height: 26px; 
        display: block; 
	}
a.btnplay span { 
        display: none; 
	}
a.btnplay:hover { 
        background: url('../images/yellow_play-trans.png') repeat -26px 0px; 
	}


