body,td,th {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #eaeaea;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#hdrcontainer {
	width:100%;
}
#ftrcontainer {
	width:100%;
}
#ftr {
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	font-size:11px;
}
#hdr {
	height:30px;
	margin-left:auto;
	margin-right:auto;
}
#contentcontainer {
	width:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#content {
	min-height:450px;
	margin-left:auto;
	margin-right:auto;
}
#transbackl {
	background-color: rgba(255, 255, 255, 0);
}
#transbackr {
	background-color: rgba(255, 255, 255, 0);
}
#subback {
	background-color: rgba(255, 255, 255, .85);
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#surveycontent {
	min-height:450px;
	background-image:url(../_img/question_back.jpg);
	background-repeat:repeat-x;
	float:left;
}
#shadow_small {
	width:8px;
	height:450px;
	float:left;
}
#contentmid {
	min-height:450px;
	background-image:url(../_img/back_silver.jpg);
	background-repeat:no-repeat;
	float:left;
}
#shadow_large_left {
	margin-left:208px;
	width:15px;
	height:450px;
	float:left;
}
#shadow_large_right {
	width:15px;
	height:450px;
	float:left;
}
#clinic_header {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	min-height: 21px;
	border-bottom:1px solid #aaa;
	padding-top:7px;
	text-align:left;
	font-size:11px;
	color:#666;
}
#questionblock {
	padding-top:8px;
	min-height:340px;
	font-size:14px;
	color:#000;
}
#questiontext {
	margin-top:5px;
	margin-bottom:10px;
}
#sectionblock {
	width:100%;
	padding-top:14px;
	min-height:20px;
	font-weight:500;
	font-size:18px;
    font-family: 'Oswald', sans-serif;
	color:#06C;
	text-transform:uppercase;
	margin-bottom:0px;
}
#navblock {
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	font-size:14px;
	color:#000;
}
.answerbutton {
	margin-bottom:8px;
	margin-left:10px;
	height:36px;
	font-weight:500;
	font-size:16px;
}
ul {
	list-style-type:none;	
}
li {
	background:url(../_img/Button_Back_nn.png);
	background-position: left -7px;
	background-repeat:no-repeat;
	height: 40px;
	min-width: 200px;
	margin: -5px auto 5px auto;
	padding-left: 8px;
	padding-top: 5px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}

li label {
	margin-left:6px;
	padding-top:4px;
	font-weight:500;	
}

li label input[type="radio"] {
	margin-right:3px;
	padding-top:4px;	
}

li label:hover, li label:focus {
 color:red;
}

.Radiolist {
	list-style-type:none;
	background:url(../_img/Button_Back_n.png);
	background-position: left -7px;
	background-repeat:no-repeat;
	height: 33px;
	min-width: 200px;
	margin: -5px auto 5px auto;
	padding-left: 8px;
	padding-top: 5px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}
.m3htmlradio {
	margin-top:5px;
}
#question_tracker {
	text-transform:uppercase;
	font-size:10px;
	font-weight:500;
	padding-bottom:10px;
}
#answerblockdate ul {
	margin-top:5px;	
	margin-left:0px;
}