/* ########### HELP TIPS ################################### */
.help_tip_holder{
    position: absolute;
	border: 3px solid #286174;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	background: #DCEDF4 url(images/bg_help_tip.jpg) top left repeat-x;
    z-Index: 999999999;
}
.help_tip_inner{
	margin: 2px;
	background: transparent;
	text-align: center;
}
.help_tip_title{
	margin: 2px;
	text-align: center;
    padding: 2px;
	height:15px;
	text-transform: uppercase;
	font-weight: bold; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #D1BEAB url(images/bg_help_tip_title.jpg) top left repeat-x;
    border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ECC200;
	border-right: 2px solid #ECC200;
	border: 2px solid #69523B;
}
.help_tip_content_holder{
	margin: 5px 2px;
	background: transparent;
}
.help_tip_content{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	color: #012843;
    font-weight: normal;
	background: transparent;
	padding: 2px 5px 5px 5px;
    text-align: left;
}
#content .help_tip_link{
	position: relative;
}
#content .help_tip_link a:link, #content .help_tip_link a:visited{
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	padding: 0px 2px;
	border: 1px solid #634D37;
	background: #9D7A57;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	cursor: help;
	text-decoration: none;
}
#content .help_tip_link a:hover{
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	padding: 0px 2px;
	border: 1px solid #2E7E98;
	background: #DDEFF5;
	color: #183F4C;
	font-weight: bold;
	position: relative;
	cursor: help;
	text-decoration: none;
}
