/*
  $Id: stylesheet.css,v 1.0 2006/03/04 
  SouthSite Web Design & Development
  Copyright (c) 2006 SouthSite
*/


BODY {background: #D2D2D2; color: #818181; margin: 0px;}

.Normal {color: black; font-size: 10pt; font-family: verdana, sans-serif; text-decoration: none; margin-right:12px; margin-left:12px; margin-top:0; margin-bottom:6px;}
.HeadingL {color: #000080; font-size: 14pt; font-family: verdana, sans-serif; text-decoration: none; margin-right:12px; margin-left:12px; margin-top:6; margin-bottom:6px; font-weight: bold;}
.HeadingS {color: #000080; font-size: 10pt; font-family: verdana, sans-serif; text-decoration: none; margin-right:12px; margin-left:12px; margin-top:6; margin-bottom:6px; font-weight: bold;}
.buttons {color: black; font-size: 10pt; font-family: verdana, sans-serif; text-decoration: none; margin-right:2px; margin-left:2px; margin-top:0; margin-bottom:6px;}

A {color: #000080; text-decoration: none;}
A:hover {color: #5089B1; text-decoration: underline;}

a.nav:link {color: white; font-size: 9pt; font-family: tahoma, sans-serif; text-decoration: none;}
a.nav:visited {color: white;  font-size: 9pt; font-family: tahoma, sans-serif; text-decoration: none;}
a.nav:hover {color: yellow; font-size: 9pt; font-family: tahoma, sans-serif;  text-decoration: underline;}
a.nav:active {color: yellow;  font-size: 9pt; font-family: tahoma, sans-serif; text-decoration: underline;}

a.top:link {color: white;  font-size: 8pt; font-family: verdana, sans-serif;  font-weight: bold;}
a.top:visited {color: white;  font-size: 8pt; font-family: verdana, sans-serif;  font-weight: bold;}
a.top:hover {color: red; font-size: 8pt; font-family: verdana, sans-serif; text-decoration: none;}
a.top:active {color: red; font-size: 8pt; font-family: verdana, sans-serif; text-decoration: none;}

.printtext {color: #0000FF; font-size: 12pt; font-family: arial; text-decoration: none; margin-top:0; margin-right:12px; margin-left:70px; margin-bottom:6px;}

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
