* {
	margin: 0;
	padding: 0;
}
BODY {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #6ab7e7 url(images/Background.gif) top left repeat-x;
	text-align: center;
}
TABLE {
	border-collapse: collapse;
}
TD,
TH {
	vertical-align: top;
}
.PortalName {
	display: none;
}
A:link,
A:visited,
A:hover {
	color: #0076c0;
	text-decoration: underline;
}
A:hover {
	color: #d86502;
}
.PageHead,
#MainNavigation,
.PageContent,
.PageFooter {
	width: 770px;
	margin: 0 auto;
}
.MainContentPane IMG {
	padding-right: 5px;
}

/* DNN standard class's */
.SubHead {
	color: #0076c0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}
.SubHead CENTER {
	color: #869ead;
	font-size: 9px;
}
TEXTAREA.NormalTextBox,
INPUT.NormalTextBox {
	border: 1px #6ab7e7 solid;
	font-size: 11px;
	padding: 1px 2px;
}
.Head {
	color: #f1a360;
	font-size: 12px;
	font-weight: bold;
}
.StandardButton {
	background-color: #6ab7e7;
	border: 1px #0076c0 solid;
	margin-right: 10px;
	cursor: pointer;
}
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:hover {
	color: #de6b01;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
A.CommandButton:hover {
	text-decoration: underline;
}


/* r.a.d. Menu */
#MainNavigation .menu {
	float:none;
	height: 24px;
}
#MainNavigation UL.horizontal {
	text-align: center;
	float: none;
}
#MainNavigation .menu .item {
	float:none;
	display:inline;
}
#MainNavigation .menu .text,
#MainNavigation .menu A {
	display: inline;
	cursor: pointer;
}
#MainNavigation .menu .group .text,
#MainNavigation .menu .group A {
	display: block;
	text-align: left;
}
.menu .item {
	margin-right: 6px;
	border-right: 1px #FFF solid;
	padding-right: 6px;
}
.menu A:link,
.menu A:visited,
.menu A:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
.menu A:hover {
	color: #005284;
}
.menu .group .item,
.menu .last {
	border-width: 0;
}
.menu .group {
	background-color: #a8d9f7;
	border: 1px #036daf solid;
}
.menu .group .text {
	padding: 3px 5px;
}
.menu .group A:link,
.menu .group A:visited,
.menu .group A:hover {
	color: #036daf;
	margin: 1px;
}
.menu .group A:hover {
	color: #FFF;
	background-color: #0076c0;
}


/* Skin class's */
.PageContent {
	background-color: #FFF;
}
.LeftShadow,
.RightShadow {
	width:14px;
}
.LeftShadow {
	background: url(images/LeftBack.gif) top left repeat-y;
}
.RightShadow {
	background: url(images/RightBack.gif) top left repeat-y;
}
.L2 {
	height: 250px;
	font-size: 1px;
}
.LeftShadow .L2 {
	background: url(images/LeftBackL2.gif) top left no-repeat;
}
.RightShadow .L2 {
	background: url(images/RightBackL2.gif) top left no-repeat;
}
.LeftColumn {
	width: 200px;
}
.MiddleColumn {
	background: url(images/RightColumnBack.gif) top left repeat-y;
	padding-bottom:50px;
}
.RightColumn {
	width: 163px;
	background: url(images/RightColumnBack.gif) top left repeat-y;
}
.MiddleColumn H2 {
	color: #f1a360;
	text-align: right;
	padding: 12px 14px 0 19px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.SearchHolder {
	padding: 10px 15px 18px 15px;
}
.SearchHolder .NormalTextBox {
	width: 150px;
}
.SearchHolder .IconSearch {
	border-width: 0;
}
.SearchHolder .SkinObject:link,
.SearchHolder .SkinObject:visited,
.SearchHolder .SkinObject:hover {
	color: #6ab7e7;
	font-weight: bold;
}
.Authorization {
	margin: 10px 10px 10px 19px;
	display: none;
}
.OneColumn .Authorization {
	display: block;
}
.Authorization LI {
	list-style: none;
	background: url(images/LoginUserIcon.gif) 0 7px no-repeat;
	padding-left: 15px;
}
.Authorization LI A:link,
.Authorization LI A:visited,
.Authorization LI A:hover {
	color: #6c899b;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.Authorization LI A:hover {
	text-decoration: underline;
}
.PageFooter {
	background: url(images/FooterBack.gif) top center no-repeat;
	height: 30px!important;
	height: 60px;
	color: #FFF;
	text-align: right;
	padding: 15px 110px 15px 15px;
	width: 645px!important;
	width: 770px;
}
.PageFooter A:link,
.PageFooter A:visited,
.PageFooter A:hover,
.PageFooter .SkinObject {
	font-weight: normal;
	color: #FFF;
}
.DownloadModule {
	widht:400px;
}
.DHTitle, .DownloadHeader, .DownloadFooter {
	background: #fff;
}
.DHTitle .SubHead {
	background: #fff;
}
.DownloadMiddlePart {
	widht:400px;
	float:left;	
}