


#header-Msg
{
    border-bottom: 1px dotted #000000;
    margin: 0 0 20px;
    padding: 20px 0;
}
#header-Msg h1
{
    font-size: 36px;
    margin: 0;
}
#header-Msg h4
{
    font-weight: normal;
    margin: 7px 0 0;
}
#header-Msg h4 a
{
    text-decoration: none;
}

#alert-Box
{
    padding-bottom: 24px;
    background: url('../images/aa/bg-box-bottom.png') bottom left no-repeat !important;
    background: url('../images/aa/bg-box-bottom.gif') bottom left no-repeat;
    z-index:999999;
}
#alert-InBox
{
    padding-top: 15px;
    background: url('../images/aa/bg-box-top.png') top left no-repeat !important;
    background: url('../images/aa/bg-box-top.gif') top left no-repeat;
}
#alert-BoxContent
{
    background: url('../images/aa/bg-box-body.png') top left repeat-y !important;
    background: url('../images/aa/bg-box-body.gif') top left repeat-y;
    padding: 0px 20px;
}
#alert-BoxContenedor
{
    padding: 20px 0px 5px 55px;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #fd0303;
    font-weight :bold;
}
#alert-BoxContenedor h1, #alert-BoxContenedor h2, #alert-BoxContenedor h3, #alert-BoxContenedor b, #alert-BoxContenedor strong
{
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #fd0303;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
#alert-Buttons
{
   padding-top:-20px;
    text-align: right;
    
}
#alert-Buttons input
{
    margin: 10px 10px;
}
#alert-BoxContenedor #BoxPromptInput
{
    margin-top: 5px;
}
#alert-Box .BoxAlert
{
    background: url('../images/aa/info.png') top left no-repeat;
}
#alert-Box .BoxConfirm
{
    background: url('../images/aa/info.png') top left no-repeat;
}
#alert-Box .BoxPrompt
{
    background: url('../images/aa/info.png') top left no-repeat;
}
#alert-Box .BoxInfo
{
    background: url('../images/aa/info.png') top left no-repeat;
}
#alert-Box .BoxError
{
    background: url('../images/aa/info.png') top left no-repeat;
}


#alert-BoxContenedor h1 
{
    padding: 5px;
    text-align: left;
    font-family: Verdana;
    font-size: 20px;
    color: #09672A;
    font-weight :bold;
   
 }
 
 /*------------For-Notificationns---------------------*/
.notification-box{
	position:fixed;
	z-index:99999;
	float:left;
	left:10px;
	bottom:10px;
}
.notification-box button{
	background:#2b83c7;
	padding:10px 7px 7px 7px;
	display:block;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	transition:all 0.5s ease 0s;
	border:none;
	cursor:pointer
}
.notification-box button:hover{
	background:#1c6299;
}
button img{
	z-index:999;
	margin:-27px 0 0 0;
	display:block;
}
.noti-content-div{
	width:320px;
	background:#fafafa;
	margin:0 0 -33px 0px;
	height:270px;
	border-radius:7px 7px 5px 5px;
	border-top:4px #2b83c7 solid;
	border-bottom:4px #999999 solid;
	z-index:9999;
	position:relative;
	box-shadow:0 0 2px #333;
}
.noti-heading{
	background:#2b83c7;
	/*border-bottom:1px #f3f3f3 solid;*/
	font-size:14px;
	color:#fff;
	padding:8px 0 8px 15px;
	display:block;
	text-transform:uppercase;
	letter-spacing:1px;
	box-shadow:0 1px 2px #ccc;
	font-family:Arial, Helvetica, sans-serif;
}
.noti-heading a{
	text-decoration:none;
	font-size:43px;
	color:#fff;
	padding:5px;
	display:block;
	float:right;
	margin:-29px 6px -30px 0;
}
.noti-content-box{
	overflow-y:scroll;
	height:215px;
	padding:10px;
}
.noti-content ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.noti-content ul li{
	font-size:12px;
	color:#666;
	padding:5px 0 5px 0;
	border-bottom:1px #f2f2f2 solid;
	font-family:Arial, Helvetica, sans-serif;
}
/*-------------------------For News section----------------------------*/