﻿body {
	color: #222222;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background:url(../../Images/bg_a.png);
	margin:0;
	padding:0;
}
.wrapper {
	width:980px;
	margin:0 auto;
}
.header {
	border-top: 5px solid rgba(0, 0, 0, 0.4);
	padding-top: 10px;
}
.headerRight {
	float: right;
	/*padding-top: 38px;*/
	position: relative;
	width: 80%;
}
a, button, input {
	outline: medium none !important;
}
a {
	color: #0088CC;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color:#005580;
}
ul li {
	margin:0;
	list-style:none;
	padding:0;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
h2.reportTit {
	background: none repeat scroll 0% 0% transparent !important; 
	border: 0px none !important; 
	padding: 25px 10px 3px 0px !important;
}
h2.formTit {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #e5e5e5 100%);
	background: linear-gradient(top, #f2f2f2 0%, #e5e5e5 100%);
	border: 1px solid #DCDCDC;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin:0;
	padding:0 0 0 12px ;
}
.middleBox {
	padding:30px 0 0;
}
.box_content {
	background: none repeat scroll 0 0 #fff;
	border-color: #DCDCDC;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 12px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input , .textBox {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input , .textBox{
	border-radius: 4px 4px 4px 4px;
	color: #555555;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 9px;
	padding: 4px 6px;
	vertical-align: middle;
	font-family:Times New Roman !important;
	width:188px;
}
select {
	width:204px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus , , .textBox:focus{
	border-color: #5ca9e4;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(70, 161, 231, 0.3);
}
.btn {
	display:inline-block;
*border-left: 0 none #e6e6e6;
	border-right: 0 none #e6e6e6;
	border-top: 0 none #e6e6e6;
	border-bottom: 0 none #a2a2a2;
	display:inline;
	padding:4px 12px;
	margin-bottom:0;
*margin-left:.3em;
	font-size:14px;
	line-height:20px;
	color:#333;
	text-align:center;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;
*background-color:#e6e6e6;
	background-repeat:repeat-x;
	*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);*
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color:#333;
	background-color:#e6e6e6;
*background-color:#d9d9d9
}
.btn:active, .btn.active {
	background-color:#ccc \9
}
.btn:first-child {
*margin-left:0
}
.btn:hover {
	color:#333;
	text-decoration:none;
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear
}
.btn:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05)
}
.btn.disabled, .btn[disabled] {
	cursor:default;
	background-image:none;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
/*.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color:#333;
	background-color:#e6e6e6;
*background-color:#d9d9d9
}
.btn:hover {
	color:#333;
	text-decoration:none;
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear
}
.btn:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05)
}*/
.searchForm {
	vertical-align: top;
	width: 26%;
}
.searchForm .toolbar3 iframe {
    height: 200px !important;
    overflow: scroll;
}
.searchForm .widthFixed .toolbar3 iframe  {
    height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    width: 650px !important;
}
.searchForm .widthFixedSelected .toolbar3 iframe  {
    height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    width: 659px !important;
}
.searchForm .widthFixedSelected .toolbar3{
	width: 61% !important;
}
.searchForm .widthFixed .toolbar3{
	width: 61% !important;
}
.searchForm .widthFixedSelected1 .toolbar3 iframe  {
    height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    width: 762px  !important;
}
.searchForm .widthFixedSelected1 .toolbar3{
	width: 61% !important;
}
.searchForm .widthFixedSelected2 .toolbar3 iframe  {
    height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    width: 746px   !important;
}
.searchForm .widthFixedSelected2 .toolbar3{
	width: 61% !important;
}
.searchForm .widthFixedSelected3 .toolbar3 iframe {
    height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    width: 761px  !important;
}
.searchForm .widthFixedSelected3 .toolbar3{
	width: 61% !important;
}
.searchForm .widthFixedSelected4 .toolbar3 iframe {
    height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    width: 670px  !important;
}
.searchForm .widthFixedSelected4 .toolbar3{
	width: 61% !important;
}
.searchForm .widthFixedSelected5 .toolbar3 iframe {
    height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    width: 821px  !important;
}
.searchForm .widthFixedSelected5 .toolbar3{
	width: 61% !important;
}
/*.widthFixedSelected2 .toolbar1 td , .widthFixedSelected2 .toolbar1 , .widthFixedSelected2 .toolbar2 td , .widthFixedSelected2 .toolbar2  {
	width:auto !important;
	padding:1px 1px 1px 0;
}
.widthFixedSelected2 .toolbar2 td  , .widthFixedSelected2 .toolbar2 {
	line-height:0;
    padding: 0;
    width: 0 !important;
}
.widthFixedSelected2 .toolbar1 #FontSelectContentPlaceHolder1_txtAtbParaText , .widthFixedSelected2 .toolbar1 #selectSizeContentPlaceHolder1_txtAtbParaText , .widthFixedSelected2 .toolbar1 #Subscript , .widthFixedSelected2 .toolbar1 #Superscript , .widthFixedSelected2 .toolbar1 #InsertUnorderedList  , .widthFixedSelected2 .toolbar1 #InsertOrderedList , .widthFixedSelected2 .toolbar1 #Outdent , .widthFixedSelected2 .toolbar1 #Indent , .widthFixedSelected2 .toolbar2 #BackColor  , .widthFixedSelected2 .toolbar2 #Cut  , .widthFixedSelected2 .toolbar2 #Copy   , .widthFixedSelected2 .toolbar2 #Paste  , .widthFixedSelected2 .toolbar2 #Undo  , .widthFixedSelected2 .toolbar2 #Redo , .widthFixedSelected2 .toolbar2 #InsertTable, .widthFixedSelected2 .toolbar2 #InsertImage , .widthFixedSelected2 .toolbar2 #CreateLink  , .widthFixedSelected2 .seperator, .widthFixedSelected2 .toolbar2 .seperator2 {
	display:none;
}
.widthFixedSelected2 .toolbar2 #ForeColor {
    margin: -26px 0 0 151px;
    position: absolute;
}
.widthFixedSelected2 .toolbar2 #ViewSource , .widthFixedSelected2 .toolbar2 #ViewText  {
    margin: -28px 0 0 182px;
    position: absolute;
}
.widthFixedSelected2 .toolbar3 body {
    font-family: times new roman;
    font-size: 16px;
}*/


.textEditiorReports .toolbar1 td , .textEditiorReports .toolbar1 , .textEditiorReports .toolbar2 td , .textEditiorReports .toolbar2  {
	width:auto !important;
	padding:1px 1px 1px 0;
}
.textEditiorReports .toolbar2 td  , .textEditiorReports .toolbar2 {
	line-height:0;
    padding: 0;
    width: 0 !important;
}
.textEditiorReports .toolbar1 .selectFont , .textEditiorReports .toolbar1 .selectsize , .textEditiorReports .toolbar1 #Subscript , .textEditiorReports .toolbar1 #Superscript , .textEditiorReports .toolbar1 #InsertUnorderedList  , .textEditiorReports .toolbar1 #InsertOrderedList , .textEditiorReports .toolbar1 #Outdent , .textEditiorReports .toolbar1 #Indent , .textEditiorReports .toolbar2 #BackColor  , .textEditiorReports .toolbar2 #Cut  , .textEditiorReports .toolbar2 #Copy   , .textEditiorReports .toolbar2 #Paste  , .textEditiorReports .toolbar2 #Undo  , .textEditiorReports .toolbar2 #Redo , .textEditiorReports .toolbar2 #InsertTable, .textEditiorReports .toolbar2 #InsertImage , .textEditiorReports .toolbar2 #CreateLink  , .textEditiorReports .seperator, .textEditiorReports .toolbar2 .seperator2 {
	display:none;
}
.textEditiorReports .toolbar2 #ForeColor {
    margin: -26px 0 0 151px;
    position: absolute;
}
.textEditiorReports .toolbar2 #ViewSource , .textEditiorReports .toolbar2 #ViewText  {
    margin: -28px 0 0 182px;
    position: absolute;
}
.textEditiorReports .toolbar3 body {
    font-family: times new roman;
    font-size: 16px;
}



