.c_DNN6 {
	margin-top: 20px;
}
.c_DNN6_Header h1, .c_DNN6_Header h2 {
	margin-top: 0px;
}
.slideshow-container {
	margin-top: 0px;
}
.orange-box {
	background: #f15a24; /* Old browsers */
	background: -moz-linear-gradient(top,  #f15a24 0%, #f7931e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f15a24), color-stop(100%,#f7931e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f15a24 0%,#f7931e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f15a24 0%,#f7931e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f15a24 0%,#f7931e 100%); /* IE10+ */
	background: linear-gradient(top,  #f15a24 0%,#f7931e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15a24', endColorstr='#f7931e',GradientType=0 ); /* IE6-9 */
}
.orange-image {
	background: url(images/orange-background.png) no-repeat center center;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}
.orange-image h2 {
	color: #000;
	padding: 10px 20px;
}
h2.orange-title {
	color: #000;
	background-color: #f7931e;
	padding: 10px 20px;
}
.orange-module-content {
	padding: 10px 20px;
}

.orange-module-content a:link, .orange-module-content a:visited, .orange-module-content a:active{
    text-decoration:none;
    color:#ffffff;
}

.orange-module-content a:link:hover, .orange-module-content a:visited:hover, .orange-module-content a:active:hover, .orange-module-content a:hover{
    text-decoration:none;
    color:#7F1311;
}
.orange-box ul.dnnActionMenuBody a:link, .orange-box ul.dnnActionMenuBody a:visited,.orange-box ul.dnnActionMenuBody a:active {
	color: #000;
}

.module-content {
	margin-top: 10px;
}
.LoginBox {
	padding: 10px 20px;
}
.LoginBox, .LoginBox h3 {
	color: #fff;
	margin: 0;
	text-align:center;
}
.LoginBox p {
	padding: 0;
}
.h01-icon h1 {
	background: transparent url(images/adsa-icon.png) no-repeat left 6px;
	margin-bottom: 20px;
}
.h01-icon h1, .h01-icon-content {
	padding-left: 40px;

}
.orange-image .SidebarMenu ul li a {
	background-color: #f2ba7b;
}
.orange-image .SidebarMenu ul li a:hover {
	background-color: #F08351;
	color: white;
}
.collapse-header {
	background: transparent url(images/collapse-icon.png) no-repeat right bottom;
	border-top: 1px solid #999;
	padding: 10px 30px 0px 0;
}
.collapse-header:hover {
	cursor: pointer;
}
#dnn_LeftPane .c_DNN6, #dnn_ContentPane .c_DNN6 {
	margin-left: 40px;
}
#dnn_LeftPane .DnnModule:first-child .c_DNN6, #dnn_ContentPane .DnnModule:first-child .c_DNN6 {
	margin-left: 0;
}
.BlackBox {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(top, #000000 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}
.BlackBox h2 {
	padding: 10px 20px;
	color: white;
}
.BlackBox .module-content {
	padding: 10px 20px;
	color: white;
}
