.menustyle
{
    font-family: verdana;
    font-size: 11px;
    padding: 2px 6px 2px 6px;
    margin: 0px;
    background: #CAE1EF;
    white-space: nowrap;
}
.menuitem
{
    font-family: verdana;
    font-size: 11px;
    padding: 2px 6px 2px 6px;
    margin: 0px;
    background: #CAE1EF;
    white-space: nowrap;
    cursor: pointer;
    cursor: hand;
}
.mouseover
{
    font-family: verdana;
    font-size: 11px;
    padding: 2px 6px 2px 6px;
    margin: 0px;
    background: #FFFFFF;
    white-space: nowrap;
    cursor: pointer;
    cursor: hand;
}
.menuheader
{
    /*color: #C7152B;     font-weight: bold;*/
    color: #AF0000;
    font-size: 11px;
    margin-left: 3px;
    font-weight: bold;
}


.scrollableMenu
{
    height: 200px;
    overflow: hidden;
    position: absolute;
    position: relative;
    background: #CAE1EF;
}

.scrollableMenu a
{
    font-family: verdana;
    font-size: 11px;
    padding: 0px 6px 0px 6px;
    margin: 0px;
    background: #CAE1EF;
    white-space: nowrap;
    cursor: pointer;
    cursor: hand; /*width: 250px;*/
    color: Black;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
}
.scrollableMenu a:hover
{
    background: #FFFFFF;
    margin-left: 2px;
    margin-right: 2px;
}
.MenuContainer
{
    background-color: #CAE1EF;
    display: none;
    z-index: 1000;
    position: absolute; /*bottom: 88px;*/
}
.content
{
    position: relative;
}
/*---- Lounge tab control css ----*/

.ActiveDestination
{
    background-image: url(../../images/tab-destination-active.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 24px;
}
.InactiveDestination
{
    background-image: url(../../images/tab-destination-inactive.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 24px;
}
.ActiveActivity
{
    background-image: url(../../images/tab-activities-active.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 24px;
}
.InactiveActivity
{
    background-image: url(../../images/tab-activities-inactive.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 24px;
}
.Activegeneral
{
    background-image: url(../../images/tab-general-active.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 24px;
}
.Inactivegeneral
{
    background-image: url(../../images/tab-general-inactive.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    height: 24px;
}
.LoungeHome
{
    color: #565656;
    font-family: Verdana,Arial,Helvetica,sans-serif,Calibri;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    line-height: 12px;
    margin-bottom: 7px; /*padding-left: 39px;*/
    padding-top: 6px;
    font-weight: bold;
    text-decoration: none;
}

.LoungeHome:hover
{
    color: #CC0000;
}
.functional_link
{
    /*font-size: 12px;*/ /*font-size: 11px;*/
    font-size: 10.9px;
    color: #006699;
    text-align: left;
}
.functional_link:hover
{
    color: #CC0000;
}

/*###########################################*/
.scrollArea
{
    border-right: #666 1px solid;
    border-top: #666 1px solid; /*left: 515px;*/
    overflow: hidden;
    border-left: #666 1px solid;
    width: 10px;
    border-bottom: #666 1px solid;
    position: absolute; /*top: 10px;*/
    top: -1px;
    height: 200px;
    background: #AAAAAA;
    /*cursor: pointer;*/
}
.scroller
{
    border-top: #666 1px solid;
    background: #666666;
    width: 10px;
    border-bottom: #666 1px solid;
    position: absolute;
    top: -1px;
    cursor: pointer;
}





.menu-scroll {
	background-color: #CAE1EF;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	border: 1px solid #7AB5D8;
}
.menu-scroll a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}
.menu-scroll a:hover {
	background-color: #FFFFFF;
}
.scrollArea
{
	overflow: hidden;
	width: 10px;
	position: absolute; /*top: 10px;*/
	top: -1px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #5FA5CF;
    /*cursor: pointer;*/
}
.scroller
{
	width: 10px;
	position: absolute;
	top: -1px;
	cursor: pointer;
	background-color: #E7F1F8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CAE1EF;
	border-bottom-color: #CAE1EF;
}

