body {
	background-color: #E7E7E7;
	color: #333333;
	font-family: arial;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover{
	text-decoration: none;
	color: #3333DD;
}

ul {
	list-style-image: url(images/bullet.png);
	margin-left: 19px;
}

#page {
	width: 966px;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	padding-bottom: 3px;
}

#header {
	width: 596px;
	height: 65px;
	padding: 2px;
}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 143px;
	height: 65px;
	float: left;
	cursor: pointer;
}

#latest_news_box {
	background-color: #EEEEEE;
	width: 445px;
	height: 65px;
	margin-left: 4px;
	float: left;
	color: #333333;
	overflow: hidden;
	position: relative;
}

#latest_news_box h1 {
	color: #677B86;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#latest_news_box h2 {
	display: inline;
}

#latest_news_box p {
	font-size: 11px;
	margin-top: 3px;
}

#latest_news_box a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#latest_news_box .timestamp {
	color: #677B86;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#right_column {
	width: 360px;
	float: left;
	clear: right;
	padding-top: 4px;
}

#left_column {
	width: 600px;
	float: left;
	margin: 2px;
}

#outer_left_column {
	width: 156px;
	float: left;
	min-height: 100px;
}

#center_column {
	width: 430px;
	float: left;
	margin: 5px 0px 5px 8px;
}

#breadcrumb {
	font-size: 10px;
	margin: 5px 0px;
}

#breadcrumb a {
	font-size: 10px;
	color: black;
	text-decoration: none;
}

#top_menu {
	background-color: #990000;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 5px;
	float: left;
	width: 589px;
}

#top_menu a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	line-height: 16px;
}

#top_menu a:hover {
	color: #000000;
}

#footer {
	clear: both;
	width: 960px;
	height: 24px;
	color: white;
	background-color: #CCCCCC;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 10px;
}

#footer p {
	position: relative;
	top: 6px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#searchbox_container {
	height: 20px;
	width: 164px;
	overflow: hidden;
}

#top_search_form {
	display: inline;
	float: right;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #99CC00;
	vertical-align: top;
}

.flexblock_insert {
	position: relative;
}

.flexblock_insert .edit {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 40px;
	height: 10px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	background-color: #EEEEEE;
	padding: 1px;
	font-size: 10px;
	z-index: 1000;
}

.float_right {
	float: right;
}

.weather_block {
	float: left;
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 11px;
	line-height: 13px;
}

.weather_block p {
	margin-left: 8px;
}

.weather_block b {
	padding-left: 5px;
	vertical-align: middle;
	float: left;
}

.weather_block a {
	color: #999999;
	margin-left: 8px;
}

.weather_block a:hover {
	color: #3333DD;
}

.weather_block img {
	margin-bottom: 3px;
}

.weather_block .caption {
	font-weight: bold;
	margin-left: 8px;
	margin-bottom: 4px;
}

.weather_icon {
}

.weather_icon img {
	float: right;
}

.top_search_form_text {
	border: none;
	border-color: transparent;
	width: 100px;
	height: 14px;
	font-size: 10px;
	vertical-align: middle;
	color: #AAAAAA;
}

.top_search_form_submit {
	border: none;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	background-color: #99CC00;
	color: white;
	cursor: pointer;
}

.grey_headline {
	height: 16px;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 4px;
	border-bottom: 5px solid #FFFFFF;
}

.green_headline {
	background-color: #99CC00;
	height: 16px;
	padding-left: 4px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-family: arial black;
	padding-top: 4px;
}

.red_headline {
	background-color: #990000;
	height: 16px;
	padding-left: 4px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-family: arial black;
	padding-top: 4px;
}

.green_headline a, .red_headline a {
	color: #FFFFFF;
}

