/* 
================================
Skin styles for DotNetNuke
================================
*/   

Body
{
	background: #FFFFFF;
	margin: 0px;
}
.pagemaster {
	width: 100%;
	height: 100%;
}
.skinmaster {
	height: 100%;
	background-color: #000000;
	/*-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
    */
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: transparent;	
	border-right: transparent 1px solid;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;	
}
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
}
/* style for module titles */
.Head {
   font-family: Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    color: #000000;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
A.SkinObject:link
{
	text-decoration: none;
	color: #000000; /* Default value: #003366 */
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #000000;
}
A:link
{
	text-decoration: none;
	color: #333333;
}

A:visited
{
	text-decoration: none;
	color: #333333;
}

A:hover
{
	text-decoration: none;
	color: #000000;
}
A.CommandButton:link
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #000000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #000000;
}

A:active
{
	text-decoration: none;
	color: #333333;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	background-color: transparent;
}

.ModuleTitle_MenuBar
{
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica;
}

.ModuleTitle_MenuIcon
{
	background-color: #000000; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 20px;
}

.ModuleTitle_SubMenu
{
	background-color: #000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.ModuleTitle_MenuBreak
{
	height: 1px;
	background-color: #000000;
}

.ModuleTitle_MenuItemSel
{
	background-color: #333333; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	height: 20px;
}

.ModuleTitle_MenuArrow
{
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
/* Module Title Menu End */

/* Main Menu Start*/

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
	background-color: #000000;
}
.MainMenu_MenuItemSel {
	background-color: #333333; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	height: 20px;
}
.MainMenu_MenuArrow {
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
/*Main Menu End*/

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  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 {
	background-image: url(gradient_LtBlue.jpg);
}
.MainBG_Transparent {
	background-color: transparent;
}
.MainBG_Black {
	background-color: #000000;
}
.MainBG_White {
	background-color: #FFFFFF;
}
.MainBG_ControlPanel {
	background-color: #3F3F3F;
}

.TopBanner {
	background: url(bg00-x.gif) repeat-x; 
	height:101px;
}
.HeaderBg {
	background: #000000 url(bg01-x.gif) repeat-x;
	height:61px;
}
.HeaderMenuSpacer {
	background: url(spacer02.gif) no-repeat;
	width:1px;
	height:26px;
}
.FooterSpacer {
	background: url(spacer04.gif) no-repeat;
	width:1px;
	height:10px;
}
.TowerAds
{
	position: absolute;
	top: 5px;
	left: 960px;
	width: 120px;	
}
.Redline_Vertical {
	background: url(note_04.gif) repeat-y top left;
}
.FrontFeature {
	background: #024FAC url(note_08.gif) repeat-x bottom left;
}
.FrontArticles {
	background: url(news-bg.jpg) repeat-x bottom left;
}