body {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
}
/* style for module titles */
.Head {
	color: #FFD9D9;
	font: normal 9px Tahoma, Arial, Helvetica;
	text-decoration: none;
}
/* style of item titles on edit and admin pages */
.SubHead {
	color: #666666;
	font: 9px Tahoma, Arial, Helvetica;
}
A:link {
	text-decoration: none;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:hover {
	text-decoration: underline;
	color: #fdae09;
}
A:active {
	text-decoration: none;
	color: #fdae09;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NewsDescription {
	font: normal 11px Tahoma, Arial, Helvetica;
	color: #ffffff;
}
.NewsHeading {
	font: bold normal 11px Tahoma, Arial, Helvetica;
	color: #fdae09;
}
.SkinObject {
	color: #FFFFFF;
	text-decoration: none;
	font: 8.5pt Tahoma, Arial, Helvetica;
}
A.SkinObject:link {
	text-decoration: none;
	color: #FFFFFF;
}
A.SkinObject:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A.SkinObject:hover {
	text-decoration: underline;
	color: #fdae09;
}
A.SkinObject:active {
	text-decoration: none;
	color: #fdae09;
}
.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: #000000;
	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: #000000;
	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 {
	background-color: #8da4d3;
}
.main_dnnmenu_itemhover td {
	background-color: #8da4d3;
}
.main_dnnmenu_icon {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	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;
}
#BodyTable {
	height: 100%;
	width: 100%;
}
#TopHeading {
	background: #383838;
	height: 80px;
	width: 820px;
}
#TopHeading .SkinObject {
	font: bold 24px Arial, Helvetica, sans-serif; color: #FFFFFF;
	vertical-align: middle;
	text-transform: uppercase;
}
#TopHeading .SkinObject:hover {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #fdae09;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: underline;
}
#MainBodySize {
	height: 250px;
	width: 820px;
}
.main_dnnmenu_container {
	background-color: transparent;
}
.FCKLinkGalleryLinksContainer label {
	color: #000000;
}
.FCKLinkGalleryContainer {
	background: #ece9d8;
	width: 100%;
	height: 100%;
}
.FCKLinkGalleryTitleContainer {
	font: normal 11px Tahoma, Arial, Helvetica;
	color: #666666;
}
.FCKLinkGalleryLinksContainer {
	font: normal 11px Tahoma, Arial, Helvetica;
	color: #666666;
}
.FCKLinkGalleryLinksTable {
}
.FCKLinkGalleryLinksContainer #Table1 {
	border-style: none;
}
.FCKLinkGalleryLinksContainer .NormalBold {
	color: #000000;
	font-weight: bold;
}
#dnn_dnnLOGIN_cmdLogin{
	color: #000000;
	text-decoration: none;
}
