/* ==============================================
    CSS STYLES FOR Bliss Skin
   ==============================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Arial Black", Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.HeaderPane {
}

.LoginPane {
}

.MenuPane {
}

.LeftPane {
}

.SecondLeftPane {
}

.ContentPane {
}

.SecondContentPane {

}
.BottomPane1 {

}
.BottomPane2 {

}
.BottomPane3 {

}
.RightPane {

}
.SecondRightPane {

}
.LeftInnerPane {

}
.FillerPane1 {

}
.FillerPane2 {

}
.RightInnerPane {

}
.FooterPane {
}
.SecondFooterPane {
}
.Footer1 {

}
.Footer2 {

}
.Footer3 {

}

.CreditsPane {
}

.Copyright
{
	font-weight: bold;
	font-size: 10px;
	color: silver;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
.HELP
{
    font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: blue;
	text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	font-size: 14px;
	text-transform: uppercase;
	color: blue;
	text-decoration: none;
}

A.OtherTabs:visited  {
	font-size: 14px;
	text-transform: uppercase;
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:active   {
	font-size: 14px;
	text-transform: uppercase;
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:hover    {
	font-size: 15px;
	text-transform: uppercase;
    text-decoration:    underline;
    color:blue;
}

/* hyperlink style for the Terms Links */
A.Terms:link
{
	font-size: 8px;
	text-transform: none;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}

A.Terms:visited
{
	font-size: 8px;
	text-transform: none;
	color: blue;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

A.Terms:active
{
	font-size: 8px;
	text-transform: none;
	color: blue;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

A.Terms:hover
{
	font-size: 8px;
	text-transform: none;
	color: blue;
	font-family: Arial, Helvetica;
	text-decoration: underline;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	border-left: #ff8080 0px solid;
	border-bottom: #404040 0px solid;
	font-family: Arial;
	background-color: #669999;
}

.MainMenu_MenuBar
{
	cursor: hand;
	height: 16px;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: blue; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #000000 0px solid;
	height: 21px;
	background-color: #669999;
	text-align: center;
}

.MainMenu_SubMenu
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #ff8080 0px solid;
	cursor: hand;
	border-bottom: #404040 0px solid;
	background-color: #669999;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: normal;
	font-size: 14px;
	cursor: hand;
	color: navy;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #669999;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: black; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow
{
	font-size: 12pt;
	cursor: hand;
	font-family: webdings;
}
