/* ++++++++++++++++++++++++++++++++++++
     CSS Styles for Portal Skins
    ++++++++++++++++++++++++++++++++++++
*/

/* border colors */

/* border surrounding entire content area */
#contentborder {border-top: 1px solid #bad1dc; border-left: 1px solid #bad1dc; border-right: 1px solid #bad1dc; width: 916px!important; }

/* border surrounding container */
#containerborder { border: solid 1px #4a4a4a; }

/* colors of the main navigation menu - text only*/

/* color for the 1st child navigation menu links */
.MainMenu_MenuItem
{
color:#000;
}

/* color for the top level navigation menu links */
.MainMenu_RootMenuItem
{
color:#000;
}

/*color for the top level navigation menu links when hovered */
.MainMenu_RootMenuItemHover
{
color: #62655b;
}

/* color for the child navigation menu links when hovered */
.MainMenu_SubMenuItemHover
{
color: #62655b;
}


/* Footer Styles */
#FooterContainer { background: #62655b }
#Footer { color: #FFFFFF; }
#Footer a {color: #FFFFFF; }
#Footer a:hover { color: #FFFFFF; }


/* heading colors */
h1 { color: #1A3C8E; }	
h2 { color: #62655b; }	
h3 { color: #1A3C8E; }	
h4 { color: #1A3C8E; }

/* tag line text colors */
.tagline { color: #62655b; }
.tagline2 { color: #3d3f38;}

/* general styles */
a:link { color: #1A3C8E;  }
a:visited { color: #1A3C8E;  }
a:active { color: #4581d0;  }
a:hover { color: #62655b;  }

.menu { margin: 0; }
.menu a:link { color: #000; text-decoration: none; }
.menu a:visited { color: #1A3C8E; text-decoration: none; }
.menu a:active { color: #62655b; text-decoration: none; }
.menu a:hover { color: #62655b; text-decoration: underline; }
.menu ul { margin: 5px 0 0 0; padding: 0; }
.menu li { margin-left: 0; }
.menu li a:link { color: #4581d0; text-decoration: none; }
.menu li a:active { color: #4581d0; text-decoration: none; }
.menu li a:hover { color: #4581d0; text-decoration: underline; }
.menu li a:visited { color: #4581d0; text-decoration: none; }

.caption    { color: #cc0000; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

.lineacross { color: #A0C3DF; border-bottom: 1px solid #A0C3DF; }

/* add padding on the left and right side of the pane */
#dnn_ContentPane {
margin: 0px; 
border: 0px; 
padding: 0px 9px 0px 9px; 
height: 100%;
}


#dnn_TopPane {
margin: 0; 
border: 0; padding: 0px 0px 0px 0px; 
height: 100%;
}


/* padding on the right side of the pane */
#dnn_LeftPane {
margin: 0; 
border: 0; 
padding: 0px 9px 0px 0px; 
height: 100%;
}



#dnn_RightPane {
margin: 0px; 
border: 0px; 
padding: 0px 0px 0px 0px; height: 100%;
}


#dnn_FarRightPane {
margin: 0px; 
border: 0px; 
padding: 0px 0px 0px 9px;
 height: 100%;}

#dnn_TitlePane {}
#dnn_BottomPane {}

/* Horizontal rule (horizontal line) style */
hr { }

/* ++++++++++++++++++++++++++++++++++++
     End of CSS Styles for Portal Skins
    ++++++++++++++++++++++++++++++++++++
*/


/* 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 {
}















