/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin:0px;
	font-family: Verdana;
	font-size: 18px;
	border:0px;
	padding:0px;
}	

TD
{
	font-size:12px;
}
	
.spinStatus
{
	color: Red;
	text-align: center;
}	

.spinStatusOK
{
	color: Black;
	text-align: center;
}	

.spinStatusRow
{
	background-color: #93EABA;
}	

.spinButton
{
	background-color: #93EABA;
}

.spinBTButton
{	
	width:80px;
	height:99px;
	border:0px;
	background:url(http://www.btclickandbuy.com/images/cp_button/orange_main.gif) no-repeat;
}	

.spinHelp
{
	Font-size:10px;
	color:Gray
}
.greenTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #009999;
}	
.spinTextRight
{
	text-align: right;
}		
