p, td {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 5px;
}
h2 {
	font-family: Garamond, Georgia, "Times New Roman";
	color: #00338D;
	font-size: 20px;
	margin: 5px;
	padding: 0px;
	letter-spacing: -1px;
}
h1 {
	font: bold 22px Garamond, Georgia, "Times New Roman";
	color: #fff;
	margin: 5px;
}
.border {
	border: 1px solid #6483BA;
}
.border-bottom {
	border: 1px solid #6483BA;
	border-top: none;
}
.border-top {
	border: 1px solid #6483BA;
	border-bottom: none;
}

a img{
	border:0px;
}

a {
	text-decoration: underline;
	color: #00e
}
a:visited {
	text-decoration: underline;
	color: #00e
}
a:hover {
	color: #66e;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyright {
	color: #003399;
	font-weight: bold;
}

#ajax_content
{
	background-color: #fff;
	border: 1px solid #6483ba;
	padding: 0px;
	min-height:200px;
}
#ajax_content img{
	margin:6px;

}

.tabs {
	background-image: url(images/tabs/over.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	text-align: center;
}
.tabs a {
	display: block;
	color: #fff !important;
	text-decoration: none !important;
	font: bold 13px "Century Schoolbook", Verdana;
	line-height:12px;
}

.autocomplete ul {
	list-style-type: none;
  margin:0px;
  padding:0px;
}

.autocomplete li {
	list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.autocomplete li.selected { background-color: #e4ecf9; }

.even {
	background-color: #dbe1ef;
	border: 1px solid #aaa;
}
.odd {
	background-color: #a8b9d7;
	border: 1px solid #aaa;
}
.back, .next
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 15px;
}

.back
{
	background: transparent url(images/admin/navigation-left.gif) no-repeat left center;
	float: left;
}
.next
{
	background: transparent url(images/admin/navigation-right.gif) no-repeat right center;
	float: right;
}

#business_results .heading,
#calendar_results .heading
{
	font: bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#business_results .heading a,
#calendar_results .heading a
{
	padding: 5px;
	text-decoration: none;
	display: block;
	color:#00338d;
}

#business_results .heading a:hover
{
	display: block;
	background-color: #fff;
}

#business_results ul, #business_results li {
	margin-top: 0px;
	padding-top: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


/** used on fckeditor **/

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.main-grad {
	background: #FFFFFF url(images/main-bg.jpg) repeat-x;
}


/** Left Menu Styles **/
#left_navigation{
	margin: 0px;
	padding: 0px;
	width: 230px;
}

/** left menu main item link **/
#left_navigation .menu_link{
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
	color: #00338d;
	list-style: none;
	display:block;
	width:230px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

/** left menu sub menu item link **/
#left_navigation .submenu_link{
	background-color:#c0cce2;
	padding:3px;
	display:block;
	color:#003399;

	font-size:12px;
	text-decoration:none;
	border-bottom:1px solid #000000;
	border-top:0px;
}

/** hover style of left menu links (main and sub) **/
#left_navigation div a:hover{
	color:#6483ba;
}



ul.photogal {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.photogal li {
  float: left;
  width: 150px;
  padding: 5px;

  height: 170px;
  text-align: center;
}

ul.photogal li img {
}


.clear {
  clear: both;
}

#twitter ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#twitter li {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}