html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #596a72 url(/site/images/body_bg.jpg) left top repeat-x;
	text-align: center;
}

body, td, th, input, select, option, textarea {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input, select, option, textarea {
	color: #000 !important;
}

h1 {
	font-size: 15px;
	margin: 0 0 11px 0;
}

h2 {
	font-size: 14px;
	margin: 0 0 8px 0;
}

h3 {
	font-size: 11px;
	margin: 0 0 5px 0;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #ee6232;
	text-decoration: none;
}

a:hover {
	color: #eee;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

#inet_document {
	text-align: left;
	width: 988px;
	margin: 0 auto;
}


/******** TOP *********/

#inet_top {
	/*background: transparent url(/site/images/top_bg.gif) left bottom no-repeat;*/
	height: 175px;
	padding: 0 2px 0 14px;
}

#inet_header {
	height: 81px;
}

#inet_logo {
	padding-top: 17px;
}

#inet_search {
	padding-top: 14px;
	width: 365px;
	float: left;
}

#inet_search_form {
	background: transparent url(/site/images/search_form_bg.gif) left top no-repeat;
	width: 359px;
	height: 30px;
}

#inet_search_form td {
	height: 30px;
	vertical-align: middle;
	text-align: center;
}

#inet_search_form td.search_inp {
	width: 250px;
}

#inet_search_form td.search_inp input {
	border: none;
	background-color: transparent;
	padding: 4px;
	width: 230px;
}

#inet_search_form td.search_but {
	width: 108px;
}

#inet_search_form td.search_but a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#inet_menu_2 {
	width: 605px;
	text-align: right;
	float: right;
}

/******* CONTENT ********/

#inet_content_outer {
	background: transparent url(/site/images/content_outer_bg.png) left top repeat-y;
	width: 988px;
}

#inet_content {
	background: #51747f url(/site/images/content_bg.jpg) left top repeat-x;
	margin: 0 14px;
}

.i_templ_1 #inet_content {
	background: #4e707b url(/site/images/content_front_bg.jpg) left top repeat-x;
	height: 504px;
}

.i_templ_10 #inet_content,
.i_templ_200 #inet_content {
	background: #4e707b url(/site/images/content_long_bg.jpg) left top repeat-x;
	height: auto;
}

#inet_content_inner {
	background: transparent url(/site/images/content_inner_bg.png) left top no-repeat;
	padding: 6px 0;
	width: 960px;
}

.i_templ_1 #inet_content_inner,
.i_templ_10 #inet_content_inner {
	padding: 11px 0 7px 0;
}

.i_templ_200 #inet_content_inner {
	padding: 6px 0 34px 0;
}

#inet_content_core {
	margin: 0 0 0 5px;
	min-height: 450px;
}

.i_templ_2 #inet_content_core {
	background: transparent url(/site/images/content_core_bg.gif) left top repeat-y;
	margin: 0 0 0 8px;
}

.i_templ_200 #inet_content_core {
	margin: 0;
}

#inet_left {
	width: 199px;
	float: left;
}

.i_templ_1 #inet_left,
.i_templ_10 #inet_left {
	width: 600px;
	float: left;
}

#inet_center {
	width: 500px;
	float: left;
}

#inet_center_content {
	padding: 6px;
	line-height: 15px;
}

#inet_center_content #inet_txt {
	padding: 9px;
}

#inet_center_content .inet_img_item {
	padding: 0 0 6px 0;
}

.inet_title {
	background-color: #394a50;
	padding: 6px 9px;
}

.i_templ_200 .inet_title {
	background-color: transparent;
	padding: 10px 15px 12px 15px;
}

.inet_title h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#inet_right {
	width: 239px;
	float: right;
}

.i_templ_1 #inet_right,
.i_templ_10 #inet_right {
	padding-top: 6px;
	width: 355px;
	float: right;
}

#inet_bottom {
	background: transparent url(/site/images/bottom_bg.jpg) left top repeat-x;
	margin: 0 14px;
	height: 169px;
	overflow: hidden;
}

#inet_bottom_content {
	padding: 13px 0 0 8px;
}

