body {
	font-size:100%;
	background-image: url(../Images/bg.jpg);
	margin-top:0; margin-left:0; margin-right:0;
	font-family: verdana;
}

Select,Input ,Label {
	font-size: 8pt;
}

img
{  border-style: none;}

.tableheader {
	background-color: #cecece;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
 	border-left:solid 1px gray;
	border-right:solid 1px gray;
	margin: 0px;
	padding: 2px;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-spacing: 10px 10px;
}
.tableheaderRD {
	background-color: #fff;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
 	border-left:solid 1px gray;
	border-right:solid 1px gray;
	margin: 0px;
	padding: 2px;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-spacing: 10px 10px;
}

.tableheader td {
	 
}

.detailtable {
	
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
 	border-left:solid 1px gray;
	border-right:solid 1px gray;
	margin: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.detailtable td {
	
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
 	border-left:solid 1px gray;
	border-right:solid 1px gray;
	margin: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
}



.firstTitle {font-family: Arial, Helvetica, sans-serif; font-size:22px;color: #000}
.secondTitle {font-family: Arial, Helvetica, sans-serif; font-size:12px;color: #000}
.thirdTitle {font-family: Arial, Helvetica, sans-serif; font-size:9px;color: #000}
.headerfont {font-family: Arial, Helvetica, sans-serif; font-size:10px;color: #FFFFFF}


.wrapper {
    background-color: green;
    height: 200px;
    width: 250px;
}
.wrapper .arrow {
    position:relative;
    right:0;
    height:40px;
    width:40px;
    background:#03F;
}

	#tabs { margin-top: 1em; }
	#tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
	#add_tab { cursor: pointer; }


