ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

ul.marked {
	padding-left: 20px;
	margin-top: 4px;
	list-style: disc
}


/*big menu*/

#kwick {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: #FFFFFF;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 180px;
	background: #fff;
	border-right: 5px solid #ffffff;
}


#kwick .kwick span {
	display: none;
}

#kwick .kwickleft span {
	display: none;
}

#kwick .kwickleft {
	display: block;
	overflow: hidden;
	height: 100px;
	width: 12px;
	padding: 0px;
	margin:0px;
	background: #fff;
}

#kwick .lcorner {
	background: #faa892 url("/tpl/img/btn_mother_left.gif") no-repeat;  
}
#kwick .rcorner {
	background: #9ce782 url("/tpl/img/btn_other_right.gif") no-repeat; 
}


#kwick .mother {
	background: #faa892 url("/tpl/img/btn_mother.gif");
}

#kwick .father {
	background: #92bdfa url("/tpl/img/btn_father.gif");
}

#kwick .other {
	background: #9ce782 url("/tpl/img/btn_other.gif");
	border-right:0px;
}


.black_overlay{
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

* html .black_overlay {
	height: 800px
}


.white_content {
	display: block;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 620px;
	height: 475px;
	padding: 0px; 
	border: 4px solid #999; 	background-color: white;
	z-index:1002; overflow: auto;
}

#providerStr {
	font-size: 13pt;
}

#providerStr b {color: blue}