/* ###################### OVERALL SETTINGS ###################### */
table,td,body,th,p {
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    padding: 0;
    font-size: 10pt;
}
b {
    color: #003E88;
}
a {
    color: #002E65;
}

a:hover {
    color: #002E65;
}

table,td {
    text-align: left;
    vertical-align: top;
}
.spacer {
    clear: both;
}

body {
    padding: 0px;
    background: #FFF ;
    padding-top: 14px;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
hr {
    border:0;
    background: #fff;
    background: #aaa;
    height: 1px;
    size: 1px;
    margin: 0;
}


.pos {
  position: absolute;
}


.clr {
    clear:both;
    font-size: 1px;
    line-height: 1px;
	margin:0;
	padding:0;
	height:1px;
}


/*************************************
  Structure
*************************************/

#container {
  width: 765px;
  font-size: 140%;
  }
  #container h2 {
    border-bottom: 1px dotted #333;
    font-size: 1.3em;
    color: #555555;
    font-weight: normal;
    }

#leftContent {
  float: left;
  height: 550px;
  width: 430px;
  padding-top: 2em;
  background: url("/images/temp/divider.gif") center right no-repeat;
  }
  #leftContent .leftBox {
    width: 75%;
    }
    #leftContent .leftBox h3 {
      background: url("/images/temp/available.png") center left no-repeat;
      padding-left: 2em;
      }
      
.floatRight {
  float: right;
  }
.floatLeft {
  float: left;
  }

em {
  background-color: #fefea6;
  font-style: normal;
  }

#rightContent {
  position: relative;
  float: right;
  padding-top: 2em;
  width: 330px;
  }

#leftContent #domainSearchBox {
  text-align: center;
  }
  #leftContent #domainSearchBox input {
    width: 180px;
    }

.info {
    
  background: #ffffe2 url("/images/temp/ygrad.gif") top repeat-x;
  border: 2px solid #fefea6;
  margin: 1em 0;
  padding: 0 .7em;
  width: 300px;
  }
.info p, .info h2 {
    font-family: "Trebuchet MS",Arial;
}
  #container .info h2 {
    border: 0;
    font-size: 1em;
    font-weight: bold;
    }
    
#theform fieldset input.error {
  border: 1px solid #ec5a5a;
  }

.button {
  }
  .button a {
    display: block;
    background: url("/images/temp/button.png") no-repeat;
    padding: 25px 100px;
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    }
.text {
  padding: 0 2em;
  }

strong.domain {
    font-size: 1em;
    padding-left: 1.5em;
    margin: .5em;
    display: block;
  }
  .available strong.domain {
    background: url("/images/temp/available.png") center left no-repeat;
    }
  .unavailable strong.domain {
    background: url("/images/temp/stop.png") center left no-repeat;
    }

.clear {
  clear: both;
  }

#sendRegistration {
  }

/*************************************
  Form css
*************************************/

#rightContent.inactive fieldset,
#rightContent.inactive fieldset h3,
#rightContent.inactive fieldset legend,
#rightContent.inactive fieldset div.help,
#rightContent.inactive h2 {
  color: #f2f2f2;
  }
#rightContent.inactive fieldset input {
  border: 1px solid #f2f2f2;
  }
#rightContent.inactive h2 {
  border-color: #f2f2f2;
  }
#rightContent.inactive #sendRegistration {
  display: none;
  }
#theform {
	}
#theform fieldset {
	width: 9.2em;
	border: 0;
	margin: 0 1em;
	padding: 1em 0.5em;
	float: left;
	}
#theform fieldset legend {
  padding: 0;
	font-size: 1em;
	color: #044d8c;
	}
#theform fieldset h3 {
  color: #044d8c;
	padding: 1em 0;
	font-size: 1em;
	}
#theform fieldset div.help {
	color: #666666;
	font-size: 0.7em;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.8em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
	border: 1px solid #7f9db9;
	}

/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}
/* Part 4 Styling */
#theform #pt4 {
	clear: both;
  margin: 1em;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 3.5em;
	width: 15em;
	font-size: 1em;
	color: #666666;
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float: right;
	}
#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}
	
/**************************************************************************/

td.left {
    border-right: 1px dotted #aaa;
    
}

td.top {
    padding-bottom: 4px;
}
td.mainbody {
  padding: 15px 5px 0px 5px;
  
}
td.fl {
    padding-top: 12px;
}
td.bottom {
    padding-top: 13px;
}
td.bottom table.moduletable {
    width: 100%;
}
td.bottom table.moduletable td {
    text-align: center;
    font-size: 10px;
}
td.bottom br {
 font-size: 0;
display:block;
}



/* ###################### MAMBO SETTINGS ###################### */
.frontpageheader {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    padding-right: 10px;
}
.contentheading, .componentheading {
    background: inherit;
    padding: 1px;
    padding-top: 2px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 15px;
    font-size: 20px;
    width: 100%;
}
a.contentpagetitle {
    font-size: 12px;
    font-weight: bold;
    font-family: arial;

    text-decoration: none;
}
a.contentpagetitle:hover {

    text-decoration: underline;
}
table.contentpaneopen td {
    text-align: left;
    line-height: 150%;
    color: #666666;
}
table.contentpaneopen td p {
    font-family: arial;
    font-size: 12px;
    padding-left: 2px;

}
table.contentpaneopen img {

}

a.mainlevel {
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
}
a.mainlevel:hover {
    color: #444;
}

/* FLYBOX */