.searchForm td {
	border-top: 1px dashed #DDDDDD;
	line-height: 30px;
	padding: 5px 0;
}
.searchForm2 td {
	border-bottom: 1px dashed #DDDDDD;
	line-height: 30px;
	padding: 5px 0;
}
.searchForm td table td {
	border-top:0 none;
}
.searchForm2 td table td {
	border-bottom:0 none;
}
.divider {
	border-left: 1px solid #DCDCDC;
	padding-left: 45px;
}
.Datatable {
	border:0 none;
}
.table th {
	background-color: #EBF2F6 !important;
	vertical-align:bottom;
	text-shadow:1px 1px 0 #FFFFFF;
	line-height: 20px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
.table td {
	border-top: 1px solid #DDDDDD;
	line-height: 20px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
.table td input[type="submit"] {
	background:none;
	border:0 none;
	outline:0 none;
	color:#0088CC;
	cursor:pointer;
	padding:0 !important;
}
.table td input[type="submit"]:hover {
	text-decoration:underline;
	color:#005580;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #F9F9F9;
}
.table table tr td {
	padding:0 2px;
	border-top:0 none;
}
.table table tr td a, .table table tr td span {
	border-bottom: 2px solid #585858;
	color:#000;
	display: block;
	margin: 0 2px;
	padding: 3px 7px;
}
.table table tr td span, .table table tr td a:hover {
	border-bottom: 2px solid #00A6FC;
	color: #0088CC !important;
	font-weight:bold;
}
table.TableList_new ul {
	top:19px;
}
.TableList_new ul {
	list-style: none outside none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	right: 0;
	width: auto !important;
}
.TableList_new li {
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	height: 30px;
}
.TableList_new li a {
	border-color: transparent;
	border-style: solid !important;
	border-width: 0 1px;
	display: block !important;
	font-size: 13px;
	line-height: 31px;
	padding: 0 10px !important;
	position: relative;
	color:#21759B;
}
.TableList_new li a.selected   ,  .TableList_new li a:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #DCDCDC;
	color: #222222;
}
.fieldset legend  ,  .fieldset h3 {
	background: -moz-linear-gradient(center top, #FCFCFC 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
	border: 1px solid #DCDCDC;
	color: #222222;
	font-family: trebuchet ms;
	font-weight: normal;
	line-height: 30px;
	margin: 0 auto;
	padding: 0 12px;
	width: 880px !important;
	border-left:0 none;
	border-right:0 none;
	font-size:13px;
}
.fieldset fieldset {
	border: medium none;
	padding: 0;
	width:880px !important;
	margin:0 auto;
}
.fieldset  {
	border:#DCDCDC 1px solid;
	border-top: 0 none;
	margin-bottom: 0;
	padding: 10px 20px 15px;
	margin: 20px auto 35px;
	padding: 0;
	width: 905px !important;
}
#ContentPlaceHolder1_lblMessage {
	color: #C09853;
	display: block;
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.addAnsForQs_Div .searchForm td {
	border-top: 1px dashed #DDDDDD !important;
}
.addAnsForQs_Div .noBorder td {
	border-bottom:0 none !important;
	border-top:0 none !important;
}
.rateOptVal table {
	float: left;
	width: 219px;
}
.removeBtn {
    background: url("../../Images/cross_script.png") no-repeat scroll 0 1px transparent;
    border: 0 none;
    display: inline-block;
    height: 17px;
    margin-left: 5px;
    outline: 0 none;
    padding: 0;
    width: 16px;
	cursor:pointer;
}
.rightLinks {
    margin-bottom: 3px;
    margin-top: 22px;
    text-align: right;
}
.selectAtt ul {
	margin:0;
	padding:0;
}
.selectAtt ul li {
	float:left;
	width:30%;
}
.searchForm2 td table.tblPadding td {
	padding-right:10px;
}
.imgWidth {
	font-weight:bold;
}
#lblMessage {
	color: #C62626;
	display: block;
	font-size: 13px;
	font-weight: 700;
}
.searchForm .table td {
    border-top: 1px solid #DDDDDD;
}
.editTextAreaScoreBody {
	border:1px solid #C1C1C1; 
	border-radius:4px 4px 4px 4px;
}
.ansAndScoreTable {
    border-bottom: 1px dashed #D6D6D6;
    border-right: 1px dashed #D6D6D6;
    margin-left: 24px;
    width: auto;
}
.ansAndScoreTable tr td {
    border-left: 1px dashed #D6D6D6;
    border-top: 1px dashed #D6D6D6;
    padding: 5px;
}
.noFormatingOption #InsertTable , .noFormatingOption #InsertImage , .noFormatingOption #CreateLink , .noFormatingOption #ViewSource ,  .noFormatingOption #InsertUnorderedList , .noFormatingOption #InsertOrderedList , .noFormatingOption #Outdent , .noFormatingOption #Indent {
	display:none !important;
}