/* css for ajax tooltip */

.balloon body { 
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	background-color:#204080; 
	color:#FFFFFF;
}
.text, .a text{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color:#66CC66;
}
.topic {  
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color:#000000;
}
.topic-h {  
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold; 
	color:#FFCC00;
}

.buttonsky { 
font-size: 11px; 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
BORDER-RIGHT: #DAE5E9 1px solid; 
BORDER-TOP: #DAE5E9 1px solid; 
BACKGROUND: #497FA0; 
BORDER-LEFT: #DAE5E9 1px solid; 
COLOR: #FFFFFF; 
BORDER-BOTTOM: #DAE5E9 1px solid; 
HEIGHT: 17px;
}

.cafeballoon, .cafeballoon a{
	font-size:11pt;
	color:#FFFFFF;
}

#mainContainer{
	width:630px;
	border-left:1px solid ;	
	border-right:1px solid ;	
	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%;
}

#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;
}
h3{
	margin-top:0px;
}


/* End css for the demo */

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('newballoon.gif');
	width:20px;
	position:absolute;
	left:0pt;
	top:0pt;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #EAEAEA;	/* Border width */
	left:14pt;	/* Same as border thickness */
	top:0pt;
	position:absolute;
	width:500px;	/* Width of tooltip content */
	height:300px;	/* Height of tooltip content */
	background-color:#204080;	/* Background color */
	/*background-color:#105010;	 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_tooltipObjTech .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('balloon.gif');
	width:20px;
	position:absolute;
	left:0pt;
	top:0pt;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObjTech .ajax_tooltip_contentTech{ /* Content ของ Tech */
	border:1px solid #EAEAEA;	/* Border width */
	left:14pt;	/* Same as border thickness */
	top:0pt;
	position:absolute;
	width:350px;	/* Width of tooltip content */
	height:150px;	/* Height of tooltip content */
	background-color:#105010;	/* Background color */
	/*background-color:#105010;	 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_tooltipObjTech .ajax_tooltip_contentTech td{
	color:#FDFBB0;
}

#ajax_tooltipObj .ajax_tooltip_arrowRight{	/* Left div for the small arrow */
	background-image:url('newballoonRight.gif');
	width:20px;
	position:absolute;
	right:20pt;
	top:0pt;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_contentRight{
	border:1px solid #EAEAEA;	/* Border width */
	right: 34pt;	/* Same as border thickness */
	top:0pt;
	position:absolute;
	width:300px;	/* Width of tooltip content */
	height:auto;	/* Height of tooltip content */
	background-color:#204080;	/* Background color */
	/*background-color:#105010;	 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;
}