/*
	Global StyleSheet
*/

* {
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
}
body{
	margin: 		0;
	padding: 		0;
	text-align: 	center;
}

a:link, a:active, a:visited {
	color:			#2D5389;
	text-decoration:	none;
}
a:hover {
	color:			#4D73A9;
}

input, select, textarea {
	font-size: 		10px;
	border: 1px solid #666;
}

table {
	width: 100%;
}

acronym {
	color: #c33;
	border-bottom: 1px dotted #c33;
	cursor: pointer;
}

/* IDs */
#frame {
	min-width:850px;
	width:98%;
	text-align:left;
	margin: 0px auto;
}

/* min-width hack for ie \*/
* html .min-width, * html .container {
    height: 1px;
}
/**/
* html .min-width {
    border-left: 850px solid #fff;
}
* html .container {
    margin-left: -850px;
    position:relative;
}

#haus{ }

#headmynd{
	padding:8px;
	width:		180px;
}

#midja {
    position:relative;
    display:block;
}
* html #midja {
    display:inline-block;
}

#midja .box {
margin-left: 15px;
}

#vinstri {
float:left;
    position:relative;
    width:210px;
    display:inline;
}
* html #vinstri {
    width:20%;
}
#vinstri .box {
margin-left: 0px;
}

#haegri {
float:left;
display:inline;
width: 75%;
}

#admin input, #admin select, #admin textarea {
	font-size:		10pt;
}
/* Classes */
.box{
	background-color:	#e6e6e6;
	margin-bottom:		10px;
}
.boxHead{
	background-color:	#8E9194;
	color:			#FFFFFF;
	padding:		2px 5px 2px 5px;
	font-weight:		bolder;
	font-size:		12px;
	border-left:		17px solid #EECC33;
}
.boxHead a, .boxHead a:active, .boxHead a:visited, {
	color:			#CCCCCC;
}

.boxText{
	padding:		8px;
}
.info{
	margin-top:		10px;
	border-top:		solid 1px #2D5389;
	font-size:		9px;
}
.frett{
	padding:		2px;
	margin-bottom:		10px;
	border-bottom:		solid 1px #2D5389;
}
.frettHead{
	font-size:		10px;
}
.frettTitill{
	color:			#2D5389;
	font-size:		12px;
	font-weight:		bold;
}
.leikmennId{
	font-weight:	bold;
}
.mainmenu{
	background-color:	#FFFFFF;
	list-style-type:	none;
	padding:		0px;
	margin:			0px;
}
.mainmenu a, .mainmenu a:visited {
	color:			#FFFFFF;
}
.mainmenu a:hover {
	color:			#EECC33;
}
.mainmenu li{
	border-left: 		17px solid #CC9900;
	padding:		3px;
	padding-left:		10px;
	margin-top:		1px;
	background-color:	#8E9194;
	font-size:		12px;
	font-weight:		bold;
}
.level2{
	padding-left:		30px;
}
.level3{
	padding-left:		60px;
}
#selectedItem {
	border-left:		17px solid #EECC33;
}
.villa{
	color:			red;
}
#auth{
	font-weight:		bold;
	padding-left:		20px;
}

a.btn, span.btn, input.btn
{
        background-color:       #8E9194;
        padding-left:           3px;
        padding-right:          3px;
        border-top:             2px solid #9EA1A4;
        border-left:            2px solid #9EA1A4;
        border-bottom:          2px solid #7E8184;
        border-right:           2px solid #7E8184;
        color:                  #FFFFFF;
        margin: 0px 10px 0px 0px;
        /*vertical-align:               top;*/
        font-weight:            bold;
        font-size: 11px;
}

a.btn, a.btn:visited, span.btn, span.btn:visited {
	padding-top:2px;
	padding-bottom:2px;
    color:#FFFFFF;
    font-weight: bold;
}

a.btn:hover, .btn:hover, span.btn, span.btn:hover
{
        color:                  #CCCCCC;
        border-bottom:          2px solid #9EA1A4;
        border-right:           2px solid #9EA1A4;
        border-top:             2px solid #7E8184;
        border-left:            2px solid #7E8184;
        font-weight: bold;

}

.add{
	margin-top:		30px;
}
.rows{
	margin-top:		20px;
}
.icon{
	margin-left:		5px;
}
#fotur{
	color:			#67696C;
	font-size:		14px;
	border-top:		1px solid #67696C;
	text-align:		right;
	margin-top:		20px;
	padding:8px;
}
#forsidumynd{
	float:			left;
	width:			235px;
}
#forsidutexti{
	float:			left;
	position: relative;
	top:-80px;
}

#forsiduath {
position:absolute;
top: -280px;
left: 300px;
width: 300px;
}

