﻿body
{
	padding: 0px;
	margin: 0px;
	background-image: url(images/white_website_bg.jpg);
	background-repeat: repeat-x;
	background-color: Black;
}
form
{
	padding: 0px;
	margin: 0px;
}
img
{
	border: 0px;
}
.page_text_small_bold
{
	font: 10px arial;
	font-weight: bold;
	color: #4e4e4e;
}
.page_text_small
{
	font: 10px arial;
	color: #4e4e4e;
}
.page_text_mid
{
	font: 10px arial;
	color: #4e4e4e;
}
.page_text_bold
{
	font: 12px arial;
	font-weight: bold;
	color: #4e4e4e;
}
.page_text
{
	font: 12px arial;
	color: #4e4e4e;
}
.page_text_white
{
	font: 12px arial;
	color: White;
}
.page_text_bold_white
{
	font: 12px arial;
	font-weight: bold;
	color: White;
}
.page_text_disabled
{
	font: 12px arial;
	color: #4e4e4e;
}
.page_link_bold
{
	font: 12px arial;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
}
.page_link_bold:hover
{
	font: 12px arial;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
}
.page_link
{
	font: 12px arial;
	color: #4e4e4e;
	text-decoration: none;
}
.page_link:hover
{
	font: 12px arial;
	color: #4e4e4e;
	text-decoration: none;
}
.directory_menu_header a
{
	font: 12px times new;
	color: #61b1c8;
	text-decoration: none;
}
.directory_menu_item
{
	font: 12px times new;
	color: white;
	text-decoration: none;
}
.directory_menu_item:hover
{
	font: 12px times new;
	color: white;
	text-decoration: none;
}
.error_message
{
	font: 12px arial;
	color: red;
}
.textbox
{
	float: left;
	margin-top: 1px;
	width: 120px;
	height: 2em;
	font-family: Arial;
	font-size: 10px;
	color: #4e4e4e;
	background-color: #f5f5f5;
	border: solid 1px #dcdcdc;
}
.button
{
	width: 72px;
	height: 17px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #4e4e4e;
	background-color: #f5f5f5;
	border: solid 1px #dcdcdc;
}
a.feedback {
	position: fixed;
	bottom: 0;
	right: 0;
}
.region_icon
{
	padding-right: 5px;
}
.backToWhite
{
	width: 180px;
	height: 15px;
	position: absolute;
	left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	text-indent: -3000px;
	vertical-align: bottom;
	background-image: url(Images/back_to_white.gif);
}

span.subtitle
{
	padding: 5px 10px 0px 10px;
	font: 16px times new;
	color: #c1b398;
	float: left;	
}
/************************************
Directory Menu
************************************/
#menu-left
{
}
#menu-left ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu-left ul li
{
	margin: 2px 0px 2px 0px;
}
#menu-left ul li.selected
{
	margin: 2px 0px 2px 0px;
	background-image: url(images/left_menu_arrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
}
#menu-left ul li a
{
	padding: 0px 0px 0px 22px;
	margin: 0px;
	font: 14px times new;
	color: #c6bcb2;
	text-decoration: none;
}
#menu-left ul li a.selected
{
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 12px;
	background-color: #d7cec5;
	font: 14px times new;
	color: black;
	text-decoration: none;
}
#menu-left ul.submenu-left
{
	color: white;
	list-style-type: disc;
	list-style-position: inside;
	margin: 2px 0px 0px 25px;
	padding: 0px;
	line-height: 14px;
}
#menu-left ul.submenu-left li
{
	padding: 2px 0px 2px 0px;
}
#menu-left ul.submenu-left li a
{
	padding: 0px;
	font: 12px times new;
	color: white;
	text-decoration: none;
}
#menu-left ul.submenu-left li a.sub-selected
{
	padding: 0px;
	font: 12px times new;
	color: #c6bcb2;
	text-decoration: none;
}
#menu-left ul.tag
{
	list-style: none;
	margin: 2px 0px 0px 40px;
	padding: 0px;
}
#menu-left ul.tag li
{
	padding: 2px 0px 2px 0px;
}
#menu-left ul.tag li a
{
	padding: 0px;
	font: 12px arial;
	color: white;
	text-decoration: none;
}
#menu-left ul.tag li a.tag-selected
{
	padding: 0px;
	margin: 0px;
	font: 12px arial;
	color: #c6bcb2;
	text-decoration: none;
}
/**************************************
End Directory Menu
**************************************/

a.checkbox_checked
{
	background-image: url(images/checkbox_checked.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
	font: 12px arial;
	color: #d7cec5;
	text-decoration: none;
}
a.checkbox_unchecked
{
	background-image: url(images/checkbox_unchecked.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
	font: 12px arial;
	color: white;
	text-decoration: none;
}

div.ad
{
	margin-bottom: 15px;
}

hr.DirectorySep
{
	margin: 10px 10px 10px 20px;
	border: 0;
	color: #3D3D3D;
	background-color: #3D3D3D;
	height: 1px;
}
.DirectoryFilter
{
	margin-left: 20px;
}
.DirectoryFilter div
{
	padding-top: 5px; padding-bottom: 5px;
}
.DirectoryFilter, .DirectoryFilter div, #DirectoryFilter div label
{
	color: White;
	font-family: Arial;
	font-size: 12px;
}
.searchButton
{
	float: left;
	margin-left: 5px;
	background-image: url(images/left_menu_search.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	color: White;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.listingLinks table tbody tr td a
{
	text-decoration: none;
}

.footer
{
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 0 10px 20px;
	background-color: black;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 12px;
}
.footer span.selected
{
	color: #63b1c5;
}
.footer span
{
	color: white;
}
.footer a
{
	color: white;
	text-decoration: none;
}
.listingTop
{
	width: 760px;
	height: 0;
}
.listingMiddle
{
	width: 760px;
	padding-bottom: 4px;
}
.listingLinks
{
	width: 760px;
	height: 54px;
	background-image: url(images/directory_item_bg_footer_dots.png);
}
.tCurrentAdvertiser
{
	height: 12px;
	background-image: url(images/directory_item_bg_top_green.png);
}
.tPreviousAdvertiser
{
	height: 12px;
	background-image: url(images/directory_item_bg_top.png);
}
.mCurrentAdvertiser
{
	background-image: url(images/directory_item_bg_body_green.png);
}
.mPreviousAdvertiser
{
	background-image: url(images/directory_item_bg_body.png);
}
.bCurrentAdvertiser
{
	height: 34px;
	background-image: url(images/directory_item_bg_footer_green.png);
}
.bPreviousAdvertiser
{
	height: 34px;
	background-image: url(images/directory_item_bg_footer.png);
}
