A:link {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:active {
	COLOR: #0000ff; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #6600ff;
}
A IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px;
}
BODY {
	MARGIN-LEFT: 0px; 	MARGIN-TOP: 0px; 	MARGIN-RIGHT: 0px; 	MARGIN-BOTTOM: 0px; 
}
TD {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
}
.under_line {
	BORDER-BOTTOM:dashed #aaaaaa 1px;
}
.Hdtext{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
}

.foldertext{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: blue;
}

.borderMouseOut {
	BORDER: solid #6699CC 1px;padding:3px;
}

.borderMouseOver {
	BORDER: solid #6699CC 3px;padding:3px;
}

.bUpload {
	height: 20px;
	width: 100px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	border: 1px solid #696969;
	background-color: #EEFFEE;
}
.smBtn{
	height: 18px;
	width: 50px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 10px;
	padding-top:-8px;
	border: 1px solid #696969;
	background-color: #EEFFEE;
}

.b16 {
	height: 16px;
	border: 1px solid #696969;
	background-color: #EEFFEE;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
}
.b250x18{
	height: 18px;
	width: 250px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	border: 1px solid #696969;
	background-color: #EEFFEE;
}
.b60x13{
	height: 13px;
	width: 60px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 10px;
	border: 1px solid #696969;
	background-color: #EEFFEE;
}
.b250x14{
	height: 14px;
	width: 250px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	border: 1px solid #696969;
	background-color: #EEFFEE;
}
.b500x14{
	height: 14px;
	width: 500px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	border: 1px solid #696969;
	background-color: #EEFFEE;
}

.h_menu {
			FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #40520b; FONT-FAMILY: "MS Sans Serif"
}
.h_hub {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #1a3f68; FONT-FAMILY: "MS Sans Serif"
}

/* 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('../images/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_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:150px;	/* Width of tooltip content */
	height:200px;	/* 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;
}
