/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;	
}
body {
	background-color: #dfedfd;
	color: #000000;
	background-image: url(img/body_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
#body_top_left {
	background-image: url(img/body_top_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#body_left_shadow {
	background-image: url(img/body_left_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#body_top_right {
	background-image: url(img/body_top_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#body_right_shadow {
	background-image: url(img/body_right_shadow.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#body_center {
	width: 1024px;
	background-color: #FFF;	
}
#top_background_left {
	background-image: url(img/top_backgr_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1C2F7E;
	float: left;
	width: 262px;
}
#top_background_middle {
	background-image: url(img/top_backgr_middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1C2F7E;
	float: left;
	width: 398px;	
}
#top_background_right {
	background-image: url(img/top_backgr_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	float: left;
	width: 354px;	
}
#top_middle_date {
	height: 104px;
	width: 220px;
	padding-top: 30px;
	text-align: center;
	color: #FFF;
	float: left;	
}
#top_middle_thermal {
	height: 134px;
	width: 178px;
	text-align: right;
	color: #FFF;
	float: left;	
}
#body_content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3657a3;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3657a3;		
}
#column_left {
	background-image: url(img/column_left_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 190px;
}
#column_middle {
	background-image: url(img/column_middle_shadow_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
	padding-top: 10px;

}
#column_right {
	background-image: url(img/column_right_shadow.gif);
	background-repeat: repeat-y;
	background-position: left;		
	width: 190px;	
}
.column_left_shadow_top {
	background-image: url(img/column_left_shadow_top.gif);
	background-repeat: no-repeat;
	background-position: right top;		
}
.column_right_shadow_top {
	background-image: url(img/column_right_shadow_top.gif);
	background-repeat: no-repeat;
	background-position: left top;		
}
/* Menus ///////////////////////////////////////////////////////// */
#top_menu_backgr {

	background-color: #1b3385;
	background-image: url(img/menu_top_backgr.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 1.0em;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4e3ff;
}
.top_menu_sector {
	background-image: url(img/menu_top_sector.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	float: left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.top_menu_sector_end {
	padding: 6px;
	padding-top: 7px;
}
.top_menu_sector_rss {
	padding: 6px;
	padding-top: 7px;
	float: right;
}
.top_menu_button_center {
	background-image: url(img/top_menu_button_center.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.top_menu_button_left {
	background-image: url(img/top_menu_button_left.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.top_menu_button_right {
	background-image: url(img/top_menu_button_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.top_menu_button_container {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;	
}
.top_menu_button_container a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu_button_container a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu_button_container a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.top_menu_button_container a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.top_menu_button_container_selected {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 13px;
	font-weight: bold;	
}
.top_menu_button_container_selected a:link {
	text-decoration: none;
}
.top_menu_button_container_selected a:visited {
	text-decoration: none;
}
.top_menu_button_container_selected a:hover {
	text-decoration: underline;
}
.top_menu_button_container_selected a:active {
	text-decoration: underline;
}
.menu_quick {
	font-size: 0.8em;
	color: #999;
	margin: 5px;
	margin-left: 0px;
}
.menu_quick a:link {
	color: #999;
	text-decoration: none;
}
.menu_quick a:visited {
	text-decoration: none;
	color: #999;
}
.menu_quick a:hover {
	text-decoration: underline;
	color: #0099FF;
}
.menu_quick a:active {
	text-decoration: none;
	color: #FF9900;
}
.menu_sub {
	padding: 5px;
	padding-left: 15px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;	
	background-image: url(img/shortcut_buttons_box_backgr.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menu_sub_box {
	padding: 5px;
	padding-left: 20px;
	background-image: url(img/column_left_shadow_top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.menu_sub_2 {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 0.9em;
}
.menu_sub_box_2 {
	padding: 3px;
	padding-left: 15px;
}
/* Bottom //////////////////////////////////////////////////////// */
.bottom {
	font-size: 0.85em;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 12px;
	
}
.bottom a:link {
	color: #FFFFFF;	
	text-decoration: none;
}
.bottom a:visited {
	color: #FFFFFF;	
	text-decoration: none;
}
.bottom a:hover {
	color: #FFCC00;	
	text-decoration: underline;
}
.bottom a:active {
	color: #FFFFFF;		
	text-decoration: underline;
}
#bottom_middle {
	background-color: #3153a1;
	background-image: url(img/bottom_middle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottom_left {
	background-image: url(img/bottom_left_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bottom_right {
	background-image: url(img/bottom_right_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bottom_mirror_middle {
	background-image: url(img/bottom_mirror_middle.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
#bottom_mirror_left {
	background-image: url(img/bottom_mirror_left.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#bottom_mirror_right {
	background-image: url(img/bottom_mirror_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px;
	text-align: center;
	font-size: 0.8em; 
 	color: #3153A1;
}
#smali_h_textscroll {
	background-image: url(img/smali_h_textscroll_backgr.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3657a3;
}
/* Ýmislegt fréttatengt ////////////////////////////////////////// */
#glugginn_box {
	background-image: url(img/icon_glugginn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 170px;
}
#glugginn_text {
	padding-top: 0px;
	padding-left: 5px;	
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;	
}
#glugginn_text a:link {
	color: #FFF;
	text-decoration: none;
}
#glugginn_text a:visited {
	text-decoration: none;
	color: #FFF;
}
#glugginn_text a:hover {
	text-decoration: underline;
	color: #FFF;
}
#glugginn_text a:active {
	text-decoration: none;
	color: #FF9900;
}
.shortcut_buttons_box {
	padding: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #CCC;
	text-align: center;
	background-image: url(img/shortcut_buttons_box_backgr.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#999;
}
.shortcut_buttons_box a:link {
	text-decoration: none;
}
.shortcut_buttons_box a:visited {
	text-decoration: none;
}
.shortcut_buttons_box a:hover {
	text-decoration: underline;
}
.shortcut_buttons_box a:active {
	text-decoration: underline;
}
.articles_date {
	font-size: 0.85em;
	color: #999;	
}
.articles_date a:link {
	color: #999;
	text-decoration: none;
}
.articles_date a:visited {
	text-decoration: none;
	color: #999;
}
.articles_date a:hover {
	text-decoration: underline;
	color: #0099FF;
}
.articles_date a:active {
	text-decoration: none;
	color: #FF9900;
}
.articles_image_box {
	width: 152px;
	font-size: 0.85em;
	text-align: center;
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.articles_headline {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 4px; 
	color: #003399;
}
.articles_subheadline {
	font-style: italic;
	color: #003399;
}
.articles_introduction {
	padding-top: 4px;
}
.articles_more {
	font-size: 0.85em;
	float: left;	
	margin-top: 2px;
	margin-left: 1px;	
	margin-bottom: 3px;	
}
.articles_author {
	font-size: 0.85em;
	color: #999;	
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 3px;		
}
/* /////////////////////////////////////////////////////////////// */
.body_lower {
	background-color: #FFFFFF;
	background-image: url(img/body_shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.topMenuBar {
	background-color: #002870;
	background-image: url(img/smalixl_tm_backgr.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.topMenuLinks {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #4578cc;
	border-left-color: #013796;
}
.topMenuLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topMenuLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topMenuLinks a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.topMenuLinks a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.topMenuLinksSelected {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #4578cc;
	border-left-color: #013796;
	background-color: #013fa8;
	background-image: url(img/smalixl_tm_backgr2.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
.topMenuLinksSelected a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topMenuLinksSelected a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topMenuLinksSelected a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.topMenuLinksSelected a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomBar {
	font-size: 10px;
	margin: 0px;
	background-color: #CC0000;
	padding: 3px 6px;
	font-weight: normal;
}
.bottomBar a:link {
	color: #003399;
	text-decoration: none;
}
.bottomBar a:visited {
	color: #003399;
	text-decoration: none;
}
.bottomBar a:hover {
	color: #0099FF;
	text-decoration: underline;
}
.bottomBar a:active {
	color: #FF9900;
	text-decoration: underline;
}
.columnLineVertical {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.columnDim {
	background-color: #F7DDDD;
}
.columnHeader {
	background-color: #00009E;
	border: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	padding: 3px 5px 2px;
}
.columnHeader a:link {
	color: #003399;
	text-decoration: none;
}
.columnHeader a:visited {
	color: #003399;
	text-decoration: none;
}
.columnHeader a:hover {
	color: #0099FF;
	text-decoration: underline;
}
.columnHeader a:active {
	color: #FF9900;
	text-decoration: underline;
}
.mainMenu {
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
}
.mainMenu2 {
	color: #003399;
}
.mainMenu2 a:link {
	color: #003399;
	text-decoration: none;
}
.mainMenu2 a:visited {
	text-decoration: none;
	color: #003399;
}
.mainMenu3 {
	font-weight: bold;
	color: #003399;
}
.mainMenu3 a:link {
	color: #003399;
	text-decoration: none;
}
.mainMenu3 a:visited {
	text-decoration: none;
	color: #003399;
}
.skyringar {
	font-size: 11px;
	color: #666666;
}
.lina0 {
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;		
}
.lina1 {
	background-color: #E9E9E9;
	margin: 3px;
	padding: 3px;			
}
.smatexti {
	font-size: 11px;
}
.smallText {
	font-size: 11px;
}
.softText {
	font-size: 11px;
	color: #999999;
}
.small_soft_text {
	font-size: 0.9em;
	color: #999;
}
.small_text {
	font-size: 0.9em;
}
.headline {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
.subHeadline {
	font-size: 13px;
	font-weight: normal;
	color: #003399;
	font-style: italic;
}
.linaHaus {
	background-color: #00009E;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.tophead {
	color: #FFFFFF;
	background-color: #CC0000;
	margin: 3px 6px;
	padding: 3px 6px;
}
.mainTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.mainTableRow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.mainMenuRow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.maintitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	padding: 7px 10px 7px 20px;
}
.mainFoot {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.formBox {
	font-size: 11px;
	background-color: #333333;
	border: 1px solid #666666;
	padding: 5px;
}
.formTexti {
	font-size: 11px;
	color: #999999;
}
.formLeidsaga {
	font-size: 11px;
	background-color: #666666;
	color: #FFFFFF;
}
.formLeidsaga A {
	color: #FFFFFF
}
.formLeidsaga A:visited {
	color: #FFFFFF;
}
.linaHaus {
	font-size: 11px;
	background-color: #003399;
	color: #FFFFFF;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}
.linaA {
	font-size: 0.9em;
	background-color: #FFFFFF;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.linaB {
	font-size: 0.9em;
	background-color: #F5F5F5;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.skyringareitur {
	font-size: 11px;
	border: 1px solid #666666;
}
.fyrirsogn2 {
	font-size: 13px;
	font-weight: bold;
}
.searchbox {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 2px;
	height: 14px;
	width: 90px;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.mainMenuRow2 {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.smalltext {
	font-size: 11px;
}
.mainFoot2 {
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.searchbox {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 2px;
	height: 14px;
	width: 100px;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.graybox {
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.headline2 {
	font-size: 13px;
	font-weight: bold;
	color: #003399;
}
.headline3 {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
.adstext {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}
.adsdate {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #999999;
}
.smatexti {
	font-size: 11px;
	color: #333333;
}
.table_header {
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	background-image: url(img/tofluhaus00.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding: 1px;
}
.table_row {
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 2px;	
}
.settings_box {
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
}
.subheadline2 {
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	font-style: normal;
}
.newsbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9E6FF;
	border-right-color: #D9E6FF;
	border-bottom-color: #D9E6FF;
	border-left-color: #D9E6FF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.innTextaBox {
	color: #000099;
	border: 1px solid #000099;
}
.innTextaBoxWarning {
	color: #FF0000;
	border: 1px solid #FF0000;
}
.textMsgWarning {
	color: #FF0000;
}
.textMsg {
	color: #000099;
}
.poll_question {
	font-size: 1em;
	color: #003399;
	border-width: 1px;
	border-style: none;
	border-bottom-style: solid;
	border-color: #CCC;
	padding-top: 7px;
	padding-bottom: 7px;
}
.poll_answer {
	padding: 0px;
	border-width: 1px;
	border-bottom-style: dotted;
	border-color: #CCC;
	text-align: center;
	background-color: #FFFFFF;
}
.poll_answer_text {
	padding-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;	
	font-size: 0.85em;
	border-width: 1px;
	border-bottom-style: dotted;
	border-color: #CCC;
	text-align: left;
}
.poll_button {
	padding: 0px;
	margin: 10px 5px 5px;
}
hr {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #D9E6FF;
	border-left: 1px solid #FFFFFF;
}
.top5 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.top5_headline {
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.top5_headline a:link {
	color: #999999;
	text-decoration: none;
}
.top5_headline a:visited {
	text-decoration: none;
	color: #999999;
}
.discussions_head_0 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.discussions_head_1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.calendar_box {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}
.calendar_today {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #FF0000;
}
.calendar_today a:link {
	color: #FF0000;
	text-decoration: none;
}
.calendar_today a:visited {
	color: #FF0000;
	text-decoration: none;
}
.calendar_today a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.calendar_today a:active {
	color: #FF0000;
	text-decoration: underline;
}
.calendar_active {
	font-size: 11px;
	font-weight: bold;
	background-color: #D3E2ED;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;	
}
.calendar_normal {
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	color: #666666;
}
.schedule_nav_left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.schedule_nav_center {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.schedule_nav_right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.settings_text {
	font-size: 11px;
	color: #666666;
}
.schedule_search_box {
	font-size: 11px;
	color: #666666;
	background-color: #F2F2F2;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
.schedule_soft {
	font-size: 11px;
	color: #999999;
}
.schedule_box {
	width: 100%;
	overflow: visible;
	float: left;
	clear: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
.schedule_cast {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.schedule_date {
	font-size: 11px;
	color: #999999;
	clear: none;
}
h1 {
	color: #003399;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;	
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #003399;	
	margin: 0px;
	padding: 0px;	
}
h4 {
	color: #003399;
	font-size: 15px;
	font-weight: bold;
}
h5 {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	color: #003399;
	font-size: 16px;
}
.column_headline_text {
	font-size: 1.1em;
	/* font-weight: bold; */
	color: #999;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;		
}
.column_headline_text a:link {
	color: #999;
	text-decoration: none;
}
.column_headline_text a:visited {
	text-decoration: none;
	color: #999;
}
.column_headline_text a:hover {
	text-decoration: underline;
	color: #0099FF;
}
.column_headline_text a:active {
	text-decoration: none;
	color: #FF9900;
}
.column_headline_text_2nd {
	font-size: 1.1em;
	color: #999;	
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;		
}
.column_headline_text_2nd a:link {
	color: #999;
	text-decoration: none;
}
.column_headline_text_2nd a:visited {
	text-decoration: none;
	color: #999;
}
.column_headline_text_2nd a:hover {
	text-decoration: underline;
	color: #0099FF;
}
.column_headline_text_2nd a:active {
	text-decoration: none;
	color: #FF9900;
}

.top_ten_articles {
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #000000;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;	
}
/* Veður og vegaupplýsingar */
.weather_line {
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000000;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;	
}
.weather_line a:link {
	color: #013796;
	text-decoration: none;
}
.weather_line a:visited {
	text-decoration: none;
	color: #013796;
}
.weather_line a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.weather_line a:active {
	text-decoration: none;
	color: #FF9900;
}
.weather_line_attention {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FF0000;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.weather_line_attention a:link {
	color: #FF0000;
	text-decoration: none;
}
.weather_line_attention a:visited {
	text-decoration: none;
	color: #FF0000;
}
.weather_line_attention a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.weather_line_attention a:active {
	text-decoration: none;
	color: #FFCC00;
}
.weather_header {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013796;
	color: #FFFFFF;
	background-color: #013796;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #3167c3;
	border-right-color: #013796;
	border-left-color: #3167c3;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-image: url(img/weather_header.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.weather_header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.weather_header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.weather_header a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.weather_header a:active {
	text-decoration: none;
	color: #FFFFFF;
}.weather_info_box {
	padding-right: 5px;
}
.rss_box {
	padding-top: 0px;
	padding-bottom: 10px;	
}
/* Fyrir nýskráninguna */
.login_row_column_1 {
	font-size: 11px;
	margin-top: 5px;
	background-color: #e3ecff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: right;
}
.login_row_column_2 {
	font-size: 11px;
	margin-top: 5px;
	background-color: #e3ecff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
.login_row_column_1_necessary {
	font-size: 11px;
	margin-top: 5px;
	background-color: #bfd7e9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: right;
}
.login_row_column_2_necessary {
	font-size: 11px;
	margin-top: 5px;
	background-color: #bfd7e9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
.login_row_column_1_error {
	font-size: 11px;
	margin-top: 5px;
	color: #FF0000;
	background-color: #FFFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: right;
	font-weight: bold;
}
.login_row_column_2_error {
	font-size: 11px;
	margin-top: 5px;
	color: #FF0000;
	background-color: #FFFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
.login_row_button {
	padding: 5px;
}
.login_table {
	padding: 5px;
}
