/* @override 
	http://v2.edore.nl/css/regwiz.css
	http://v2.edore.nl/css/main.css
*/

html {
	height: 100%;
	width: 100%;
}
body {
	text-align: center;
	font: 62.3% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #585858 url(/img/main/body_bg.jpg) repeat-x;
}

.clear {
	clear: both;
}


h1 {
	padding-top: 0px;
	margin-top: 20px;
	font-size: 3.2em;
	color: #838383;
	font-weight: normal;
	margin-bottom:0;
	padding-bottom: 2px;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 3.0em;
	color: #838383;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #d1d0d0;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
}

p {
	font-size: 1.4em;
	color: #585858;
}

a {
	color: #ffc102;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted;
}

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

.orange {
	color: orange;
}
.left {
	float: left;
}
.right {
	float: right;
}

ul.double, ul.triple {
	margin: 10px;
}

ul.double li {
	float: left;
	width: 47%;
	padding: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}

ul.double li img, ul.triple li img {
	float: left;
	display: inline;
}
ul.double li p, ul.triple li p {
	display: block;
	margin-top: 0;
	margin-left: 25px;

}

ul.triple li h4 {
	margin-left: 25px;
	margin-top: 0;
	font-size: 1.5em;

	margin-bottom: 5px;
	color: #585858;
}

ul.triple li {
	float: left;
	width: 30%;
	padding: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}


div#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#logo {
	position: relative;
	left: 10px;
	top: 12px;
	display: block;
	width: 265px;
	height: 92px;
	background: transparent url(/img/main/logo.jpg) no-repeat;
}


ul#top-links{
	float: right;
	list-style-type: none;
	margin-top: 70px;
	margin-right: 10px;
}

ul#top-links li {
	display: inline;
	margin: 5px;
	font-size: 1.5em;
	color: silver;
}

ul#top-links li a{
	color: #fff;
}
ul#top-links li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
div#container {
	background-color: #fff;
	border: 4px solid #838383;
	padding: 10px;
}


div#footer {
	margin-top: 20px;
}

div#footer a{
	color: silver;
	text-decoration: none;
}

p#footer-text {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #838383;
}

ul.footer-list {
	width: 100%;
	
}
ul.footer-list li{
	float: left;
	width: 20%;

}

ul.footer-list dl {
	margin: 0px 10px;
	font-size: 1.4em;
	color: #838383;
}
ul.footer-list dt {
	margin-bottom: 15px;
	font-weight: bold;
}
ul.footer-list dd {
	display: block;
	margin: 2px 0px;
	padding: 0;
}
ul.footer-list li dl dd ul li {
	width: 100%;
}
.block {
	background: #eeeded url(/img/regwiz/bg_block.jpg) repeat-x;
	border: 1px solid #c7c5c5;
	padding: 5px 10px;
}

.wufoo{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:small;
}

form {
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	font-size:100%;
}
form fieldset{
	margin-bottom: 10px;
	padding:0px;
	position:relative;
	clear:both;
	border: 0;
}



.alignRight { text-align: right; width: 100%;}

.alignLeft{	text-align: left; width: 100%; }

.clear{
	clear:both !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 0 1em 0;
}
.info[class]{
	display:block;
}
.info h2{
	font-weight:normal;
	font-size:160%;
	margin:0 0 3px 0;
	clear:left;
}
.info p{
	font-size:95%;
	line-height:135%;
	margin:0 0 12px 0;
}

form {
	width: 80%;
}

label {
	margin:0;
	padding:3px 0;
	clear:both;
	font-size: 1.4em;
	line-height:9px;
	color:#444;
	display:block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}



.input input {
	width: 80%;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 1.5em;	
}
textarea{
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* ----- ERRORS ----- */

div.error-message{
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000;
	font-size:80%;
}

#errorMsg strong{
	background-color: #FFDFDF;
	padding:2px 3px;
	color:red;
}
form .form-error{
	display:block !important;
	background-color: #FFDFDF !important;
	border:1px dotted red;
}



