/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
div.float {
  float: left;
  }
  
div.float p {
   text-align: left;
   }



/* 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   {
}

/* 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
{
}

/* 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  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}

/*begin smx*/
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

/* Dark Background Elements */
.DarkBG {
width: auto;
color: #1B2B44;
font-size: 8.5pt;
font-family: Tahoma, Arial, Helvetica;
}
		
a.DarkBG:link, a.LightBG:active {
text-decoration: none;
color: #1B2B44;
font-weight: normal;
}
		
a.DarkBG:link, a.LightBG:visited, {
text-decoration: none;
color: #1B2B44;
font-weight: normal;
}
		
		
a.DarkBG:hover {
text-decoration: underline;
color: #FF0000;
font-weight: normal;
}

/* Light Background Elements */
.LightBG {
width: auto;
color: #404040;
font-size: 8.5pt;
font-family: Tahoma, Arial, Helvetica;
}
		
a.LightBG:link, a.LightBG:active {
text-decoration: none;
color: #467599;
font-weight: normal;
}
		
a.LightBG:link, a.LightBG:visited, {
text-decoration: none;
color: #467599;
font-weight: normal;
}
		
		
a.LightBG:hover {
text-decoration: underline;
color: #FF0000;/*was 404040*/
font-weight: normal;
}

/* Light Background Copyright Elements */
.LightBG_CPYRT {
width: auto;
color: #BDBDBD;
font-size: 8.5pt;
font-family: Tahoma, Arial, Helvetica;
}
		
a.LightBG_CPYRT:link, a.LightBG_CPYRT:active {
text-BDBDBD: none;
color: #1B2B44;
font-weight: normal;
}
		
a.LightBG_CPYRT:link, a.LightBG_CPYRT:visited, {
text-decoration: none;
color: #BDBDBD;
font-weight: normal;
}
		
a.LightBG_CPYRT:hover {
text-decoration: none;
color: #BDBDBD;
font-weight: normal;
}

.SMX_title_home {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color: #003366;
}

A.SMX_title_home:link {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color: #003366;
text-decoration: none;
}

A.SMX_title_home:active {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color: #003366;
text-decoration: none;
}

A.SMX_title_home:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color: #003366;
text-decoration: none;
}

A.SMX_title_home:hover {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color: #FF0000;/*#5C6A85;*/
text-decoration: underline;
*end smx*/












