body {
	/*
	background-color:#EEEEEE;
	background-image:url(/gfx/bg_gray.gif );
	*/
	background-color:#9e9074;
	background-image:url(/gfx/main_bg.gif );
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin-top:20px;
	margin-left:0px;
}
body, div, td, span, p {
	font-size:15px;
	color:#333333;
	font-family:"trebuchet ms",helvetica,verdana,arial;
	font-weight:normal;	}
h1
{
	font-weight:normal;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
a:visited {
	color:#666;
	font-style:italic;
	font-weight:normal;
}
a:hover {
}


/* top */
.box_top_left {
	background-image:url(/gfx/box/top_left.gif);
	background-repeat:no-repeat;
	width:12px;
	height:70px;
}
.box_top_middle {
	background-image:url(/gfx/box/top_middle.gif);
	background-repeat:repeat-x;
	height:70px;
}
.box_top_right {
	background-image:url(/gfx/box/top_right.gif);
	background-repeat:no-repeat;
	width:12px;
	height:70px;
}
/* middle */
.box_middle_left {
	background-image:url(/gfx/box/middle_left.gif);
}
.box_middle_middle {
	background-color:#ffffff;
	vertical-align:top;
	padding:3px;
}
.box_below_top {
	background-image:url(/gfx/box/top_fading_bg.gif);
	background-repeat:repeat-none;
	height:9px;
}
.box_middle_right {
	background-image:url(/gfx/box/middle_right.gif);
	width:1px;
}
/* bottom */
.box_bottom_left {
	background-image:url(/gfx/box/bottom_left.gif);
	height:9px;
}
.box_bottom_middle {
	background-image:url(/gfx/box/bottom_middle.gif);
}
.box_bottom_right {
	background-image:url(/gfx/box/bottom_right.gif);
}

.content_area {
	background-color:#ffffff;
	padding:5px;
	padding-top:10px;
	padding-bottom:15px;
}


/*
*	COPY
*/
.copy_notice {
	font-size:11px;
	color:#888;
}
.copy_page_header {
	font-size:24px;
	color:#333;
	font-family:arial,verdana;
	margin-bottom:20px;
	font-weight:normal;
}

/*
*	INPUT
*/
input {
	font-size:14px;
}
input.inputfield {
	background-color:#eeeeee;
	background-image:url(/gfx/bg_input.gif);
	border:1px solid #cccccc;
	font-family:arial,verdana;
	padding-left:2px;
	padding-right:2px;
}
input.inputfield_large {
	font-size:17px;
	font-weight:bold;
	padding:5px;
	background-color:#eeeeee;
	background-image:url(/gfx/bg_input.gif);
	border:1px solid #cccccc;
	font-family:arial,verdana;
	padding-left:2px;
	padding-right:2px;
}
.buttonPuff
{
font-size:19px;
padding:8px;
}
.button
{
font-size:14px;
padding:6px;
font-weight:bold;
}
textarea {
	background-color:#eeeeee;
	background-image:url(/gfx/bg_input.gif);
	border:1px solid #cccccc;
	font-size:11px;
	font-family:arial,verdana;
	padding-left:2px;
	padding-right:2px;
}
select {
	background-color:#eeeeee;
	background-image:url(/gfx/bg_input.gif);
	border:1px solid #cccccc;
	font-size:11px;
}
.copy_input_label {
	font-size:small;
	color:#666;
	font-family:"trebuchet ms",helvetica,verdana,arial;
	font-weight:normal;
}
.copy_input_small
{
	font-size:9px;
	color:#333;
}
#tablerowdivider hr	{
	color: #eeeeee;
	height:0px;
	border:1px solid #eeeeee;
}

