.text {
	font-family: Tahoma;
	font-size: 11px;
}
.tfield {
	font-family: Tahoma;
	font-size: 11px;
	height: 19px;
	width: 120px;
}

.errorMsg {
	font-family: Tahoma;
	font-size: 11px;
	color:#FF0000;
}


/*
The following are used for the bubble tooltip
*/
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}

/** There are only 2 types of middles **/
#bubble_tooltip .middle {
	background-image: url('images/tooltip/middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}

#bubble_tooltip .middle_flip {
	background-image: url('images/tooltip/middle_flip.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:10px;
	padding-right:7px;
}

#bubble_tooltip .middle span, #bubble_tooltip .middle_flip span {
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}

/** Point on the lower right **/
#bubble_tooltip .lr_top {
	background-image: url('images/tooltip/top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .lr_bottom {
	background-image: url('images/tooltip/lr_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}

/** Point in the lower left **/
#bubble_tooltip .ll_top {
	background-image: url('images/tooltip/top_flip.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .ll_bottom {
	background-image: url('images/tooltip/ll_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}

/** Point in the upper right **/
#bubble_tooltip .ur_top {
	background-image: url('images/tooltip/ur_top.gif');
	background-repeat:no-repeat;
	height:44px;	
}
#bubble_tooltip .ur_bottom {
	background-image: url('images/tooltip/bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:16px;
	position:relative;
	top:-6px;
}

/** Point in the upper left **/
#bubble_tooltip .ul_top {
	background-image: url('images/tooltip/ul_top.gif');
	background-repeat:no-repeat;
	height:44px;	
}
#bubble_tooltip .ul_bottom {
	background-image: url('images/tooltip/bottom_flip.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:16px;
	position:relative;
	top:-6px;	
}

/** This is for the little alt tag that appears when someone mouses over an href **/
#alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFCC;
	border: 1px solid #000000;
	display:none;
	position:absolute;
}

