﻿body{
	margin:0px;
	padding:0px;
	background-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
}
ul {
  margin:0px;
  padding:0px;
  list-style:none;
}
#menulist {
	list-style:none;
}
a{
	text-decoration:none;
}
.listing_field_value {
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
.input_field {
	font-size:11px;
	color:#616161;
	font-weight:normal;
	width:150px;
}

.gray_btn_text{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size:10px;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	text-shadow:0px -1px #333;

}

.gray_btn_left{
	background-image:url(../images/button/gray_btn_left.png);
	background-repeat:no-repeat;
	height:17px;
	width:8px;
}
.gray_btn_right{
	cursor:pointer;
	background-image:url(../images/button/gray_btn_right.png);
	background-repeat:no-repeat;
	height:17px;
	width:8px;
}

.gray_btn_mid{
	cursor:pointer;
	background-image:url(../images/button/gray_btn_mid.png);
	background-repeat:repeat-x;
	height:17px;
}
.mediaimage_thumb_bg{
	background-position:top left;
	background-repeat:no-repeat;
	height:75px;
	width:100px;
}