body {
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	margin: 0;
	padding: 0;
	background-color: White;
}

th {
	background-color: #11AAD3;
	padding: 2px;
	font-size: 110%;
}

#all {
	/* width: 1000px; */
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	min-width: 820px;
}

#header {
	height: 100px;
}


h1 {
	color: #014769;
	font-size: 18px;
	text-align: center;
}


h2 {
	color: #014769;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}



#logo {
	color: #014769;
	font-size: 40px;
	font-weight: bold;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
}

#logo span {
	color: #11AAD3
}

#search_form {
	float: right;
}

#search_form p {
	font-weight: bold;
	color: Gray;
	margin-top: 10px;
	margin-bottom: 10px;
}


.black {
	color: Black;
}


/*
#top_login {
	float: right;
}
*/

#top_login {
/*	float: right;
	margin-top: 4px;
	margin-right: 8px; */
	text-align: right;
}

#top_login div {
	padding: 5px;
}

#top_login a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #014769; 
	font-style: normal;
	

}

.clear {
	clear: both;
}

.border, .inputtext {
	border: 1px solid gray;
}

.but, .inputbutton {
	border: 1px solid gray;	
/*	background-color: #11AAD3; */
	background-color: Gray;
	
	cursor: pointer;
	color: White;
	font-weight: bold;
}


.but2 {
	border: 1px solid gray;
	background-color: #f5f5f5;
	cursor: pointer;
	color: black;
	font-weight: bold;
}



#main {
/*	padding-top: 10px;
	text-align: center;*/
	position: relative;
	background-color: White; 
}

form {
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none; /*	color: #014769; */
	color: #0065C6;
}

.center {
	text-align: center;
}

#fp_form_inner input {
	height: 120%;
	font-size: 120%; 
	
}

.bigger {
	font-size: 120%; 
}

.smaller {
	font-size: 80%; 
}


.gray {
	color: Gray;
}

.blue {
/*	color: #11AAD3; */
	color:#0065C6;
/*	color: #014769; */

}

.bold {
	font-weight: bold;
}

.readmessage {
	cursor: pointer;
}

.w100 {
	width: 100%;
}

ul,ol { list-style:none }

#login_popup {
	width: 220px;
	height: 160px;
	position: absolute;
	right: 20px;
	text-align: left;
	display: none; 
	background-color: white;
	margin-top: -10px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	z-index: 5;
}

#search_popup {
	width: 260px;
/*	height: 160px; */
	overflow: auto;
	
	max-height: 350px;
	position: absolute;
	right: 0;
	text-align: left;
	display: none; 
	background-color: white;
	margin-top: -10px;
	border: 1px solid gray;
	z-index: 10;
}


a img {
	border: none;
}

.tablerow1 {
	background-color: White;
}

.tablerow2, .oddtr {
	background-color: #F3F3F3;
}

.selectedtr {
	background-color: #C2EEFA;
}

.searchresultprice {
	font-weight: bold;
}

.adminunreadmessage, .unreadmessage, .readmessage {
	padding: 5px;
	cursor: pointer;
}

.bottom_sizeableborder
{
		border-bottom-width: 10px;
		border-bottom-color: #5F9AE7;
		border-bottom-style: solid;
}

.browser_buttons {list-style-type:none; margin:0px; padding:0px;}
.browser_buttons li {display: inline;}

.link {
	cursor: pointer;
}

.vam {
	vertical-align: middle;
}












.offerunreadtimg 
{
	background-image: url('/img2/offer_new.gif');
	background-repeat: no-repeat; background-position: center left;
	width: 15px;
}
.offerreadtimg 
{
	background-image: url('/img2/offer_read.gif'); 
	background-repeat: no-repeat; background-position: center left;
	width: 15px;
}

.offerrejectedtimg
{
	background-image: url('/img2/offer_rejected.gif'); 
	background-repeat: no-repeat; background-position: center left;
	width: 15px;
}

.offeracceptedtimg
{
	background-image: url('/img2/offer_accepted.gif'); 
	background-repeat: no-repeat; background-position: center left;
	width: 15px;
}

.offerpaidtimg
{
	background-image: url('/img2/offer_paid.gif'); 
	background-repeat: no-repeat; background-position: center left;
	width: 15px;
}
.offersenttimg
{
	background-image: url('/img2/offer_sent.gif'); 
	background-repeat: no-repeat; background-position: center left;
	width: 15px;
}

.offerclosedtimg
{
	background-image: url('/img2/offer_closed.gif'); 
	background-repeat: no-repeat; background-position: center left;
	width: 15px;
}


