/* @override 
	http://dev.adpi.org/Portals/_default/Skins/DNN-Blue/skin.css
	http://adpi.org/Portals/_default/Skins/ADPI/skin.css
*/

/* ================================
    CSS STYLES FOR Synergy Web Platform
   ================================
   
   Created by: Tim Ahlenius
   Created on: 7/3/2007
   Last Modified by: ENTER NAME HERE
   Last Modified on: ENTER DATE HERE
   
   Description: This is the main CSS file that should be used for all Synergy Web Platform installations.  Please modify the existing classes to fit the design needs for the site. If you need to add your own custom classes, please do so in the Syn.Net Custom Class section listed first below
*/

/* @group SynNet Custom Classes */
/* Place Custom Classes in this area */
table, tr, td, p, font {font-family: Arial, Helvetica, sans-serif; line-height: 1.4em; font-size: 11px;}

.bottomcss{
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

A:link { color: #000066;}
A:visited { color: #333333;}
A:hover { color: #CC3333; text-decoration: underline;}
A:active { color: #CC3333;}
.bodyCopy { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000;}
.bgColor1 { background-color: #669933;}
.bgColor2 { background-color: #8F9068;}
.header1 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FFFFFF;}
.bgColor3 { background-color: #000066;}
.header2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff;}
.bgColor4 { background-color: #E0EF9E;}
.header3, h3 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #669933;}
.headerMain, h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #cc3333;
}
.headerSub, h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000066; text-align: left;
}
.bodyCopyBlue { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000066;}
A.header1:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; color: #FFFFFF;}
A.header1:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; color: #FFFFFF;}
A.header1:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: underline; color: #FFFFFF;}
A.header1:active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: underline; color: #FFFFFF;}
A.header3:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; color: #669933;}
A.header3:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; color: #669933;}
A.header3:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: underline; color: #669933;}
A.header3:active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: underline; color: #669933;}
.filler {
	color: #FFFFCC;
}


.whitelink, a.whitelink:link, a.whitelink:hover, a.whitelink:active, a.whitelink:visited{
		font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
background-color: #669933; 
}
a.whitelink:hover{
	text-decoration: underline;
	font-weight: bold;
}
/* @end SynNet Custom Classes*/

/* PAGE BACKGROUND */
/* Background color for the content part of the pages */
.body{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000
}

/* Background color for the site */
#Body{
background-color:#ffffcc;
}

/* background/border colors for the selected tab */
.TabBg {}

/* @group Content Pane Classes */
#BannerPane, #TopPane, #LeftPane, #ContentPane, #RightPane, #MiddleRightPane, #BottomRightPane, #BottomPane {
border-collapse:collapse;
height:auto;
vertical-align: top;
}

#BannerPane {
	text-align: right;
}

#ContentPane{
	min-width: 450px;
	max-width: 450px;
}

#LeftPane, #RightPane, #MiddleRightPane, #BottomRightPane{
	min-width: 175px;
	max-width: 175px;
}

/* @end Content Pane Classes*/

/* @group General Styles */
/* style for module titles */
.Head   {
font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #cc3333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

/* 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, .NormalBold{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000;
}

.NormalRed{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal;
color:#FF0000;
}

.NormalBold{
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 */
H4, H5, DT,  H6, TFOOT, THEAD, TH  {
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000;
}

SMALL   {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000;
}

BIG {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000;
}

BLOCKQUOTE, PRE {
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000;
}

UL LI, UL LI LI, UL LI LI LI, OL LI, OL OL LI,OL OL OL LI {
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000;
}

HR {}
/* @end General Styles */

/* @group Module-Specific Styles */

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
font-style: normal; font-weight: normal;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {}
.ModuleTitle_MenuBar {}
.ModuleTitle_MenuItem {}
.ModuleTitle_MenuIcon {}
.ModuleTitle_SubMenu {}
.ModuleTitle_MenuBreak {}
.ModuleTitle_MenuItemSel {}
.ModuleTitle_MenuArrow {}
.ModuleTitle_RootMenuArrow {}
/* @end Module-Specific Styles*/

/* @group Main Menu Styles */
.MainMenu_MenuContainer			{background-color: Transparent;width:800px; height:1px;}
.MainMenu_MenuBar				{ cursor: pointer; background-color: #000066; color: #fff; font-size: 12px;}
.MainMenu_MenuIcon      		{ display:none; }
.MainMenu_MenuArrow				{ display:none; }
.MainMenu_RootMenuArrow			{ display:none; }
.MainMenu_SeparatorCssClass, .MainMenu_MenuBreak			{	
background-color: #000066;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
font-weight: bold;
border-bottom: transparent 0px solid; 
    border-left: transparent 0px solid; 
    border-top: transparent 0px solid;  
    border-right: transparent 0px solid; }

.MainMenu_MenuItem {
cursor: pointer;
background-color: #000066;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
font-weight: bold;
}


.MainMenu_SubMenu {
z-index:1000;
cursor: pointer;
background-color: #000066;
font-weight: bold;
font-size: 12px;
}

.MainMenu_MenuItemSel {
background-color: #CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

/* @end Main Menu Styles */

/* @group Member Directory CSS*/
@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
.copyright_dnn {
	color:#FFFFFF;

}
.copyright_dnn a{
	color:#FFFFFF;

}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 110px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 110px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 110px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #091858;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #091858;
	color: #FFF;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* @end Member Directory CSS */

