

body ul, body ol {
	/*    margin: 0 0 1.5em 0;*/
	margin: 0 0 0.9em 0;
	padding: 0 0 0 0;
}
body li ul, body li ol {
	margin: 0;
}

#all {
	margin: 0 auto;
	/*    max-width: 1050px;*/

	max-width: 961px;
	padding: 0;
	text-align: left;/*font-size: 0.8em*/
}

#wrapper2 {
	width: 66%;
	/*width: 100%;*/
	float: left;
	position: relative;
	padding-bottom: 20px;
}
#wrapper2 .item-page {
	/*    max-width: 660px;*/

	width: 99%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dedede;
	background-color: #ffffff;
	-webkit-box-shadow: #dedede 5px 5px 5px;
	-moz-box-shadow: #dedede 5px 5px 5px;
	box-shadow: #dedede 5px 5px 5px;
	min-height: 438px;
	/*float:left;*/

	overflow: hidden;
}


.shownocolumns {
	/*    width: 98% !important;*/

	width: 100% !important;
}

/* ++++++++++++++  blog  ++++++++++++++ */

/* ##########################  user profile  ########################### */

.states-article {
	width: 100%;
	float: left;/*font-size: 1.167em; /*14px*/
}
.states-article h3 {
	font-size: 1.17em;
	margin: 1em 0 0 22px;
}
.states-article ul.schools-thumbnails > li {
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 2px 0 5px #cccccc;
	color: #333333;
	float: left;
	font-size: 11px;
	height: auto;
	list-style: none outside none;
	margin: 5px 7px 5px 6px;
	/*min-height: 185px;*/
	min-height: 200px;
	padding: 4px;
	text-align: center;
	width: 167px;
	position: relative;
}
.states-article ul.schools-thumbnails > li a {
	color: #737373;
	font-size: 12px;
	font-waight: bold;
	width: 100%;
	float: left;
}
.states-article .total-number a {
	color: #737373;
}
.states-article aside h4 {
	color: #025d91;
	margin: 0;
}

.states-article p {
	margin: 0px;
}
.states-article .total-enrolment a {
	color: #737373;
}
.states-article ul li p span {
	display: block;
	width: 100%;
}
.states-article .transition-rate a {
	color: #737373;
}
.states-article .pupil-teacher a {
	color: #737373;
}
.states-article .class-x a {
	color: #737373;
}
.states-article .with-drinking-water a {
	color: #737373;
}
.states-article .with-toilets a {
	color: #737373;
}
.states-article ul {
	float: left;
	margin-bottom: 15px;
}
.states-article > div > p {
	padding: 5px 10px 7px 22px;
}

.states-article ul.schools-thumbnails img {
	height: 80px;
	padding-bottom: 15px;
}
.states-article h3 {
	background: none repeat scroll 0 0 #025d91;
	color: #ffffff;
	float: left;
	font-size: 1.17em;
	margin: 1em 0;
	padding: 5px;
	width: 99%;
}

/*************** tooltip *******************/
.states-article li a:hover span.tooltip:after {
	background: none;
	border-color: #cbe3ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 10px;
	bottom: -23px;
	content: "";
	height: 0;
	left: 76px;
	position: absolute;
	width: 0;
	z-index: 9999;
}
.states-article li a:hover span.tooltip {
	background: none#cbe3ff;
	border: 4px solid #cbe3ff;
	border-radius: 5px;
	bottom: 140px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	color: #737373;
	display: block;
	font-size: 1em;
	line-height: 15px;
	padding: 0 3px;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	width: 161px;
	z-index: 9999;
}

.hide {
	display: none;
}