@charset "iso-8859-1";
/* CSS Document */

body {
	font: 12px Helvetica, sans-serif, Verdana, Arial;
	color: #444444;
	background-color: #fafafa;
}

input, textarea, select {
    background-color: #f3f3f3; 
    font-size: 10pt;
	color: #222222;
}


dt {
    clear: both;
    float:left;
    width: 225px;
    padding: 0px 0px 2px 4px;
    text-align: left;
	font-weight: bold;
	background-color: #e4e4e4;
}

dd {
    float: left;
    margin: 0 0 4px 0;
    padding-left: 6px;
}

sub {
	float: left;
	margin: 0px 0px 0px 230px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: 10px;
    width: 150px;
    margin-top: 0px;
    border: 1px solid #bbb;
    padding: 3px 3px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
	color: #bbbbbb;
    background: #FFFFF9 url(../media/site_images/buttons-menu/menu-arrow-left.gif) no-repeat -10px 5px;
}

/* The pointer image is added by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 0px;
    width: 9px;
    height: 15px;
    background: url(../media/site_images/buttons-menu/menu-arrow-left.gif) left top no-repeat;
}