.left_menu a {
	clear: both;
	width: 148px;
	color: #3C3C3C;
	background-color: #EEEEEE;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #FFFFFF;
	display: block;
	padding: 4px;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

.left_menu a:hover {
	background-color: #D9DDE0;
}

.center_block {
}

.right_block {
	padding-right: 3px;
	padding-bottom: 3px;
}

.headline_right {
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	height: 13px;
	float: right;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: normal;
	color: #FFFFFF;
}

.headline_right a {
	background-image: url(images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	height: 13px;
	float: right;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: normal;
	color: #FFFFFF;
}

.headline_right a:hover {
	text-decoration: underline;
}

.article_headline_big a {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
	color: #333333;
	text-decoration: none;
}

.article_headline_big a:hover {
	color: #3333DD;
	text-decoration: none;
}

.article_text_big {
	margin-top: 10px;
/*	border-top: 1px solid #CCCCCC; */
	padding-top: 5px;
	line-height: 16px;
}

.article_headline_small a {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

.article_headline_small a:hover {
	color: #3333DD;
	text-decoration: none;
}

.article_text_small {
	font-size: 11px;
	line-height: 15px;
}

.timestamp {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 3px;
}

.byline {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 3px;
}

.small_news_box {
	background-color: #EEEEEE;
	border: 1px solid #F6F6F6;
	padding: 6px;
}

.small_news_box h1 {
	margin-bottom: 5px;
}

.small_news_box img {
/*	margin-top: 5px;*/
}

.small_news_box_text {
	font-size: 11px;
	line-height: 16px;
}

.small_news_box_area {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #990000;
	line-height: 16px;
	margin-right: 3px;
}

.article_final_1_category {
	text-transform: uppercase;
	line-height: 16px;
	margin-right: 3px;
}

.space_below {
	margin-bottom: 4px;
}

.space_above {
	margin-top: 4px;
}

.float_left {
	float: left;
}

.column_space {
	width: 2px;
}

.article_spacer {
	height: 2px;
}

.column_33 {
}

.column_50 {
}

.column_67 {
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.paragraph_picture {
	margin-bottom: 10px;
	background-color: #EEEEEE;
	font-size: 10px;
}

#broadcast {
}

#broadcast a {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

#broadcast a:hover {
	color: #3333DD;
	text-decoration: none;
}

#broadcast h1 {
	color: #677B86;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#broadcast_left {
	margin: 9px;
	float: left;
	width: 158px;
}

#broadcast_right {
	float: right;
}

.program {
	background-color: #EEEEEE;
	min-height: 250px;
}

.program_wide {
	background-color: #EEEEEE;
	font-size: 11px;
	overflow: hidden;
	height: 105px;
	color: #333333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.program_wide a {
	color: #333333;
}

.program_wide a:hover {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

.program_wide:hover {
	font-size: 11px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}

.program_wide h1 {
	font-size: 13px;
	margin-bottom: 2px;
}

.program_wide .desc {
	float: right;
	width: 152px;
	padding: 15px;
}

.program_wide .time {
	border-right: 1px solid #990000;
	color: #990000;
	font-weight: bold;
	padding-right: 4px;
	margin-right: 3px;
}

.program_wide_spacer {
	height: 4px;
}

.program_narrow {
	width: 142px;
	color: #3C3C3C;
	background-color: #EEEEEE;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #FFFFFF;
	display: block;
	padding: 4px;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

.program_narrow:hover {
	cursor: pointer;
	text-decoration: none;
}

.program_narrow .text {
	float: left;
	width: 105px;
}

.program_narrow .time {
	border-right: 1px solid #990000;
	color: #990000;
	font-weight: bold;
	padding-right: 4px;
	margin-right: 3px;
	width: 27px;
	float: left;
}

.program_narrower {
	width: 132px;
	color: #3C3C3C;
	background-color: #EEEEEE;
/*	border-bottom: 1px solid #EAEAEA;*/
/*	border-top: 1px solid #FFFFFF;*/
	display: block;
	padding: 4px;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

.program_narrower:hover {
	cursor: pointer;
	text-decoration: none;
}

.program_narrower .text {
	float: left;
	width: 95px;
}

.program_narrower .time {
	border-right: 1px solid #990000;
	color: #3C3C3C;
	font-weight: bold;
	padding-right: 4px;
	margin-right: 3px;
	width: 27px;
	float: left;
}

.program_narrower .time_red {
	color: #990000;
}

.orange_headline {
	height: 16px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 4px;
}

#video {
	background-color: #1D1D1D;
	color: #FFFFFF;
	height: 244px;
	width: 430px;
}

#video.livestream {
	background-image: url(images/schedule.jpg);
	height: 244px;
	cursor: pointer;
}

#player_controls {
	padding-top: 2px;
	padding-left: 14px;
}

