body {
	background-color:#EEEEEE;
	background-image:url(/gfx/bg_gray.gif );
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin-top:20px;
	margin-left:0px;
}
body, div, td, span, p {
	font-size:12px;
	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:18px;
	color:#000000;
	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:x-small;
	color:#000000;
	font-family:helvetica,verdana,arial;
	font-weight:bold;
}
.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-image:url(/gfx/bg_table_header.gif);
	border-bottom:3px solid #ffcc00; /*#90B26C; /*#C5F097;
	/*border-top:0px solid #cccccc;*/
}
.copy_table_header {
	background-color:#eeeeee;
	font-size:small;
	color:#333;
	font-family:helvetica,verdana,arial;
	font-weight:bold;
	padding:5px;
}

/**
*	Page navigation
*/
.container_current_page {
	background-color:#ffffff;
	background-image:url(/gfx/bg_table_header.gif);
	padding:2px;
	color:#ffffff;
	font-size:x-small;
	font-weight:bold;
	border:1px solid #cccccc;
}
a.container_page_navigation {
	padding:2px;
	font-size:x-small;
	font-weight:bold;
}
a.container_page_navigation:hover {
	padding:2px;
	font-size:x-small;
	font-weight:bold;
}

.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;
}