/* 
	style used in:
		classroom.jsp
*/

#clear {
	clear:both;
}
#centerDiv {
	width:100%;
}
.divFlexObj {
	/*border:1px solid #000;*/
	height:542px;
	width:959px;
	padding:5px 0px;
}

/* 
	attachments
*/

#divAttachments {
	padding:5px 0px;
	vertical-align:middle;
	display:none;
}
#attachTitle, #responseTitle {
	float:left;
	font-family:Helvetica;
	font-size:13px;
	color:#686868;
	font-weight:bold;
	width:15%;
}
#attachItems {
	float:left;
	width:85%;
}
#singleAttachment {
	float:left;
	font-family:Helvetica;
	font-size:12px;
	color:#810000;
	font-weight:bold;
}

/* 
	comment box
*/

#divComment {
	display: none;
}
.divComment {
	min-height:10px;
	padding:5px 0px;
}
#divResponses {
	border:1px solid #000;
	min-height:10px;
	padding:5px 0px;
}
#divCommentLeft {
	float:left;
	width:80%;
}
#divCommentRight {
	float:right;
	width:18%;
}
textarea.expanding {
	line-height: 18px;
	border:2px solid #bcbcbc;
	color:#474747;
	font-size:13px;
	font-family:Helvetica;
	padding:5px;	
}

/*
	responses
*/

#responseTitle {
	cursor:pointer;
}
#responseContent {
	/*display:none;*/
	display:block;
}
.divResponseLeft {
	width:7%;
	float:left;
	min-height:30px;
}
.divResponseRight {
	width:90%;
	float:right;
}
.divResponseRight p {
	padding-bottom:10px;
}
.responseHead {
	font-family:Helvetica;
	font-style:italic;
	font-size:12px;
}
.responseBody {
	color:#686968;
	font-family:Helvetica;
	font-size:15px;
}
.responseTextDiv {
	/*text-wrap: suppress;*/
	word-wrap: break-word;
}
.responseMenu {
	color:#810000;
	font-family:Helvetica;
	font-size:12px;
}
textarea.response {
	line-height: 18px;
	border:1px solid #BCBCBC;
	color:#000;
	font-family:Helvetica;
	font-size:15px;
	padding:5px;
}

/*
	toolbar
*/

#footer_toolbar {
	bottom:0;
	display:none;
	position:fixed;
	z-index:998;
	width:960px;
	height:35px;
	background:url("../../../images/module/classroom/toolbar/toolbar_bg_line.png") repeat-x;
}
#footer_toolbar_title {
	float:left;
	width:167px;
	height:35px;
	background:url("../../../images/module/classroom/toolbar/toolbar_img.png") no-repeat;	
}
#footer_toolbar_menu {
	width:626px;
	margin:auto;
	float:left;
}
.menuOption {
	display: inline;
	float: left;
	width:50px;
	height:35px;
	text-align:center;
}
.disabledOption {
	background:url("../../../images/module/classroom/toolbar/gray_bg.png") no-repeat;
}
.defaultCursor {
	cursor:default;
}
.menuTopMargin_8 {margin-top:8px;}
.menuTopMargin_7 {margin-top:7px;}
.menuTopMargin_6 {margin-top:6px;}
.menuTopMargin_5 {margin-top:5px;}
#lineImg {
	float: left;
	height:33px;
	width:2px;
	background:url("../../../images/module/classroom/toolbar/line.png") no-repeat;
	cursor:default;
}
.classMouseOver {
	background:url("../../../images/module/classroom/toolbar/red_bg.png") no-repeat;
}
.classClick {
	background:url("../../../images/module/classroom/toolbar/red_bg.png") no-repeat;
}

/* user avatar style */

.imgBox {
	*font-size: 62px !important;
	cursor:default;
}
.imgBox div {
	*font-size: 62px;
}
.imgBox img {
	visibility:hidden;
}