.offerunread #offercollapsed, .offerunread #offerfull
{
/*	background-color: #DEEBFF; */
	background-image: url('/img2/offer_new.gif');
}
.offerread #offercollapsed, .offerread #offerfull
{
/*	background-color: #DEEBFF; */
	background-image: url('/img2/offer_read.gif'); 
}

.offerrejected #offercollapsed, .offerrejected #offerfull
{
/*	background-color: #FEE6E6; */
	background-image: url('/img2/offer_rejected.gif'); 
}

.offeraccepted #offercollapsed, .offeraccepted #offerfull
{
/*	background-color: #E2FFE3; */
	background-image: url('/img2/offer_accepted.gif'); 
}

.offerpaid #offercollapsed, .offerpaid #offerfull
{
/*	background-color: #FFFFE5; */
	background-image: url('/img2/offer_paid.gif'); 
}

.offersent #offercollapsed, .offersent #offerfull
{
/*	background-color: #F2FFDE; */
	background-image: url('/img2/offer_sent.gif'); 
}

#offercollapsed #date, #offerfull #date
{
	position:absolute; right: 150px; 
}

#offercollapsed #price, #offerfull #price
{
	position:absolute; right: 100px; 
}

#offercollapsed #state, #offerfull #state
{
	position:absolute; right: 4%; 
}

#offercollapsed #body
{
	position:absolute; left: 130px; 
}




/* ========== inbox ================= */

.doubleflagmessage, .flagmessage, .readmessage, .unreadmessage {
	padding-left: 30px;
}

.doubleflagmessage
{
	background-image: url('/img2/msg_flag2.gif'); background-repeat: no-repeat; background-position: center left;
}

.flagmessage
{
	background-image: url('/img2/msg_flag.gif'); background-repeat: no-repeat; background-position: center left;
}

.readmessage
{
	background-image: url('/img2/msg_read.gif'); background-repeat: no-repeat; background-position: center left;
}

.unreadmessage
{
	background-image: url('/img2/msg_unread.gif'); background-repeat: no-repeat; background-position: center left;
}

ul#contacts li {
	float: left;
	margin-right: 15px;
}



.ratingmarkbox, .ratingmarkboxsel, .sortingbutton, .pagingbutton, .pagingbuttoncurrent
{
	font: 11px tahoma;
	text-decoration: none;
	padding: 3px;
	width: 50px;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
	color: #696969;
}

.ratingmarkboxsel
{
	background-color: Silver;
	font-weight: bold;
	color: white;
}

#main_pic_div {
	background-image: url(/img2/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 1000px;
	height: 375px;
	margin: 0 auto;
}

#main_pic {
/*	display: none; */
}

.indicator_bg {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid gray;
	text-align: left;
}

.indicator_bar {
	background-color: #11AAD3;
	height: 100%;
	color: White;
	font-weight: bold;
}

#rating { padding-top:10px; padding-bottom:10px; position: relative; }
#rating span { display: block; padding-top:3px; width:100% }
#rating img { position: absolute; right:4px; }

#rating2 {
	width: 200px;
	position: relative;
}

#rating2 img { position: absolute; right:4px; }

#nav {
	float: right;
/*	background-color: Fuchsia; */
	height: 30px;
}

#nav img {
	border: none;
	display: block;
	margin-top: -4px;
}

#error_box, .error {
	color: Red;
	font-weight: bold;
}

.pagenatation b, .pagenatation a {
	font-size: 140%;	
	padding: 5px;
}

.pagenatation_small b {
	font-size: 80%;	
	padding: 3px;
}

.pagenatation_small a {
	font-size: 80%;	
	padding: 2px;
}


.pagenatation b, .pagenatation_small b {
	background-color: #11AAD3;
}

.pagenatation a:hover, .pagenatation a:active, .pagenatation_small a:hover, .pagenatation_small a:active {
	background-color: #C2EEFA;
}

label {
	cursor: pointer;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}


#indexmainspace {
	min-height: 196px;
	min-height: 230px;
	background-image: url(/img2/loading.gif); 
	background-repeat: no-repeat;
	background-position: center;
}

.green {
	color: green;
}

.white {
	color: white;
}

.nowrap {
	white-space: nowrap;
}

.underline {
	text-decoration: underline;
}


.png2
{
	//background-image: none ! important;
	behavior: url(/css/pngfix.htc);
}


img { behavior: url(/css/iepngfix.htc) }
