/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0px;
    padding: 0px;
}
body {
    font-size: 12px;
    font-family: Arial, Helvetica;
    margin: 0;
    padding: 0 0 10px;
    color: #3f3f3f;
}
body.sgl {
    background-color: #141414;
    text-align: center;
	margin: 0px;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #545454;
    text-decoration: none;
	border-bottom: 1px dotted #e5436c;
}
img {
	border: 0px;
}
a:hover {
    color: #e5436c;
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    border: none;
}

img a:link {
	border-bottom: none;
}

hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 840px;
    clear: both;
    width: 840px;
    margin: 0px auto 0;
    text-align: left;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 840px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================navigatie============================*/

#navigatie { 
	position: absolute;
	top: 57px;
	left: 441px;
	display: block;
	height: 18px;
	width: 335px;
	overflow: hidden;
}

#navigatie ul {
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}

#navigatie li {
	float:left; 
	display:block; 
	border:0;
	margin: 0px;
	padding: 0px;
}
#navigatie a {
	display:block; 
	padding-top:20px; 
	height:0; 
	color:#000; 
	text-decoration: none !important; 
	overflow:hidden;
	border: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#navigatie a#navItem24 {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/menu/home.jpg');
	width: 69px;
}
#navigatie a#navItem24:hover {
	background-position: 0px 18px;
}
#navigatie a#navItem24_current {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/menu/home.jpg');
	background-position: 0px 18px;
	width: 69px;

}

#navigatie a#navItem61 {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/menu/webhosting.jpg');
	width: 107px;
}
#navigatie a#navItem61:hover {
	background-position: 0px 18px;
}
#navigatie a#navItem61_current {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/menu/webhosting.jpg');
	background-position: 0px 18px;
	width: 107px;

}

#navigatie a#navItem62 {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/menu/support.jpg');
	width: 83px;
}
#navigatie a#navItem62:hover {
	background-position: 0px 18px;
}
#navigatie a#navItem62_current {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/menu/support.jpg');
	background-position: 0px 18px;
	width: 83px;

}

#navigatie a#navItem65 {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/menu/contact.jpg');
	width: 74px;
}
#navigatie a#navItem65:hover {
	background-position: 0px 18px;
}
#navigatie a#navItem65_current {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/menu/contact.jpg');
	background-position: 0px 18px;
	width: 74px;

}

#navigatie li ul {
	position: position;
	left: 0px;
	background-color: #000000;
}
/*
======================subnavigatie============================*/

#subnavigatie { 
	position: absolute;
	top: 80px;
	left: 594px;
}

#subnavigatie ul {
	list-style-type: none;
	}

#subnavigatie li {
	float: left;
	background-image: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/navlistBg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	list-style-type: none;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
   }

#subnavigatie li a {
	border: 0px;
	text-decoration: none;
}
#subnavigatie ul li.current a {
	color: #e5436c;
}


/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    height: 380px; /* Sets min height for IE */
}
#middleCol2 {
    float: left;
    height: 380px; /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
}
html > body #middleCol2 {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
}
#middleCol .inner {
    padding: 0px 70px;
}
#middleCol2 .inner {
    padding: 30px 70px;
}
#layout-3Cols #middleCol {
    width: 780px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-3Cols #middleCol2 {
    width: 580px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 714px;
}
#layout-rightCol #middleCol {
    width: 714px;
}
#layout-noCols #middleCol {
    width: 894px;
}
#leftCol {
    float: left;
    width: 1px;
	height: 1px;
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 180px;
	height: 1px;

}
#rightCol2 .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol2 {
    float: right;
    width: 200px;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
}
#staticArticle {
	line-height: 18px;
	margin-left: 22px;
}

/*
=========================Header===============================*/
#header {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/header.jpg');
	height: 270px;
}

#domeinzoek {
	position: absolute;
	top: 201px;
	left: 650px;
}
#callmenow {
	position: absolute;
	top: 110px;
	left: 650px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/mainBg.jpg');
	margin: 0px;

}
#inner-wrapper .inner-container {
	margin: 0px;
}
* html #inner-wrapper {
    margin-top: -40px;

}

/*
======================Main Content============================*/
h1 {
	padding-left: 20px;
	padding-bottom: 10px;
    font-size: 20px;
    color: #666666;
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/h1Bg.jpg') 0px 6px no-repeat;

}
h2.supportTitle {
	padding-left: 20px;
	padding-bottom: 10px;
    font-size: 20px;
    color: #666666;
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/h1Bg.jpg') 0px 6px no-repeat;

}
h2 {
    margin-top: 0.5em;
    font-size: 1.1em;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/navlistBg.jpg') 0px 6px no-repeat;
	list-style: none;
}
#content li {
    padding-left: 0.5em;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #666666;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: inline-block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
.zoekveld {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2 !important;
}

input, select, textarea {
    font-size: 100%;
}
textarea {
    font-family: arial, sans-serif;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #c9c9c9;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: bold;
    color: #666666;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 1.1em;
}
td, th {
    padding: 2px 3px;
}

tr th {
    padding-top: 4px;
    padding-bottom: 5px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
tr th, tr th.action:hover {
    /*background: #fff url('http://www.serioushosting.eu/sgl/www/themes/default/images/th.gif') left bottom repeat-x;*/
}
tr th:hover {
    background: #fff url('http://www.serioushosting.eu/sgl/www/themes/default/images/th-hover.gif') left bottom repeat-x;
}
tr th, tr td, tr th a {
    font-size: 0.9em;
    color: #666 !important;
}
tr th a {
    display: block;
}
tr th.sortedAsc a {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
tr th.sortedDesc a {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
tr th a:hover {
    text-decoration: none;
    color: #66A326 !important;
}
tr td {
    /*border: 1px solid #F6F5F2;*/
}
tr.alternateRow td {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover td {
  background: #F0FFD9; /*E0EFB8*/
}

/*
=========================Footer===============================*/
#footer {
    background: url('http://www.serioushosting.eu/sgl/www/themes/default/default/images/footer1.jpg') no-repeat;
	height: 84px;
	padding-top: 36px;
}
#footer p {
	text-align: center;
    padding-top: 8px;
    color: #969696;
    font-size: 9px;
	font-family: arial;
}
#footer span {
	position: relative;
    font-size: 9px;
	font-family: arial;
    top: 3px;
	margin-left: 640px;
	font-color: #222222;
}
#footer a {
	text-decoration: none;
	border: none;
}

		

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #99CC00;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid grey;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 180px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: #EEF7D4;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
#options {
    float: right;
    width: 180px;
    background: #EEF7D4;
    border: 1px solid #666666;
}