/* Natura */
.notifybuttontable 
{
	font-size:11px;
	color: #121212;
	font-weight:bold;
	border-top: 1px solid #c8dbb3;
	border-right: 1px solid #99bc71;
	border-bottom: 1px solid #99bc71;
	border-left: 1px solid #99bc71;
	background-image: url(images/common/messagecellheader2-background.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: #4c7c13;
	font-weight:normal;
}

.notifyplaincell
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	border:0px solid #ffffff;
	font-size:11px;
	color: #121212;
}
/* Menu Button Over */
.notifybuttonhover
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	cursor:pointer;
	color: #ffffff;
	font-weight:normal;
}

.notifybuttonclick
{
	white-space:nowrap;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	cursor:pointer;
	color: #4c7c13;
	font-weight:normal;
}

.notifylink
{
	color: #121212;
	text-decoration:none;
	font-weight: normal;
}

:hover.notifylink
{
	color: blue;
}

.borderedge
{
	border: 0px;
	background-color: #DFE1EA;
}

.HorizontalMenuTitle
{
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

.menu
{  
    font-size: 8pt; 
    color: #000000; 
    background-color: #99bc71; 
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: solid 1px #99bc71;
	border-right: solid 1px #99bc71;
	background-repeat: repeat-x;
    background-image: url(images/common/theme/buttonnormal.gif);
}

.menumouseover
{
	font-size: 8pt;
	background-color:#99bc71;
	font-weight:normal; 
	color: #000000;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
	border-left: solid 1px #99bc71;
	border-right: solid 1px #99bc71;
	background-image: url(images/common/theme/rollover.gif);
	background-repeat: repeat-x;
}

.MenuCol
{
	background-repeat:repeat; 
}