.videolist {
	margin-top: 2px;
}

.videolist td.video_space {
	width: 4px;
}

td.video_td {
	background: #eeeeee;
	width: 178px;
}

.video_container {
	float: left; 
	width: 178px; 
	overflow: hidden;
}

.video_thumb {
	height: 98px;
	overflow: hidden;
}

.video_title {
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	height: 26px;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}

.video_description {
	margin-left: 8px;
	font-size: 11px;
	margin-bottom: 4px;
	height: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}

.video_time {
	margin-left: 8px;
	color: #990000;
	font-size: 10px;
}

.video_title a {
	text-decoration: none;
	color: #333333;
}

.video_link {
	text-decoration: none;
	color: #333333;
}

.video_link:hover {
	color: #3333DD;
	text-decoration: none;
}

.active_page {
	font-weight: bold;
}

.video_pagenav span {
	cursor: pointer;
}

/* Video toplist */
.video_toplist_list {
	margin-right: 5px;
}

.video_toplist_container {
	background-color: #EEEEEE;
	margin-top: 2px;
}

.video_toplist_container .left {
	width: 178px;
	float: left;
	border-right: 4px solid #FFFFFF;
}

.video_toplist_container .right {
	width: 178px;
	float: left;
	border-left: 4px solid #FFFFFF;
	margin-left: -4px;
}

.video_toplist_container .elem {
	padding: 4px;
}

/* VOTE */

.vote_question {
	margin: 5px 0px;
}

.vote_question_result {
	font-size: 11px;
}

.vote_dark {
	float: left;
	background-color: #000000;
	height: 10px;
}

.vote_light {
	float: left;
	background-color: #DDDDDD;
	height: 10px;
}

.vote_result {
	text-align: right;
	font-size: 10px;
}

.vote_voters {
	font-size: 10px;
}
.archive_calendar table {
	width: 100%;
}

.archive_calendar a {
	color: #990000;
}

.archive_calendar th {
	background-color: #99CC00;
	padding: 3px;
	border: 1px solid #DDDDDD;
	text-align: center;
}

.archive_calendar td {
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 3px;
}

.archive_calendar div {
	margin-right: 2px;
	margin-top: 4px;
}

.archive_calendar span {
	border: 1px solid pink;
}

.archive_calendar .datefixed_dropdown {
	font-size: 10pt;
	font-family: arial;
	position: relative;
	top: -4px;
}

.archive_calendar img {
	margin: 1px 0px;
}

#datefixed_div_date {
}

#datefixed_div_date_pm {
	margin-right: 1px;
}
#datefixed_div_date_nm {
	margin-left: 1px;
}

#forum_post_div h1 {
	margin-left: 3px;
	margin-top: 3px;
}

#forum_post_div input[type=text] {
	margin-left: 3px;
	width: 417px;
}

#forum_post_div textarea {
	margin-left: 3px;
	margin-bottom: 3px;
	width: 417px;
	font-family: arial;
	font-size: 12px;
	height: 96px;
}

#forum_post_div input[type=submit] {
	margin-left: 3px;
}

.forum_latest .line {
	background-color: #EEEEEE;
	padding: 4px 5px;
	margin-top: 2px;
	clear: right;
}

.forum_latest .headline {
	display: inline;
	float: left;
}

.forum_latest .time {
	display: inline;
	color: #AAAAAA;
	font-size: 9px;
	float: right;
	clear: right;
	display: inline;
}

