/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

html, body  { padding: 0; border: 0px none; }

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

img.align-left 
{
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

#navigation
{
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: .8em;
  text-align: left;
}
#navigation ul
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#navigation li
{
  background-image: url(http://www.alabamabeachtravel.com/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 10px 7px;
  color: #000000;
  line-height: 2em;
  padding-left: 25px;
}
#navigation a:link,
#navigation a:visited
{
  color: #0047A3;
  text-decoration: none;
}
#navigation a:hover,
#navigation a:active
{
  color: #0047A3;
  text-decoration: underline;
}
.one-week-min
{
  display: inline; 
  position: relative; 
  top: 5px; 
  right: 5px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }
