/* =============================================================
    SKIN DEFAULT CSS STYLES FOR THE ENTERPRISE DEVELOPERS GUILD
   =============================================================
*/


/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}

.ContentPane
{
}

.CenterPane
{
}

.MiddlePane
{
}

.RightPane
{
}

/* text style for the selected tab */
.SelectedTab
{
	color: #FFFFFF;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #FFFFFF;
}

A.SelectedTab:visited
{
	color: #FFFFFF;
}

A.SelectedTab:active
{
	color: #FFFFFF;
}

A.SelectedTab:hover
{
	color: #FFCC00;
}

/* text style for the unselected tabs */
.OtherTabs
{
	color: #FFFFFF;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	color: #FFFFFF;
}

A.OtherTabs:visited
{
	color: #FFFFFF;
}

A.OtherTabs:active
{
	color: #FFFFFF;
}

A.OtherTabs:hover
{
	color: #FFCC00;
}

.LinksFooter
{
}

/* text style for the footer */
.Footer
{
	background-color: #336699;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
}

/* hyperlink style for the footer */
A.Footer:link
{
	color: #FFFFFF;
	text-decoration: none;
}

A.Footer:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

A.Footer:active
{
	color: #FFFFFF;
	text-decoration: none;
}

A.Footer:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/* 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
{
	color: #336699;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #336699;
}

A.CommandButton:visited
{
	color: #336699;
}

A.CommandButton:active
{
	color: #336699;
}

A.CommandButton:hover
{
	color: #FFCC00;
}

/* GENERIC */
H1
{
}

H2
{
}

H3
{
}

H4
{
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
	color: #336699;
}

A:visited
{
	color: #336699;
}

A:active
{
	color: #336699;
}

A:hover
{
	color: #FFCC00;
}

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
{
	height: 20px;
	margin: 0px;
	clear: none;
	background-color: #FFCC00;
}

.MainMenu_MenuBar
{
	height: 20px;
}

.MainMenu_MenuItem
{
	color: #000000;
	font-size: 8.5pt;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	height: 20px;
}

.MainMenu_rootItem
{
	color: #000000;
	font-size: 8.5pt;
	font-weight: bold;
	font-style: normal;
	border: none;
}

.MainMenu_MenuIcon
{
	background-color: #FFCC00;
	text-align: center;
	width: 15;
	height: 20px;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}

.MainMenu_SubMenu
{
	background-color: #FFCC00;
	border: 5px solid #FFCC00;
}

.MainMenu_MenuBreak
{
	border-bottom: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	background-color: #FFCC00;
	height: 1px;
}

.MainMenu_MenuItemSel
{
	background-color: #336699;
	color: #FFFFFF;
	font-size: 8.5pt;
	font-weight: bold;
	font-style: normal;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	height: 20px;
}
.MainMenu_rootItemSelected
{
	background-color: #336699;
	color: #FFFFFF;
	font-size: 8.5pt;
	font-weight: bold;
	font-style: normal;
	border: none;
	height: 20px;
}

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 8.5pt;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	height: 20px;
	width: 20px;
}

.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 8.5pt;
	height: 20px;
	width: 20px;
}

