/* ================================
    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
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */

.Head   {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;

}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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
{
/*margin: 3px 25px 0px 8px;*/
}

/* 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    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}



SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* 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_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
 a:active {  text-decoration: underline; font-weight: bold; color: #242424}
 a:link {  text-decoration: none; font-weight: bold; color: #242424} 
 a:visited {  text-decoration: none; font-weight: bold; color: #242424}
 a:hover {  text-decoration: underline; font-weight: bold; color: #242424}
 
.bold   { color: #63584C; font-size: 9px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.bold a:link     { color: #63584C; text-decoration: underline }
.bold a:visited    { color: #63584C; text-decoration: underline }
.bold a:active    { color: #63584C; text-decoration: underline }
.bold a:hover    { color: #63584C; text-decoration: none }

.footer   { color: #63584C; font-size: 10px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif }
.footer a:active  { color: #63584C; font-size: 10px; font-weight: bold; text-decoration: underline }
.footer a:link  { color: #63584C; font-size: 10px; font-weight: bold; text-decoration: underline } 
.footer a:visited  { color: #63584C; font-size: 10px; font-weight: bold; text-decoration: underline }
.footer a:hover  { color: #63584C; font-size: 10px; font-weight: bold; text-decoration: underline }

.footerbold   { color: #63584C; font-size: 10px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif }
.footerbold a:active  { color: #63584C; font-size: 10px; font-weight: bold; text-decoration: underline }
.footerbold a:link  { color: #63584C; font-size: 10px; font-weight: bold; text-decoration: underline } 
.footerbold a:visited  { color: #63584C; font-size: 10px; font-weight: bold; text-decoration: underline }
.footerbold a:hover  { color: #63584C; font-size: 10px; font-weight: bold; text-decoration: underline }

.h1   { 
	color: #fbfbfb;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    line-height: 16px;
 }
.h1 a:link     { color: #fbfbfb; text-decoration: underline }
.h1 a:visited    { color: #fbfbfb; text-decoration: underline }
.h1 a:active    { color: #fbfbfb; text-decoration: underline }
.h1 a:hover    { color: #fbfbfb; text-decoration: underline }

.h2   { color: #63584C; font-size: 14px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.h2 a:link     { color: #63584C; text-decoration: underline }
.h2 a:visited    { color: #63584C; text-decoration: underline }
.h2 a:active    { color: #63584C; text-decoration: underline }
.h2 a:hover    { color: #63584C; text-decoration: underline }

.large   { color: #000000; font-size: .7em; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.large a:link     { color: #000000; text-decoration: underline }
.large a:visited    { color: #000000; text-decoration: underline }
.large a:active    { color: #000000; text-decoration: underline }
.large a:hover    { color: #000000; text-decoration: underline }

.largewhite   { color: #ffffff; font-size: .7em; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.largewhite  a:link     { color: #ffffff; text-decoration: underline }
.largewhite  a:visited    { color: #ffffff; text-decoration: underline }
.largewhite  a:active    { color: #ffffff; text-decoration: underline }
.largewhite  a:hover    { color: #ffffff; text-decoration: underline }

.racetext   { color: #000000; font-size: 10px; font-weight: normal; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.racetext a:link     { color: #000000; text-decoration: underline }
.racetext a:visited    { color: #000000; text-decoration: underline }
.racetext a:active    { color: #000000; text-decoration: underline }
.racetext a:hover    { color: #000000; text-decoration: underline }

.tabletext   { color: #000000; font-size: 9px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.tabletext a:link     { color: #000000; text-decoration: underline }
.tabletext a:visited    { color: #000000; text-decoration: underline }
.tabletext a:active    { color: #000000; text-decoration: underline }
.tabletext a:hover    { color: #000000; text-decoration: underline }

.whitetext   { color: #ffffff; font-size: 9px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.whitetext a:link     { color: #ffffff; text-decoration: underline }
.whitetext a:visited    { color: #ffffff; text-decoration: underline }
.whitetext a:active    { color: #ffffff; text-decoration: underline }
.whitetext a:hover    { color: #ffffff; text-decoration: underline }

.h3   { color: #63584C; font-size: .6em; font-weight: normal; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.h3 a:link     { color: #63584C; text-decoration: underline }
.h3 a:visited    { color: #63584C; text-decoration: underline }
.h3 a:active    { color: #63584C; text-decoration: underline }
.h3 a:hover    { color: #63584C; text-decoration: underline }

.rightnav   { color: #ffffff; font-size: 10px; font-weight: normal; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.rightnav a:link     { color: #ffffff; text-decoration: underline }
.rightnav a:visited    { color: #ffffff; text-decoration: underline }
.rightnav a:active    { color: #ffffff; text-decoration: underline }
.rightnav a:hover    { color: #ffffff; text-decoration: underline }

.leftnav   { color: #ffffff; font-size: 10px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.leftnav a:link     { color: #ffffff; text-decoration: underline }
.leftnav a:visited    { color: #ffffff; text-decoration: underline }
.leftnav a:active    { color: #ffffff; text-decoration: underline }
.leftnav a:hover    { color: #ffffff; text-decoration: none }

.rightnavlarge   { color: #ffffff; font-size: 11px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.rightnavlarge a:link     { color: #ffffff; text-decoration: underline }
.rightnavlarge a:visited    { color: #ffffff; text-decoration: underline }
.rightnavlarge a:active    { color: #ffffff; text-decoration: underline }
.rightnavlarge a:hover    { color: #ffffff; text-decoration: underline }

.maintext   { color: #63584C; font-size: 11px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.maintext a:link     { color: #63584C; font-size: 11px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.maintext a:visited    { color: #63584C; font-size: 11px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.maintext a:active    { color: #63584C; font-size: 11px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.maintext a:hover    { color: #63584C; font-size: 11px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }

.maintextbold   { color: #63584C; font-size: 10px; font-weight: bold; font-family: verdana, arial, helvetica, geneva, sans-serif; line-height: 18px; text-decoration: none }
.maintextbold a:link     { color: #63584C; text-decoration: underline }
.maintextbold a:visited    { color: #63584C; text-decoration: underline }
.maintextbold a:active    { color: #63584C; text-decoration: underline }
.maintextbold a:hover    { color: #63584C; text-decoration: underline }

.smalltext     { color: #ffffff; font-weight: normal; font-size: 8px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.smalltext a:link     { color: #ffffff; text-decoration: underline }
.smalltext a:visited     { color: #ffffff; text-decoration: none }
.smalltext a:active     { color: #ffffff; text-decoration: none }
.smalltext a:hover    { color: #ffffff; text-decoration: none }

.font1     { color: #555555; font-weight: normal; font-size: 15px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font1 a:link     { color: #555555; text-decoration: none }
.font1 a:visited     { color: #555555; text-decoration: none }
.font1 a:active     { color: #555555; text-decoration: none }
.font1 a:hover    { color: #555555; text-decoration: none }

.font2     { color: #000000; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font2 a:link     { color: #000000; text-decoration: none }
.font2 a:visited     { color: #000000; text-decoration: none }
.font2 a:active     { color: #000000; text-decoration: none }
.font2 a:hover    { color: #000000; text-decoration: none }

.font3     { color: #8b8b8b; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font3 a:link     { color: #8b8b8b; text-decoration: none }
.font3 a:visited     { color: #8b8b8b; text-decoration: none }
.font3 a:active     { color: #8b8b8b; text-decoration: none }
.font3 a:hover    { color: #8b8b8b; text-decoration: none }

.font4     { color: #000000; font-weight: normal; font-size: 15px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font4 a:link     { color: #000000; font-weight: normal; font-size: 15px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.font4 a:visited     { color: #000000; font-weight: normal; font-size: 15px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.font4 a:active     { color: #000000; font-weight: normal; font-size: 15px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.font4 a:hover    { color: #000000; font-weight: normal; font-size: 15px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }

.font5     { color: #ffffff; font-weight: normal; font-size: 11px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font5 a:link     { color: #ffffff; text-decoration: none }
.font5 a:visited     { color: #ffffff; text-decoration: none }
.font5 a:active     { color: #ffffff; text-decoration: none }
.font5 a:hover    { color: #ffffff; text-decoration: none }

.font6     { color: #ed144e; font-weight: bold; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font6 a:link     { color: #ed144e; font-weight: bold; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font6 a:visited     { color: #ed144e; font-weight: bold; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font6 a:active     { color: #ed144e; font-weight: bold; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font6 a:hover    { color: #ed144e; font-weight: bold; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }

.font7     { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font7 a:link     { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.font7 a:visited     { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.font7 a:active     { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
.font7 a:hover    { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }

#font7     { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
#font7 a:link     { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
#font7 a:visited     { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
#font7 a:active     { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }
#font7 a:hover    { color: #555555; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: underline }

.font8     { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.font8 a:link     { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.font8 a:visited     {color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.font8 a:active     { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.font8 a:hover    { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

.font9     { color: #ffffff; font-weight: normal; font-size: 18px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.font9 a:link     {  color: #ffffff; font-weight: normal; font-size: 18px; font-family: Arial, Helvetica, sans-serif; text-decoration: none  }
.font9 a:visited     { color: #ffffff; font-weight: normal; font-size: 18px; font-family: Arial, Helvetica, sans-serif; text-decoration: none  }
.font9 a:active     {  color: #ffffff; font-weight: normal; font-size: 18px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.font9 a:hover    {  color: #ffffff; font-weight: normal; font-size: 18px; font-family: Arial, Helvetica, sans-serif; text-decoration: none  }

.font10     { color: #ffffff; font-weight: normal; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font10 a:link     { color: #ffffff; font-weight: normal; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font10 a:visited     { color: #ffffff; font-weight: normal; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font10 a:active     { color: #ffffff; font-weight: normal; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font10 a:hover    { color: #ffffff; font-weight: normal; font-size: 14px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }

.font11     { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font11 a:link     { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font11 a:visited     { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none}
.font11 a:active     { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font11 a:hover    { color: #fbfbfb; font-weight: normal; font-size: 12px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }

.font12     { color: #000000; font-weight: normal; font-size: 12px; line-height: 14pt; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font12 a:link     { color: #000000; text-decoration: none }
.font12 a:visited     { color: #000000; text-decoration: none }
.font12 a:active     { color: #000000; text-decoration: none }
.font12 a:hover    { color: #000000; text-decoration: none }

.font13     { color: #ED144E; font-weight: bold; font-size: 13px; font-family: verdana, arial, helvetica, geneva, sans-serif; text-decoration: none }
.font13 a:link     { color: #ED144E; text-decoration: none }
.font13 a:visited     { color: #ED144E; text-decoration: none }
.font13 a:active     { color: #ED144E; text-decoration: none }
.font13 a:hover    { color: #ED144E; text-decoration: none }

.tableborder { border: 1px solid #232323;}


.formInput {
font: 8pt Verdana, Arial, Helvetica, sans-serif;
color: #254C77;
background-color: #ffffff;
border: 1px solid #cccccc;
}


.textArea {
font: 8pt Verdana, Arial, Helvetica, sans-serif;
color: #254C77;
background-color: #ffffff;
border: 1px solid #cccccc;
}

.formButton {
font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
color: #999999;
background-color: #ffffff;
border: 1px solid #cccccc;
cursor: pointer;
}






