﻿div#menu{float:right; }
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-left: 2px;}
ul#nav li{float:left;margin-right: 3px;  text-align: center}
ul#nav a{float:left; width: 66px;padding: 5px 0; padding-bottom: 7px; text-decoration:none;font-weight: bold;}

#FriendAlerts
{
    bottom: 5px; right: 5px; position: fixed; width: 220px; height: 100px;
    border: solid 1px black; margin: 0px 0px 0px 20px; display: none;
    background-color: white;
            
}
#FriendModal .modaltop { padding: 4px; background-color: #327a82; }
#FriendModal .modaltitle { padding: 2px 0 2px 5px; font-weight: bold; color: #fff; }
#FriendModal .modalbody { padding: 5px 0px 0px 5px; }

#EmailAlerts
{
    bottom: 5px; right: 5px; position: fixed; width: 130px; height: 100px;
    border: solid 1px black; margin: 0px 0px 0px 20px; display: none;
    background-color: white;
            
}
#EmailAlerts .modaltop { padding: 4px; background-color: #3661a0; }
#EmailAlerts .modaltitle { padding: 2px 0 2px 5px; font-weight: bold; color: #fff; }
#EmailAlerts .modalbody { padding: 15px 10px 0px 10px; text-align: center; }
