/* Copyright 2005-2007, Ektron, Inc. */

/* design_list_* format choices field */
ol.design_list_vertical {
	list-style-type:none;
	margin:2px;
	padding-left:1px;
	padding-right:3px;
	visible:false;
}
ol.design_list_vertical li {
	display:list-item;
	visible:false;
}
ol.design_list_horizontal {
	margin:2px;
	padding-left:1px;
	padding-right:3px;
	visible:false;
}
ol.design_list_horizontal li {
	display:inline;
	padding-left: 8px;
	visible:false;
}

/* i33 Code: Style for hide ol */
ol.design_list_hidden {
	display:none;
}

select, textarea {
	vertical-align:top;
}
span.design_validation_passed
{
	margin:2px;
}

/* i33 Code: Fix visualisation bug for inputs of type select */
span.design_validation_failed
{
	float: left; 
	border: 2px dashed red; 
}

span.design_validation_passed select
{
	background: #ffffff;
}
span.design_validation_failed select
{
	background: #ffeeee;
}

/* Global Styles */

body {
	margin:0px;
	padding: 0;
	background:#eeeeee;
}
	
td {
	font:13px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color:#666666;
	}
	
b {
	color: #62AC1E;
    }

a {
	color:#FFFFFF;
	text-decoration:none;
	border: none;
	}
	
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-style: hidden;
}
	
.h1title,
h1{
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 60px;
	font: 36px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 45px;
	}
	
.leftcolumn h1 {
	color: #5A5B5D;
	padding-left: 0;
}
	
.h2title {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 60px;
	text-align: left;
	font: 22px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 26px;
	}
	
.public {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 60px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 10px;
	}
	
.leftcolumn {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 60px;

}

.rightcolumn {
	border-left-style: solid;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 25px;
	border-left: 1px #999999 solid;
}

.list {
	line-height: 24px;
}

	
.headline2,
h2 {
	word-break: normal;
	font: 24px Arial, Helvetica, sans-serif;
	line-height:0px;
	color:#62AC1E;
	font-weight: bold;
	line-height:24px;
}
	
.headline3,
h3{
	font: 20px Arial, Helvetica, sans-serif;
	line-height:0px;
	color:#666666;
	font-weight: bold;
	line-height:20px;
}
	
.smaller {
	font: 11px Arial, Helvetica, sans-serif;
}

#submit li {
	list-style: none;
	height: 41px;
	float: right;
	position: relative;
}
#submit li a {
	height: 41px;
	text-indent: -9000px;
	display: block;
	border: none;
}

a#submitBTN {
		width: 120px;
		height: 41px;
	}
	
a#submitBTN { background-image: url(/campaigns/qv9/images/submit.jpg); }
			
a#submitBTN:hover { background-position: 0 -41px; }
	
.footerText, .footerText a {
	font: 11px Arial, Helvetica, sans-serif;
color:#666666;
}

/*button hack - sliding doors*/
.btn_reset_input, .btn btn_reset, .btn_reset {
display:none;
}

.btn input {
background:none;
border:0px;
padding:5px;
padding-right:10px;
color:#ffffff; 
font-weight:bold;
cursor:pointer;
overflow:visible;
background:url(images/bg_button.jpg) top left no-repeat; 
text-indent:10px;
height:35px;
#
text-indent:0px;
#
padding-left:20px;
# 
padding-top:7px;
}

* html .btn input {
	padding-right: 0;
}

.btn_submit{
width: 100px;
height:35px; 
line-height:35px;
white-space:nowrap; 
background:url(images/bg_button.jpg) top right no-repeat;
overflow:visible;
margin: 5px 25px 0 0;
padding-right:7px;
}

* html .btn_submit{
	padding-right: 7px;
	margin: 5px 12px 0 0;
}

.btn_submit:hover {
background:url(images/bg_button.jpg) bottom right no-repeat; 
}

.btn:hover input {
background:url(images/bg_button.jpg) bottom left no-repeat; 
}

/*form table hack - cellpadding*/
.show_design_border td{
padding:1px;
#
padding:0px;
}

input.required {
	width: 260px;
}

select {
	width: 265px;
}

