body {
	margin: 0px;
	font: 13px Arial, Helvetica, sans;
}

h1 {
	font: bold 16px Arial, Helvetica, sans;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #DD0000;
	text-decoration: underline;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	
	margin: 0px;
	margin-bottom: 5px;
	
	border: solid 1px #D6D6D6;
	clear: both;
}

/************************************************************************/
/***************************** theme select *****************************/
/************************************************************************/

.theme-selector {
	width: 60px;
	height: 13px;
	margin: 8px;
	margin-left: 120px;
	float: left;
	background: none;
}

.theme-selector span {
	display: block;
	width: 13px;
	height: 13px;
	border: solid 1px #FFFFFF;
	margin: 0px;
	margin-right: 5px;
	float: left;
}

.theme-selector img {
	margin: 0px;
	border: none;
}

.theme-selector .blue {
	background: #2C82D2;
}

.theme-selector .grey {
	background: #383838;
}

.theme-selector .red {
	background: #ED1C24;
}

/************************************************************************/
/******************************** header ********************************/
/************************************************************************/

.header-top {
	width: 990px;
	height: 29px;
	margin: 0 auto;
	border-top: solid 1px #FFFFFF;
}

.header-container {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
}

.header {
	background: url(../images/header/background.png) repeat-x ;
}

.header-items {
	width: auto;
	float: right;
}

.header-items > .item {
	margin: 7px;
	width: auto;
	float: left;
	font-size: 11px;
}

.header-items a {
	color: #000000;
	text-decoration: none;
}

.header-items a:hover {
	color: #DD0000;
	text-decoration: underline;
}

.header-shadows {
	width: 1200px;
	margin: 0px auto;
	background: url(../images/header/transition-left.png) no-repeat left top;
}

.header-shadows .right {
	height: 210px;
	background: url(../images/header/transition-right.png) no-repeat right top;
}

.header-inside {
	width: 780px;
	height: 210px;
	float: left; 
	margin: 0px;
	margin-left: 22px;
	background: url(../images/header/content-background.png) repeat-x;
}

.header-content {
	position: relative; 
	width: 990px; 
	height: 150px; 
	margin: 0px auto; 
	padding-top: 20px;
}

.header-content > div {
	position: relative; 
	left: -52px; 
	width: 1040px;
}

.header-banners {
	display: inline; 
	position: absolute; 
	width: 795px; 
	height: 95px;
}

.header-banners > img {
	margin: 0px;
	margin-right: 10px;
	border: none;
	width: 525px;
	height: 75px;
}

.header-on-air {
	display: inline; 
	float: right;
	width:260px; 
	height: 90px;
	text-align: right;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
}

.header-on-air .air {
	color: #004B8D;
}

