/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {

}


/* background color for the content part of the pages */
Body
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 13pt;
	word-spacing: normal;
	margin-left: 0px;
	text-transform: none;
	font-family: times;
	letter-spacing: normal;
	background-color: #4E92D8;
}

/* background/border colors for the selected tab */
.TabBg {
/*border: #ff3333 1px solid;*/
}

.LeftPane  { 

}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	color: #999999;
	font-size: 8pt;
	font-family: time, serif;
                LETTER-SPACING:0.2em;
}

/* hyperlink style for the selected tab - primarily used in the breadcrumbs */
A.SelectedTab:link {
	color: #666666;
                LETTER-SPACING:0em;
	font-size: 10pt;
}

A.SelectedTab:visited  {
	color: #666666;
                LETTER-SPACING:0em;
	font-size: 10pt;
}

A.SelectedTab:active   {
                LETTER-SPACING:0em;
	font-size: 10pt;
}

A.SelectedTab:hover    {
                color: #f73cb8;
                LETTER-SPACING:0em;
	font-size: 10pt;
}

/* text style for the unselected tabs */
.OtherTabs {
	color: #666666;
	font-size: 10pt;
	font-family: times, serif;
                LETTER-SPACING:0em;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #666666;
                LETTER-SPACING:0em;

}

A.OtherTabs:visited  {
	color: #666666;
                LETTER-SPACING:0em;
}

A.OtherTabs:active   {
	color: #f73cb8;
                LETTER-SPACING:0em;
}

A.OtherTabs:hover    {
	color: #f73cb8;
                LETTER-SPACING:0em;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-size: 13pt;
	font-family: times;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-size: 11pt;
	font-family: times;
	font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {}

/* text style used for most text rendered by modules */
.Normal{font-size: 13pt; font-family: times;}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{}
.NormalRed{}
.NormalBold{}

/* text style for buttons and link buttons used in the portal admin pages */
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited {
	color: white;	
	border-top: 1px solid antiquewhite;
	border-bottom: 1px solid red;
	border-left: 1px solid antiquewhite;
	border-right: 1px solid red;
	padding: 2px 5px 2px 6px;
	font-family: times;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	/*background: #003399;*/
	background: #F95EF7;
}

a.CommandButton:hover {
	color: pink;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid darkblue;
	border-bottom: 1px solid antiquewhite;
	border-left: 1px solid darkblue;
	border-right: 1px solid antiquewhite;
	font-family: times;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	background: #3366CC;
}
    
.PivotPageAdminButton
{
background: pink;
color: #3366CC;
}


/* GENERIC */
A:link{color: #4E92D8;}
A:visited{color: #4E92D8;}
A:active{color: #f73cb8;}
A:hover {color: #f73cb8;}

BLOCKQUOTE, PRE {
	font-family: times;
	font-size: 11pt;
}

UL LI   {
list-style-image: url(images/bullets.gif) 
	font-family: times;
	font-size: 11pt;
}

/* MODULE-SPECIFIC */
/* style of item titles by Announcements and events */
.ItemTitle    {font-family: times;
	font-size: 11pt;
	font-weight: bold;}

/* Menu-Styles */
/* Module Title Menu */

.ModuleTitle_MenuContainer {}
.ModuleTitle_MenuBar {}
.ModuleTitle_MenuItem {}
.ModuleTitle_MenuIcon {}
.ModuleTitle_SubMenu {}
.ModuleTitle_MenuBreak {}
.ModuleTitle_MenuItemSel {}
.ModuleTitle_MenuArrow {}
.ModuleTitle_RootMenuArrow {}














/* Main Menu */
.MainMenu_MenuArrow
{
    BORDER: transparent 0px solid;
    FONT-SIZE: 0em;
    CURSOR: hand;
    FONT-FAMILY: webdings;
}

.MainMenu_MenuBar
{
    CURSOR: hand;
    HEIGHT: 16px;
    Background-color: transparent;
}

.MainMenu_MenuBreak { 
border-bottom: transparent 0px solid; 
background-color: transparent; 

}

.MainMenu_MenuContainer
{
    BORDER: transparent 0px solid;
    BACKGROUND-COLOR: transparent;
}

.MainMenu_MenuIcon
{
    BORDER-TOP: #f73cb8 1px solid;
    BORDER-bottom: #f73cb8 1px solid;
    BORDER-left: #f73cb8 1px solid;
    BORDER-right: transparent 0px solid;
    CURSOR: hand;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
}

.MainMenu_MenuItem
{

    BORDER-TOP: #f73cb8 1px solid;
    BORDER-bottom: #f73cb8 1px solid;
    BORDER-right: transparent 0px solid;
    BORDER-left: transparent 0px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    CURSOR: hand;
    COLOR: #333333;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial,helvetica,sans-serif;
    BACKGROUND-COLOR: transparent;
}

/*This is for the mouse-over menu color and attributes of all menu items*/


.MainMenu_MenuItemSel
{
    BORDER-TOP: #f73cb8 1px solid;
    BORDER-bottom: #f73cb8 1px solid;
    BORDER-right: #f73cb8 0px solid;
    BORDER-left: #f73cb8 0px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    CURSOR: hand;
    COLOR: #f73cb8;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial,helvetica,sans-serif;
    BACKGROUND-COLOR: #FFFFFF;
}

.MainMenu_MenuIconSel
{
    BORDER-TOP: #f73cb8 0px solid;
    BORDER-bottom: #f73cb8 0px solid;
    BORDER-left: #f73cb8 0px solid;
    BORDER-right: transparent 0px solid;
    CURSOR: hand;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
}

.MainMenu_RootMenuArrow
{
    FONT-SIZE: 0em;
    CURSOR: hand;
}

.MainMenu_SubMenu { 
z-index: 1000; 
cursor: hand; 
background-color: #3399FF; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
    BORDER-TOP: #f73cb8 1px solid;
    BORDER-bottom: #f73cb8 1px solid;
    BORDER-left: #f73cb8 1px solid;
    BORDER-right: #f73cb8 1px solid;
FONT-WEIGHT: bold;
FONT-SIZE: 10pt;
COLOR: #FFFFFF;
} 



.maincontent
{
	background-position: center center;
	z-index: 100;
	background-attachment: fixed;
	background-image: url(http://corporatefairs.com/images/watermark.jpg);
	background-repeat: no-repeat;
}

.HostNameClass
{
	color: #CCCCCC;
	font-size: 7pt;
	font-family: verdana,helvetica,sans-serif;
                LETTER-SPACING:0.2em;
}
A.HostNameClass:link {
	color: #CCCCCC;

}

A.HostNameClass:visited  {
	color: #CCCCCC;
}

A.HostNameClass:hover    {
	color: #f73cb8;
}




/*PIVOT PAGE ADMIN MODULE*/
.AdminHeader
{
color: #FFFFFF;
font-weight: bold;
font-family: arial;
}

#floater
{
    Z-INDEX: 2;
    LEFT: 0px;
    VISIBILITY: visible;
    WIDTH: 125px;
    POSITION: absolute;
    TOP: 0px
}






.PivotPageAdminButton
{	
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 1px;
	margin-left: 1px;
	border-left: #666666 1px solid;
	color: lavender;
	margin-right: 1px;
	border-bottom: #666666 1px solid;
	font-family: Arial, Verdana, Sans-Serif;
	height: 19px;
	background-color: #336699;
	font-variant: small-caps;
}

.PivotPageAdminDropDown
{
	font-size: 9px;
	width: 150px;
	color: #cc3366;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 14px;
}