.forum_latest a {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
}

.forum_latest a:hover {
	text-decoration: none;
	color: #3333DD;
}

#forum_login {
	padding: 10px;
	display: none;
}

#forum_login .login_input {
	width: 200px;
}

.xphoto_picture_block a {
	color: #333333;
}

.xphoto_picture_block a:hover {
	text-decoration: none;
	color: #3333DD;
}

/* Forum */

#forum .search {
	background-color: #99CC00;
	padding: 10px;
	margin: 10px 0px;
}

#forum  .container {
	float: left; 
	margin-right: 15px;
}

#forum select {
	font-size: 12px;
	width: 115px;
}

#forum .login_input {
	font-size: 12px;
	width: 100px;
}

#forum .login_button {
	background-color: #99CC00;
	border: 1px solid #669900;
	font-size: 10px;
}

#forum .post {
	margin-bottom: 15px;
}

#forum .ref {
	margin-bottom: 5px;
	padding-left: 20px;
}

#forum .ref a {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

#forum .post_box {
	border: 1px solid #000000;
}

#forum .post_count {
	background-color: #CCCCCC;
	font-size: 10px;
	padding: 5px 10px;
	float: left;
	text-align: center;
	margin-right: 20px;
	width: 39px;
}

#forum .post_count h3 {
	font-size: 16px;
}

#forum .inner {
	float: left;
	padding: 2px;
	width: 500px;
}

#forum .title a {
	color: #990000;
	font-size: 14px;
}

#forum .time {
	font-size: 11px;
}

#forum .synopsis {
	padding-top: 2px;
}

/* Search stuff: */

.red_tab_high {
	background-image: url(images/red_tab_high.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	padding-left: 4px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-family: arial black;
	padding-top: 4px;
}

.red_tab_low {
	background-image: url(images/red_tab_low.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	padding-left: 4px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-family: arial black;
	padding-top: 4px;
}

.red_tab_low:hover {
	color: #333333;
	cursor: pointer;
}

.searchy a:hover {
	color: #3333DD;
	text-decoration: none;
	cursor: pointer;
}

.searchy select {
	border: 1px solid #990000;
	margin: 3px;
}

.search_result {
	float: left;
}

.search_result .picture {
	width: 100px;
	height: 70px;
	float: left;
	margin: 3px;
	overflow: hidden;
}

.search_result .text {
	float: left;
	width: 305px;
}

.search_result .text .timestamp {
	float: right;
	color: #999999;
}

.search_result .text .headline {
	color: #333333;
	margin: 2px;
	display: inline;
}

.search_result .text .headline:hover {
	color: #3333DD;
}

.search_result .text .synopsis {
	color: #333333;
	margin: 3px;
}

#next_page {
	float: right;
	padding-right: 18px;
	height: 13px;
	background-image: url(images/next.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 4px;
}

#prev_page {
	float: left;
	padding-left: 18px;
	height: 13px;
	background-image: url(images/prev.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 4px;
}

#next_page:hover {
	cursor: pointer;
}

#prev_page:hover {
	cursor: pointer;
}

#archive_prev_day {
	float: left;
	width: 70px;
}

#archive_next_day {
	float: left;
	width: 70px;
	text-align: right;
}

#archive_selected_day {
	width: 280px;
	float: left;
	text-align: center;
}

#archive_prev_day:hover {
	color: #3333DD;
	cursor: pointer;
}

#archive_next_day:hover {
	color: #3333DD;
	cursor: pointer;
}

.archive_top {
	margin-bottom: 10px;
}

.archive_video_list {
	background-color: #EEEEEE;
	margin: 2px;
	margin-bottom: 4px;
	overflow: hidden;
}


.bulleted {
	padding-left: 10px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 3px;
}

.fb_links {
	color: #333333;
	font-weight: normal;
}

.fb_links a {
	color: #333333;
}

.fb_links b {
	font-size: 10pt;
	font-weight: bold;
}