.inet_bottom_box {
	background-color: #445d66;
	height: 144px;
	width: 306px;
	float: left;
}

.box_content {
	padding: 8px 10px 0 10px;
}

.box_spacer {
	width: 13px;
	float: left;
}

.inet_bottom_box .inet_title {
	background-color: transparent;
	padding: 0 0 10px 0;
}

.inet_bottom_box .inet_img_item {
	width: 128px;
	float: left;
}

.inet_bottom_box .inet_img_item img {
	border: 3px solid #6c8d97;
}


/********************/
/**** PLAIN MENU ****/

#inet_menu_1 {
	height: 36px;
	font-weight: bold;
}


#inet_menu_1 table,
#inet_menu_2 table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	height: 36px;
}

#inet_menu_1 td,
#inet_menu_2 td {
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

#inet_menu_1 a,
#inet_menu_1 span {
	display: block;
	padding: 11px 18px 12px 18px;
}

#inet_menu_1 a {
	text-decoration: none;
	color: #fff;
}

#inet_menu_1 a:hover {
	background-color: #37839b;
	color: #fff;
}

#inet_menu_1 .current a {
	background-color: #37839b;
}

#inet_menu_1 .menu_spacer {
	background-color: #4d565c;
}

#inet_menu_2 {
	padding-top: 22px;
	font-weight: bold;
}

#inet_menu_2 table {
	height: 14px;
}

#inet_menu_2 td {
	padding: 0 12px;
}

#inet_menu_2 a {
	text-decoration: none;
	color: #46565b;
}

#inet_menu_2 a:hover {
	background-color: #ee6232;
	color: #fff;
}

#inet_menu_2 .current a {
	background-color: #ee6232;
	color: #fff;
}

#inet_menu_2 .menu_spacer {
	background-color: #e1e2e2;
	padding: 0;
}


/**** PLAIN MENU ****/
/********************/



/*****************/
/**** SUBMENU ****/


li.closed ul {
	display: none;
}

li.open ul {
	display: block;
}

li.open li.closed ul {
	display: none;
}

#inet_submenu {
	padding-right: 14px;
}

#inet_submenu ul {
	padding: 0;
	margin: 0;
}

#inet_submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-weight: bold;
	border-bottom: 1px solid #4d565c;
}

#inet_submenu li a {
	display: block;
	padding: 9px 0 9px 12px;
	color: #869aa0;
	text-decoration: none;
	
}

#inet_submenu li a:hover,
#inet_submenu li.current a {
	color: #fff;
}

#inet_submenu li.open {
	padding-bottom: 5px;
}

#inet_submenu li.open li {
	padding-bottom: 0;
}

#inet_submenu li.open a {
	padding-bottom: 3px;
}

#inet_submenu li li {
	border: none;
}

#inet_submenu li li a,
#inet_submenu li.open li a,
#inet_submenu li.currentfolder li a {	
	padding: 4px 0 4px 24px;
	background: none;
	font-weight: normal;
}

#inet_submenu li li li {
	font-size: 10px;
}

#inet_submenu li li li a {
	padding-left: 36px !important;
}



/**** SUBMENU ****/
/*****************/


/****************/
/**** SEARCH ****/

.inet_search_msg {
	padding: 15px 0;
}

.search_result {
	margin: 0 0 15px 0;
}

.search_result .more {
	margin: 10px 0 0 0;
}

.inet_search_input,
.inet_search_button {
	border: 1px solid #000;
}

.inet_search_input {
	width: 150px;
	padding: 2px;
}

.inet_search_button {
	padding: 1px 5px;
}

/**** SEARCH ****/
/****************/


/*****************/
/**** SITEMAP ****/

#inet_sitemap ul {
	margin: 0 0 0 16px;
	padding: 0;
}

#inet_sitemap li, #inet_sitemap ul ul {
	padding: 2px 0;
}

/**** SITEMAP ****/
/*****************/


/* overlay link for flash */
.inet_flashcontainer {
	position: relative;
}

