/* CSS only needed for the demo */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
}
.style1_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D6395;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699; 
	font-weight: bold; 
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}
#mainContainer{
	width:630px;
	border-left:1px solid #317082;	
	border-right:1px solid #317082;	
	margin:0 auto;	/* Center align content, equivalent to margin-left:auto;margin-right:auto; */
	text-align:left;	/* Override inherited text-align:center from the body tag */
	background-color:#FFF;
	height:100%;
}

.maintable{
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	}
	
	#menuColumn{
	width:160px;
	float:left;
	padding:5px;
	font-size:0.9em;
}
#mainContent{
	width:440px;
	float:left;	
}

.oddRow{
	background-color:#FFF;
}
.evenRow{
	background-color:#EEE;
}

.productTable{
	border:3px double #000;
}
h3{
	margin-top:0px;
}

.classPaging
{
font-family: Tahoma, SansSerif, Arial;
font-size: 9px;
color: #000000;
text-align : center;
}


/* End css for the demo */

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj2{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}
#ajax_tooltipObj2 div{
	position:relative;
}
#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #344A80;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:-150px;
	position:absolute;
	width:320px;	/* Width of tooltip content */
	height:500px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#ajax_tooltipObj2 .ajax_tooltip_content{
	border:2px solid #344A80;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:-150px;
	position:absolute;
	width:320px;	/* Width of tooltip content */
	height:500px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/tooltips/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}
#ajax_tooltipObj2 .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/tooltips/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}
#ajax_tooltipObj .ajax_tooltip_qlty{
	border:2px solid #344A80;	/* Border width */
	left:-450px;	/* Same as border thickness */
	top:30px;
	position:relative;
	width:415px;	/* Width of tooltip content */
	height:155px;	/* Height of tooltip content */
	background-color:#FFFFFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#ajax_tooltipObj2 .ajax_tooltip_qlty{
	border:2px solid #344A80;	/* Border width */
	left:-450px;	/* Same as border thickness */
	top:30px;
	position:relative;
	width:415px;	/* Width of tooltip content */
	height:155px;	/* Height of tooltip content */
	background-color:#FFFFFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#ajax_tooltipObj .ajax_tooltip_wghts{
	border:2px solid #344A80;	/* Border width */
	left:-450px;	/* Same as border thickness */
	top:30px;
	position:relative;
	width:415px;	/* Width of tooltip content */
	height:355px;	/* Height of tooltip content */
	background-color:#FFFFFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#ajax_tooltipObj2 .ajax_tooltip_wghts{
	border:2px solid #344A80;	/* Border width */
	left:-450px;	/* Same as border thickness */
	top:30px;
	position:relative;
	width:415px;	/* Width of tooltip content */
	height:355px;	/* Height of tooltip content */
	background-color:#FFFFFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#ajax_tooltipObj .ajax_tooltip_arrow_wghts{	/* Left div for the small arrow */
	background-image:url('../images/tooltips/arrow2.gif');
	width:20px;
	position:absolute;
	left:-100px;
	top:-10px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}
#ajax_tooltipObj2 .ajax_tooltip_arrow_wghts{	/* Left div for the small arrow */
	background-image:url('../images/tooltips/arrow2.gif');
	width:20px;
	position:absolute;
	left:-100px;
	top:-10px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}
#ajax_tooltipObj .ajax_tooltip_arrow_qlty{	/* Left div for the small arrow */
	background-image:url('../images/tooltips/arrow2.gif');
	width:20px;
	position:absolute;
	left:-100px;
	top:-10px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}
#ajax_tooltipObj2 .ajax_tooltip_arrow_qlty{	/* Left div for the small arrow */
	background-image:url('../images/tooltips/arrow2.gif');
	width:20px;
	position:absolute;
	left:-100px;
	top:-10px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

/* End of css*/