/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

@import url("menu.css");

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}
/* background color for the content part of the pages */
Body
{
background-image:url(bg.gif);
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}
.TopBar 
{
background-image:url(NewBlue.gif);
}
.BottomBar
{
height:26;
background-image:url(NewBluebot.gif);
}
.LeftPane  { 

}
.TopPane  {
}

.ContentPane  { 
}

.RightPane  { 
	
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: blod;
    font-size: 8pt;
    color: #fff;
    font-family: Verdana;
    text-decoration: none;
}
.CURRENTDATE {
    font-weight: normal;
    font-size: 8pt;
    color: #999999;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #fff;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #fff;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #fff;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #FF9900;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:blue;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	 font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: black;
}
A.SubHead:link {
    text-decoration:    none;
    color:black;
}

A.SubHead:visited  {
    text-decoration:    none;
    color:black;
}

A.SubHead:active   {
    text-decoration:    none;
    color:black;
}

A.SubHead:hover    {
    text-decoration:    none;
    color:red;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
}



