/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*outter space on fixed format */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #333333;
}

/* main page area */
.skinmaster {
	height: 100%;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
}
.skinheader {
	background-color: #ffffff;
}
.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;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	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;
}

.CurrentDate
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #999999;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.Breadcrumb
{
    font-weight: normal;
    font-size: 8.5pt;
    color: #999999;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.Breadcrumb:link
{
    font-weight: normal;
    font-size: 8.5pt;
    color: #999999;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.Breadcrumb:visited
{
    text-decoration:    none;
    color:#999999;
}

A.Breadcrumb:hover
{
    text-decoration: underline;
    color:#bf0000;
}

A.Breadcrumb:active
{
    text-decoration: none;
    color:#666666;
}
.YouAreHere
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #999999;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/*========================================================*/
/*   Announcement Module Text                             */
/*========================================================*/
.AnnounceTitle {font-family: tahoma; font-size: 13px; font-weight: bold; color: #369; padding: 0; margin: 0;}
.AnnounceDate  {font-family: tahoma; font-size: 9px; font-weight: normal; font-style: italic; color: #369; padding: 0;  margin: 0;}
.AnnounceText  {font-family: tahoma; font-size: 13px; font-weight: normal; color: #000; padding: 0;  margin: 0;}
.AnnounceText P {font-family: tahoma; font-size: 13px; font-weight: normal; color: #000; padding: 0;  margin: 0;}
.AnnouncementText a:link, a:visited, a:active {font-family: tahoma; font-size: 13px; font-weight: bold; color: #666; padding: 0;  margin: 0; text-decoration: underline;}
.AnnouncementText a:hover {font-family: tahoma; font-size: 13px; font-weight: bold; color: #444; padding: 0;  margin: 0; text-decoration: underline;}


/*========================================================*/
/*   Text                                               */
/*========================================================*/
/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 13px; color: #969696; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 13px; font-weight: bold; color: #969696; }
/*-- red text on site for errors       --*/ .NormalRed { color: #bf0000; font-family: tahoma; font-weight: bold; font-size: 13px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 13px; font-weight: bold; color: #999; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 13px; color: #999; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*   Links                                          */
/*========================================================*/
/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #dcd177; font-family: tahoma; font-weight: normal; font-size: 13px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #bf0000; font-family: tahoma; font-size: 13px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #999999; font-family: tahoma; font-weight: normal; font-size: 13px; text-decoration: underline; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #bf0000; font-family: tahoma; font-size: 13px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #636363; border: 1px solid #131313; background: #cccccc; padding: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 13px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #030303; border: 1px solid #131313; background: #efefef; padding: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 13px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 27px 6px 31px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}
/*========================================================*/
/*   Main Menu and Module Menus							  */
/*========================================================*/
/*-- removing bg colors         --*/ .MainMenu_Idle.MainMenu_MenuItem, .MainMenu_Selected.MainMenu_MenuItemSel, .MainMenu_Active.MainMenu_MenuItem, .MainMenu_BreadcrumbActive.MainMenu_MenuItem { background:transparent; }
/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background-image: url(LightGrayFade_RedTip.gif); background-repeat: repeat-x; vertical-align: top; height: 34px; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1px 0 0 0; background: #EEEEEE; padding: 0px; border: 1px solid #AAA; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #363636; font-size: 13px; background: #FCFCFC; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 13px; font-weight: bold; cursor: pointer; cursor: hand; color: #bf0000; background: #EEE; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #000; background: transparent; font-size: 8pt; padding: 9px 10px 10px 10px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #bf0000; background: transparent; font-size: 8pt; vertical-align: middle; padding: 0px 10px 0px 10px; font-weight: bold; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #bf0000; background: transparent; font-size: 8pt; padding: 9px 10px 10px 10px; font-weight: bold; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(divider_menuitem2.gif) no-repeat top right transparent; padding: 0; width:2px; height: 28px; vertical-align: middle; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}

/*========================================================*/
/*   Other Items										  */	
/*========================================================*/
/*-- copyright class            --*/ .CopyrightClass { text-align:right; font-weight: normal;}
/*-- privacy class              --*/ .PrivacyClass { text-align:left;}
/*-- footer breakline	        --*/ .FooterBreak { background-color: #bf0000; height: 1px; }
/*-- footer class               --*/ .FooterClass { background-color: #131313; vertical-align: middle; height: 32px;}
/*-- announcement title			--*/ .ANN_Title { font-family: tahoma; font-size: 13px; font-weight: bold; color: #c9c9c9;} 
/*-- announcement publish date	--*/ .ANN_PublishDate { font-family: tahoma; font-size: 10px; font-weight: normal; font-style: italic; color: #c9c9c9;} 

/*========================================================*/
/*   Announcement Module Text                             */
/*========================================================*/
.AnnounceTitle {font-family: tahoma; font-size: 13px; font-weight: bold; color: #c9c9c9; padding: 0; margin: 0;}
.AnnounceDate  {font-family: tahoma; font-size: 9px; font-weight: normal; font-style: italic; color: #c9c9c9; padding: 0;  margin: 0;}
.AnnounceText  {font-family: tahoma; font-size: 13px; font-weight: normal; color: #969696; padding: 0;  margin: 0;}
.AnnounceText P {font-family: tahoma; font-size: 13px; font-weight: normal; color: #969696; padding: 0;  margin: 0;}
.AnnouncementText a:link, a:visited, a:active {font-family: tahoma; font-size: 13px; font-weight: normal; color: #dcd177; padding: 0;  margin: 0; text-decoration: underline;}
.AnnouncementText a:hover {font-family: tahoma; font-size: 13px; font-weight: normal; color: #bf0000; padding: 0;  margin: 0; text-decoration: none;}



/* main menu stuff */
/*
.skinmenubar 
{
	background-image: url(LightGrayFade_RedTip.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 34px;
}
.MenuBarUnderline
{
	background-color: #bf0000;
	height: 2px;
}
.main_dnnmenu_container
{
	background-color: red;
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: transparent;
}
.main_menu_separator
{
	background-image: url(menu_divider.gif);
	background-color: Green;
	width: 5px;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on /
	cursor: pointer; 
	cursor: hand; 
	color: Blue; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #cccccc;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional 
    padding:  1px 0px 3px 0px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on 
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	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 7px 2px;   /*explicitly set padding for root menu items
}

.main_dnnmenu_itemhover
{  
	color: #bf0000;
}

/* effects the sub menu hover 
.main_dnnmenu_itemhover td {  
	background-color: #efefef;
	color: #bf0000;
	
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cdcdcd;  
	color: #000000;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	border: solid 0px #bf0000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 15px 11px 11px 0px;   /*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: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 13px;
  font-weight: normal;
}
*/

/*-- default links visited and active  --*/ a.ImageLink:link, a.ImageLink:visited, a.ImageLink:active, a.ImageLink:hover {text-decoration: none; }

.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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #999999;
}