#flybox {


    display: none;
    visibility: hidden;

    color: #eee;
    text-decoration: none;
    font-size: 15px;
    
    filter:         alpha(opacity=50);
    -moz-opacity:   0.5;
    opacity:        0.5;
    
    width: 172px;
    height: 84px;
    background: #eee;
    padding:0;
    
    position: absolute;

    z-index: 5000;
}


/* // FLYBOX */


table.akostaff_list {
    border-collapse: collapse;
}
.staffmember_heading {
    display: block;
    font-weight: bold;
}
.staffmember_position {
    display: block;

}
.sectiontableheader td {
    font-weight: bold;
    border: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 1px;
    text-align: center;
}

table.pollstableborder {
    width: 100%;
    text-align: left;
    border: 0;
}
table.pollstableborder  td {
    padding:0;

}
td.sectiontableentry2 {

}

input.button {
    border: 1px solid #AAAAAA;
    border-bottom: 1px solid #555555;
    border-right: 1px solid #555555;

}

input.button:hover {
    background: #EEEEEE;
}


.contentpaneopen {
    width: 100%;
}
.contentpaneopen td {
    
}

.mainbody table {
    width: 100%;
}


.left table.moduletable td {
    font-size: 10px;
}


table.voruras td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px;
    vertical-align: middle;
}
table.voruras th {
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px;
    vertical-align: middle;
    font-size:14px;
    background: #f8f8f8;
}

table.moduletable {
    width: 100%;
    margin-right: 5px;
}

a.bigbutton {
    text-decoration:none;
    display:block;
    float:left;
    width:45%;
    border:1px solid #ccc;
    font-size:18px;
    padding:10px;
    margin: 2px;
}
a.bigbutton:hover {
    background: #f8f8f8;
}

table.lefter td {
    text-align: left;
}


.mainbody li {
    margin-bottom: 0.5em;
}
.wow {
    font-size: 1.1em;
    line-height: 2em;
    color: #666;
}

h2,h3,h4,h5 {
    color: #003E88;
}

div.vistun {
    width: 33.3%;
    float:left;
    margin:0;
    padding:0;
}
div.vistun div {
    margin:4px;
}
div.vistun div div {
    border:1px solid #E4E5E5;
    background: #FCFCFC;
}
div.vistun div div div {

    border:0;
    margin: 8px;
    
}

#selectPackage ul {
  font-size: 0.7em;
}
  #selectPackage h3 {
    font-size: 1em;
    font-weight: normal;
    margin-left: 20px;
  }
  #selectPackage em {
    background-color: #fffedb;
  }
#selectPackage .package {

}
#gbadge {
  position:absolute;
  background: url(../images/gbadge2.gif) no-repeat;
  width: 77px;
  height: 74px;
  left: 310px;
  top: -47px;
}
.fronttext p {
  margin: 0 0 0 9px;
  padding-top: 0px;
}
strong.bil {
  display: block;
  margin-bottom: 4px;
}






#forsidu-verd {
    margin: 44px 18px 0px 20px;
    position:relative;
}
#forsidu-verd table {
    border-collapse:collapse;
    width: 347px;
    margin-bottom: 8px;
}

#forsidu-verd th,#forsidu-verd td {
    font-size: 10px;
    border: 1px solid #DDD;
    color: #346;
    padding: 1px;
}
.staerra table {
    border-collapse:collapse;
    
    margin-bottom: 8px;
}
.staerra th, .staerra td {
    font-size: 12px;
    border: 1px solid #DDD;
    color: #346;
    padding: 4px;
}
#forsidu-verd a, .staerra a {
    font-size: 11px;
}
#forsidu-verd th, .staerra th {
    color: #002F68;
}






#leftmenu2 {
    background: #F0F1F4;
    margin: 0px 8px 0px 5px;
    padding: 4px;
    line-height: 150%;
}
#leftmenu2 a.lm_item {
    float:left;
    display:block;
    padding: 0px 15px 0px 15px;
    text-decoration:none;
    /*
    font-size: 11px;
    */
}
#leftmenu2 a.lm_item:hover {
    
    text-decoration:underline;
    
}
#leftmenu2 a.selected {
    text-decoration:underline;
    color: #666;
}
#leftmenu2 .pagetitle {
    width: 150px;
    float:left;
    color: #444648px;
    font-weight: bold;
    border-right: 1px solid #DDD;
    padding-left: 10px;
}


td.contentheading,.contentheading,.componentheading,td.componentheading  {
    display:none;
    visibility: hidden;
    
    font-size: 0px;
    line-height: 0px;
    
}
#forsidu-verd .lenis td,#forsidu-verd .lenis th {
    background: #EAEBED;
    color: #004DAB;
    font-weight:bold;
}











#forsidu-mynd {
    position: relative;
    width: 770px;
    height: 206px;
    
}

#forsidu-mynd .mynd {
    
    position:absolute;
    width: 100%;
    height: 206px;
    left: 0px;
    top: 0px;
}

#forsidu-mynd a {

    /*
        Viljum víst ekki sýna takkana
    */
    display:none;
    visibility: hidden;
    
    position: absolute;
    left: 14px;
    text-align: center;
    display:block;
    width: 50px;
    height: 20px;
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;
    line-height: 20px;
    background: #F8F8F8;
    border: 2px solid #004BA6;
    border: 2px solid #FFF;
}
#forsidu-mynd a.selected {
    border: 2px solid #FFF;
    background: #CCCDCF;
}





