﻿#bar_container{position: relative;}		

/*-_-_-_-_-_-_-_-_-_-_ MessageAlert -_-_-_-_-_-_-_-_-_-_-_-_-_-_*/
.msgAlert_overlay 
{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:#000;
	z-index:99;
	filter:alpha(opacity=15);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15
}
.msgAlert
{
	width:600px;
	position:fixed;
	left:40%;
	top:50px;
	margin-left:-200px;
	z-index:100;
	border:3px solid rgba(0,0,0,0);
	border:3px solid #bbb\0/;
	*border:3px solid #bbb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 12px rgba(0,0,0,0.4);
	box-shadow:0 0 12px rgba(0,0,0,0.4)
}
.msgAlert_header
{
	background:#BBB url(../images/msgAlert_header.png) repeat-x 0 0;
	height:39px;
	line-height:39px;
	margin:0 0 1.5em;
	border:1px solid #999;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
.msgAlert_header h4
{
	font-size:14px;
	color:#FFF;
	text-shadow:1px 1px 2px rgba(0,0,0,.4);
	position:relative;
	left:10px;
	margin:0px;
}
.msgAlert_header .msgAlert_close
{
	background:url(../images/msgAlert_close.png) no-repeat 0 0;
	width:20px;
	height:20px;
	line-height:800px;
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	overflow:hidden
}
.msgAlert_header .msgAlert_close:hover{background-position:0 -20px}
.msgAlert_popup 
{
	color:#444;
	display:block;
	padding:10px 10px 20px;
	background:#fff;-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px
}
.msgAlert_popup p:last-child{margin-bottom:0}
.msgAlert_footer
{
	background:#EEE;
	width:auto;
	text-align:right;
	padding:10px 10px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px
}
.msgAlert_footer button{margin:0 .35em}
.msgAlert_content
{
	color:#555;
	min-height:50px;
	margin-top:.75em;
	word-wrap:break-word;
}
.msgAlert_content h3{margin-bottom:1em}
.msgAlert_content ul
{
	list-style-type:square;
	padding:0;
	margin:0 0 0 24px
}
.warning .msgAlert_content,.info .msgAlert_content,.success .msgAlert_content,.error .msgAlert_content
{
	background-repeat:no-repeat;
	background-position:16px 2px;
	padding-left:85px
}
.info .msgAlert_content{background-image:url('../img/msg/msgAlert_info.png')}
.success .msgAlert_content{background-image:url('../img/msg/msgAlert_success.png')}
.warning .msgAlert_content{background-image:url('../img/msg/msgAlert_warning.png')}
.error .msgAlert_content{background-image:url('../img/msg/msgAlert_error.png')}

.msgAlert.success .msgAlert_header{background-color:#7B9534;border-color:#627036}
.msgAlert.warning .msgAlert_header{background-color:#E6BA01;border-color:#AC9207}
.msgAlert.error .msgAlert_header{background-color:#AF4434;border-color:#782E25}
.msgAlert.info .msgAlert_header{background-color:#437ECC;border-color:#224F91}

.msgAlert_footer.left{text-align:left}
.msgAlert_footer.middle{text-align:center}
.msgAlert_footer.right{text-align:right}

.msgAlert_footer button
{
	background-image:url(../images/msgAlert_button_bg.png);
	background-color:#DDD;
	background-repeat:repeat-x;
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.1);
	box-shadow:1px 1px 1px rgba(0,0,0,.1);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#666;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	border-color:#BBB;
	border-width:1px;
	border-style:solid;
	padding:0 15px 4px;
	*padding:0 5px 4px;
	margin:0 3px;
	cursor:pointer;
	position:relative
}
.msgAlert_footer button
{
	background-position:0 0;
	font-size:10px;
	height:26px;
	line-height:23px
}
.msgAlert_footer button:hover{background-position:0 -100px}
.msgAlert_footer button:active{top:1px}

/*-_-_-_-_-_-_-_-_-_-_ MessageBar -_-_-_-_-_-_-_-_-_-_-_-_-_-_*/
.msgBar
{
	background: #BBB url('../img/msg/msgBar_header.png') repeat-x 0 0;
	-webkit-box-shadow:0 0 7px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 7px rgba(0,0,0,.3);
	-o-box-shadow:0 0 7px rgba(0,0,0,.3);
	box-shadow:0 0 7px rgba(0,0,0,.3);
	border: 1px solid #999;
	font-size: 13px;
	color: #FFF;
	display: block;
	padding: 10px 30px 10px 15px;
	margin-bottom: 10px;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.msgBar .icon  
{
	background-repeat:no-repeat;
	background-position: 0 0;
	width:24px;
	height:24px;
	position:absolute;
	left:11px;
	top:10px;
	font-weight:bold;
	font-size:10px;
	padding:5px
}
.msgBar .close
{
	font-size:14px;
	font-weight:bold;
	position:absolute;
	right:15px;
	top:9px;
	cursor:pointer;
	width:20px;
	text-align:center;
}
.msgBar .close:hover
{
	-webkit-text-shadow:0 0 1px #FFF;
	-moz-text-shadow:0 0 1px #FFF;
	-o-text-shadow:0 0 1px #FFF;
	text-shadow:0 0 1px #FFF;
}
.msgBar.success .icon{background-image:url('../img/msg/msgBar_success.png')}
.msgBar.info .icon{background-image:url('../img/msg/msgBar_info.png')}
.msgBar.warning .icon{background-image:url('../img/msg/msgBar_warning.png')}
.msgBar.error .icon{background-image:url('../img/msg/msgBar_error.png')}

.msgBar.warning
{
	background-color:#E6BA01;
	border-color:#AC9207;
	padding-left:45px
}
.msgBar.error
{
	background-color:#AF4434;
	border-color:#782E25;
	padding-left:45px
}
.msgBar.info
{
	background-color:#437ECC;
	border-color:#224F91;
	padding-left:45px
}
.msgBar.success
{
	background-color:#7B9534;
	border-color:#627036;
	padding-left:45px
}

/*-_-_-_-_-_-_-_-_-_-_ MessageGrowl -_-_-_-_-_-_-_-_-_-_-_-_-_-_*/

.msgGrowl
{
	background:#DDD;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#F9F9F9),color-stop(1,#D5D5D5));
	background:-moz-linear-gradient(top,#F9F9F9,#D5D5D5);
	background:-o-linear-gradient(#F9F9F9,#D5D5D5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9',endColorstr='#D5D5D5');
	width:300px;
	font-size:11px;
	color:#333;
	padding:0;
	margin:0 0 10px 0;
	border:1px solid #A8A8A8;
	position:relative;
	-webkit-box-shadow:0 0 7px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 7px rgba(0,0,0,.3);
	-o-box-shadow:0 0 7px rgba(0,0,0,.3);
	box-shadow:0 0 7px rgba(0,0,0,.3);
	-webkit-text-shadow:0 0 1px #FFF;
	-moz-text-shadow:0 0 1px #FFF;
	-o-text-shadow:0 0 1px #FFF;
	text-shadow:0 0 1px #FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px
}
.msgGrowl h4
{
	font-size:13px;
	font-weight:bold;
	color:#333;
	margin:0px;
	margin-bottom:.5em;
	-webkit-text-shadow:0 0 1px #FFF;
	-moz-text-shadow:0 0 1px #FFF;
	-o-text-shadow:0 0 1px #FFF;
	text-shadow:0 0 1px #FFF
}
.msgGrowl-close
{
	background:url('../img/msg/msgGrowl_close.png') no-repeat 50% 50%;
	width:11px;
	height:10px;
	position:absolute;
	top:10px;
	right:10px;
	opacity:.4
}
.msgGrowl-close:hover
{
	opacity:1;
	cursor:pointer
}
.msgGrowl-container
{
	width:300px;
	position:fixed
}
.top-right{top:10px;right:15px}
.bottom-right{bottom:10px;right:15px}
.top-left{top:10px;left:15px}
.bottom-left{bottom:10px;left:15px}
.top-center{top:10px;left:50%;margin-left:-150px}
.bottom-center{bottom:10px;left:50%;margin-left:-150px}
.msgGrowl-content{padding:10px 20px 10px 10px}

.msgGrowl.success .msgGrowl-content{background:url('../img/msg/msgGrowl_success.png') no-repeat 10px 13px}
.msgGrowl.success .msgGrowl-content{padding-left:50px}
.msgGrowl.success h4{color:#5b7027}
.msgGrowl.error .msgGrowl-content{background:url('../img/msg/msgGrowl_error.png') no-repeat 10px 13px}
.msgGrowl.error .msgGrowl-content{padding-left:50px}
.msgGrowl.error h4{color:#AF4434}
.msgGrowl.info .msgGrowl-content{background:url('../img/msg/msgGrowl_info.png') no-repeat 10px 13px}
.msgGrowl.info .msgGrowl-content{padding-left:50px}
.msgGrowl.info h4{color:#316AB7}
.msgGrowl.warning .msgGrowl-content{background:url('../img/msg/msgGrowl_warning.png') no-repeat 10px 13px}
.msgGrowl.warning .msgGrowl-content{padding-left:50px}
.msgGrowl.warning h4{color:#B69201}