.fb_links a:hover {
	color: #3333DD;
	text-decoration: none;
	cursor: pointer;
}

.fb_links img {
	display: block;
	float: left;
	margin-right: 4px;
}

.fb_links p {
	display: inline;
}

.fb_links div {
	margin-top: 4px;
	border-bottom: 1px solid #AAAAAA;
	height: 60px;
}

.fb_links_programmer {
	background-color: #EEEEEE;
}

.fb_links_programmer a {
	color: #333333;
	font-size: 10pt;
}

.fb_links_programmer a:hover {
	color: #3333DD;
	text-decoration: none;
}

.fb_links_programmer .last_link {
	padding: 5px;
	text-align: center;
}

.fb_links_programmer .last_link a {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
}

.fb_links_programmer .last_link a:hover {
	color: #3333DD;
	text-decoration: none;
}

.fb_links_programmer .link_imagebox {
	float: left;
}

.fb_links_programmer .link_textbox {
	float: left;
	margin: 3px;
}

td .fb_links_programmer .link_imagebox {
	float: none;
}

td .fb_links_programmer .link_textbox {
	float: none;
}

.fb_links_text a {
	color: #333333;
	font-size: 10pt;
}

.fb_links_text div {
	margin: 2px;
}

.fb_links_text a:hover {
	color: #3333DD;
	text-decoration: none;
}

.fsletter {
	margin: 3px;
}

.fsletter p {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Userbase */

.login_button {
	background-color: #99CC00;
	border: 1px solid #AADD00;
	color: #FFFFFF;
	cursor: pointer;
}

/* calendar */

#calendar fieldset {
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}

#calendar fieldset legend {
	font-style: italic;
	margin-bottom: 5px;
}

#calendar fieldset input {
	width: 400px;
	border: 1px solid #000000;
}

#calendar fieldset textarea {
	width: 400px;
	height: 200px;
	border: 1px solid #000000;
}

#calendar h1 {
	font-size: 15px;
	margin-bottom: 10px;
}

#calendar p {
	margin-bottom: 10px;
}

/* Arkiv kalender */

#kalender {
	background-color: #99CC00;
	border-top: 2px solid #99CC00;
	border-left: 2px solid #99CC00;
	border-bottom: 2px solid #99CC00;
	margin-left: 0px;
}

#datefixed_div_date {
}

.datefixed_dropdown {
	background-color: #99CC00;
	border: none;
}

.datefixed_table {
}

.datefixed_table th {
	border: none;
}

.datefixed_table td {
	border: none;
	background-color: #FFFFFF;
}

@media print {
	.article {
		font-size: 14pt;
		line-height: normal;
	}
	.article p {
		font-size: 14pt;
		line-height: normal;
	}
	.article h1 {
		font-size: 18pt;
		line-height: normal;
	}
	.article .byline {
		font-size: 12pt;
		line-height: normal;
	}
	#header {display: none;}
	#outer_left_column {display: none;}
	#right_column {display: none;}
	#top_menu {display: none;}
	.article_right {display: none;}
	.article_debat {display: none;}
	.article_related {display: none;}
	#breadcrumb {display: none;}
	#video_box {display: none;}
	.top_big_image .title {display: none;}
	.top_big_image .gallery_title {display: none;}
	.top_big_image .show_all {display: none;}
	.top_big_image .vid_text {display: none;}
	.top_big_image .photographer {
		float: none;
		display: block;
	}
	.top_big_image #embed_video_source {display: none;}

	.top_gallery .title {display: none;}
	.top_gallery .number {display: none;}
	.top_gallery .gallery_title {display: none;}
	.top_gallery .photographer {
		float: none;
		display: block;
	}
	.top_gallery .bottom {display: none;}

	#footer {
		font-size: 10pt;
	}
	#footer .contact {display: none;}

	#center_column {
		width: 100%
	}
	#left_column {
		width: 100%
	}
}


#userbaseclient_login .login_input {
	width: 150px;
}
