/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #003366;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

    
/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family:normal 16px Tahoma, Arial, Helvetica;
    color: #666644;
}

H2  {
    font-family:Normal 14px Tahoma, Arial, Helvetica;
    color: #666644;
}

H3  {
    font-family:normal 12px Tahoma, Arial, Helvetica;
    color: #003366;
}

H4  {
    font-family:normal 12px Tahoma, Arial, Helvetica;
    color: #003366;
}

H5, DT  {
    font-family:bold 11px Tahoma, Arial, Helvetica;
    color: #003366;
}

H6  {
    font-family:bold 11px Tahoma, Arial, Helvetica;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family:bold 12px Tahoma, Arial, Helvetica;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #00f;
}

A:visited   {
    text-decoration:    none;
    color:  #00f;
}

A:hover {
    text-decoration:    underline;
    color:  #cc0000;
}

A:active    {
    text-decoration:    none;
    color:  #00f;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 20px;
	background-color: Transparent;
         
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
        font-size:11px;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
        border-top: white 0px solid;
	border-bottom: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
        padding-top:4px;
        padding-bottom:2px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: hand;
	background-color: #003366;
        font-family: Tahoma, Arial, Helvetica;
        font-size:11px;
	font-weight: bold;
	font-style: normal;
        border:1px solid #ffffff;
        
 
	}

.MainMenu_MenuBreak
{
	display:none;
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	background-color: #cc0000;
        padding-top:4px;
        padding-bottom:2px;

}
.MainMenu_RootMenuArrow
{
	display:none;
}
