h1 {
	margin: 0.5em 0;
}

#categoryTab {
	background-color: #eaeaea;
	padding: 10px 0;
	margin-left: 20px;
	margin-top: 10px;
	display: inline-block;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0 10px #aaaaaa;
	-webkit-box-shadow: 0px 0 10px #aaaaaa;
	box-shadow: 0px 0 10px #aaaaaa;
}

#categoryTab p {
	background-color: #666666;
	color: white;
	font-weight: bold;
	padding: 5px 50px;
}

#categoryTab a {
	color: white;
}


#categoriesSection {
	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	padding: 1em;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
	overflow: hidden;
}

#categoryDescription {
	overflow: hidden;
	padding-left: 75px;
}

#categoryDescription img {
	display: block;
	float: left;
	margin-left: -75px;
}

#categoriesList {
	overflow: hidden;
	margin: 1em 0;
}

.categoryListItem {
	width: 230px;
	float: left;
	padding: 10px 10px 10px 80px;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.categoryListItem:hover {
	background-color: #eeeeee;
}

.categorySameLine {
}

.categoryNewLine {
	clear: left;
}

.categoryListItem img {
	display: block;
	float: left;
	margin-left: -70px;
}

.categoryNameLink {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

.subcategoryNamesLinks {
	font-size: 0.8em;
	margin-bottom: 1em;
}

.categoryStats {
	font-size: 0.8em;
	font-style: italic;
}

#categoryRankingsTab {
	margin: 30px 20px 0 20px;
	background-color: #f2f2f2;
	padding: 15px 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0 10px #aaaaaa;
	-webkit-box-shadow: 0px 0 10px #aaaaaa;
	box-shadow: 0px 0 10px #aaaaaa;
}

#categoryRankingsTab h2 {
	text-align: left;
	color: white;
	background-color: #666666;
	padding: 5px 20px;
}

#categoryRankingsSection {
	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	padding-bottom: 10px;
	/*-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;*/
}

#categoryRankingsHeader {
	margin: 0 20px;
	text-align: center;
	background-color: #f2f2f2;
}

#categoryRankingsHeader a {
	display: inline-block;
	border: 2px solid white;
	color: white;
	padding: 7px 20px;
	margin: 10px 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
}

#categoryRankingsHeader a:hover {
	cursor: pointer;
	text-decoration: none;
	color: white;
}

#showAllTypesLink {
	background-color: #7c7c7c;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#7c7c7c', endColorstr='#a9a9a9');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#7c7c7c', endColorstr = '#a9a9a9')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #7c7c7c, #a9a9a9);
	background-image: -ms-linear-gradient(left, #7c7c7c, #a9a9a9);
	background-image: -o-linear-gradient(left, #7c7c7c, #a9a9a9);
	background-image: -webkit-gradient(linear, left top, right top, from(#7c7c7c), to(#a9a9a9));
	background-image: -webkit-linear-gradient(left, #7c7c7c, #a9a9a9);
	background-image: linear-gradient(left, #7c7c7c, #a9a9a9);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
}

#showOnlyRankingsLink {
	background-color: #4e73a8;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#4e73a8', endColorstr='#81a9dc');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#4e73a8', endColorstr = '#81a9dc')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #4e73a8, #81a9dc);
	background-image: -ms-linear-gradient(left, #4e73a8, #81a9dc);
	background-image: -o-linear-gradient(left, #4e73a8, #81a9dc);
	background-image: -webkit-gradient(linear, left top, right top, from(#4e73a8), to(#81a9dc));
	background-image: -webkit-linear-gradient(left, #4e73a8, #81a9dc);
	background-image: linear-gradient(left, #4e73a8, #81a9dc);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
}

#showOnlySurveysLink {
	background-color: #67ae82;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#67ae82', endColorstr='#7ebda0');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#67ae82', endColorstr = '#7ebda0')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #67ae82, #7ebda0);
	background-image: -ms-linear-gradient(left, #67ae82, #7ebda0);
	background-image: -o-linear-gradient(left, #67ae82, #7ebda0);
	background-image: -webkit-gradient(linear, left top, right top, from(#67ae82), to(#7ebda0));
	background-image: -webkit-linear-gradient(left, #67ae82, #7ebda0);
	background-image: linear-gradient(left, #67ae82, #7ebda0);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
}

#rankingsInCategoryList {
	overflow: hidden;
}

.rankingListItem {
	width: 370px;
	float: left;
	overflow: hidden;
	padding: 15px 20px 15px 110px;
	margin: 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rankingTypeLeft {
	clear: left;
	background: #edf1f4 url("http://static.classora.com/files/images/ranking_list_left.png") top left repeat-y;
}

.rankingTypeRight {
	background: #edf1f4 url("http://static.classora.com/files/images/ranking_list_right.png") top right repeat-y;
}

.surveyTypeLeft {
	clear: left;
	background: #eef2f5 url("http://static.classora.com/files/images/survey_list_left.png") top left repeat-y;
}

.surveyTypeRight {
	background: #eef2f5 url("http://static.classora.com/files/images/survey_list_right.png") top right repeat-y;
}

.rankingListItem a {
	display: block;
}

.rankingListItem img {
	display: block;
	float: left;
	margin-left: -90px;
}

.rankingStats {
	font-size: 0.9em;
	font-style: italic;
	margin: 5px 0 10px 0;
}

.seeRankingLink {
	font-size: 0.9em;
	padding-left: 25px;
	background: url("http://static.classora.com/files/images/blue_circle_right_arrow.png") left center no-repeat;
	line-height: 20px;
}

.voteSurveyLink {
	font-size: 0.9em;
	padding-left: 25px;
	background: url("http://static.classora.com/files/images/yellow_star.png") left center no-repeat;
	line-height: 20px;
}

#noRankingsFoundInCategory {
	padding: 40px 0;
	margin: 0 20px;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 1.2em;
}
