/* Bowling Green Convention Visitors Bureau
   CSS Document (Admin) */

#admin_welcome
	{
	margin: auto;
	margin-top: 18px;
	margin-left: 50px;
	}
	
#login
  {
	width: 220px;
	margin: auto;
	}
	
#confirm
  {
	width: 400px;
	margin: auto;
	}
	
#forgot_pass
  {
	width: 400px;
	margin: auto;
	}

#choose_guide
	{
	width: 320px;
	margin: auto;
	text-align: center;
	}

#add_form
	{
	width: 80%;
	margin-top: 30px;
	margin-left: 50px;
	}
	
#ad_test_area
  {
	width: 400px;
	margin: 0px;
	padding: 0px;
	}
	
#ad_updated
  {
	float: left;
	}

#ad_test
  {
	float: right;
	width: 300px;
	height: 80px;
	background-image:url(../images/ad_blank_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
  }

.add_form_body
	{
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
.edit_body a:link
	{
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
.edit_body a:visited
	{
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
.edit_body a:hover
	{
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #2C6853;
	text-decoration: underline;
	}
	
.edit_body a:active
	{
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
.add_form_body_small
	{
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #666666;
	}

.choose_list
	{
	font-family: "Lucida Sans Unicode";
	font-size: 18px;
	color: #2C6853;
	border: 1px dashed #CCCCCC;
	background-color: #f6f6f6;
	}

.choose_button
	{
	font-family: "Lucida Sans Unicode";
	font-size: 18px;
	border: 1px solid #666666;
	background-color: #f4f4f4;
	padding: 4px;
	}
	
.login_title
  {
  font-family: "Lucida Sans Unicode";
	font-size: 18px;
	color: #2C6853;
	text-decoration: none;
  }
	
.login_type
  {
  font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
  }
	
.admin_user_type
  {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #2C6853;
	text-decoration: none;
	}
	
.admin_user_type a:link
  {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #2C6853;
	text-decoration: none;
	}
	
.admin_user_type a:visited
  {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #2C6853;
	text-decoration: none;
	}
	
.admin_user_type a:hover
  {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #2C6853;
	text-decoration: underline;
	}
	
.admin_user_type a:active
  {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #2C6853;
	text-decoration: none;
	}
	
.admin_entry_type
  {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #2C6853;
	text-decoration: none;
	}
	
.admin_entry_type a:link
  {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #2C6853;
	text-decoration: none;
	}
	
.admin_entry_type a:visited
  {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #2C6853;
	text-decoration: none;
	}
	
.admin_entry_type a:hover
  {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #2C6853;
	text-decoration: underline;
	}
	
.admin_entry_type a:active
  {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #2C6853;
	text-decoration: none;
	}

.admin_button
  {
	float: left;
	width: 100px;
	margin: 10px;
	padding: 25px;
	background-color: #FFFFCC;
	}
		
#admin_news
  {
	clear: both;
	}