.inet_flashcontainer a {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/site/images/blank.gif);
	z-index: 2;
}




/******** NEWS ********/

#inet_news {
	line-height: 15px;
}

.i_templ_1 #inet_news {
	padding-left: 5px;
}

.inet_news_item {
	padding: 13px 18px 13px 0;
	border-bottom: 1px solid #acb3b7;
}

.i_templ_1 .inet_news_item {
	padding: 13px 18px 3px 0;
	border-bottom: 0px;
}

#inet_news a {
	color: #fff;
	text-decoration: none;
}

#inet_news a:hover {
	background-color: #e95c2b;
}

.inet_news_item h2.inline {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

#inet_newsarc_link {
	padding: 13px 0 8px 0;
	font-weight: bold;
}

.i_templ_1 #inet_newsarc_link {
	margin-top: 11px;
	padding: 11px 0 0 0;
	border-top: 1px solid #acb3b7;
}

.news_arr {
	font-size: 9px;
}

.i_templ_202 #inet_center_content #inet_txt {
	padding: 0 9px;
}

.i_templ_202 #inet_news .last {
	border-bottom: 0px;
}

#inet_newsFilter {
	padding: 10px 0 0 9px;
}

#inet_newsFilter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#inet_newsFilter li {
	margin: 0;
	padding: 2px 0;
}

#inet_newsFilter li a {
	color: #fff;
}

#inet_newsFilter li a:hover {
	color: #ddd;
}

#inet_newsFilter li.current {
	font-weight: bold;
}

/******** CLIPS *********/


#inet_mainclip {
	background: transparent url(/site/images/mainclip_long_bg.png) left top no-repeat;
}

.i_templ_1 #inet_mainclip {
	background: transparent url(/site/images/mainclip_bg.png) left top no-repeat;
}

#inet_mainclip_content {
	padding: 7px 6px 0 6px;
}

#inet_mainclip_movie {
	height: 376px;
}

#inet_mainclip_info {
	padding: 0 18px 0 14px;
}

#inet_mainclip_info {
	height: 256px;
}

.i_templ_1 #inet_mainclip_info {
	height: 104px;
}

.mainclip_tags {
	padding-top: 5px;
}

.i_templ_1 .mainclip_tags {
	padding-top: 10px;
}

.mainclip_tags td {
	height: 30px;
	color: #ee6232;
}

.mainclip_tags td a {
	text-decoration: underline;
}

.mainclip_txt {
	padding-top: 8px;
	line-height: 15px;
}

.mainclip_txt .inet_title {
	background-color: transparent;
	padding: 0 0 10px 0;
}

.i_templ_1 .mainclip_txt {
	padding-top: 0;
	height: 48px;
}

.i_templ_1 .mainclip_txt_content {
	padding-top: 18px;
}

.mainclip_txt a {
	color: #fff;
}

.mainclip_txt a:hover {
	color: #ddd;
}




#inet_clips_header {
	background: transparent url(/site/images/clips_header_bg.gif) left top no-repeat;
	height: 32px;
}

#inet_clips .inet_title {
	background-color: transparent;
	padding: 0;
}

#inet_clips_header .inet_title {
	width: 160px;
	float: left;
}

#inet_clips_header .inet_title h1 {
	padding: 6px 0 0 30px;
	color: #030303;
}

.clip {
	margin-left: 6px;
	padding: 5px 20px 5px 1px;
	border-bottom: 1px solid #acb3b7;
}

.i_templ_200 .clip {
	margin: 0;
	padding: 20px;
	border-bottom: 0px;
}

.clip_img {
	width: 128px;
	height: 71px;
	position: relative;
	float: left;
}

.i_templ_200 .clip_img {
	float: none;
}

.clip_img_border {
	border: 3px solid #ccd7db;
	width: 122px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.clip_img_play {
	height: 65px;
	width: 122px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.clip_txt {
	padding-top: 2px;
	width: 182px;
	line-height: 15px;
	float: right;
}

.i_templ_200 .clip_txt {
	padding-top: 10px;
	width: auto;
	float: none;
}

.clip_txt a {
	color: #fff;
}

.clip_txt a:hover {
	color: #eee;
}

#inet_clips_footer {
	background-color: #43616b;
	margin: 8px 5px 0 7px;
	padding-right: 5px;
}

.i_templ_1 #inet_clips_footer {
	background-color: transparent;
	margin: 3px 5px 2px 0;
}

