/** Extra CSS for responsive menus */

.maxheight {
	max-height: 200px;
	overflow: auto;
}

table.questionpreview {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: -1px;
	width: 100%;
}
table.questionpreview td {
	border-right: 1px solid black;
}
div.item table {
	width: 100%;
}

textarea.questionpreview {
	border-bottom: none;
}

div.item {
	border: 0px;
	padding: 0px;
}
div.item.hover {
	background-color: #FED3B1;
}

#tabs {
	/*position: relative;*/
	/*top: -22px;*/
	/*width: 100%;*/
	/*font-size: 13px;*/
	background-color: #8C0B05;
	margin: -6px -13px 13px -13px;
	/*padding: 0 14px 0 0;*/
}

div#tabs.depth1 {
	height: 30px;
}
div#tabs.depth2 {
	height: 56px;
}
div#tabs.depth3 {
	height: 70px;
}

#tabs ul {
	/*float: left;*/
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 27px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px !important;
}

#tabs ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 8px 0;
}

#tabs ul a {
	display: inline;
	color: #f0f0ff;
	text-decoration: none;
	background: #B94F27;
	margin: 0;
	padding: 4px 6px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #8C0B05;
	border-bottom: 1px solid #8C0B05;
	position: relative;
}

#tabs ul a:hover,
#tabs ul a:active {
	border-left: 1px solid #8C0B05;
	border-top: 1px solid #8C0B05;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #8C0B05;
	background: #ffbc8c;
}

#tabs ul a.activebranch:link,
#tabs ul a.activebranch:visited {
	background: #F0D6B5;
	color: #8C0B05;
	border-left: 1px solid #A4938C;
	border-top: 1px solid #A4938C;
	border-right: 1px solid #fff;
	border-bottom: none;
}

#tabs ul a.activebranch:hover,
#tabs ul a.activebranch:active {
	background: #F2EDE7;
}

/*subnav*/

#tabs ul ul {
	/*position: absolute;*/
	top: 24px;
	width: 100%;
	list-style: none;
	height: 30px;
	/*font-size: 95%;*/
	background: #F0D6B5;
	border-left: 1px solid #A4938C;
	border-top: 1px solid #A4938C;
	border-right: 1px solid #fff;
}

#tabs ul ul li {
	float: left;
	display: inline;
}

#tabs ul ul a {
	display: inline;
}

/* ContextProcessGroup -- displays current context */
#tabs ul a strong {
	/*padding-right: 15px;*/
}
#tabs div.contexttabarrow {
	display: inline;
	/*padding: 5px;*/
	margin: 1px;
	margin-right: 3px;
	/*position: absolute;*/
	height: 8px;
	width: 7px;
	right: 0px;
	top: 0px;
}
#tabs div.contexttabarrow.hover {
/*	border-top: 1px solid #FFFFDD;
	border-right: 1px solid #690303;
	border-left: 1px solid #FFFFDD;
	border-bottom: 1px solid #690303;
*/}

th a:link {
	color: #8C0B05;
}

th a:visited {
	color: #8C0B05;
}

/* ------- styles for response summary page ----- */
div.admin_responses {
	padding-bottom: 1em;
	padding-top: 0.3em;
	position: relative;
	border-top: 1px solid #AA0404;
}
div.admin_responses.oddeven0 {
	background-color: #EEEEEE;
}
div.admin_responses.deleted {
	background-color: #FFBBBB;
}
div.admin_responses.deleted.oddeven0 {
	background-color: #EEAAAA;
}
div.admin_responses.demo {
	background-color: #EEEEFF;
}
div.admin_responses.demo.oddeven0 {
	background-color: #DDDDEE;
}
div.admin_responses div.name {
	font-size: 120%;
	float: left;
	width: 280px;
}
div.admin_responses div.name span {
	color: black;
	font-weight: bold;
	margin-left: 15px;
}
div.admin_responses div.details {
	float: left;
	width: 250px;
}
div.admin_responses div.status {
	font-size: 120%;
	float: left;
	width: 110px;
}
div.admin_responses div.commands {
	float: left;
	width: 260px;
}
div.admin_responses div.respondents {
	clear: both;
}
div.admin_responses div.respondents table {
	width: 760px;
	table-layout: fixed;
}
div.admin_responses div.respondents table tr:hover {
	background-color: #ECF3FF;
}
div.admin_responses div.respondents table td {
	padding-right: 3px;
}
div.admin_responses div.respondents table td.status {
	width: 100px;
	text-align: right;
}
div.admin_responses div.respondents table td.name {
	width: 240px;
}
div.admin_responses div.respondents table td.resptype {
	width: 170px;
}
div.admin_responses div.respondents table td.email {
	width: 190px;
}
div.admin_responses div.respondents table td.expert_only {
	width: 140px;
}
div.admin_responses tr.not_resp, div.admin_responses tr.not_resp a {
	color: red;
}
div.admin_responses tr.blank, div.admin_responses tr.blank a {
	color: #00CC00;
}
div.admin_responses tr.exclude {
	background-color: #DDDDDD;
}

td.status_table_step {
	font-size: 10pt;
}

/* Comment editing */
.ce-entry {
    margin-bottom: 1em;
    border-top: 2px solid lightgray;
}

.ce-qtext {
    font-weight: bold;
}

.ce-original {
    font-style: italic;
    margin-bottom: 0.3em;
}

.ce-edited {
    width: 100%;
}