/* General */
BODY {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: black;
	background-color: white;
	margin-left: 2px;
	margin-top: 2px;
}

TD {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: black;
}

TH {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

HR {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.iTable {
	table-layout: fixed;
	empty-cells: show;
}

.iRow td {
	border-bottom: 1px dotted #ddd;
	/* text-overflow:ellipsis; */
	overflow:hidden;
	white-space:nowrap;
}
.iRow th {
	border: 1px solid #eee;
	background-color: #f5f5f5;
	overflow:hidden;
	white-space:nowrap; 
}

/* Embedded Views */

.embeddedview  {
    margin-top: 0px;
    width: 512px;
    border-collapse: collapse;
}
.embeddedview th {
    border: 1px solid gray;
    font-size: 11px;
    font-weight: bold;
    text-align:left;
    color: black;
    padding: 2px;
    background-color: #ccc;
}
.embeddedview td {
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    font-size: 11px;
    font-weight: normal;
    text-align:left;
    vertical-align:top;
    color: black;
    padding: 1px;
}

.embeddedview tr:hover {
    background-color: #ccc;
    cursor:pointer;
}

.embeddedview a{
    font-weight: bold;
    text-decoration: underline;
}
.embeddedview a:hover {
    cursor:pointer;
    background-color: #B9A280;
    border-color: #981206;
}

.embeddedview td.right {
    text-align:right;
}

/* Headers for Survey, Chapter and Question */
.xSurvey {
	color: #999999;
	font-size:20px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 3px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #999999;
}

.xChapter {
	color: #999999;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #999999;
}

/* Styles for Admin section */
A {
	text-decoration: none;
	color: #336699;
}
A:visited {
	text-decoration: none;
	color: #336699;
}

.Buttondiv {
	padding-left: 5px;
}

.Buttondiv .aButton {
	margin-left: 0px;
}
.aButton, .aButton2, .aButton3, .xHelp, .xDate {
	font-size: 11px;
	line-height:18px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	text-align: left;
	vertical-align: bottom;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	height: 20px;
	width: 140px;
	display: block;
}
.aButton2 {
	width: 200px;
	float: right;
}
.aButton3 {
	margin-top: 2px;
	width: auto;
	float: right;
}

.xHelp {
	margin-top: 2px;
	width: auto;
	float: right;
}
.xDate {
	font-size: 10px;
	line-height:16px;
	font-weight: normal;
	height: 16px;
	margin-top: 2px;
	width: auto;
	float: left;
}

A.aButton:hover, A.aButton2:hover, A.aButton3:hover, A.xHelp:hover, A.xDate:hover {
	color: black;
	border-color: #cccccc;
	background-color: #ffE600;
}

.aBreadcrum, .aBreadcrum2 {
	font-weight: normal;
	float: left;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
	color: #336699;
	text-align: left;
	margin: 0px 5px 3px 0px;
	padding: 0px 5px 0px 5px;
	height: 20px;
	width: auto;
	display: block;
}

A.aBreadcrum:hover  {
	color: black;
	text-decoration: underline;
}

.aBreadcrum2 {
	color: #555;
}

.aList, .aDropdown {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding-left: 0px;
	margin: 0px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.aDropDown {
	font-size: 11px;
}

.aRadio, .aCheckbox {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	vertical-align: middle;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	background-color: white;
	border-width: 0px;
	border-style: none;
	border-color: #cccccc;
	height: 14px;
}

.aText {
	font-size: 11px;
	line-height:18px;
	font-weight: bold;
	vertical-align: middle;
	height: 20px;
	margin-top: 2px;
}

.aEntry1, .aEntry2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: white;
	height: 17px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}
.aEntry1 {
	margin-left: 0px;
	border-style: solid;
}
.aEntry2 {
	margin-left: 0px;
	border-style: solid;
	height: auto;
}


fieldset {
	margin: 5px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 3px;
}

legend {
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-color: white;
	padding: 3px;
	padding-top: 0px;
}

.tTable {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

TD.tTop,TD.tTopRight,TD.tTopLeft,TD.tRight,TD.tLeft,TD.tBottom,TD.tBottomLeft,TD.tBottomRight {
	font-size: 10px;
	font-weight: bold;
	color: black;
	border-style: solid;
	border-color: #cccccc;
}

TD.tTop {
	text-align: center;
	border-width: 0px 1px 1px 0px;
}
TD.tTopRight {
	text-align: right;
	border-width: 0px 0px 1px 1px;
}
TD.tTopLeft {
	text-align: left;
	border-width: 0px 1px 1px 0px;
}
TD.tRight {
	text-align: right;
	border-width: 0px 0px 0px 1px;
}
TD.tLeft {
	text-align: left;
	border-width: 0px 1px 0px 0px;
}
TD.tBottom {
	text-align: right;
	border-width: 1px 1px 0px 0px;
}
TD.tBottomLeft {
	text-align: left;
	border-width: 1px 1px 0px 0px;
}
TD.tBottomRight {
	text-align: right;
	border-width: 1px 0px 0px 1px;
}

TD.tValue {
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: right;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #e8e8e8;
}
TD.tList {
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-align: left;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e8e8e8;
}

.aLabel {
	font-size: 11px;
	color: black;
	width: 170px;
	display: block;
	float: left;
}


.chartTitle {
   font: bold 12px Helvetica,Arial,Verdana,sans-serif;
}

.chartLabels {
   font: bold 11px Helvetica,Arial,Verdana,sans-serif;
}

.chartScales {
   font: italic 10px Helvetica,Arial,Verdana,sans-serif;
}

.chartLegends {
   font: 11px Helvetica,Arial,Verdana,sans-serif;
}
.gBar,.gbar0,.gbar1,.gbar2,.gbar3,.gbar4,.gbar5,.gbar6,.gbar7,.gbar8,.gbar9,.gbar10,.gbarClear {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #eeeeee;
}
.gbar0 {background-color: #000033}
.gbar1 {background-color: #000077}
.gbar2 {background-color: #0000BB}
.gbar3 {background-color: #0000FF}
.gbar4 {background-color: #2222FF}
.gbar5 {background-color: #4444FF}
.gbar6 {background-color: #6666FF}
.gbar7 {background-color: #8888FF}
.gbar8 {background-color: #BBBBFF}
.gbar9 {background-color: #DDDDFF}
.gbar10 {background-color: #FFFFFF}
.gbarClear {background-color: transparent}


.xMTop1 {
	font-size: 11px;
	text-align: center;
	background-color: white;
	width: 66px;
}
.xMRadio {
	width: 66px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

