/* R-88 */
.notifybuttontable 
{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	border-left: solid 1px #FFC617;
	border-right: solid 1px #FFC617;
	border-top: solid 1px #FFC617;
	border-bottom: solid 1px #FFC617;
	background: #FFC617;
}

.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: #FFFFFF;
}
/* Menu Button Over */
.notifybuttonhover
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	cursor:pointer;
	color: #000000;
	font-weight:normal;
}

.notifybuttonclick
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	border-left:0px solid #A0A0A0;
	border-top:0px solid #A0A0A0;
	border-bottom:0px solid white;
	border-right:0px solid white;
	background:#D7D7D7;
	font-size:11px;
	color: #121212;
}

.notifylink
{
	color: #121212;
	text-decoration:none;
	font-weight: normal;
}

:hover.notifylink
{
	color: blue;
}

.borderedge
{
	border: 0px;
	background-color: #FFC617;
}

.HorizontalMenuTitle
{
	color: #121212;
	text-decoration:none;
	font-weight: normal;
}

.menu
{  
    font-size: 7pt;
    font-weight: bold;
    color: #000000; 
    background-color: #292929; 
    padding:2px ;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	/*border-top: solid 1px #ffffff;*/
	/*border-bottom: solid 1px #ffffff;*/
	/*background-image: url(images/common/messagecellbody.gif);*/
	background-repeat: repeat-x;
    background-image: url(images/common/theme/buttonnormal.gif);
	/*background: url(images/common/linkhover.gif) repeat-x 100% 100%;*/
}

.menumouseover
{
	font-size: 7pt;
	background: #292929;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	cursor:pointer;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	/*border-top: solid 1px #ffffff;*/
	/*border-bottom: solid 1px #ffffff;*/
	background-image: url(images/common/theme/rollover.gif);
	background-repeat: repeat-x;
    /*background-image: url(images/common/theme/buttonover.gif);*/
}

.MenuCol
{
	background-repeat:repeat; 
}