ul, ol {
	/*padding between the upper and lower quadrants*/
    margin: 0 0 0 0 !important;
    padding: 0px;
}
li {
	/*padding between the quadrants*/
    margin: 0 !important;
}
.corner{
	border-radius: 15px;
}
.thumbnail:hover{
	background-color:#3C5DB0 !important;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.type-head{
	margin-left: 0px !important;
	position: absolute; 
	background-color:white;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.type-body{
	margin-left:10px;
}
.type-foot{
	margin-left: 0px !important;
	margin-top: 110px ;
	min-height:60px !important;
	position: absolute; 
	background-color:white;
	opacity:0.7;
	filter:alpha(opacity=70);
	border-radius: 0px 0px 15px 15px!important;
	line-height:15px;
}
.top-left {
	top: 0; 
	left: 0;
}
.top-right{
	top:0px;
	margin-left: -6px !important; 
}
.bottom-left{
	top: 170px; 
	left: 0;
}
.bottom-right{
	top: 170px;
	margin-left: -6px !important;
}

.quadrant{
	border: 1px solid #222;
	background-color:#222;
	text-align:center;
	height:125px;
	background-repeat:no-repeat;
	background-position:center top;
	font-size:14px !important;
}

.quadrant-label{
	height:100px !important;
}

.ui-body-c{
    background: #222 !important;
 }
 
 .ui-bar-e {
    color: white !important;
    font-weight: normal !important;
    text-shadow: 0 1px 0 #fff;
 
}
a{
	text-decoration: none !important;
}