.header-on-air .time {
	color: #DD0000;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

.header-on-air img {
	float: right;
	width: 100px;
	height: 75px;
	margin-left: 10px;
	margin-bottom: 100%;
}

.header-content img {
	border: none;
}

.logo {
	position: relative; 
	top: -10px; 
	margin-right: 20px;
}

/************************************************************************/
/******************************** search ********************************/
/************************************************************************/

.search {
	float:left; 
	margin: 4px; 
	width: auto; 
}

.search form {
	display: inline;
}

.search input {
	font-size: 11px;
	width: 90px;
	padding-left: 20px;
	background: url(../images/common/search.gif) no-repeat 1px 1px;
	border: solid 1px #999999;
}

/************************************************************************/
/****************************** navigation ******************************/
/************************************************************************/

.navigation-top {
	display: inline; 
	position: relative; 
	top: -75px;
	left: 1px;
}

.navigation-top .item {
	display: inline;
	margin: 0px;
	margin-left: 1px;
}

.navigation-top .tab {
	display: inline;
	width: 100px;
	height: 50px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 40px;
	margin: 0px;
}

.navigation-top .tab:hover {
	border: solid 1px #DDDDDD;
	border-top: solid 2px #BBBBBB;
	border-right: solid 1px #888888;
	padding-left: 9px;
	padding-right: 9px;
	cursor: pointer;
	background: url(../images/scheme/grey/navigation-tab-background.png) repeat-x;
}

.navigation-top .active:hover {
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.navigation-top .active {
	font-weight: bold;
}

.navigation-top a {
	color: #000000;
	text-decoration: none;
}

.navigation-top a:hover {
	color: #DD0000;
	text-decoration: underline;
}

/************************************************************************/

.navigation-left .item {
	border: solid 1px #D0D0D0;
	margin-left: 0px;
	margin-right: 0px;
}

.navigation-left .item:hover {
	border-left: solid 1px #E0E0E0;
	border-top: solid 1px #E9E9E9;
	border-right: solid 1px #A0A0A0;
	border-bottom: solid 1px #808080;
	background: #F8F8F8;
	cursor: pointer;
}


.navigation-left .active {
	background: #E9E9E9;
}

.navigation-left h2 {
	font: normal 13px Tahoma, Arial, Helvetica, sans;
	margin: 5px;
}

.navigation-left p {
	margin: 5px;
}

.navigation-left a {
	color: #000000;
	text-decoration: none;
}

.navigation-left a:hover {
	color: #DD0000;
	text-decoration: underline;
}

/************************************************************************/
/***************************** content-block ****************************/
/************************************************************************/

.with-left-nav {
	margin: 0 auto; 
	width: 1050px;
}

.content-block {
	position: relative;
	top: -25px;
	width: 1030px;
	margin: 0px auto; 
}

.w790 {
	width: 830px;
	float: left;
	position: relative;
	left: -10px;
}

.w180 {
	float: left;
	width: 220px;
	position: relative;
	left: 10px;
}

.content-block .top-left {
	height: 25px;
	background: url(../images/block/top-left-100.png) no-repeat left;
}

.content-block .top-right {
	height: 25px;
	background: url(../images/block/top-right-100.png) no-repeat right;
}

.content-block .top {
	position: relative;
	top: -25px;
	height: 25px;
	width: 790px;
	margin: 0px auto; 
	background: url(../images/block/top.png) repeat-x;
}

.w790 .top {
	width: 590px;
}

.w180 .top {
	width: 0px;
}

.w180 .top-left {
	background-position: left 2px;
}

.w180 .top-right {
	background-position: right 2px;
}

.content-block .left-top {
	width: 20px;
	height: 200px;
	float: left;
	background: url(../images/block/left-top.png) no-repeat;
}

.content-block .right-top {
	width: 20px;
	height: 200px;
	float: right;
	background: url(../images/block/right-top.png) no-repeat;
}

.content-block .left {
	background: url(../images/block/left.png) repeat-y left;
}

.content-block .right {
	background: url(../images/block/right.png) repeat-y right;
}

.content {
	position: relative; 
	width: 990px; 
	margin: 0px auto; 
	background: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

.content-block .bottom-left {
	background: url(../images/block/bottom-left.png) no-repeat left;
}

.content-block .bottom-right {
	background: url(../images/block/bottom-right.png) no-repeat right;
}

.content-block .bottom {
	width: 990px; 
	height: 10px;
	margin: 0px auto; 
	background: url(../images/block/bottom.png) repeat-x;
}

.w790 .content, .w790 .bottom {
	width: 790px; 
}

.w180 .content, .w180 .bottom {
	width: 180px; 
}


/************************************************************************/
/*************************** content snippets ***************************/
/************************************************************************/

.content h1 {
	font: bold 13px Arial, Helvetica, sans;
	line-height: 25px;
	margin: 0px;
	padding-left: 10px;
}

.content > div {
	margin: 7px;
}

.content > div > * {
	margin: 7px;
}

.content-one, .content-two, .content-three {
	border: solid 1px #D6D6D6; 
	border-top: none;
	float: left;
}

.content-one {
	width: 242px;
}

*[page=home] .content-one {
	width: 309px;
}

.content-one img, 
.content-one object, 
.content-two img,  
.content-two object,  
.content-three img, 
.content-three object {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.content-one img, .content-two img {
	width: 100px;
	height: 75px;
}

*[page=home] .content-one img {
/*	margin-bottom: 100%; */
}

.content-two {
	width: 496px;
}

*[page=home] .content-two {
	width: 634px;
}

.content-three {
	width: 759px;
}

*[page=home] .content-three {
	width: 957px;
}

*[page=home] .content-two img, 
*[page=home] .content-two object, 
*[page=home] .content-two embed, 
.content-three img
.content-three object, 
.content-three embed {
	width: 320px;
	height: 240px;
}

.content .fixed, .content .scroll {
	height: 235px;
}

.content .extra {
	height: 290px;
}

.content-one > div, .content-two > div, .content-three > div {
	margin: 10px;
}

.content .fixed > div, .content .scroll > div {
	height: 190px;
	overflow: hidden;
}

.content .extra > div {
	height: 245px;
	overflow: hidden;
}

.content .scroll > div {
	overflow-x: hidden;
	overflow-y: auto;
}

/************************************************************************/
/********************************* news *********************************/
/************************************************************************/

.news-hilight h2, .news-hilight p {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

.news-hilight p {
	font-weight: normal;
}

.news-hilight a, .news-content a {
	color: #000000;
	text-decoration: none;
}

.news-hilight a:hover, .news-content a:hover {
	color: #DD0000;
	text-decoration: underline;
}

.news-content {
	position: absolute; 
	
	width: 290px; 
	height: 125px; 
	overflow: hidden;
	
	margin-left: 328px; 
	margin-top: 120px; 
	
	background: url(../images/block/snipped.jpg) no-repeat #FFFFFF;
	
	font-size: 11px;
}

.news-content p {
	margin-bottom: 5px;
}

.news-content .published {
	float: left; 
	width: 60px;

	white-space: nowrap; 
	margin-top: 2px;
	margin-right: 5px;

	font: 9px Tahoma, Arial, Helvetica, sans;
	text-align: center;
}

.news-content h2 {
	float: left; 
	width: 205px;
	
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;

	font-size: 11px;
	font-weight: normal;
}

.news-body {
	float: left;
	width: 400px;
}

/************************************************************************/
/******************************* schedule *******************************/
/************************************************************************/

.schedule a {
	color: #000000;
	text-decoration: none;
}

.schedule a:hover {
	color: #DD0000;
	text-decoration: underline;
}

.schedule .remark {
	font-size: 10px;
}

.schedule tr.air {
	background: #D9D9D9;
}

.schedule td {
	padding: 5px;
}

.schedule .live {
	margin-left: 30px;
	color: #DD0000;
}

/************************************************************************/
/******************************** Vote **********************************/
/************************************************************************/

.percent {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.answer {
	font-size: 12px;
}

.bar-chart {
	float: left;
	width: 100%;
	height: 5px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.bar-chart img {
	width: 5px;
	height: 5px;
	border: none !important;
}

input.vote {
	font: 11px Arial, Helvetica, sans;
}

/************************************************************************/
/******************************* Weather ********************************/
/************************************************************************/

.weather {
	margin-top: 5px;
	margin-bottom: 5px;
}

.weather p {
	margin-top: 5px;
}

.weather img {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 0px !important;
	width: 50px;
	height: 50px;
	border: none !important;
}

.weather .min {
	color: #004B8D;
	font-weight: bold;
}

.weather .max {
	color: #ED1C24;
	font-weight: bold;
}

/************************************************************************/
/****************************** AirEvents *******************************/
/************************************************************************/

.air-event-item {
	float: left;
	width: 220px;
	height: 220px;
	margin: 9px;
}

.air-event-item img.thumb,
.air-event-item object.thumb,
.air-event-item embed.thumb
{
	width: 220px;
	height: 165px;
}

*[page=home] .air-event-item {
	width: 214px;
	margin: 10px;
}

*[page=home] .small {
	width: 100px;
	height: 110px;
	margin: 8px;
	float: left;
}

*[page=home] .air-event-item img.thumb,
*[page=home] .air-event-item object.thumb,
*[page=home] .air-event-item embed.thumb 
{
	width: 213px;
	height: 160px;
}

*[page=home] .small img.thumb,
*[page=home] .small object.thumb,
*[page=home] .small embed.thumb 
{
	width: 100px;
	height: 75px;
	margin: 0px;
}


.air-event-item h2 {
	font-size: 12px;
	margin-bottom: 0px;
}

.small h2 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
}

.air-event-item a {
	color: #000000;
	text-decoration: none;
}

.air-event-item a:hover {
	color: #DD0000;
	text-decoration: underline;
}

.air-event h2 {
	font-family: Tahoma, Arial, Helvetica, sans;
	font-size: 14px;
}

.air-event .misc {
	float: left;
	width: 145px;
}

.air-event .about {
	clear: left;
}

/************************************************************************/
/******************************* Gallery ********************************/
/************************************************************************/

.gallery-snippet {
	float: left;
	width: 330px;
	margin-bottom: 10px;
}

.gallery-snippet > div {
	float: left;
	width: 320px;
	width: 240px;
	margin-bottom: 10px;
}
 
.gallery-snippet img, 
.gallery-snippet object,
.gallery-snippet embed
{
	width: 320px;
	height: 240px;
}

.gallery-body {
	width: 275px;
	float: left;
} 

.video-archive {
	font-size: 11px;
	width: auto;
	white-space: nowrap;
	float: right;
}

.video-archive a {
	margin: 10px;
	color: #000000;
	text-decoration: none;
}

.video-archive a:hover {
	color: #DD0000;
	text-decoration: underline;
}

/************************************************************************/
/***************************** Production *******************************/
/************************************************************************/

.production {
	float: left;
	width: 180px;
	line-height: 18px;
}

*[page=home] .production {
	width: 210px;
}


.production h2 {
	margin-bottom: 0px;
	text-transform: uppercase;
}

.production p {
	margin: 0px;
}

.production a {
	color: #000000;
	text-decoration: none;
}

.production a:hover {
	color: #DD0000;
	text-decoration: underline;
}

/************************************************************************/
/******************************** PAGING ********************************/
/************************************************************************/

.paging {
	float: right;
	position: relative;

	width: auto;
	height: 25px;

	top: -1px;

	font-size: 10px;
}

.paging > * {
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	background: url(../images/none.gif);
}

.paging > .page:hover,
.paging > .nav:hover {
	cursor: pointer;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	width: 18px;
}

.paging .nav {
	font-size: 12px;
}

.paging .current {	
	font-size: 16px;
	font-weight: bold;
}	

.paging a {
	color: #FFFFFF;
	text-decoration: none;
}

.paging .current a {
	color: #DD0000;
	text-decoration: none;
}

.paging a:hover {
	color: #DD0000;
	text-decoration: underline;
}

/************************************************************************/
/***************************** PREVIEW EDIT *****************************/
/************************************************************************/

.edit-button {
	float: right;
	width: 100px;
		
	color: #000099;
	border: solid 1px #000099;
	margin: 0px;
	
	font: 11px Arial, Helvetica, sans;
}

.status-2 {
	color: #DD0000;
	border: solid 1px #DD0000;
}

/************************************************************************/
/************************* THIS HAVE TO BE LAST *************************/
/************************************************************************/

img.thumb {
	width: 100px;
	height: 75px;
	margin-right: 7px;
}

.copyright {
	font-size: 10px;
	text-transform: none;
	clear: both;
	margin-top: 20px;
}

.hidden {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible !important;
	display: block !important;
}

.clear {
	clear: both;
	height: 0px;
}

