@charset "utf-8";
/* CSS Document */

body {
	background-color: #000720;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
}

a:hover {
	text-decoration:    none;
	color: #00a8e5;
}

a:active {
	text-decoration:    none;
	color: #00a8e5;
}

.heading {
	text-decoration:    none;
	color: #FFFFFF;
}

.SkinObject {
    font-weight: bold;
    font-size: 9pt;
    color: #cccfc2;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#00a8e5;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#00a8e5;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#00a8e5;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #00a8e5;
}

.LeftPane {
	width: 220px;
	background-color: #000720;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
}
.ContentPane{
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.ContentTopLeft {
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.ContentTopRight {
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/*
.RightPane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
*/

.BottomPane {
	width: 100%;
	background-color: #000720;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.TopPane {
	width: 100%;
	background-color: #000720;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.normal	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 18px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #CCCFC2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #000720;
}
.MainMenu_MenuIcon {
	background-color: #000720;
	cursor: pointer; 
	cursor: hand; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	height: 18px;
}
.MainMenu_SubMenu {
	background-color: #000720;
	z-index: 1000;
	cursor: pointer;
	cursor: hand; 
/*	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);  */
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #000720;
	cursor: pointer;
	cursor: hand;
	color: #00A8E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 18px;
}
.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
}

/* The following styles are used by the hard-coded menu between banner and content */
.MenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCFC2;
}
A.MenuLink:link {
    text-decoration:    none;
    color:#CCCFC2;
}
A.MenuLink:visited  {
    text-decoration:    none;
    color:#CCCFC2;
}
A.MenuLink:hover    {
    text-decoration:    none;
    color:#00a8e5;
}
A.MenuLink:active   {
    text-decoration:    none;
    color: #00a8e5;
}

