body {
	background: #3B4554;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
hr {
	height: 1px;
	width: 100%;
	color: #8995A1;
}
td {
	vertical-align: top;
	font-size: 12px;
}
img {
	border: none;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.container-header {
	max-width: 970px;
	margin-bottom: 5px;
}
.container-panel {
	float: left;
	margin-right: 5px;
	width: 175px;
}
.container-main {
	float: left;
	min-height: 500px;
}
.container-input {
	margin-left: 177px;
	margin-top: 5px;
}

#div_spjald {
	background: #FFF;
	background-image: url(../img/grad_bak.png);
	background-repeat: repeat-x;
}

#div_panel {
	
}

#div_input {
	max-width: 790px;
	border: solid 1px black;
	padding: 5px;
	background-image: url('../img/grad_bak2.png');
	background-repeat: repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#div_input #inp_nafn {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	height: 16px;
	padding: 2px;
	border: solid 1px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#div_input #inp_texti {
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height: 90px;
	border: solid 1px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#div_input #inp_texti_iframe {
	font-family: Arial;
	font-size: 12px;
	width: 600px;
	height: 90px;
	background: white;
	border: solid 1px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#div_input #div_flokkaval {
	color: white;
}
#div_input #sel_flokkur {
	width: 165px;
}
#div_input #sel_flokkur_2 {
	width: 250px;
}

#div_flettari {
	
}
#div_flettari .flettarar {
	text-align: center;
}
#div_flettari #inp_bls {
	width: 50px;
}

#div_alert_1 {
	display: none;
	border: solid 1px black;
	background: #90A0B0;
	padding: 4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 5px;
}
#div_alert_1 .msg {
	padding-right: 15px;
}

#div_alinu .alinu_gaur {
	border: solid 1px black;
	padding: 1px 5px;
	margin-bottom: 1px;
	/*background: #BBC5D4;*/
	background: url('../img/bgr1px_DFEFFF_90.png');
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#div_alinu .tbl_layout {
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
}
#div_alinu .wrapper {
	border: solid 1px black;
	padding: 2px 5px;
	margin-bottom: 3px;
	background: url('../img/bgr1px_B07060_90.png');
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#div_alinu .wrapper .nafn {
	font-weight: bold;
}
#div_alinu .alinu_gaur .more_info {
	display: none;
}
#div_alinu .alinu_gaur .more_info .info_titill {
	font-weight: bold;
}
#div_alinu .alinu_gaur .img_exp {
	cursor: pointer;
}
#div_alinu .alinu_gaur .timi {
	padding-left: 5px;
}

#div_login_info {
	float: right;
}

#btn_login {
	background: none;
}
#btn_login:hover {
	color: white;
}
#btn_register {
	background: none;
}
#btn_register:hover {
	color: white;
}
#btn_logout {
	background: none;
	border: solid 1px #3B4554;
}
#btn_logout:hover {
	color: white;
	border: solid 1px #DBE5F4;
}

#btn_close_login_panel {
	border: solid 1px #ABB5C4;
}
#btn_close_login_panel:hover {
	border: solid 1px #DBE5F4;
}
#btn_close_register_panel {
	border: solid 1px #ABB5C4;
}
#btn_close_register_panel:hover {
	border: solid 1px #DBE5F4;
}


#div_userinfo {
	display: none;
	color: #DEF;
}
#span_login_username {
	font-weight: bold;
}

#div_login_panel {
	display: none;
	background: #ABB5C4;
	position: absolute;
	top: 50px;
	left: 400px;
	width: 300px;
}

#div_register_panel {
	display: none;
	background: #ABB5C4;
	position: absolute;
	top: 50px;
	left: 400px;
	width: 300px;
}

#div_links a {
	text-decoration: none;
	background: transparent url('/silk/bullet_black.png') no-repeat scroll left center;
	padding-left:18px;
	line-height: 18px;
}
#div_links a:hover {
	background: transparent url('/silk/bullet_blue.png') no-repeat scroll left center;
	color: white;
	text-decoration: underline;
}

#div_upload {
	padding: 5px;
	margin-top: 3px; 
	border: solid 1px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#div_upload_panel {
	display: none;
}
#div_upload iframe {
	border: none;
	width: 100%;
	height: 32px;
	overflow: hidden;
	margin-top: 5px;
}
#vidhengi .uploaded_file {
	padding: 0px 2px;
	border: solid 1px darkgray;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 2px;
	background: url('../img/grad_bak2.png');
	background-repeat: repeat-x;
}

