

#HelpMenuBar {
    background-color: #231c1f;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
    clear: both;
	padding: 0;
    margin: 0px 0 0 0;
}
#HelpMenuBar a {
    color: #fff;
	padding: 3px 15px 3px 15px;
	font-size: 0.8em;
}

#HelpMenuBar a.first {
	color: #fff;
	padding: 3px 15px 3px 15px;
	font-size: 0.8em;
}
#HelpMenuBar a.last {
	color: #fff;
	padding: 3px 15px 3px 15px;
	font-size: 0.8em;
}
#notice_details_float {
    position:absolute;
    width:150px;
    left:935px;
    top:250px;
    margin-right: 20px;
    margin-left: 20px;
    color: #0061a1;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #a9a9a9;
    font-size: 0.9em;
    border-top-left-radius: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;

    border-bottom-right-radius: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}
#details_heading {
    text-transform:uppercase;
    font-weight: bold;
    color: #0061a1;
}
#notice_details_value {
    color: #000;
}
#notice_details_field {
	font-weight: bold;
    color: #0061a1;
}
#durationDiv {
	margin-left:160px;
}

