
/*
 * Cms Index-----------------------------------------------------------------------------------------------------------------------
 */

#cmsContentHeader {
	width: 849px;
	height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #acacac;
}

#cmsContentBody {
	margin-top:10px;
}

/* Bg-color for odd rows */
.odd {
	background-color:#fff;
	display: block;
	width: 687px;
	height: 2.4em;
}

/* Bg-color for even rows */
.even {
	background-color:#f5f5f5;
	display: block;
	width: 687px;
	height: 2.4em;
}

/*
 * Cms Category--------------------------------------------------------------------------------------------------------------------
 */
 
.categoryName {
	margin-left: 1.9em;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	color: #0a68ad;
	font-size: 1.6em;
	font-weight: bold;
}

.categoryIcon {
	width: 9px;
	height: 12px;
	margin-top: 1.0em;
	margin-left: 1.5em;
	margin-bottom: 0.1em;
	background: url(../img/filetree_expanded_arrow.png);
	float: left;
}

.categoryDots {
	width: 3px;
	height: 2.4em;
	margin-top: 0;
	margin-left: 1.8em;
	margin-bottom: 0;
	background: url(../img/filetree_expanded_dot.png) repeat-y;
	float: left;
}

/*
 * Cms Subcategory-----------------------------------------------------------------------------------------------------------------
 */

.subCategoryName{
	display: block;
	width: 638px;
	height: 1.4em;
	padding-left: 3.5em;
	padding-top: 0.3em;
	padding-bottom: 0.0em;
	color: #0a68ad;
	font-size: 1.4em;
	font-weight: bold;
}

.subCategoryIcon {
	width: 9px;
	height: 12px;
	margin-top: 1.0em;
	margin-left: 1.2em;
	margin-bottom: 0.1em;
	background: url(../img/filetree_expanded_arrow.png);
	float: left;
}

.subCategoryDots {
	width: 3px;
	height: 2.4em;
	margin-top: 0;
	margin-left: 1.5em;
	margin-bottom: 0;
	background: url(../img/filetree_expanded_dot.png) repeat-y;
	float: left;
}

/*
 * Cms Examples & Quizzes----------------------------------------------------------------------------------------------------------
 */

.exampleName{
	display: block;
	width: 619px;
	height: 1.2em;
	padding-left: 4.9em;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	color: #0a68ad;
	font-size: 1.2em;
	font-weight: bold;
}

.exampleName:before {
	margin: 0 5px 0 0;
	content: url(../img/filetree_example_indicator.png);
}

.quizName{
	display: block;
	width: 619px;
	height: 1.2em;
	padding-left: 4.9em;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	color: #0a68ad;
	font-size: 1.2em;
	font-weight: bold;
}

.quizName:before {
	margin: 0 5px 0 0;
	content: url(../img/filetree_quiz_indicator.png);
}

/*
 * Cms Button----------------------------------------------------------------------------------------------------------------------
 */

.cmsButton {
	padding: 4px;
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.cmsButton:hover {
	cursor: hand;
	cursor: pointer;
	background-image: linear-gradient(to bottom,#fff,#f5f5f5);
}

.right {
	float: right;
}

.abowHeaderLine {
	position: relative;
	width: 87px;
	margin-left: 4px;
}

.belowHeaderLine {
	position: absolute;
	left: 849px;
	top: 39px;
	width: 87px;
	margin-left: -97px;
}

/*
 * Course filetree-----------------------------------------------------------------------------------------------------------------
 */



/*
body {
	color: #4F5155;
	height:1500px;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	color:#f42;
	text-decoration:underline;
}

@-moz-keyframes pulse{
	0%{		box-shadow:0 0 1px #888; z-index:3000;}
	50%{	box-shadow:0 0 100px #888; z-index:3000;}
	100%{	box-shadow:0 0 1px #888; z-index:3000;}
}

@-webkit-keyframes pulse{
	0%{		box-shadow:0 0 1px #888; z-index:3000;}
	50%{	box-shadow:0 0 100px #888; z-index:3000;}
	100%{	box-shadow:0 0 1px #888; z-index:3000;}
}

@-moz-keyframes pulseMini{
	0%{		box-shadow:0 0 1px #aaa; z-index:3000;}
	50%{	box-shadow:0 0 30px #aaa; z-index:3000;}
	100%{	box-shadow:0 0 1px #aaa; z-index:3000;}
}

@-webkit-keyframes pulseMini{
	0%{		box-shadow:0 0 1px #aaa; z-index:3000;}
	50%{	box-shadow:0 0 30px #aaa; z-index:3000;}
	100%{	box-shadow:0 0 1px #aaa; z-index:3000;}
}

h3.subCategoryName{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#438BD5;
	padding-left:22px;
	margin:0;
	line-height:100%;
}

a.exampleName{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#438BD5;
	font-size:12px;
	display:block;
	margin:0;
	padding-top:3px;
}


.categoryIcon{
	color:#bababa;
	font-size:13px;
	display:inline-block;
	margin-left:11px;
	margin-right:5px;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.categoryIcon.expanded{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.categoryIcon.notExpanded{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
}


.categoryBorder
{
	float:left;
	margin-left:18px;
	width:3px;
	height:25px;
	background-image: url(../img/borderbackground.png);
	display:inline-block;
}

.exampleBorder
{
	float:left;
	margin-left:17px;
	margin-right:5px;
	width:4px;
	height:22px;
	background-image: url(../img/borderbackground.png);
}



.exampleIcon{
	float:left;
	height:9px;
	padding-top:10px;
	width:9px;
	background-image: url(../img/example_indicator.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	margin-right:5px;
	margin-left:10px;
}

.categoryMoveUp{
	float:right;
	position:relative;
	height: 20px;
	width:20px;

	top:-24px;
	margin-right:25%;
	margin-left:2px;
	font-family: icomoon;
	background-color:silver;

	
	
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	text-align:center;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.categoryMoveDown{
	float:right;
	position:relative;
	height: 20px;
	width:20px;

	top:-24px;
	margin-left:2px;
	font-family: icomoon;
	background-color:silver;
	
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	text-align:center;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.categoryPulse{
	-moz-animation: pulse 1.5s 1;
	-webkit-animation: pulse 1.5s 1;
}


.categoryPulseMini{
	-moz-animation: pulseMini 1.5s 1;
	-webkit-animation: pulseMini 1.5s 1;
}*/