#vidhengi .filename {
	font-weight: bold;
}
#vidhengi .img_thumbnail {
	border: solid 1px black;
}

#div_working{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#upload_file {
	
}

#div_upload_form {
	color: white;
}

#div_settings {
	display: none;
}
#tbl_settings_form {
	/*width: 99%;*/
}
#tbl_settings_form TD {
	border-bottom: dashed 1px black;
	color: white;
}
#tbl_settings_form .legend {
	width: 170px;
	font-size: 110%;
}
#tbl_settings_form label {
	color: white;
}


#div_leit {
	display: none;
}
#div_vinir {
	display: none;
}
#div_about {
	display: none;
}


#div_undirflokkur {
	display: none;
}

#div_tab_ctrl div {
	background: #ABB5C4;
	padding: 2px 5px;
	margin-bottom: 4px;
	/*width: 98%;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	/*background:transparent url('/silk/tag_red.png') no-repeat scroll left center;
	padding-left:16px;*/
	font-size: 115%;
}
#div_tab_ctrl div:hover {
	color: #555;
}
#div_tab_ctrl .tab_btn_selected {
	background: #BBC5D4;
	font-weight: bold;
}

#div_engirvinir {
	display: none;
}

#div_leit_flokkar {
	height: 200px;
	overflow: auto;
}
#div_leit_info {
	display: none;
	margin-bottom: 5px;
	background: url('../img/bgr1px_B07060_90.png');
}
#div_leit_info .mini_titill2 {
	color: white;
}
#tbl_leit_flokkaval {
	border-spacing: 0px;
}
#tbl_leit_flokkaval td {
	padding: 0px;
}
.leitar_forsenda {
	background: url('../img/bgr1px_DFEFFF_90.png');
	padding: 1px 10px;
	margin-bottom: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.leitX {
	font-weight: bold;
}
.ekkert_fannst {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.right_align {
	text-align: right;
}

.main_div {
	max-width: 790px;
	border: solid 1px black;
	padding: 5px;
	/*background: #FFF;*/
	background-image: url(../img/grad_bak.png);
	background-repeat: repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.main_div2 {
	background-image: url(../img/grad_bak2.png);
}

.input_box {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 16px;
	padding: 2px;
	border: solid 1px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.input_box_select {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 22px;
	padding: 2px;
	border: solid 1px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.titill {
	font-size: 160%;	
	font-weight: bold;
}
.mini_titill {
	font-weight: bold;
	padding-bottom: 3px;
}
.mini_titill2 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 3px;
}
.undirmal {
	font-size: 70%;
}

.panel {
	width: 160px;
	border: solid 1px black;
	padding: 5px;
	background: url('../img/grad_bak2.png');
	background-repeat: repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 5px;
}

.spjald_faersla {
	position: relative;
}

.spjald_faersla .innerdiv {
	position: relative;
}

.spjald_faersla .nafn{
	font-weight: bold;
	width: 90px;
	float: left;
}

.spjald_faersla .timi{
	font-style: italic;
	width: 40px;
	float: left;
}

.spjald_faersla .texti{
	float: left;
	width: 624px;
}

.spjald_faersla .menu_btn{
	width: 16px;
	text-align: right;
	float: right;
}
.spjald_faersla .menu_btn img {
	cursor: pointer;
}

.spjald_faersla .div_menu {
	display: none;
	border: solid 1px black;
	padding: 5px;
	background: url('../img/bgr1px_DFEFFF_90.png');
	/*background: url('../img/grad_bak2.png');
	background-repeat: repeat-x;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.spjald_faersla .div_menu .flokkur {
	font-weight: bold;
}
.spjald_faersla .div_menu .permalink {
	font-family: Arial;
	font-size: 12px;
	width: 300px;
	height: 14px;
	padding: 2px;
	border: solid 1px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.spjald_faersla .inner_div {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.spjald_faersla ul {
	margin-top: 4px;
	margin-bottom: 4px;
}

.day_seperator {
	text-align: center;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	padding: 3px 0px;
}

.spjald_zikzak_0 {
	background: #ebebeb;
	/*background: url('/kronik/bgr1px.php?c=ebebeb&t=55');*/
}
.spjald_zikzak_1 {
	background: #9fb6d0;
	/*background: url('/kronik/bgr1px.php?c=9fb6d0&t=55');*/
}

.autolink_url {
	background:transparent url('/silk/tag_red.png') no-repeat scroll right center;
	padding-right:16px;	
}
.autolink_url:visited {
	background:transparent url('/silk/tag_green.png') no-repeat scroll right center;
}

.takki {
	border: solid 1px black;
	background: #ABB5C4;
	padding: 3px 6px;
	margin-right: 4px;
	text-decoration: none;
	line-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.takki:hover {
	border: solid 1px #DBE5F4;
}
.takki img {
	position: relative;
	top: 4px;
}
.gtakki {
	font-weight: bold;
	padding: 3px 6px;
	text-decoration: none;
	line-height: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #AfAfAf;
}
.gtakki:hover {
	color: white;
}
.gtakki:visited {
	color: #AfAfAf;
}
.gtakki img {
	position: relative;
	top: 3px;
	padding-right: 2px;
}
.gtakki_b {
	border: solid 1px gray;
}
.gtakki_b:hover {
	border: solid 1px black;
}



.alert_msg {
	border: solid 1px black;
	background: #90A0B0;
	padding: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 1px;
}
.alert_msg .msg {
	padding-right: 15px;
}

.btn_close {
	border: none;
	background: none;
	padding: 2px 2px;
}

.div_code {
	border: solid 1px black;
	margin: 4px 10px 0px 10px;
	padding: 4px;
	background: #EFEFEF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.file_display {
	padding: 0px 2px;
	border: solid 1px #444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 2px;
}
.file_display .filename {
	font-weight: bold;
}

.int_input {
	width: 40px;
}

.vinur {
	border: solid 1px black;
	background: url('../img/bgr1px_DFEFFF_90.png');
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 3px;	
}
.vinur .nafn {
	font-weight: bold;
}
.div_add_vinur {
	margin-bottom: 3px;
}
.btn_add_vinur {
	background: url('../img/bgr1px_DFEFFF_90.png');
}

.leit_panel {
	border: solid 1px #AAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 10px;
	padding: 5px 10px;
	background: url('../img/bgr1px_DFEFFF_90.png');
}
.leit_panel td {
	vertical-align: middle;
}
.inp_text_leit {
	width: 300px;
}

.slim_tbl {
	padding: 0px;
	border-spacing: 0px;	
}

.help_section {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 2px;
	margin-right: 5px;
	padding: 5px;
	background: url('../img/bgr1px_DFEFFF_90.png');
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#div_about .mini_titill2 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#div_about .mini_titill {
	font-size: 14px;
}



td[livestream_id] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	background: url('../img/bgr1px_DFEFFF_90.png');	
}

#inp_quick_leit {
	width: 132px;
}

a:link 		{ color: #000; }
a:visited	{ color: #000; }
a:hover 	{ color: #444; }


@media (max-width: 1009px) {
	.container-main {
		margin-left: 0px;
	}
	.container-input {
		margin-left: 0px;
	}
	#div_login_panel {
		top: 10px;
		left: 10px;
	}
	.main_div {
		max-width: 611px;
	}
	.spjald_faersla .texti{
		float: left;
		width: 450px;
	}
}
@media (max-width: 814px) {
	.container-input {
		margin-left: 0px;
	}
	#div_login_panel {
		top: 10px;
		left: 10px;
	}
	.main_div {
		max-width: 100%;
	}
	.panel {
		margin-right: 5px;
		float: left;
	}
	.container-panel {
		width: 100%;
	}
}
@media (max-width: 650px) {
	.spjald_faersla .texti{
		float: left;
		width: 100%;
	}
	.spjald_faersla .nafn{
		display: inline;
		width: auto;
		margin-right: 5px;
	}
	.container-main {
		min-height: 50px;
	}
}

@media (max-width: 380px) {
	.panel {
		width: 130px;
	}
	#inp_quick_leit {
		width: 95%;
	}
	#div_panel3 {
		display: none;
	}
	#inp_datepicker.takki img {
		display: none;
	}
	#btn_slima.takki img {
		display: none;
	}
}
