/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
color:#2A3179;
font-size: 12;
font-weight:bold;
font-family:Verdana;
}

/* 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,p,div
{
 color:#555555;
 font-size: 11;
 font-weight:normal;
 font-family:Verdana;
}



/* 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 */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}

.standardbutton
{
 background-color:#2A3179;
 color:#FFFFFF;
}
    
/* GENERIC */
H1  {
color:#2A3179;
font-size: 20;
font-weight:bold;
font-family:Verdana;
}

H2  {
color:#2A3179;
font-size: 17;
font-weight:bold;
font-family:Verdana;
}

H3  {
color:#2A3179;
font-size: 15;
font-weight:bold;
font-family:Verdana;
}

H4  {
color:#2A3179;
font-size: 12;
font-weight:bold;
font-family:Verdana;
}


A:link  {
text-align:left;
color:#2A3179;
}

A:visited   {
text-align:left;
color:#2A3179;
}

A:active    {
text-align:left;
color:#2A3179;
}

A:hover {
text-align:left;
color:#2A3179;
}



UL LI   {
text-align:left;
}

UL LI LI    {
text-align:left;
}

UL LI LI LI {
text-align:left;
}

OL LI   {
text-align:left;
}

OL OL LI    {
text-align:left;
}

OL OL OL LI {
text-align:left;
}


.MainMenu_MenuItemSel 
{
color:#FF3333;
background-color:transparent;
}

.searchtext
{
color:#FFFFFF;
}

a.searchtext:link
{
color:#FFFFFF;
}

a.searchtext:hover
{
color:#FF3333;
}


