﻿/* Main body of the side menu page. */
#bottomMenuBody
{
	padding:0px;
	margin:0px;
}

/* Reset the PAGE style from the main page's. */
#page 
{ 
	padding-bottom: 0px;
	margin-bottom:0px;
}

/* Html div control containing all the controls of the side menu. */
.bottomMenuMainDiv
{
	padding:0px;
	margin:0px;
}

/* Menu items are housed in a table each row contains one cell. There are as meny rows as there are menu options. */
.bottomMenuTable
{
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:0px;
	height:24px;
	width:973px;
}


/* Contains common styles applied to each row (not selected). */
.bottomMenuItemRow
{
	padding:0px;
	margin:0px;
}

/* Contains common styles applied to each selected row. */
.bottomMenuItemRowSelected
{
	padding:0px;
	margin:0px;
}

/* Contains common styles applied to each table cell in the menu. */
.bottomMenuItem
{
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	font-family:Verdana;
	font-size:8pt;
	background-color:#989898;
	cursor:pointer;
}

/* Contains commons styles applied to each table cell in the menu when the mouse hovers over the cell. */
.bottomMenuItemMouseOver
{
	text-align:center;
	border-style:solid;
	border-width:0px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	font-family:Verdana;
	font-size:8pt;
	cursor:hand;
	background-image:none;
	cursor:pointer;
}

/* Additional common styles applied to unselected table cells. */
.bottomMenuItemCell
{	
	background-color:#989898;
	color:White;
	cursor:pointer;
}

/* Additional common styles applied to unselected table cells when the mouse hovers over the cell. */
.bottomMenuItemCellMouseOver
{
	background-color:Silver;
	border-color:Gray;
	border-width:0px;
}

/* Additional common styles applied to selected table cells. */
.bottomMenuItemCellSelected
{
	background-color:#b5b7c4;
	color:#0b1856;
	border-width:0px;
}

/* Additional common styles applied to selected table cells when the mouse hovers over the cell. */
.bottomMenuItemCellSelectedMouseOver
{
	background-color:Silver;
	color:#0b1856;
	border-width:0px;
}

/* The styles below describes each of the individial menu items in greater detail.  
	 Use this to apply specific styles to separate items. For each item the following are available:
	 menuItemXRow, menuItemXRowSelected, menuItemXCell, menuItemXCellMouseOver, menuItemXCellSelected, menuItemXCellSelectedMouseOver
*/

/* USER */
.bottomMenuItemUserCell
{
	width:139px;
	border-left: solid 1px #898995;
	border-right: solid 1px #898995;
	background-color:#b5b5b5;
	text-align:left;
	color:#0B1856;
	/*color:#F1B323;*/
	/*color:Gray;*/
	text-transform:uppercase;
	font-size:6pt;
	/*font-weight:bold;*/
	cursor:auto;
}

.bottomMenuItemUserCellMouseOver
{
}

.bottomMenuItemUserCellSelected
{
}

.bottomMenuItemUserCellSelectedMouseOver
{
}


/* HOME */
.bottomMenuItemHomeCell
{
}

.bottomMenuItemHomeCellMouseOver
{
}

.bottomMenuItemHomeCellSelected
{
}

.bottomMenuItemHomeCellSelectedMouseOver
{
}

/* DISCLAIMER */
.bottomMenuItemDisclaimerRow
{
}

.bottomMenuItemDisclaimerRowSelected
{
}

.bottomMenuItemDisclaimerCell
{
}

.bottomMenuItemDisclaimerCellMouseOver
{
}

.bottomMenuItemDisclaimerCellSelected
{
}

.bottomMenuItemDisclaimerCellSelectedMouseOver
{
}

/* PRIVACY POLICY */
.bottomMenuItemPrivacyPolicyCell
{
}

.bottomMenuItemPrivacyPolicyCellMouseOver
{
}

.bottomMenuItemPrivacyPolicyCellSelected
{
}

.bottomMenuItemPrivacyPolicyCellSelectedMouseOver
{
}

/* TERMS OF USE */
.bottomMenuItemTermsOfUseCell
{
}

.bottomMenuItemTermsOfUseCellMouseOver
{
}

.bottomMenuItemTermsOfUseCellSelected
{
}

.bottomMenuItemTermsOfUseCellSelected
{
}

/* ACCESS TO INFORMATION */
.bottomMenuItemAccessToInfoCell
{
	border-right: solid 1px #898995;
}

.bottomMenuItemAccessToInfoCellMouseOver
{
	border-right: solid 1px #898995;
}

.bottomMenuItemAccessToInfoCellSelected
{
	border-right: solid 1px #898995;
}

.bottomMenuItemAccessToInfoCellSelectedMouseOver
{
	border-right: solid 1px #898995;
}