/* ================================
    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 */
/* @end SynNet Custom Classes*/
.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #656450;
}

/* PAGE BACKGROUND */
/* Background color for the content part of the pages */
.body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #656450;
}

/* Background color for the site */
#Body{
background-color:#FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg {}

/* @group Content Pane Classes */
#TopPane, #LeftPane, #ContentPane, #RightPane, #BottomPane, #FooterPane {
width:100%;
border-collapse:collapse;
height:auto;
}
TopPane, LeftPane, ContentPane, RightPane, BottomPane, FooterPane {
width:100%;
border-collapse:collapse;
height:auto;
}

/* @end Content Pane Classes*/

/* text style for the selected tab */
.SelectedTab {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active, A.SelectedTab:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

/* text style for the unselected tabs */
.OtherTabs {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active, A.OtherTabs:hover  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

/* @group General Styles */
/* style for module titles */
.Head   {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
color: #515040;
}

/* 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 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #515040;
}

/* text style used for most text rendered by modules */
.Normal, .NormalBold{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #656450;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
}

.NormalRed{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FF0000;
}

.NormalBold{
font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0a038f;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active  {
text-decoration: none;
}
A.commandButton:hover {text-decoration: underline}
  
/* GENERIC */
H1, H2, H3, H4, H5, DT,  H6, TFOOT, THEAD, TH  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#515040;
}

H1 {font-size:18px;}

H2  {font-size: 16px;}

H3  {font-size: 14px;}

H4, H5, DT, H6, TFOOT, THEAD, TH {font-size: 12px;}

A:link, A:visited, A:active, A:hover  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0a038f;
}
A:hover {text-decoration:underline;}

SMALL   {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #656450;
}

BIG {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #656450;
}

BLOCKQUOTE, PRE {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #656450;
}

UL LI, UL LI LI, UL LI LI LI, OL LI, OL OL LI,OL OL OL LI {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #656450;
}

HR {}
/* @end General Styles */

/* @group Module-Specific Styles */

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #656450;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #656450;
}

/* 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; 
}

/*height seems to screw up vertical menus, use padding instead? */
.MainMenu_MenuBar {
cursor: pointer;
background-color: transparent; 
}

/* all items main and sub are affected by these settings */
.MainMenu_MenuItem {
	cursor: pointer;
	height: 24px;
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a038f;
}

.MainMenu_MenuIcon {
display:none;
}

.MainMenu_SubMenu {
	z-index:1000;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-left-color:#999999;
	border-top-color:#999999;
	color: #0a038f;
	font-size:16px;
	background-color:#fff;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#696969, Direction=135, Strength=3);	padding-right: 4px;
	padding-left: 4px;
}

/*not sure what this does in vertical menus*/
.MainMenu_RootMenuItemBreadcrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fff;
}

/* was 1 in top and bottom seems to have no effect #0a038f */
.MainMenu_SubMenuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fa038f;
	font-weight: bold;
	background-color:#fff;
}

.MainMenu_MenuBreak {
color:#999999;
border:thin;}

/*this one handles color of selected main menu items */
.MainMenu_MenuItemSel {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f85503;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*this one handles color of hover main menu items */
.MainMenu_MenuItemSelMouse {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f85503;
	padding-top: 3px;
	padding-bottom: 3px;
}

.MainMenu_Separator{
line-height: 0px;
color:#CCCCCC;
}

/* this one handles hover on sub menus */
.MainMenu_SubMenuItemSel {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #f85503;
	padding-top: 1px;
	padding-bottom: 1px;
}

.MainMenu_MenuArrow {
display:none;}
.MainMenu_RootMenuArrow {
display:none;}
/* @end Main Menu Styles */

