/* Nav Override */
#SM_Software {
	background-image: url('../../images/MoreArrow_Red.jpg');
}

#SM_Software:hover, #SM_Software.Active {
	background-image: url('../../images/MoreArrow_On.jpg');
	color: #e2001a;
}

#SM_Telecommunications {
	background-image: url('../../images/MoreArrow_Burgundy.jpg');
}

#SM_Telecommunications:hover, #SM_Telecommunications.Active {
	background-image: url('../../images/MoreArrow_On.jpg');
	color: #b60a39;
}

#SM_Online {
	background-image: url('../../images/MoreArrow_Orange.jpg');
}

#SM_Online:hover, #SM_Online.Active {
	background-image: url('../../images/MoreArrow_On.jpg');
	color: #f29400;
}


/* Override Columns */
#Col1 {
	position: relative;	
}

#Col2 {
	margin: 0;
	padding: 0 10px 0 20px;
	position: relative;
	width: 215px;
}

#Col3 {
	padding: 0 0 0 20px;
	margin: 0;
	width: 420px;
	color: #000;
}

#Col3 p, #Col3 ul {
	line-height: normal;
}

/* Scroll Buttons */
#Col2 .ScrollUp {
	background-image: url('../../images/Button_Scroll_Up_On.jpg');
	background-repeat: no-repeat;
	background-position: right;
	display: none;
	height: 0;
	overflow: hidden;
	padding-top: 12px;
	position: absolute;
	top: 0;
	right: 10px;
	width: 12px;
}

#Col2 .ScrollUp.Disabled {
	background-image: url('../../images/Button_Scroll_Up.jpg');	
	cursor: default;
}

#Col2 .ScrollDown {
	background-image: url('../../images/Button_Scroll_Down_On.jpg');
	background-repeat: no-repeat;
	background-position: right;
	display: none;
	height: 0;
	overflow: hidden;
	padding-top: 12px;
	position: absolute;
	right: 10px;
	width: 12px;
}

#Col2 .ScrollDown.Disabled {
	background-image: url('../../images/Button_Scroll_Down.jpg');
	cursor: default;	
}

/* Assignment List */
#CA_ListHolder {
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 650px;
}

#CA_List {
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
	width: 200px;
}

#CA_List li {
	background-image: none !important;
	padding: 0 !important;
	position: relative;
}

#CA_List li a {
	background-repeat: no-repeat;
	background-position: top left;
	color: #707173;
	display: block;
	line-height: normal;
	padding: 6px 18px;
	text-decoration: none;
}

#CA_List li a strong {
	color: #0098d4;
	font-weight: normal;
}

#CA_List li a.CA_Link_Software {
	background-image: url('../../images/AssignmentLink_Red.jpg');	
}

#CA_List li a.CA_Link_Software:hover, #CA_List li a.CA_Link_Software.Active  {
	background-image: url('../../images/AssignmentLink_Red_On.jpg');	
}

#CA_List li a.CA_Link_Telecommunications {
	background-image: url('../../images/AssignmentLink_Burgundy.jpg');	
}

#CA_List li a.CA_Link_Telecommunications:hover, #CA_List li a.CA_Link_Telecommunications.Active {
	background-image: url('../../images/AssignmentLink_Burgundy_On.jpg');
}

#CA_List li a.CA_Link_Online {
	background-image: url('../../images/AssignmentLink_Orange.jpg');
}

#CA_List li a.CA_Link_Online:hover, #CA_List li a.CA_Link_Online.Active {
	background-image: url('../../images/AssignmentLink_Orange_On.jpg');
}

#CA_ContentHolder {
	height: 640px;
	padding-bottom: 10px;
	overflow: auto;
	position: relative;
}

#CA_ContentInner {
	/* 	position: absolute; */
	width: 390px;
	top: 0;
}

.CAContent {

}

.CAContent h2 {
	margin-bottom: 0;
}

.CAContent .Meta {
	line-height: normal;
	color: #707173;	
}

.CAContent .Meta span {
	font-weight: bold;
}

#HelpBox {
	background: url('../../images/CA_HelpBox.jpg') no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 41px;
	position: absolute;
	right: 10px;
	top: 320px;
	width: 110px;
}

#Scrollbar {
	position: absolute;
	top: 10px;
	right: 2px;
	height: 630px;
}

.PrintDetails {
	background-image: url('../../images/PrintDetails.jpg');
	float: right;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	width: 70px;
}

/* Slider */
#Scrollbar.ui-widget-content {
	background: #ccc;
	padding-top: 10px;
/* ui-slider-vertical ui-widget ui-widget-content ui-corner-all {	 */
}

#Scrollbar.ui-corner-all {
	border: 1px solid #000;
	-moz-border-radius: 0;
	padding: 0;
	width: 10px;
}
/* ui-slider-handle ui-state-default ui-corner-all*/
#Scrollbar a.ui-slider-handle {
	border: none;
	background: #c00;
	height: 0;
	padding-top: 10px;
	-moz-border-radius: 0;
	width: 10px;
}

.ui-slider-vertical .ui-slider-handle {
	left: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-bottom: -10px;
}

#Scrollbar a.ui-state-hover {
	background: #0c0;	
}

#Scrollbar a.ui-state-active {
	background: #00c;
	outline: 0;
}

#Scrollbar a.ui-state-focus {
	outline: 0;	
}

/* ui-state-hover
ui-state-focus
ui-state-active
*/
