	body {
	background-color:#FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
}

	a:link {
	color:#0000FF;
}
	a:hover {
	color:#0000FF;	
}
	a:visited {
	color:#0000A0;
}

	a.noUnderline:link {
	color:#0000FF;	
	text-decoration: none;
}
	a.noUnderline:hover {
	color:#0000FF;	
	text-decoration: underline;
}
	a.noUnderline:visited {
	color:#0000A0;	
	text-decoration: none;
}

	.trTitle {
	cursor: pointer;
	font-weight:bold;
}

	TH.oddColumnHeading {
	/* TH OddColumnHeading */
	background-color: #EEEEEE;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height:20px;	
}

	TH.evenColumnHeading {
	/* TH EvenColumn */
	background-color: #FFFFFF;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height:20px;	
}

	TH.oddColumnHeading_Sub {
	/* TH OddColumnHeading */
	background-color: #F7F7F7;
	color: #000000;
	padding: 2px 2px 2px 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

	TH.evenColumnHeading_Sub {
	/* TH EvenColumn */
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px 2px 2px 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

	TD.oddColumn {
	/* TD OddColumn */
	background-color: #EEEEEE;
	color: #000000;
	height:25px;	
}

	TD.evenColumn {
	/* TD EvenColumn */
	background-color: #FFFFFF;
	color: #000000;
	height:25px;	
}

	TD.oddColumn_Sub {
	/* TD OddColumn */
	background-color: #F7F7F7;
	color: #000000;
	padding: 2px 2px 2px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

	TD.evenColumn_Sub {
	/* TD EvenColumn */
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px 2px 2px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

	TD.oddColumnWithQty {
	/* TD OddColumn With Qty Value */
	background-color: #F3E79E;
	color: #000000;
	height:25px;	
}

	TD.evenColumnWithQty {
	/* TD EvenColumn With Qty Value */
	background-color: #FFF7BB;
	color: #000000;
	height:25px;	
}

	TD.oddColumnWithQtyUpdate {
	/* TD OddColumn With Qty Value */
	background-color: #A9F5F2;
	color: #000000;
	height:25px;	
}

	TD.evenColumnWithQtyUpdate {
	/* TD EvenColumn With Qty Value */
	background-color: #CEF6F5;
	color: #000000;
	height:25px;	
}

	TD.matrixHighlight {
	/* TD EvenColumn With Qty Value */
	background-color: #FFFF50;
	color: #000000;
	height:25px;	
}

	.tableBorder {
	border: 2px solid #79BCFF;	
}

	.tableBorderTop {
	border: 2px solid #79BCFF;	
	border-bottom: none;
}

	.tableBorderBottom {
	border: 2px solid #79BCFF;	
	border-top: none;
}

	.tableBorderBottom2 {
	border-bottom: 2px solid #79BCFF;	
}

	.mandatory {
	/*Mandatory Field*/
	color:#FF0000;
}

	.btnPage{
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : #BBBBBB;
	border : 1px solid #000000;
	text-align : center;
	vertical-align : middle;
	text-decoration : none;
	cursor:pointer;
}

	.btnPage:hover{
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : #DDDDDD;
	border : 1px solid #000000;
	text-align : center;
	vertical-align : middle;
	text-decoration : none;
	cursor:hand;	
}

	.btnPageFocus{
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : #FFFFFF;
	border : 1px solid #000000;
	text-align : center;
	vertical-align : middle;
	text-decoration : none;
	cursor:hand;		
}

	#floatMenu {
	text-align:left;
	position:absolute;
	width:200px;
	top:56px;
	padding:0;
	margin:0;
	z-index:1000;
}

	#categoryBox {
	position:relative;
	width: auto;
	height:281px;
	overflow: hidden;
	top:0px;
	left:0px;
	clip:auto;
	visibility: visible;
}

	#content {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

textarea {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#foooterDiv{
display:block;
position:relative;
width:450px;
}
.footer_link{
font-size:10px;

}