tr.oddRow {
	background-color:#ffffff;
}
tr.evenRow {
	background-color:#eeeeee;
}
tr.hover {
	background-color:#d8f1ff;
}
tr.oddRow td, tr.evenRow td {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
tr.hover td {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.table_header {
	background-color:#eee;
	background-image:url('/gfx/gray_bg.png');
	/*background-image:url(/gfx/bg_table_header.gif);*/
	border-bottom:3px solid #ddd; /* #90B26C; /*#90B26C; /*#C5F097;
	/*border-top:0px solid #cccccc;*/
}
.copy_table_header {
	background-color:#eee;
	font-size:small;
	color:#333;
	font-family:helvetica,verdana,arial;
	font-weight:bold;
	padding:5px;
}

/**
*	Page navigation
*/
.container_current_page {
	padding:3px;
	font-size:11px;
	font-weight:normal;
	border:1px solid #ddd;
}
a.container_page_navigation {
	/*
	padding:2px;
	font-size:small;
	font-weight:bold;
	*/
	font-size:11px;
	background-color:#eee;
	padding:3px;
	border:1px solid #ccc;
	color:#888;
	font-weight:normal;	
}
a.container_page_navigation:hover {
	/*
	padding:2px;
	font-size:x-small;
	font-weight:bold;
	*/
	font-size:11px;
	background-color:#eee;
	padding:3px;
	border:1px solid #888;
	color:#333;
	font-weight:normal;		
}


.page_nav_number
{
	background-color:#eee;
	padding:3px;
	border:1px solid #ccc;
	color:#888;
	font-weight:normal;
}
.page_nav_number:hover
{
	background-color:#eee;
	padding:3px;
	border:1px solid #888;
	color:#333;
	font-weight:normal;	
}
.page_nav_number_selected
{
	padding:3px;
	border:1px solid #ddd;
	font-weight:normal;
}
.copy_ad_type_sell
{
	background-color: #66c7ff;
	color:#fff;
	font-size:9px;
	font-weight:bold;
}
.copy_ad_type_buy
{
	background-color: #CC9900;
	color:#fff;
	font-size:9px;
	font-weight:bold;
}
.copy_tip
{
	font-weight:bold;
	color:#66c7ff;
}
.centeredImage
{
    text-align:center;
    display:block;
}

.copy_small_gray_bold {
	color:#333333;
	font-size:small;
	font-family:helvetica,verdana,arial;
	font-weight:bold;
}
.copy_xsmall_light_gray {
	color:#888;
	font-size:x-small;
	font-family:helvetica,verdana,arial;
	font-weight:normal;
}
.container_message
{
	background-color:#eee;
	border:1px solid #66c7ff;
	padding:10px;
	margin:5px;
}

div.mybutton
{
		display: inline;
		background-image:url('/gfx/gray_bg.gif');
		background-repeat:repeat-x;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
/*		width: 370px;*/
		color: #fff;
		white-space: nowrap;
}

div.mybutton:hover
{	
		background-image:url('/gfx/gray_bg_light.gif');
		background-repeat:repeat-x;
		color:#333;
		cursor:pointer;
}

div.mybutton a 
{
	color:#fff;
	cursor:pointer;
}
div.mybutton a:hover 
{
	color:#666;
	cursor:pointer;
}

div.mybutton_small
{
		display: inline;
		background-image:url('/gfx/gray_bg.gif');
		background-repeat:repeat-x;
		padding: 4px 8px;
		text-decoration: none;
		border-right: 1px solid white;
/*		width: 370px;*/
		color: #fff;
		white-space: nowrap;
		font-size:12px;
		font-weight:bold;
}

div.mybutton_small:hover
{	
		background-image:url('/gfx/gray_bg_light.gif');
		background-repeat:repeat-x;
		color:#666;
		cursor:pointer;
}

div.mybutton_small a 
{
	color:#fff;
	cursor:pointer;
}
div.mybutton_small a:hover
{
	color:#666;
	cursor:pointer;
}
.copy_table_header a
{
	color:#fff;
}
img.centered
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.ad_expired
{
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#ffcc00;
	color:#333;
	border:2px solid #ff3333;
}
.copy_ad_date
{
	color:#888;
	font-size:smaller;
	font-weight:normal;
}
