﻿.alertContainer
{
    position:absolute;
    display:none;
    width:375px;
    height:auto;
    z-index:0;
    background-color:ivory;
    border-top:1px solid lightgray;  
    border-left:1px solid lightgray;
    border-right:2px solid lightgray;  
    border-bottom:2px solid lightgray;
    font-family:arial;font-size:12px;
}
.alertContainerInner
{
 width:auto;
 padding:10px;
}
.alertTitle{
    border-bottom:1px solid #99cc00;
    font-size:18px;
    height:25px;
    width:auto;
    color:#99cc00;
}
.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 lightgray;
    background-color:#ffffff;  
}
.alertContainer a:link ,.alertContainer a:visited
{
    color:#99cc00;
    text-decoration:none;
}
.alertContainer a:hover
{
    color:#99cc00;
    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:white;
	border-right:1px solid lightgray;  
    color:#99cc00;
    text-decoration:none;
}
.alertLinks a:hover
{
    font-size:11px;
	display:inline-block;
	padding:3px;
	text-align:center;
	background:url(../images/theme/menu.png) #9c0 repeat-x;
	color:#ffffff;
	border-right:1px solid lightgray;  
    text-decoration:none;
}
.mapAlertOut
{
    width:auto;
    height:auto;
    border:2px solid lightgray;
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    z-index:1;
}
.mapAlertJoiner
{
     width:auto;
    height:auto;
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    z-index:1;
}