

/*------------------------------------------------------------------------------

WIZARD.V4.CSS FOR CYBEREXTENSION -- VERSION 4

------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------

													WIZARD NAV

------------------------------------------------------------------------------*/

.wizardNav {
	margin: 10px 0 0px 0;
	padding: 0!important;
	border-left: 1px solid #c7d6bd;
}

.wizardNav li {
	display: block;
	list-style: none;
	
	background-color: #f8fef5;
	background-image: url(../images/v4/wizardArrow.png);
	background-position: right 0px;
	background-repeat: no-repeat;
		
	float: left;
}

.wizardNav li a {
	color: #5f7254;
	
	display: block;
	
	border-top: 1px solid #c7d6bd;
	border-bottom: 1px solid #c7d6bd;
	
	padding: 8px 40px 10px 15px;
}

.wizardNav li.last {
	background-image: none;
	border-right: 1px solid #c7d6bd;
}

.wizardNav li.first {
	border-left: 1px solid #c7d6bd;
}

.wizardNav li.last a {
	padding-right: 15px;
}

.wizardNav li.selected {
	background-color: #c7d6bd;
	background-image: url(../images/v4/wizardArrowSelected.png);
}

.wizardNav li.prev {
	background-image: url(../images/v4/wizardArrowPrev.png);
}

.wizardNav li.selected.last a {
	padding-right: 15px;
}

.wizardNav li.selected.last {
    background-image: none;
}
			
		


/*------------------------------------------------------------------------------

													WIZARD WRAPPER

------------------------------------------------------------------------------*/

.wizardWrapper {
	margin-top: 10px;
	
	border: 1px solid #c7d6bd;
	background: #f8fef5;
	
	padding:10px;
	
	min-width: 900px;
}

.wizardWrapper .fieldsetHeader {
	margin-top: 20px;
}

.wizardWrapper .sectionName {
	background:none repeat scroll 0 0 #e4efde;
	color:#5f7254;
	height:28px;
	margin:0 0 10px;
	padding:5px 15px;
}

.wizardWrapper .sectionName h4 {
	font-size:18px;
	margin:5px 0 5px -3px;
}


/*------------------------------------------------------------------------------

												DISCUSSION TABSTRIP

------------------------------------------------------------------------------*/

.tabViewWrapper {
	border: 1px solid #c8c3b2;
	background: #fdfdf5;
	
	padding:10px;
	
	position: relative;
	left: -1px;
	
	max-width: 670px;
	min-width: 620px;
	z-index:1;
}

.RadTabStripLeft_Sandstone {
	position: relative;
	
	z-index: 100;
}

.tabViewWrapper .RadGrid {
	width: 670px!important;
}

.studentList {
    max-height: 200px;
    overflow: auto;
}

.studentList .rlbItem {
    height: 24px;
    line-height: 24px !important;
}

.hasAssignment {
    background: transparent url(../images/v4/icons/studentWorkSmall.png) no-repeat center right;
}