/* SURVEY CSS */
.attribute-header h1{
	color: #347312;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 1em;
	}
div.survey-view .block{
	clear: both;
}
div.survey-view .block h2{
    color: #423F3C;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.5em 0;
	padding-top: 10px;
	border-bottom: 1px solid #423F3C;
}
div.survey-view p{
	border: 1px solid #CCCCCC;
	padding : 5px;
}

div.survey label, div.survey-view label
{
    white-space: normal;
}

div.attribute-tipafriend{
display:none;
}

div.survey-choices input.box {
    float: right;
    margin-right: 250px;
    width:200px;
}
div.survey-view .block label
{
    clear:both;
	font-weight: bold;
	padding-top:10px;
	Width: auto;
	text-align: left;
}
div.survey-view .block .element {
    float:left;
	font-weight: auto;
	width:330px;
}

div.survey-choices.float-break{
   clear:both;
}
	div.survey-choices.float-break label{
	   font-weight: normal;
	   padding-right:30px;
	}

div.survey label input
{
    vertical-align: middle;
}

div.survey-edit table.list th
{
    vertical-align: middle;
}

div.survey-edit table.list button
{
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

h2.attributetype
{
    font-size: 1em;
}

div.survey-view .required
{
    font-weight: bold;
    color: #a00000;
}

div.survey form.float
{
    float: left;
    margin-right: 0.25em;
}

div.survey-submenu
{
    background-color: #fefefb;
}

div.survey-submenu ul
{
    margin: 0;
    padding: 0;
}

div.survey-submenu li
{
    font-size: 0.85em;
    margin: 0 0.25em 0 0;
    padding: 1px;
    background-image: none;
    list-style-type: none;
    float: left;
}

div.survey-submenu a
{
    color: #254B71;
    padding: 0 0.25em 0 0.25em;
    text-decoration: none;
}

div.survey-submenu a:hover
{
    color: #ffffff;
    background-color: #254b71;
}

div.survey-submenu span.current
{
    color: #254b71;
    background-color: #c8cfd7;
    padding: 0 0.25em 0 0.25em;
}

input.disabled
{
    background-color: #e0e0e0;
}

.float-break
{
    height: 1%;
}

.float-break:after
{
    content: "-";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
