/* Zensation */
.notifybuttontable 
{
	font-size:11px;
	color: #000000;
	font-weight:bold;
	border-top: 1px solid #f3c538;
	border-right: 1px solid #947618;
	border-bottom: 1px solid #947618;
	border-left: 1px solid #f3c538;
	background-image: url(images/common/ezbarbackground.gif);
	background-repeat: repeat-x;
}

.notifyhmenuheader 
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #4C5F7B;
	background: #64676C;
	padding-top:1px;
	padding-bottom:2px;
	font-size:11px;
	color: #121212;
}
/* Menu Button Normal*/
.notifybuttoncell
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	color: #ffffff;
	font-weight:normal;
}

.notifyplaincell
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	border:0px solid #292929;
	font-size:11px;
	color: #121212;
}
/* Ezbar Button Over*/
.notifybuttonhover
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	cursor:pointer;
	color: #000000;
	font-weight:normal;
	background-image: url(images/common/ezbarhover.gif);
}

.notifybuttonclick
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	cursor:pointer;
	color: #ffffff;
	font-weight:normal;
}

.notifylink
{
	color: #121212;
	text-decoration:none;
	font-weight: normal;
}

:hover.notifylink
{
	color: blue;
}

.borderedge
{
	border: 0px;
	background-color: #610008;
}

.HorizontalMenuTitle
{
	color: #8bae41;
	text-decoration:none;
	font-weight: bold;
}

.menu
{  
    font-size: 8pt; 
    color: #FFFFFF; 
    background-color: #918975; 
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: solid 1px #b4ac90;
	border-right: solid 1px #4f4c40;
	border-top: solid 1px #4f4c40;
	border-bottom: solid 1px #918975;
	background-image: url(images/common/theme/buttonnormal.gif);
}

.menumouseover
{
	font-size: 8pt;
	background-color:#918975;
	color: #FFFFFF;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
	border-left: solid 1px #b4ac90;
	border-right: solid 1px #4f4c40;
	border-top: solid 1px #4f4c40;
	border-bottom: solid 1px #918975;
	background-image: url(images/common/theme/buttonover.gif);
}

.MenuCol
{
	background-repeat:repeat; 
}