/* This file contains definitions for all the common style elements used by Info tab in classware */

/* Style definitions of all 'class' attributes used within classware */
.bookCover {
	text-align: right;
	padding-top: 18px;
	padding-left: 3px;
	padding-bottom: 18px;
	background-color: #ebebeb;
	padding-right: 18px;
}

.hideMe {
	width: 20px;
	vertical-align: top;
	background-color: #ebebeb;
}

.infoPaneltext {
	font-size: 9pt;
	color: #000000;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: #ebebeb;
}

.selfStudyPanelText {
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	padding-right: 12px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 12px;
	background-color: #F5F5F5;
}

.hideSelfStudy {
	width: 20px;
	vertical-align: top;
	background-color: #dfdfdf;
}

.bodyRightPane {
	width: 15%;
	vertical-align: top;
	background-color: #ebebeb;
}