.i_templ_200 #inet_clips_footer {
	margin: 0;
}

#inet_clips_footer .inet_title h1 a {
	color: #3d5057;
}

#inet_clips_srch table {
	border-collapse: collapse;
}

#inet_clips_srch td {
	width: 239px;
	border: 1px solid #b6c1c7;
	border-left: 0px;
}

#inet_clips_srch td.last,
#inet_clips_srch td.void {
	border-right: 0px;
}

#inet_clips_srch td.col_sep {
	background: #b6c1c7;
	width: 1px;
	overflow: hidden;
	border: 0px;
}

/***************/
/**** PAGER ****/




div.pager {
	float: right;
	font-size: 10px;
}

#inet_clips_header div.pager {
	padding: 7px 10px 0 0;
}

#inet_clips_footer div.pager {
	height: 35px;
}

div.pager a,
div.pager span {
	float: left;
	color: #f2f5fa;
	text-decoration: none;
	padding: 0 3px;
}

#inet_clips_footer div.pager a,
#inet_clips_footer div.pager span {
	line-height: 35px;
}

div.pager a span {
	float: none;
	padding: 0;
	visibility: hidden;
}

div.pager a.b {
	background: #364b54 url(/site/images/pager_b0.gif) center center no-repeat;
	width: 20px;
	padding: 0;
	margin: 0 5px 0 0;
	text-decoration: none !important;
}

/*div.pager a.b:hover {
	background: #364b54 url(/site/images/pager_b1.gif) center center no-repeat;
	text-decoration: none;
}*/

div.pager a.bb {
	background: transparent url(/site/images/pager_bb0.gif) center center no-repeat;
	width: 24px;
	padding: 0;
	text-decoration: none !important;
}

/*div.pager a.bb:hover {
	background: #364b54 url(/site/images/pager_bb1.gif) center center no-repeat;
	text-decoration: none;
}*/

div.pager a.f {
	background: #364b54 url(/site/images/pager_f0.gif) center center no-repeat;
	width: 20px;
	padding: 0;
	margin: 0 0 0 5px;
	text-decoration: none !important;
}

/*div.pager a.f:hover {
	background: #364b54 url(/site/images/pager_f1.gif) center center no-repeat;
	text-decoration: none;
}*/

div.pager a.ff {
	background: transparent url(/site/images/pager_ff0.gif) center center no-repeat;
	width: 24px;
	padding: 0;
	text-decoration: none !important;
}

/*div.pager a.ff:hover {
	background: #364b54 url(/site/images/pager_ff1.gif) center center no-repeat;
	text-decoration: none;
}*/


div.pager a.current {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.pager a:hover {
	text-decoration: underline;
}

/**** PAGER ****/
/***************/


.error {
	padding: 5px 0 0 15px;
	font-weight: bold;
}


/******** FOOTER ********/

#inet_content_footer {
	background: transparent url(/site/images/content_footer_bg.gif) left top no-repeat;
	margin: 0 14px;
	height: 18px;
}

#inet_footer {
	background: transparent url(/site/images/footer_bg.png) left top no-repeat;
	padding: 0 14px;
	color: #b7c0c6;
	font-weight: bold;
}

#inet_footer a {
	color: #f3f2f1;
}

#inet_footer_left {
	padding: 19px 0;
	width: 800px;
	float: left;
}

#inet_footer_right {
	padding-top: 15px;
	width: 80px;
	text-align: right;
	float: right;
}

#inet_bottom_pics {
	padding: 0 14px 15px 14px;
}

#inet_bottom_pics .inet_img_item {
	width: 234px;
	float: left;
}

#inet_bottom_pics .img_spacer {
	width: 8px;
	float: left;
}


.reset {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 0 -1px 0;
}

.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
