﻿/***********************************************************************************************************************/
/*                                                                          MessageArea (raiseMessage) in development! */
/***********************************************************************************************************************/
.MessageArea
{
	z-index: 100;
	height: 100px;
	width: 400px;
	margin: 0;
	position: absolute;
    left: 50%;
    top: 25%;
	border: solid 1px #999900;
	background: #FFF;
	background-image: url(../_images/messagearea/bg_slice.gif);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#B0B0B0, direction=135, strength=5);	
}

.MessageAreaText
{

	height: 72px;
	font-weight: bold;
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 3px;
	/*font-size:larger;*/
}

.MessageAreaWarning
{
	border: solid 2px #FF0000;	
}
.MessageAreaValidation
{
	border: solid 2px #FF9900;	
}
.MessageAreaInfo
{
	border: solid 2px #00FF00;	
}

.MessageAreaStopError
{
    border: solid 2px #FF0000;	
}

.MessageAreaQuestion
{
	border: solid 2px #999900;	
}

.messagearea_list
{
    position: absolute;
    right: 0;
    bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;

}

ul.messagearea_list li 
{
    float: right;
}

/***********************************************************************************************************************/
/*                                                                                                       Hover Buttons */
/***********************************************************************************************************************/


.hoverbutton_messagearea
{
    display: block;
    float: right;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
    height: 18px;
	background: url(../_images/hoverbutton/grey_btn_slice_on.gif) top repeat-x;
}

.hoverbutton_messagearea a
{
	color: #D0D0D0 !important;
	line-height: 18px;
	display: block;
	padding: 0 15px;	
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: url(../_images/hoverbutton/grey_btn_slice.gif) top repeat-x;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
}

.hoverbutton_messagearea a:hover
{
	background-image: none;
	color: #FFF !important;
}

.hoverbutton_messagearea_buttonLeft
{
    display: none;
    /*
    float: left;
	width: 1px;
	background: url(../_images/hoverbutton/btn_left.gif) top no-repeat;
    */
}


.hoverbutton_messagearea_buttonRight
{
    display: none;
	/*
	width: 1px;
	background: url(../_images/hoverbutton/btn_right.gif) top repeat-x;
    */

}





.hoverbutton_messagearea_disabled
{
    display: block;
    float: right;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
    height: 18px;
	background: url(../_images/hoverbutton/grey_btn_slice_dis.gif) top repeat-x;
}

.hoverbutton_messagearea_disabled a
{
	color: #D0D0D0 !important;
	line-height: 18px;
	display: block;
	padding: 0 15px;	
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: url(../_images/hoverbutton/grey_btn_slice_dis.gif) top repeat-x;
	border-left: solid 1px #8c8e8c;
	border-right: solid 1px #8c8e8c;
}

.hoverbutton_messagearea_disabled a:hover
{
	background-image: none;
	color: #FFF !important;
}
.hoverbutton_messagearea_disabled_buttonLeft
{
    display: none;
}
.hoverbutton_messagearea_disabled_buttonRight
{
    display: none;
}
