@charset "UTF-8";
/* CSS Document */

.listbox { position: relative;
	color: #333a50;
	font-size: 14px;
	overflow: hidden;
	height: auto;
	border: 1px solid #ccc;
    padding: 1em;
}
.listbox h2 { background-color: #3853a5;  font-size: 16px; padding: 0.6em; width:auto; margin: 0px; font-weight: normal; color:#FFF; }
.listbox h3 {
	
	background-color: #d7d7d7; 
	font-size: 14px;
	
	padding: 0.6em;
	width:auto;
	margin: 0px;
	background-position: bottom;
	background-repeat: repeat-x;
	text-shadow: 1px 1px #fff;
	color: #3853a5;
	}	
	
.listbox .content {
	position: relative;
	overflow: auto;
	min-height: 50px; /*adjust default height of box*/
	margin: 1%;
	}
.listbox .line { margin-top: 0px; margin-bottom: 0px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #FFF; border-bottom-color: #CCC; padding: .3em; /*adjust to required line height*/ }
.listbox td {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
	padding: .3em; /*adjust to required line height*/
}
.listbox .content .right {
	float:right;
}
.listbox .content .name {
	font-weight: bold;
	margin-left: 40px;
}
.listbox .content .left {
	float:left;
	width: 20px;
}
.listbox p { margin-top: .5em; margin-bottom: .5em; font-size: 14px; }
.listbox table { width:100%; }
.listbox .inner { padding: 2%; overflow: hidden; position: relative;}
.listbox fieldset { border: 1px solid #CCC; border-radius: 4px; padding: 1%; margin: 1% 0 1% 0; width: 96%;}