/* 
================================
Skin styles for DotNetNuke
================================
  
body {
	background-color: #000000;
	color: white;
	margin-left : 0%;
	margin-top : 0%;
	margin-right : 0%;
}
*/ 
#Body {
	background-color: #000000;
	color: white;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.Normal,.NormalDisabled, td
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 color: white;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: White;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica;
	height: 23px;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #444444;
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #323230; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	height: 23px;
}
.Separator_MenuItem {
	color: white; 
	background-color: #444444;
}
.MainMenu_SubMenu {
	background-color: #444444;
	color: white; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuIcon {
	background-color: #444444; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
	 text-decoration: underline;
    font-weight:  bold;
    color: white;
}

/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs {
	 font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.MediaTabs:link {
    text-decoration: none;
    color: white;
}

A.MediaTabs:visited  {
    text-decoration: none;
    color: white;
}

A.MediaTabs:active   {
    text-decoration: underline;
    color: white;
}

A.MediaTabs:hover    {
    text-decoration: underline;
    color: white;
}
.SubHead {
	font-weight: bold;
   font-size: 8.5pt;
	color: white;
}
.C5SLLC_RootMenuItem TD
{
	color: #FFFFFF; 
	font-size:11px; 
	background:transparent;
	padding:5px 5px 5px 5px;
	font-family:Arial;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
	 background: black;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link {
    text-decoration:    underline;
    color: #FFFFFF;
}

a:visited  {
    text-decoration:    underline;
    color: #0000FF;
}

a:active   {
    text-decoration:    underline;
    color: #FFFFFF;
}

a:hover    {
    text-decoration:    underline;
    color: #ff0000;
}