/* @group DomainCheck */
#DomainAddForm {
	width: 100%;
}
#DomainAddForm .input input {
	width: 65%;
}

.loading img {
	vertical-align: middle;
	padding: 0px 4px;
}
div#domainCheckDiv {
	margin: 10px;	
}

div#domainCheckDiv ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
div#domainCheckDiv ul li {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 1.4em;
}

div#domainCheckDiv .submit input {
	width: 100px;
}

/* @group Domaincheck Table */

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.4em;
	border: 1px solid #ebebeb;
	padding: 0;
}

table caption {
	display: none;
}
table .odd{
	background: #eeeded;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

table thead th {
	background: #eeeded;
	text-left;
	padding: .4em;
	color: #ffc000;
}

table td {
	color: #444;
	padding:.3em 1em;
	text-align:left;
}

table tr{
	padding-top: 10px;
	padding-bottom: 10px;
}

table#ResultTable { width: 852px;}
table#ResultTable .col1 { width: 40%; }
table#ResultTable .col2 { width: 20%; }
table#ResultTable .col3 { width: 15%; }
table#ResultTable .col4 { width: 15%; text-align: center;}



table#ResultTable .transfer:hover, table#ResultTable .register:hover {
	background-color: #f3d16c;
}

/* @end */

/* Home */

.home .intro {
	float: left;
	width: 60%;
}
.home .news {
	float: right;
	width: 30%;
}

.home .news h2 {
	text-align: left;
	font-size: 1.8em;
	margin-top: 30px;
	margin-bottom: 10px;
}
.home .news h4 {
	font-size: 1.6em;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.home .news .newsMeta {
	margin-top: 0px;
	font-size: 0.9em;
}
.newsItem h3 {
	font-size: 1.9em;
	color: #838383;
	margin-bottom: 0;
}
.newsItem .newsMeta {
	font-size: 1em;
	margin-top: 0;
}

/* Featured */

/* @group featured */

#featured {
	width: 872px;
	height: 250px;
	display:block;
	background-color: #000;
}
#featured a, #featured a:hover {
	border: 0;
	margin:0;
	width: 872px;
	height: 250px;
	padding:0;
	color: #000;
	display:block;
}
#featured a img {
	margin:0;
	padding:0;
	border:0;
}
#featured .slide {
	position: relative;
	width: 872px;
	height: 250px;
}

#featured .slide .slideDescription {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	width: 100%;
}

#featured .slide .slideDescription h4 {
	margin-top: 4px;
	margin-left: 10px;
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 0;
	padding-bottom:0;
}
#featured .slide .slideDescription p {
	margin-top: 4px;
	margin-left: 10px;
	color: #fff;
	margin-bottom: 4px;
}



/* @end */


/* @group news */

#news {
	width: 75%;
	float: left;
}
#news h3 {
	font-size: 1.8em;
	color: #bdbdbd;
	margin-bottom: 2px;
	padding-bottom: 0;
	border-bottom: 1px dotted #bdbdbd;
}

#news .newsMeta {
	margin-top: 0px;
	font-size: 1.2em;
}

#newsSidebar {
	width: 20%;
	float: right;
}
#newsSidebar h3 {
	font-size: 1.8em;
	color: #ccc;
}
#newsSidebar ul {
	font-size: 1.4em;
}
#newsSidebar ul li {
	border-bottom: 1px dotted #bdbdbd;
	padding: 5px 0;
	margin-bottom: 4px;
}

.pagination {
	width: 100%;
	text-align: center;
	border-top: 1px dotted #ccc;
	padding: 5px 0;
}
.pagination * {
	display: inline;
	padding: 5px;
	font-size: 1.4em;
}

.page ul {
	font-size: 1.4em;
}

#productTable a {
	padding: 0;
}

#flashMessage {
	padding: 10px;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	background-color: #fcf07f;
	font-size: 1.4em;
	color: #585858;
}