/* Peekaboo Bug \*/
* html .box {
	height: 1%;
}
.nomatur {
	/*background-color:	#f6f6f6;*/
	color: gray;
}
.ATH {
	margin:			10px;
	padding:		5px;
	border:			1px solid #aaaaaa;
	color:          red;
}
.ATH, .ATH *{
	font-size:		16px;
}
#footleft{
	float:			left;
}
#footright{
	float:			right;
	text-align:		right;
}

.importOld {
	border-top: 1px solid #ccc;
	text-decoration: linell-through;
	color: #888;
}

.korter_bg {
	background: #aaa;
	border: 1px solid #aaa;
	text-align: center;
	color: #aaa;
}
.korter_sdh {
	text-align: center;
}
.korter_table td{
	border: 1px solid #000;
	font-size: 10px;
}
.rowOne {
     background: #f3f3f3;
}
.rowTwo {
	background: #eaeaea;
}
.rowHover {
	background: #fafafa;
}
table tr {
     height: 20px;
}

/* this is the new shit */

.table_head
{
	font-weight: bold;
	background: #fafafa; }
.table_nav
{
margin-top:10px; }
.legend
{
text-align:right;
 }

.skraning_head
{
	float:left;
	display:inline;
	 }

.table_nocomp td {
	font-size: 8pt;
}
.notice {
	font-size: 16px;
	padding: 6px;
}
.rednotice {
	color: #f00;
	display: inline;
}
.lowprofnotice {
	color: #333;
}

/* NLlist css */
.nltable, .nltable2
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;}
.nltable td, .nltable th, .nltable2 td, .nltable2 th
{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;}
.nlfcol
{
	padding-left: 10px;
	border-right: 1px solid #000;}

/* Fjoldalisti3 */
.table_hlutfall {
	font-weight: bold;
	background: #dadada;
}
.table_hlutfall td, .table_hlutfall th {
padding-bottom: 10px;
}
.table_samtals {
	font-weight: bold;
	background: #fafafa;
}
.table_content {
background: #efefef;
}
.table_samtals2 {
	font-weight: bold;
	background: #efefef;
}

.pass
{
    font-family: Fixed;
    font-size: 14px;
}
.skolimsg
{
    font-size: 14px;
    padding:20px;
}



/* Uppgjörslisti */
.reikn_input_text_r { /* Input fyrir texta READ_ONLY*/
	border: 1px solid #666;
	padding-left: 4px;
	margin: 0px;
	color: #333;
}
.reikn_input_num_r { /* Input fyrir tölur READ_ONLY*/
	border: 1px solid #666;
	text-align: right;
	margin: 0px;
	color: #333;
}
.reikn_input_text_w { /* Input fyrir texta WRITE*/
	border: 1px dotted #f99;
	padding-left: 4px;
	margin: 0px;
	color: #000;
}
.reikn_input_num_w { /* Input fyrir tölur WRITE*/
	border: 1px dotted #f99;
	text-align: right;
	margin: 0px;
	color: #000;
}
.reikn_lidur { /* tr classi fyrir reiknlidi */
	background: #e4e4e4;
}
.reikn_forr { /* tr classi fyrir forradamenn */
	background: #efefef;
	font-weight: bold;
}
.reikn_samtals { /* tr classi fyrir samtalslinu */
	font-weight: bold;
	background: #dadada;
}
.reikn_samtals_minus { /* tr classi fyrir samtalslinu í minus */
background: #704444;
color: #fff;
font-weight: bold;
}

.reikn_samtals td, .reikn_samtals_minus td { /* hækka samtalslinu */
height: 28px;
padding-left: 5px;
}

.calendar_input {
	border: 1px solid #666;
	padding-left: 4px;
}

.mainmenu li.minsida_link {
margin-top: 8px;
}
.mainmenu li.minsida_link a{
color:			#FFdd77;
font-weight: bold;
font-size: 12px;
}

.mainmenu li.hidden {
display:none;
}
div.info{
	margin:20px;
	padding:10px;
	background: #ffdd77;
	border:1px solid black;
	font-size:1.2em;
}
div.info2{
	margin:20px;
	padding:10px;
	background: #6BBA70;
	border:1px solid black;
	font-size:1.2em;
}
div.warn{
	margin-bottom:7px;
	padding:7px;
	background: #ffdd77;
	border:1px solid black;
	font-size:1.1em;
	width:500px;
}
div.grbox{
margin:10px;padding:10px;border:1px solid black
}
label.gr{
width:150px;display:block;float:left;
}
div.grInfo{
float:left;margin-top:1em;width:320px;padding:1em;border:1px solid #541;background:#feb;
}
p.warning{
margin:1m;padding:1em;background:#a66;font-size:1.1em;font-weight:bold;border:1px solid black;color:#fff
}
