body, html
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #DCDCC4;
	font-size: 14px;
	font-family: Arial;
	height: 100%;
}

hr
{
	border: 0;
	color: #000;
	background-color: #000;
	height: 2px;
	margin-left: 0;
	text-align: left;
}

h2
{
	margin: 0 0 0.5em;
	*margin-bottom: -13px;
}

td { font-size: 14px; vertical-align: top; }
a { color: #000; }
form { line-height: 25px; }
h1 { margin: 0; }
img { border: 0; }

#wrap
{
	width: 1000px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/wrap-bg-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav
{
	padding: 5px 10px;
	background-color: #3C3C3C;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

#nav a { color: #FFF; text-decoration: none; }

#nav ul
{
	position: relative;
	top: -7px;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#subheader
{
	height: 30px;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	background-color: #A0A0A0;
	background-image: url('../images/subheader-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.main
{
	width: 650px;
	padding: 10px;
	height: 100%;
	background-image: url('../images/wrap-bg-top.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.static_text
{
	height: 100%;
	min-height: 450px;
	*min-height: 600px;
	font-size: 16px;
	padding: 15px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

#main
{
	float: left;
	width: 650px;
	padding: 10px;
	background-image: url('../images/wrap-bg-top.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar
{
	width: 310px;
	padding: 10px;
	background-image: url('../images/wrap-bg-top.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#sidebar
{
	float: right;
	width: 310px;
	height: 615px;
	padding: 10px;
	background-image: url('../images/wrap-bg-top.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#footer { width: 1000px; margin-left: auto; margin-right: auto; text-align: right; margin-top: 10px; }

.powered_by { position: relative; top: 25px; }

* html { height: 1px; }

.input_text { width: 214px; }
.input_text_narrow { width: 70px; text-align: center; }
.input_text_medium { width: 90px; margin-right: 15px; *width: 77px; *margin-right: 10px; }
.float_right { float: right; }
.buttons { text-align: right; width: 100%; margin-top: 7px; }
.success { background-color: #EEE; border: 2px solid green; color: green; padding: 8px; margin-bottom: 17px; *margin-bottom: 0px; *margin-top: -10px; width: 270px; text-align: center; }
.success a { color: green; font-weight: bold; }
.trono_photo { width: 120px; height: 110px; text-align: right; }
.odd { background-color: #FFF; cursor: pointer; cursor: hand; }
.even { background-color: #DDD; cursor: pointer; cursor: hand; }
.your_ad { width: 300px; border: 1px solid black; padding: 12px 0px 12px 0px; text-align: center; margin-bottom: 12px; }
.ad { width: 302px; text-align: center; margin-bottom: 12px; }
.info_window_holder { min-height: 150px; min-width: 430px; }
.info_window td { /*white-space: nowrap;*/ }
.gigs_grid { font-size: 13px; }
.delete { vertical-align: bottom; text-align:right; padding-left: 40px; }
.whitebg { margin: 10px; padding: 15px; background-color: white; }
.pagination a {	text-decoration: none; font-weight: bold; font-size: 14px; padding: 4px 7px 4px 7px; margin: 1px; border: 1px solid #A4A4A4; color: #434343; }
.active { background-color: #4D4D4D; font-weight: bold; font-size: 14px; padding: 4px 7px 4px 7px; margin: 1px; border: 1px solid #4D4D4D; color: #FFF; }
.logo { margin: 8px 90px 0px 0px; }
.search { position: relative; left: 10px; top: -8px; height: 26px; width: 226px; background-image: url('../images/search-bg.png'); background-repeat: no-repeat; background-position: top left; display: display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
.search_field { background-color: #FFF; border: none; background-image: url('../images/search-form-left.png'); background-repeat: no-repeat; background-position: top left; width: 190px; height: 20px; font-size: 14px; font-family: Arial; padding: 5px 0px 0px 3px; }
.search_button { margin: 2px 5px 0px 0px; float: right; }
.active_menu_item { color: #FF6E41; }

#nav .auto_complete  { background: #FFF; margin-left: 5px; padding: 5px 3px 0px 3px; font-weight: normal; font-size: 10pt; }
#nav .auto_complete ul { margin: 0; padding: 0; width: 100%; list-style-type: none; }
#nav .auto_complete ul li { margin: 0; padding: 3px; display: list-item; color: #000; }
#nav .auto_complete ul li.selected { background-color: #888; color: #fff; }
