/* ========================================================
    CSS STYLES FOR GLACEAU SKIN BY ONYAKTECH.COM
   ========================================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
}

.HeaderPane {
}

.LoginPane {
}

.MenuPane {
}

.LeftPane {
}

.SecondLeftPane {
}

.ContentPane {
}

.SecondContentPane {

}
.BottomPane1 {

}
.BottomPane2 {

}
.BottomPane3 {

}
.RightPane {

}
.SecondRightPane {

}
.LeftInnerPane {

}
.FillerPane1 {

}
.FillerPane2 {

}
.RightInnerPane {

}
.FooterPane {
}
.SecondFooterPane {
}
.Footer1 {

}
.Footer2 {

}
.Footer3 {

}

.CreditsPane {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663300;

}

/* 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: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #663300;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	color: #990000;
}

.NormalBold
{
	font-weight: bold;
}

/* GENERIC */
H1  {
	color: #663300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}

H2  {
	font-weight: bold;
	color: #996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

H3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}

H4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}

H5, DT  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #996633;
}

H6  {
	color: #663300;
}

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 {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: #663300;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.SelectedTab:visited  {
	text-decoration:    none;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.SelectedTab:active   {
	text-decoration:    none;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.SelectedTab:hover    {
	text-decoration:    none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color:#663300;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration:    none;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.OtherTabs:visited  {
	text-decoration:    none;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.OtherTabs:active   {
	text-decoration:    none;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.OtherTabs:hover    {
	text-decoration:    underline;
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-weight: bold;
    font-size: 12px;
    color: #663300;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
A.CommandButton:visited  {
	text-decoration:    none;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
A.CommandButton:active   {
	text-decoration:    none;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
A.CommandButton:hover    {
	text-decoration:    none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Main Menu */

.MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-attachment: fixed;
	background-color: transparent;
	background-image:    url(MenuBar.gif);
	background-position: left top;
	height: 32px;
}

.MenuBar {
	cursor: pointer;
	cursor: hand;
	height:32;
	position: relative;
	left: 7px;
}

.MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-attachment: fixed;
	background-image:    url(NormalState.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	position: relative;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}

.MenuIcon {
	display: none;
	height: 28px;
}

.MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image:    url(HoverState.gif);
	clear: both;
	float: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}

.MenuBreak {
	height: 0px;
}

.SubMenu {
	z-index: 1000;
	cursor: hand;
	cursor: hand;
	filter:progid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	background-attachment: fixed;
	background-image:    url(NormalState.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 135px;
	text-indent: 5px;
	background-color: #663300;
:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	color: white;
	cursor: pointer;
	cursor: hand;
	background-color: #000033;
	background-image:  url(NormalState.gif);
}

.RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	position: relative;
}

.RootMenuItemBC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
	background-image:    none;
	position: relative;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.SubMenuItemBC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF66;
	background-attachment: fixed;
	background-image:    url(ActiveState.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.RootItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image:    none;
	position: relative;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.RootItemActive {
	cursor: pointer;
	cursor: hand;
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image:    none;
	position: relative;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.SubMenuItemActive {
	cursor: pointer;
	cursor: hand;
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-attachment: fixed;
	background-image:    url(ActiveState.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.RootItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image:    none;
	position: relative;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.SubMenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-attachment: fixed;
	background-image:    url(HoverState.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.Separator {
}
.LeftSep {
}
.RightSep {
}
.LeftSepActive {
}
.RightSepActive {
}
.LeftSepBC {
}
.RightSepBC {
}


