/* GLOBAL STYLESHEET */



/* ----------------------------------------------------------------------------------------

SCROLLING STYLES

---------------------------------------------------------------------------------------- */ 



/* scrollable div area default style defs */


.scrollable {
	float: left;
	border: 0px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#table_binhchon {
	width: 355px;
}
#nhanxet {
	width: 355px;
}

			

/* vertical track default style defs */
.track {
	float: left;
	width: 5px;
	margin-left: 7px;
	margin-bottom:0px;
	background-color: #999;
	cursor:pointer;
	margin-top: 7px;
			}
			
/* vertical track handle default style defs */

.handle {
	width: 5px;
	height: 30px;
	background-color: #00CC00;
	cursor:pointer;
}
/* defines width of actual pane that scrolls. make sure to leave room to left for scrollbar  */
#whatScroller .scrollable {
	width: 286px;
	height:105px;
	background-image: #060606;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

/* defines height of scrollbar */
#whatScroller .track {
	height:140px;
}

/* defines height of scrollbar handle */
#whatScroller .handle {	 		}
/* 	scrollbar as it appears on BLOG page	*/

/* defines width of actual pane that scrolls. make sure to leave room to left for scrollbar  */
#blogScroller .scrollable {
	width:725px;
	height:500px;
}

/* defines height of scrollbar */
#blogScroller .track {
	height:150px;
}

/* defines height of scrollbar handle */
#blogScroller .handle {	 		}
/* 	scrollbar as it appears on WORLDWIDE page	*/

/* defines width of actual pane that scrolls. make sure to leave room to left for scrollbar  */
#worldScroller .scrollable {
	width:280px;
	height:200px;
	background-color:#FFF;
}

/* defines height of scrollbar */
#worldScroller .track {
	height:180px;
}

/* defines height of scrollbar handle */
#worldScroller .handle {	 		}
/* 	scrollbar as it appears on AGENDA page	*/

/* defines width of actual pane that scrolls. make sure to leave room to left for scrollbar  */
#eventScroller .scrollable {
	width:280px;
	height:300px;
	background-color:#FFF;
}

/* defines height of scrollbar */
#eventScroller .track {
	height:300px;
}

