﻿.alertContainer
{
    position:absolute;
    display:none;
    width:375px;
    height:auto;
    z-index:150;
    background-color:#BAD2F1;
    border-top:1px solid #5F83B3;  
    border-left:1px solid #5F83B3;
    border-right:1px solid #5F83B3;  
    border-bottom:2px solid #5F83B3;
    font-family:arial;font-size:12px;
    background-image:url('/images/alertmsg/bkGradient.png');
    background-repeat:repeat-x;
}
.alertContainerInner
{
 width:auto;
 padding:10px;
}
.alertTitle{
    border-bottom:1px solid #ffffff;
    font-size:18px;
    height:25px;
    width:auto;
    color:#ffffff;
}
.alertTextBold{
    font-weight:bold;
    width:25%;
    text-align:left;
    float:left;
    display:inline-block;
}
.alertText{
     width:72%;
     float:right;
     display:inline-block; 
}
.alertBtn{
    position:relative;
    float:right;
    width:20%;
    text-align:right;
}
.alertNumber{
    font-size:12px;
    color:#000000;
    display:inline-block;
    vertical-align:middle;
    padding-bottom:3px;
}
.spacer{
    font-size:3px;
    width:auto;
}
.alertLinks{
    border-top:1px solid #5F83B3;
    background-color:#7BA9E5;  
}
.alertContainer a:link ,.alertContainer a:visited
{
    color:#ffffff;
    text-decoration:none;
}
.alertContainer a:hover
{
    color:#5F83B3;
    text-decoration:underline;
}
.alertLinks a:link, .alertLinks a:visited, .alertLinks a:hover
{
    font-size:11px;
	display:inline-block;
	padding:3px;
	text-align:center;
	background-color:#7BA9E5;
	border-right:1px solid #5F83B3;  
    color:#ffffff;
    text-decoration:none;
}
.alertLinks a:hover
{
    font-size:11px;
	display:inline-block;
	padding:3px;
	text-align:center;
	color:#ffffff;
	border-right:1px solid #5F83B3;  
	background:#99CC00 url(/images/branding/munitrack/menu.png) repeat-x scroll 0 0;
    text-decoration:none;
}
.mapAlertOut
{
    width:auto;
    height:auto;
    border:2px solid lightgray;
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    z-index:152;
}
.mapAlertJoiner
{
     width:auto;
    height:auto;
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    z-index:151;
}
