﻿/* 
================================
Hershey Technologies - Purple Skin
Developed from DNN - Blue
Date: 9/29/09
================================
*/
/* 
================================
Content
================================
*/
.Normal {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
p {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
td {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
tr {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
table {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
body {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
td {
}
tr {
}
table {
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #5C2C90;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5C2C90;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:visited {
	color: #5C2C90;
}
a:link {
	color: #5C2C90;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: RED;
}
/* 
================================
Layout
================================
*/
.pagemaster {
	width: 100%;
}
.skinmaster {
	width: 775px;
	border-right: #5C2C90 1px solid;
	border-top: #5C2C90 1px solid;
	border-left: #5C2C90 1px solid;
	border-bottom: #5C2C90 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.header {
	color: ORANGE; /* Top Navigation NO CHANGE */
}
.navigation {
	background-color: #5C2C90; /* Navigation Bar */;
	color: ORANGE; /* Navigation Bar NO CHANGE */;
	height: 30px;
}
#dnn_dnnLOGIN_cmdLogin {
	color: #5C2C90; /* Login Bar */
}
#dnn_dnnUSER_cmdRegister {
	color: #5C2C90; /* Login Bar */
}
#dnn_dnnCURRENTDATE_lblDate {
	color: #5C2C90; /* Login Bar */
}
#dnn_dnnBREADCRUMB_lblBreadCrumb {
	color: #5C2C90; /* Login Bar */
}
#dnn_dnnBREADCRUMB_lblBreadCrumb a:visited {
	color: #5C2C90; /* Bread Crumb */
}
.footer {
	background-color: #5C2C90; /* Navigation Bar */;
	color: white; /* Copyright Bar */;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.bottom {
	height: 15px;
}
.topnav {
	text-align: right;
	vertical-align: bottom;
	color: #5C2C90; /* Top Navigation  */
}
.bottomnav {
	color: #5C2C90; /* Bottom Navigation  */
}
.controlpanel {
	width: 100%;
	/* background-color: #fefefe; */
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	vertical-align: top;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	vertical-align: top;
}
.rightpane {
	width: 125px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	vertical-align: top;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.feature1 {
	vertical-align: top;
	width: 25%;
}
.feature2 {
	vertical-align: top;
	width: 25%;
}
.feature3 {
	vertical-align: top;
	width: 25%;
}
.feature4 {
	vertical-align: top;
	width: 25%;
}
/* 
================================
DNN Elements
================================
*/
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.main_dnnmenu_item td {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: white; /* Navigation SubMenu Item */;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 1px 3px 3px 1px;
}
.main_dnnmenu_rootitem {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: white; /* Navigation Menu Item */;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover {
	color: #FF9900; /* Navigation Menu Item Hover */
}
.main_dnnmenu_itemhover td {
	color: ORANGE; /* Navigation Menu Item Hover NO CHANGE */
}
.main_dnnmenu_icon {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #5C2C90;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#FFOOOO', Direction=135, Strength=3); /* Navigation Menu Item NO CHANGE */;
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton {
	/* background: #7994cb none; */
  color: ORANGE; /* ??? NO CHANGE */;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px; /* background-color: #dfe5f2; */;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
}
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #5C2C90; /* Container Title Bar */
}
/* 
================================
Overwrite DNN Elements
================================
*/
.SkinObject {
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
a.SkinObject:link {
	text-decoration: none;
	color: white;
}
a.SkinObject:visited {
	text-decoration: none;
	color: white;
}
a.SkinObject:hover {
	text-decoration: none;
	color: white;
}
a.SkinObject:active {
	text-decoration: none;
	color: white;
}
/* 
================================
Main - Purple Table
================================
*/
.toprightroundedcorner {
	background-image: url('Table-Purple-Top-Right-Rounded-Corner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: solid #FFFFFF 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 10px;
	color: white;
}
.verticalborder {
	/* border-left: solid #FFFFFF 4px; */
	border-right: solid #FFFFFF 4px;
}
.horizontalborder {
	border-top: solid #FFFFFF 2px;
	border-bottom: solid #FFFFFF 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: white;
}
.bottomrightroundedcorner {
	background-image: url('Table-Purple-Bottom-Right-Rounded-Corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: solid #FFFFFF 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: white;
}
.toprightroundedcorner a:visited {
	color: white;
}
.toprightroundedcorner h2 {
	color: white;
}
.toprightroundedcorner a {
	color: white;
}
.toprightroundedcorner a:hover {
	color: #FF9900;
}
.horizontalborder a:visited {
	color: white;
}
.horizontalborder h2 {
	color: white;
}
.horizontalborder a {
	color: white;
}
.horizontalborder a:hover {
	color: #FF9900;
}
.bottomrightroundedcorner a:visited {
	color: white;
}
.bottomrightroundedcorner h2 {
	color: white;
}
.bottomrightroundedcorner a {
	color: white;
}
.bottomrightroundedcorner a:hover {
	color: #FF9900;
}
/* 
================================
Top Navigation
================================
*/
.TopNav a {
	font-size: 10px;
}
/* 
================================
Blog
================================
*/
#dnn_ctr851_MainView_ViewBlog_lblAuthorHeader {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
  color: #5C2C90;
}
#dnn_ctr851_MainView_ViewBlog_lblAuthor {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
  color: #5C2C90;
}
#dnn_ctr851_MainView_ViewBlog_lblCreatedHeader {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
  color: #5C2C90;
}
#dnn_ctr851_MainView_ViewBlog_lblCreated {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
  color: #5C2C90;
}
#dnn_ctr851_MainView_ViewBlog_lblBlogDescription {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
  color: #FF9900;
}
.blog_footer {
	margin-bottom:10px;
}
