td.main{
	border-width : 0px;
	border-style : solid;
	border-color : lightgreen;/*#ccff99;*/
}

td.tableMenu{
	font-size : 12px;
	color : green;
	font-family : verdana;
}

td.topic{
	font-size : 12px;
	color : green;
	font-family : verdana;
	font-weight : bold;
}

td.topicInfo{
	font-size : 12px;
	color : red;
	font-family : verdana;
	font-weight : bold;
}

td.category{
	border-top : 1px solid green;	
	border-bottom : 1px solid green;
	background-color : #CCFFCC;
	height : 30px;
}

td.catHeader{
	border-width : 1px;
	border-style : solid;
	border-color : #ccff99;
}

td.headers{
	border-top : 1px solid green;	
	border-bottom : 1px solid green;
	background-color : #CCFFCC;
}

td.errors{
	border-top : 1px solid green;	
	border-bottom : 1px solid green;
	background-color : red;
	color : white;
	font-weight : bold;
}

td.info{
	border-top : 1px solid green;	
	border-bottom : 1px solid green;
	background-color : #99cc99;
	height : 40px;
	font-weight : bold;
}

td.auctionList1{
	border-width : 1px;
	border-style : solid;
	border-color : white;
	background-color : white;
}

td.auctionList2{
	border-width : 1px;
	border-style : solid;
	border-color : white;
	background-color : #e6e6e6
}

td.bidList1{
	border-width : 1px;
	border-style : solid;
	border-color : #fbfbfb;
	background-color : white;
}

td.bidList2{
	border-width : 1px;
	border-style : solid;
	border-color : #fbfbfb;
	background-color : #f9f9f9;
}

td{
	font-size : 12px;
	font-family : arial;
}

td.footer{
	border-width : 1px;
	border-style : solid;
	border-color : #ccff99;
	font-size : 10px;
}

td.simpleBg{
	background-color : #f6f6f6;
}

span.infoAboutAdd{
	font-size : 10px;
	font-style : italic;
	
	display : none;
}

td.costs{
	border-bottom : 1px dotted red;
}

td.costs_sum{
	color : green;
	font-size : 16px;
}

td.promoteAuctionsMain{
	padding-left : 20px;
	padding-right : 20px;
}

td.yellow{
	border-width : 1px;
	border-style : solid;
	border-color : white;
	background-color : #CCFFCC;
}

td.yellowSpecial{
	border-width : 1px;
	border-style : solid;
	border-color : green;
	background-color : #CCFFCC;
}


td.browseCategory{
	border-width : 1px;
	border-style : solid;
	border-color : white;
	background-color : #CCFFCC;
	font-style : italic;
}

a{ 
	text-decoration : none;
	color : black;
}

a:hover{
	color : orange; /*#336633*/;
	text-decoration : underline;
}

a.promote{
	color : green;
}

td.promote{
	font-weight : bold;
	
}

form.search{
	margin-top : 18px;
}


/* user menu */
td.userMenu{
	border-width : 1px;
	border-style : solid;
	border-color : white;
	background-color : #66cc66;
}

td.userMenuSelected{
	border-width : 1px;
	border-style : solid;
	border-color : white;
	background-color : #66cc66;
	font-weight : bold;
}

td.userMenuNoSelected{
	border-width : 1px;
	border-style : solid;
	border-color : white;
	background-color : #CCFFCC;
}

td.tableHeader{
	background-color : #CCFFCC;
}
/* end user menu */

div.divDetails{
	height:200px;
	width : 600px;
	overflow: scroll;
	border:0px solid red;
}

a.ff{
	text-decoration : none;
	color : black;
}

a.ff:hover{
	text-decoration : none;
	color : black;
}