/*- Notification Bar Front End Style
--------------------------------------*/
.notification_push{position:relative;display:none;}
#notificationbar{padding:8px 0px;display: block;left: 0;position: fixed;width: 100%;z-index:999999;display:none;}
#notificationbar a{outline:none;border:0;}
#notificationbar .nbar_topwrap{text-align:center;height:30px;}
#notificationbar .nbar_topwrap .nbar_topitem .nbar_extclick{display:inline;cursor:pointer;}
#notificationbar .nbar_topwrap .nbar_topitem{display:inline;margin:0 3px;}
#notificationbar .nbar_topwrap .nbar_msg{position:relative;*top:-9px;}
#notificationbar .nbar_topwrap .nbar_button{border: 2px solid #FFFFFF;border-radius: 20px 20px 20px 20px;font-family: verdana;font-weight: bold;line-height: 30px;padding: 6px 20px;text-decoration: none;text-transform: uppercase;*zoom:1;*line-height: 14px;}
#notificationbar .nbar_topwrap .nbar_sociallinks{font-size: 0; height: 30px; left: 10px; line-height: 30px; position: absolute; top: 9px; top:7px\9; *top:5px; } 	
#notificationbar .nbar_topwrap .nbar_sociallinks a{display:inline;padding:15px;font-size:0;margin: 0 2px;background-position:bottom;background-repeat:no-repeat;*zoom:1;}
#notificationbar .nbar_topwrap .nbar_sociallinks a.fb{background-image:url('../icons/facebook.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks a.fb:hover{background-image:url('../icons/facebook-h.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks a.tw{background-image:url('../icons/twitter.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks a.tw:hover{background-image:url('../icons/twitter-h.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks a.ld{background-image:url('../icons/linkedin.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks a.ld:hover{background-image:url('../icons/linkedin-h.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks a.gp{background-image:url('../icons/googlepluse.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks a.gp:hover{background-image:url('../icons/googlepluse-h.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks a.rss{background-image:url('../icons/rss.png');position: relative;top: 1px;}
#notificationbar .nbar_topwrap .nbar_sociallinks a.rss:hover{background-image:url('../icons/rss-h.png');}
#notificationbar .nbar_topwrap .nbar_sociallinks .fblike{border:none; overflow:hidden;width:85px;height:21px;margin-left: 3px;margin-top: 6px;position: absolute;}

#notificationbar .nbar_shadow{background: url("../../images/nbar_shadow.png") repeat-x scroll center top transparent;bottom: -17px;height: 15px;position: absolute;width: 100%}
#notificationbar .nbar_extendmsg {border-top:2px solid #eaeaea;display:none;position: relative;top: 8px;}
#notificationbar .nbar_extendmsg .nbar_exmsg{width:960px;margin:0 auto;position: relative;top: 15px;padding-bottom:30px;}
#notificationbar .nbar_extendmsg .nbar_extendmsg_txt{word-wrap: break-word; margin-bottom: 5px;}
#notificationbar .nbar_extendmsg .nbar_extendmsg_btn{margin-top:5px;border: 2px solid #FFFFFF;border-radius: 2px 2px 2px 2px;font-family: verdana;font-weight: bold;line-height: 30px;padding: 4px 15px;text-decoration: none;text-transform: uppercase;}
#notificationbar .nbar_extendmsg .nbar_extendmsg_img{border-style:solid;}
#notificationbar .nbar_extendmsg.template-1 .nbar_extendmsg_wrap{width:700px;float:left;}
#notificationbar .nbar_extendmsg.template-1 .nbar_extendmsg_img{float:right;}
#notificationbar .nbar_extendmsg.template-2 .nbar_extendmsg_wrap{width:700px;float:right;}
#notificationbar .nbar_extendmsg.template-2 .nbar_extendmsg_img{float:left;}
#notificationbar .nbar_extendmsg.template-3{text-align:center;}
#notificationbar .nbar_extendmsg.template-3 .nbar_extendmsg_wrap{display:block;}
#notificationbar .nbar_extendmsg.template-3 .nbar_extendmsg_img{display:inline;margin-bottom:10px;}
#notificationbar .nbar_extinfo{bottom: 5px;color: #FFFFFF; font-size: 12px; font-weight: bold; margin-bottom: 5px; margin-left: 10px; position: absolute; text-align: left;} 
#notificationbar  a.nbar_close{border:0;background-image: url("../../images/sprite1.png");background-position: 0 58px;height:19px;position: absolute;right: 10px;top: 13px;width: 18px;z-index: 999999;}
#notificationbar  a.nbar_close:hover {background-position: 0 77px;}

#notificationbar  a.nbar_plusminus{border:0;background-image: url("../../images/plus_minus1.png");background-position:0 0;height:24px;position: absolute;right: 40px;top: 12px;width: 24px;z-index: 999999;}
#notificationbar  a.nbar_plusminus.active{background-position:bottom;}

a#nbar_downArr{z-index: 999999;width:35px;height:0px;background-image:url("../../images/down_arrow.png");border-radius:0px 0px 5px 5px;border-style: solid;border-color: #FFFFFF;border-width: 3px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);display:none;position: fixed;right: 0!important;padding: 76px 0 0;outline:none;}
#nbar_downArr:hover{opacity:0.8;filter:alpha(opacity = 80);}