@charset "utf-8";
/* CSS Document */
.simpleBox {
	background-color: #3c6189;
	width: 194px;
	color: #fff;
	font-size: 12px;

}
.simpleBox-Top {
	background-image: url(/globalWebsiteFiles/css/images/simple-box/top-blue.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 5px;
}
.simpleBox-Bottom {
	background-image: url(/globalWebsiteFiles/css/images/simple-box/bottom-blue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
}
.simpleBox-Content {
	background-color: #3c6189;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
}
.simpleBox h3 {
	font-size: 14px;
	padding: 0;
	padding-bottom: 0.4em;
	margin: 0;
	color: #fff;
	letter-spacing: 1px;
	
}
.simpleBox li {
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-size: 12px;
	list-style-type: square;
	list-style-position: inherit;
}
	

.simpleBox ul {
	padding: 0;
	margin: 0;
	list-style-type: square;
	list-style-position: inside;
}
.simpleBox-selected{
	border: solid 1px #fff;
	background-color: #4b79ac;
	color: #fff;
}


.simpleBox-grey .simpleBox,.simpleBox-grey{
	background-color: #edede7;
	width: 194px;
	color: #6c6f6b;
	font-size: 12px;
}
.simpleBox-grey .simpleBox-Top {
	background-image: url(/globalWebsiteFiles/css/images/simple-box/top-grey.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 5px;
}
.simpleBox-grey .simpleBox-Bottom{
	background-image: url(/globalWebsiteFiles/css/images/simple-box/bottom-grey.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
}
.simpleBox-grey .simpleBox-Content {
	background-color: #edede7;
}
.simpleBox-grey h3 {
	font-size: 14px;
	padding: 0;
	padding-bottom: 0.4em;
	margin: 0;
}
.simpleBox-grey li {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding-bottom: 0.4em;	
	font-size: 12px;
	
}
.simpleBox-grey ul {
	padding: 0;
	margin: 0;
	list-style-type: square;
	list-style-position: inside;
}
