/* [][][][][][][][][][][][][][][][][] QUESTION TABLE [][][][][][][][][][][][][][][][][] */
#question-tbl
{
	text-align: left;
	border-collapse: collapse;
	margin:0 0 10px;
	width: 100%;
}
#question-tbl tr:nth-child(even)
{
	background: #efefef;
}
#question-tbl tr.answer:hover
{
	cursor:pointer;
	background: #d4deeb;
}
#question-tbl tr.red
{
	background: red;
}
#question-tbl tr.green
{
	background: #0F0;
}
#question-tbl tr.orange
{
	background: orange;
}
#question-tbl th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #223457;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
#question-tbl th img
{
	padding-right:5px;
}
#question-tbl th.sub
{
	background: #c8c8c8;
	height: 20px;
	margin: 0px;
	padding: 0 8px;
	color: #3b3b3b;
	font-size: 11px;
	text-transform: uppercase;
}
#question-tbl td
{
	padding: 6px; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
#question-tbl td.question
{
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
	/*font-weight: bold;*/
}
/* [][][][][][][][][][][][][][][][][] COMMENTS TABLE [][][][][][][][][][][][][][][][][] */
#comments-tbl
{
	text-align: left;
	border-collapse: collapse;
	margin:0 0 10px;
	width: 100%;
}

#comments-tbl th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #223457;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
#comments-tbl th.sub
{
	background: #c8c8c8;
	height: 20px;
	margin: 0px;
	padding: 0 8px;
	color: #3b3b3b;
	font-size: 11px;
	text-transform: uppercase;
}
	
#comments-tbl td
{
	padding: 6px; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
#comments-tbl textarea {
width: 100%;
height: 100px;
}
/* [][][][][][][][][][][][][][][][][] SCORE TABLE [][][][][][][][][][][][][][][][][] */
#score-tbl
{
	text-align: center;
	width:100%;
	height: 30px;
	font-weight:700;
}
#score-tbl td.green
{
	background-color:#089408;
	color:#0f0;
	width:33%;
	padding: 8px;
	margin:0 2px 0 0;
}
#score-tbl td.red
{
	background-color:#940808;
	color:red;
	width:33%;
	margin:0 2px;
}
#score-tbl td.gray
{
	background-color:#c8c8c8;
	color:#666;
	width:33%;
}
/* [][][][][][][][][][][][][][][][][] MISC [][][][][][][][][][][][][][][][][] */
div.loading-invisible {
display:none;
}

div.loading-visible {
background:#fff;
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
display:block;
height:100%;
left:0;
opacity:.75;
padding-top:150px;
position:absolute;
text-align:center;
top:142px;
width:100%;
}

#log-loader-2 {
	float: left;
	display: inline;
	height: 16px;
	background: transparent url('../../images/log-loader-1.gif') no-repeat scroll 0 0;
	display:none;
	padding-left: 25px;
}
.adminTag {
	color: #FF6600;
}














