/*

Revision :		11-03-2008
Revision author:	Benjamin lucas (search ctrl+f BLU)

*/
/* FRAMEWORK
---------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin-bottom: 1px;
}

body{
	font-size: 11px;
	background: #A5D0F9 url(../_images/frameset/default_body_bg.gif) left top repeat-x scroll;
    color: #000066;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    text-align: center;
	}

#container {
    text-align: left;
    width: 984px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#mainNavigation {
	background:transparent url(../_images/frameset/bg_top.jpg);
    height: 61px;
	width: 984px;
    position: relative;
}

#content {
    background-color: #5A9FE4;
    border: 1px solid #1A75D1;
    margin-bottom: -1px;
    margin-top: -1px;
}

#content-container{
	width: 964px;
	min-height: 433px;
	height: auto !important;
	height: 433px;
	border: 1px solid #1A75D1;
	background:#5083C7 url(../_images/frameset/bg_content.jpg) left top no-repeat;
	position: relative;
	margin: 7px;
}

/* CONTENT
---------------------------------- */

/*layout*/

#subheadline {
    background-image: url(../_images/frameset/background_subheadline.jpg);
	background-position: left top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #1E79D3;
    height: 33px;
    padding: 8px 0px 0px 25px;
}

#mainNavigationLogo {
    height: 24px;
    width: 88px;
	position: absolute;
	top: 20px;
	left: 25px;
}

#campaign-image {
	width: 253px;
	height: 318px;
	float: left;
}

#text-container {
	float: left;
	width: 694px;	
}

#content-field {
	width: 694px;
	background: #FFF url(../_images/frameset/bg_white_top.gif) left top no-repeat;
	float: left;
	margin: 16px 0 0 0;
}

#content-field-text {
	width: 644px;
	padding: 50px 20px 40px 30px;
	min-height: 261px;
	height: auto !important;
	height: 261px;
	
}

/* BLU */
#content-field-text ul {margin:0; padding:0;}
#content-field-text ul li {margin:0; padding:0;}
#content-field-text ul li label {display:block; height:15px; margin:0; padding:0;}
#content-field-text ul li input {border:0; display:block; margin:0 5px 0 0; padding:0; width:15px; height:12px;}

#content-field-text dl {float:left; margin:0 0 15px 0; padding:0; width: 320px;}
#content-field-text dl dt {font-weight:bold;}
#content-field-text dl label {float: none; height:15px;}
#content-field-text dl input {	border:0; margin:0 6px 0 0; padding:0; width:15px;}
#content-field-text dl dd img {border:1px solid #2C82D7; margin: 0 10px 0 0px;}
#content-field-text dl dd{float:left; margin:0; padding:0;}
#content-field-text dl dd ul {	margin:0 0 0 0; padding:0 0 0 20px; width:170px;}
/*--BLU --*/

#navigation {
	width: 694px;
	height: 105px;
	float: left;
	background-image: url(../_images/frameset/bg_white_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

#navigation .prev {
	position: absolute;
	top: 0;
	left: 30px;
	/*visibility: hidden;*/
}

#navigation .next {
	position: absolute;
	top: 0;
	left: 520px;
}

#extra-progress {
	position: absolute;
	width: 220px;
	height: 20px;
	text-align: right;
	top: 40px;
	left: 700px;
	}

.error_message{
	color: #CC0000;
	font-weight: bold;
	border: 1px dashed #CC0000;
	padding: 5px;
	margin: 10px 0;
}

/*text*/

#content-field-text p {
	margin: 10px 0;
}

.error_text {
	color: #CC0000;	
}

.footnote_text {
	font-size: 10px;
	color: #999;
}

input.error_text {
	border: 1px solid #CC0000;
	color: #000066;
}
.function {
	text-align: right;
	padding: 10px 0;
}

/*links*/

a {
	color: #000066;
	text-decoration: underline;
	}
	
a:hover {
	color: #000066;
	text-decoration: underline;
	}

a:visited {
	color: #000066;
	text-decoration: underline;
	}

a.footnote-link {
	color: #999;
	text-decoration: underline;
	}
	
a.footnote-link:hover {
	color: #999;
	text-decoration: underline;
	}

a.footnote-link:visited {
	color: #999;
	text-decoration: underline;
	}

/*titles*/

h1,h2,h3,h4 {
	margin: 0 0 10px 0;
}

h4 {
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

.h4 {
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: top;
}

/*images*/

img {
	border: none;
}

/*forms*/

input, label {
	display: block;
	float: left;
	margin: 3px 10px 3px 0;
	line-height: 15px;
	}

input {
	border: 1px solid #91BDF0;
	font-size: 11px;
	color: #000066;
}

input.check, input.radio {
	border: none;
}

.hidden {
	margin: 0;
	visibility: hidden;
}

label.layout {
	width: 75px;
}

div.blok{
	float: left;
	margin: 0 20px 0 0;
}

a.blok{
	float: left;
	margin: 4px 0 3px 0;
}

label.blok{
	margin-right: 0px;
}

/*table*/

table.survey{
	border-collapse: collapse;
}

table.survey td,th{
	border: 1px solid #91BDF0;
	border-collapse: collapse;
	padding: 2px;
	text-align: center;
	font-size: 10px;
}

table.survey th{
	font-weight: bold;
	vertical-align: top;
	border: 2px solid #5083C7;
	background-color: #A5D0F9;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.survey th.left{
	vertical-align: middle;
}

table.survey td{
	width: 50px;
	vertical-align: middle;
	
}

table.survey td.left, th.left{
	width: 150px;
	text-align: left;
	border: 2px solid #5083C7;
}

table.survey td.left{
	padding-left: 15px;
}

table.survey td.catleft{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 2px solid #5083C7;
	background-color: #A5D0F9;
}

table.survey td.space{
	border: none;
	width: 10px;
	color: red;
}

table.survey td.disclaimer{
	border: none;
	text-align: left;
	width: 100%;
}

table.survey td input {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}


	
/* MISCS
---------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* BLU */
.no-list-style-type {list-style-type:none;}
.float-left {float:left;}
.width-100 {width:100%;}
/*--BLU --*/


/* RULES
---------------------------------- */

#rules_container {
    text-align: left;
    width: 700px;
	margin: 20px auto 0 auto;
	background-color: #5A9FE4;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#rules_mainNavigation {
	background:transparent url(../_images/frameset/bg_top_rules.jpg);
    height: 61px;
	width: 700px;
    position: relative;
}

#rules_content-container{
	width: 698px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	position: relative;
	border: 1px solid #1A75D1;
	margin-bottom: -1px;
    margin-top: -1px;
	padding: 0 0 20px 0;
}

#rules_content-field {
	width: 600px;
	background: #FFF url(../_images/frameset/bg_white_top_rules.gif) left top no-repeat;
	margin: 20px auto 0 auto;
	
}

#rules_content-field-text {
	width: 550px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 60px 20px 20px 30px;
}

#rules_content-field-text p {
	margin: 10px 0;
}

#rules_content-field-text ul {
	margin: 10px 0 0 20px;
}
