#QuickSum{
	position:absolute;
	top:140;
	left:400;
	width:75;
	
	
}

.content {
	position: absolute;
	margin-left: 150px;
	top: 185px;
	left:40;
	font-family: Trebuchet MS, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666;
	width: 615;
	border-top: 1px solid #999;
	border-left: 1px solid #666;
	z-index: 500;
	background-color: #f3f6f9;
	}
          
.content .content{
	top: 38px;
	margin-left: 20px;
	}
	
.content .padder{
	height: 200px;
	}
     
div.tabs {
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	top: 170px;
	left: 190px;
	white-space: nowrap;
	font-family: Verdana, Arial, sans-serif;
	cursor: default !important;
	font-weight: 700 !important;
	white-space:nowrap;
	z-index: 1000;
	-Moz-User-Select: none;
	}

.content div.tabs{
	top: 20px;
	left: 52px;
	}
       
.tab {
	border: 1px solid #347;
	padding: 2px 3px 1px 3px;
	background-color: #bcd;
	color: #303036;
	z-index: 100;
	border-bottom-width: 0;
	}
    
.tabHover {
	background-color: #46596f;
	color:#fff;
	z-index: 1200;
	border-bottom-width: 0;
	}
    
.tabActive { 
	padding: 3px 9px 3px 9px;
	color: #060610 ;
	background-color: #f3f6f9;
	z-index: 10000;
	}
      
#viewsrc{
	width: 130px;
	border: 1px solid #003;
	margin:8px;
	background-color: #f3f6fc;
	position:absolute;
	}
	
/* ************** ******************** */
	.ExplanationBox{
	float:right;
	border:1;
	width:250;
	height:500;
	background-color:#ffffff;
	padding:5;
	font-size:11px;
	}
	
	.PriceBox
	{
	width:60;
	font-size:12px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #666666 #666666 #666666 #666666;
	font-weight:bold;
	text-align:right;
	}
	.Element
	{
	width:250;
	height:30;
	font-size:11px;
	padding-left:10;
	}
	.Category
	{
	height:30;
	font-size:11px;
	padding-left:10;
	background-color:#eeeeee;
	}	
	.DeleteButton
	{
    background-color: red;
    border-bottom: #990000 solid thin;
    border-left: #ff6699 solid thin;
    border-right: #990000 solid thin;
    border-top: #ff6699 solid thin;
    color: white;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    width: 20px;
	height: 20;
	}	
	.PriceCat
	{
	background-color: #cccccc;
	font-weight:bold;
	font-size:11px;
	padding-left:4;
	}	