/* ================================
    CSS STYLES 
   ================================
*/   


/* 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
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn:ctr3354:SiteSettings:cmdUpdate", "", true, "", "", false, true))
Update
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* 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  {
 font-family: Arial, Helvetica;
 color: #77BE4A;
}

H2  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #77BE4A;
}

H3  {
 font-family: Arial, Helvetica;
}

H4  { 
font-family: Arial, Helvetica;
}

H5, DT  {
 font-family: Arial, Helvetica;
}

H6  {
 font-family: Arial, Helvetica;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
 font-family: Arial, Helvetica;
}

A:visited   {
 font-family: Arial, Helvetica;
}

A:active    {
 font-family: Arial, Helvetica;
}

A:hover {
 font-family: Arial, Helvetica;
}

SMALL   {
 font-family: Arial, Helvetica;
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
 font-family: Arial, Helvetica;
}

UL LI LI    {
 font-family: Arial, Helvetica;
}

UL LI LI LI {
 font-family: Arial, Helvetica;
}

OL LI   {
 font-family: Arial, Helvetica;
}

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 {
}





/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.LoginMaster {
	float:left;
	display: inline;
	width: 147px;
	margin: 0;
	padding: 0;
	background: #EFEFEF;
	overflow: hidden;
}



.LoginTopMiddleBorder { height:7px; background: url('/Portals/0/login/login-head-top.gif') repeat-x; font-size: 1px; line-height: 0; }
.LoginTopLeftBorder { width:7px; height:7px; float:left; background: url('/Portals/0/login/login-head-top-lc.gif') no-repeat; }
.LoginTopRightBorder { width:7px; height:7px; float:right; background: url('/Portals/0/login/login-head-top-rc.gif') no-repeat; }

.LoginHeadLeftBorder { background:  url('/Portals/0/login/login-head-left.gif') repeat-y;  }
.LoginHeadRightBorder { background: url('/Portals/0/login/login-head-right.gif') repeat-y 100% 0;  }
.LoginHeadContent { margin: 0 2px 0 2px; background:  #42474A; padding: 0 5px 5px 10px;  color:#FFFFFF; }

.LoginMiddleLeftBorder { background:  url('/Portals/0/login/login-left.gif') repeat-y; }
.LoginMiddleRightBorder {  background:  url('/Portals/0/login/login-right.gif') repeat-y 100% 0; }
.LoginMiddleContent { margin: 0 2px 0 2px; padding: 5px 0;   background: #63B61A; color: #FFFFFF;  }

.LoginBottomMiddleBorder { margin: 0 2px 0 0; height:6px; font-size: 1px; line-height: 0; background: #EFEFEF  url('/Portals/0/login/login-bottom.gif') repeat-x; }
.LoginBottomLeftBorder { width:6px; height:6px; float:left; background: url('/Portals/0/login/login-bottom-lc.gif') no-repeat; }
.LoginBottomRightBorder { width:6px; height:6px; float:right; background: url('/Portals/0/login/login-bottom-rc.gif') no-repeat; }


