/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	font-family: Verdana;
}

/* background color for the content part of the pages */
Body
{
    background-color: #f3f3f3;
	/*background-image: url(bg.jpg);  */
    color: black;
}

.LeftPane {
color:#FFFFFF;
}

.RightPane {
}

.ContentPane {
}

.Pane4 {
}
.Bottombutts {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color: #9999CC;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #9999CC;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #9999CC;
}

.SubHead    {

    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: #000000;
}

A:link  {
    color: #330099;
    text-decoration: underline;

}

A:Hover  {
    color: #000000;
}

A:visited  {
    color: #330099;
    text-decoration: underline;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color: #000000;
}

A.CommandButton:visited  {
    color: #000000;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#000000;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.Footer:link,A.Footer:visited,A.Footer:active
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.Footer:hover    {
    text-decoration:    underline;
    color:#000000;
}
/* Main Menu */

.MainMenu_MenuContainer {
  background: #000000;
  border: none;
}

.MainMenu_MenuBar {
  cursor: pointer;
    cursor: hand;
    height: 16;
    background: #000000;
}

.MainMenu_MenuItem {
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    background: #000000;
    font: 12px verdana, Helvetica, sans-serif;
    border: none;
}

.MainMenu_MenuIcon {
 /* cursor: hand;
  background: #000000;
  text-align: center; */
  cursor: pointer;
  cursor: hand;
  background: #000000;
  width: 0;
  height:16;
  border: none;
}

.MainMenu_SubMenu {
  z-index: 1000;
  cursor: pointer;
  cursor: hand;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=0); */
  background: #000000;
  border: none;
}

.MainMenu_MenuBreak {
 background: #000000;
 height: 0px;
}

.MainMenu_MenuItemSel {
  font: 12px verdana, Helvetica, sans-serif;
  color: #d6dce5;
  background: #000000;
  cursor: pointer;
  cursor: hand;
  border: none;
}

.MainMenu_MenuArrow {
    font-family: webdings;
    font-size: 10pt;
    color: #000000; */
    cursor: pointer;
    cursor: hand;
    background: #000000;
    border: none;
}

.MainMenu_RootMenuArrow {
font-family: webdings;
    font-size: 10pt;
    color: #000000; */
    cursor: pointer;
    cursor: hand;
    background: #000000;
    border: none;
}
.UserLink
{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
A.UserLink:link,A.UserLink:visited,A.UserLink:hover,A.UserLink:active
{
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.topcss:link,A.topcss:visited,A.topcss:active
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}





