#entryHeaderSection {
    	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
	overflow: hidden;
	margin: 10px auto;
}

#entryHeaderMainColumn {
	margin-left: 202px;
	margin-right: 300px;
	width: auto;
	padding: 20px 30px;
}

#entryHeaderImageColumn {
	float: left;
	width: 202px;
	font-size: 0.8em;
	padding: 20px 0;
}

#entryHeaderChartsColumn {
	float: right;
	width: 300px;
	padding: 20px 0;
}

#entryHeaderBannerColumn {
	float: right;
	width: 300px;
	padding: 20px 0;
}

#entryNameAndVotes {
	overflow: hidden;
}

h1 {
	float: left;
	margin-right: 15px;
	margin-bottom: 0.2em;
}

h2 {
	margin: 0.5em 0;
}

#entryVotes {
	float: left;
}

.entryVoteLink {
	margin-left: 5px;
}

#voteBalance {
	margin-left: 5px;
	font-style: italic;
}

.positiveVoteBalance {
	color: #60d052;
}

.negativeVoteBalance {
	color: #ff3200;
}

#entryDescriptionText {
	text-align: justify;
	margin-top: 1em;
	font-size: 0.9em;
        line-height: 1.2;
}

#entryDescriptionText a {
	font-size: 0.9em;
	font-style: italic;
}

#editEntryDescription {
	margin-top: 1em;
	display: none;
	text-align: left;
}

#entryDescriptionTextArea {
	display: block;
	width: 90%;
}

dl {
	margin-top: 2em;
	overflow: hidden;
}

dt {
	width: 49%;
	float: left;
	clear: both;
	text-align: right;
	margin-bottom: 8px;
	/*padding-right: 1%;*/
}

dd {
	width: 50%;
	float: right;
	text-align: left;
	margin-bottom: 8px;
	color: #444444;
	font-size: 0.9em;
	font-weight: bold;
}

#entryAttributes {
    margin: 2em auto 0 auto;
}

.attributeName {
    width: 50%;
    padding: 4px;
    text-align: right;
    font-size: 0.9em;
}

.attributeValue {
    width: 50%;
    padding: 4px;
    text-align: left;
    color: #444444;
    font-size: 0.9em;
    font-weight: bold;
}

.hiddenEntryField {
	display: none;
}

#showMoreEntryFields, #showLessEntryFields {
	display: block;
	text-align: center;
}

#additionalEntryLinks {
	margin-top: 2em;
	text-align: center;
}

#additionalEntryLinks a {
	margin: 0 20px;
}

#insertInWebCode {
	background-color: white;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 5px auto;
	width: 350px;
	text-align: left;
	display: none;
}

#insertInWebCode a {
	display: block;
	float: right;
	margin: 0;
}

#insertInWebCode p {
	margin-bottom: 0.5em;
}

#insertInWebCode input {
	width: 100%;
}

#setWikipediaLink {
	background-color: white;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 5px auto;
	width: 350px;
	text-align: left;
	display: none;
}

#setWikipediaLink a {
	display: block;
	float: right;
	margin: 0;
}

#setWikipediaLink p {
	margin-bottom: 0.5em;
}

#wikipediaLinkField {
	width: 100%;
}

#moreEntryInfo {
	display: none;
	margin-top: 1em;
	border-top: 1px dotted #e7e7e7;
	padding: 1em;
}

#moreEntryInfo p {
	margin: 5px 0;
	padding: 5px 20px;
	background: url("http://static.classora.com/files/images/home/quote.png") top left no-repeat;
}

#moreEntryInfo ul {
	margin-top: 1em;
	font-size: 0.9em;
	overflow: hidden;
}

#moreEntryInfo li {
	float: left;
	width: 47%;
	padding: 6px;
	margin: 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.entryAsAttributeLeft {
	clear: left;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#e7e7e7', endColorstr='#ffffff');
	/*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 = '#e7e7e7', endColorstr = '#ffffff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #e7e7e7, #ffffff);
	background-image: -ms-linear-gradient(left, #e7e7e7, #ffffff);
	background-image: -o-linear-gradient(left, #e7e7e7, #ffffff);
	background-image: -webkit-gradient(linear, left top, right top, from(#e7e7e7), to(#ffffff));
	background-image: -webkit-linear-gradient(left, #e7e7e7, #ffffff);
	background-image: linear-gradient(left, #e7e7e7, #ffffff);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
}

.entryAsAttributeRight {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#e7e7e7');
	/*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 = '#ffffff', endColorstr = '#e7e7e7')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #ffffff, #e7e7e7);
	background-image: -ms-linear-gradient(left, #ffffff, #e7e7e7);
	background-image: -o-linear-gradient(left, #ffffff, #e7e7e7);
	background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e7e7e7));
	background-image: -webkit-linear-gradient(left, #ffffff, #e7e7e7);
	background-image: linear-gradient(left, #ffffff, #e7e7e7);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

#associatedEntryType {
	margin-top: 1em;
	padding: 10px 10px 10px 45px;
	border-top: 1px dotted #e7e7e7;
	background: url("http://static.classora.com/files/images/info24.png") 10px center no-repeat;
}

#companyDatabase {
	margin-top: 1em;
	padding: 20px 10px 10px 170px;
	border-top: 1px dotted #e7e7e7;
	overflow: hidden;
}

#companyDatabase img {
	float: left;
	margin-left: -160px;
}

#companyDatabase p {
	margin-bottom: 0.5em;
}

#companyDatabase p.price {
	font-weight: bold;
	color: #4F74A9;
}

#entryMainImage {
	border: 1px solid #e3e3e3;
}

#entryHeaderImageColumn span {
	display: block;
	margin-top: 5px;
}

#entryPreviewMap {
	height: 150px;
	margin-top: 20px;
	border: 1px solid #e3e3e3;
}

#shareLinks {
	margin-top: 30px;
	text-align: center;
}

#relatedRankingsTabSection div {
	background-color: #eaeaea;
	-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;
}

#relatedRankingsTabSection h2 {
	text-align: center;
	color: white;
	font-size: 22px;
	line-height: 36px;
	padding: 16px 0 12px 0;
	margin: 0;
}

#relatedRankingsTab {
	width: 48%;
	float: left;
	background: url("http://static.classora.com/files/images/ranking_highlights_bg.png") 0 15px repeat-x;
}

#relatedRankingsWideTab {
	background: url("http://static.classora.com/files/images/ranking_highlights_bg.png") 0 15px repeat-x;
	width: 100%;
	float: left;
}

#relatedRankingsTab h2, #relatedRankingsWideTab h2 {
	background: url("http://static.classora.com/files/images/ranking_highlights.png") 10px center no-repeat;
        padding-left: 85px;
        text-align: left;
}

#relatedSurveysTab {
	width: 48%;
	float: right;
	background: url("http://static.classora.com/files/images/survey_highlights_bg.png") 0 15px repeat-x;
}

#relatedSurveysWideTab {
	background: url("http://static.classora.com/files/images/survey_highlights_bg.png") 0 15px repeat-x;
	width: 100%;
	float: left;
}

#relatedSurveysTab h2, #relatedSurveysWideTab h2 {
	background: url("http://static.classora.com/files/images/survey_highlights.png") 10px center no-repeat;
        padding-left: 85px;
        text-align: left;
}

#relatedRankingsSection {
    	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
        margin-bottom: 15px;
}

#relatedRankings {
	width: 48%;
	float: left;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5 url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
}

#relatedRankingsWide {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5 url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
}

#relatedSurveys {
	width: 48%;
	float: right;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5 url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
}

#relatedSurveysWide {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5 url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
}

#relatedRankingsSection p {
	text-align: center;
	margin: 0 20%;
	padding: 10px 0;
	background: url("http://static.classora.com/files/images/home/quote.png") top left no-repeat;
}

.relatedRankingsList li {
	padding: 10px 10px 10px 80px;
	overflow: hidden;
}

.relatedRankingsList img {
	display: block;
	float: left;
	margin-left: -70px;
}

.relatedRankingUpdateDate {
	display: block;
	font-size: 0.7em;
	margin-bottom: 0.6em;
}

.position {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 0.6em;
}

.comparison {
	display: block;
	font-size: 0.7em;
	margin-top: 0.6em;
}

.oddRelatedRanking {
	background-color: #ebeef5;
}

.evenRelatedRanking {
	background-color: #dfe7f4;
}

.oddRelatedSurvey {
	background-color: #e9f2ed;
}

.evenRelatedSurvey {
}

.watchAllLink{
	display: block;
	text-align: center;
	padding: 20px;
}

#stillNoRankings {
	font-weight: bold;
	text-align: center;
	padding: 1.5em;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#entryFooterSection {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow: hidden;
}

#entryComparisons {
	width: 25%;
	float: right;
}

#entryComparisonsTitle {
	border-bottom: 1px dotted #666666;
	font-weight: bold;
	margin-bottom: 1em;
	display: inline-block;
}

#entryComparisonsList {
	background-color: #f4f4f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*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;
}

#entryComparisonsList p {
	text-align: center;
	padding: 1.5em;
	background: url("http://static.classora.com/files/images/home/quote.png") 1em 1em no-repeat;
}

#entryComparisonsList ul {
	text-align: right;
}

#entryComparisonsList li {
	padding: 5px 10px;
}

#entryComparisonsList li a {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}

#entryComparisonsList li a:hover {
	text-decoration: none;
}

.oddEntryComparison {
	background-color: #efefef;
}

#galleryTabSection div {
	-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;
	background: #eaeaea url("http://static.classora.com/files/images/ranking_highlights_bg.png") 0 15px repeat-x;
}

#galleryTabSection h3 {
	text-align: center;
	color: white;
	font-size: 22px;
	line-height: 36px;
	padding: 16px 0 12px 0;
	margin: 0;
}

#galleryImagesTab {
	width: 48%;
	float: left;
}

#galleryImagesTab h3 {
	background: url("http://static.classora.com/files/images/image_gallery.png") 10px center no-repeat;
}

#galleryVideosTab {
	width: 48%;
	float: right;
}

#galleryVideosTab h3 {
	background: url("http://static.classora.com/files/images/video_gallery.png") 10px center no-repeat;
}

#gallerySection {
    	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
}

#galleryImagesSection {
	width: 48%;
	float: left;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #eaeaea;
}

#galleryVideosSection {
	width: 48%;
	float: right;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #eaeaea;
}

#gallerySection p {
	text-align: center;
	margin: 0 20%;
	padding: 10px;
	background: url("http://static.classora.com/files/images/home/quote.png") top left no-repeat;
}

.gallerySourceHeader {
	background-color: #f5f5f5;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.gallerySourceHeader a {
	float: right;
}

.galleryList {
	overflow: hidden;
	padding: 10px;
}

.galleryList li {
	float: left;
	margin: 5px;
}

#classoraImages li, #flickrImages li {
	height: 80px;
}

#entryMapSection {
    	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
	padding: 15px;
}

#entryMapSection p {
	margin-bottom: 10px;
}

#entryMapSection img {
	vertical-align: middle;
	margin-right: 6px;
}

#entryMapSection form {
	margin: 20px 30px;
}

#entryMap {
	height: 440px;
	border: 1px solid #444444;
}

#entryHistorySection {
    	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
	padding: 15px 0;
}

#actionsHistory {
	margin: 0 auto;
	text-align: left;
	font-size: 0.9em;
	background-color: #f5f5f5;
	border: 1px dotted #dddddd;
}

#actionsHistory tr {
	border-bottom: 1px dotted #dddddd;
}

#actionsHistory th {
	font-weight: bold;
	padding: 10px 5px;
	background-color: #4F74A9;
	color: white;
	border-bottom: 1px dotted #dddddd; /*ie*/
}

#actionsHistory td {
	padding: 5px;
	border-bottom: 1px dotted #dddddd; /*ie*/
}

.historyDate {
	background-color: #4F74A9;
	color: white;
}

.historyAction {
	font-weight: bold;
}

.historyDetails p {
	float: left;
	margin-right: 16px;
}

.historyDetails img {
	display: block;
	float: right;
}

.historyDetails ul {
	clear: both;
	margin: 8px 0 0 15px;
}

#allRelatedRankings {
	background: #f5f5f5 url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	border-bottom: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	padding-top: 30px;
	overflow: hidden;
}

#allRelatedRankings ul {
	overflow: hidden;
}

#allRelatedRankings li {
	width: 369px;
	float: left;
	overflow: hidden;
	padding: 15px 20px 15px 110px;
	margin: 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.entryRelatedRankingLeft {
	background: url("http://static.classora.com/files/images/ranking_list_left.png") repeat-y scroll left top #EDF1F4;
	clear: left;
}

.entryRelatedRankingRight {
	background: url("http://static.classora.com/files/images/ranking_list_right.png") repeat-y scroll right top #EDF1F4;
}

.entryRelatedSurveyLeft {
	background: url("http://static.classora.com/files/images/survey_list_left.png") repeat-y scroll left top #EEF2F5;
	clear: left;
}

.entryRelatedSurveyRight {
	background: url("http://static.classora.com/files/images/survey_list_right.png") repeat-y scroll right top #EEF2F5;
}

#allRelatedRankings img {
	display: block;
	float: left;
	margin-left: -90px;
}

#companyInfoTabSection div {
	background-color: #eaeaea;
	-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;
}

#companyInfoTabSection h2 {
	text-align: center;
	color: white;
	font-size: 22px;
	line-height: 36px;
	padding: 16px 0 12px 0;
	margin: 0;
}

#contactInfoTab {
	width: 48%;
	float: left;
	background: url("http://static.classora.com/files/images/company_info_bg.png") 0 15px repeat-x;
}

#bormeTab {
	width: 48%;
	float: right;
	background: url("http://static.classora.com/files/images/company_info_bg.png") 0 15px repeat-x;
}

#companyInfoSection {
	font-size: 0.9em;
    	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
	margin-bottom: 30px;
}

#contactInfo {
	width: 48%;
	float: left;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5 url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
}

.reliabilityRatio {
	font-style: italic;
	color: #959595;
}

#bormeInfo {
	width: 48%;
	float: right;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5 url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
}

#companyInfoSection p.intro {
	margin: 0 15px;
	padding: 10px 0;
	background: url("http://static.classora.com/files/images/home/quote.png") top left no-repeat;
}

#companyInfoSection li {
	padding: 10px;
}

blockquote {
	display: none;
	margin-top: 1em;
	padding: 1em;
	background: #fbfbfb url("http://static.classora.com/files/images/home/quote.png") top left no-repeat;
	border: 1px dotted #dddddd;
}

blockquote p {
	margin-top: 0.5em;
	text-align: justify;
}

.bormeInfoOdd, .contactInfoOdd {
	background-color: #eaeaea;
}

.bormeLink {
	display: block;
	margin-top: 1em;
}

#companyImageColumn {
	width: 142px;
	float: left;
	margin: 1em 0;
}

#companyTitleColumn {
	float: left;
	margin: 1em;
}

#companyClassoraInfo {
	clear: both;
}

#companyClassoraFields {
	width: 45%;
	float: left;
	text-align: center;
	border-top: 1px dotted #E7E7E7;
	padding: 10px;
}

#redirectedFrom {
	font-size: 0.7em;
}

#allEntryComparisonsSection{
    	background: #fbfbfb url("http://static.classora.com/files/images/ranking_data_bg.png") top repeat-x;
	-moz-box-shadow: 0px 0 5px #aaaaaa;
	-webkit-box-shadow: 0px 0 5px #aaaaaa;
	box-shadow: 0px 0 5px #aaaaaa;
}

#allEntryComparisons {
	margin-top: 20px;
	overflow: hidden;
}

#allEntryComparisons ul {
	overflow: hidden;
}

#allEntryComparisons li {
	width: 46%;
	margin: 1px 0;
	padding: 15px 2%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.entryComparisonLeft {
	float: left;
	clear: left;
	background: url("http://static.classora.com/files/images/ranking_list_left.png") repeat-y scroll left top #EDF1F4;
}

.entryComparisonRight {
	float: right;
	background: url("http://static.classora.com/files/images/ranking_list_right.png") repeat-y scroll right top #EDF1F4;
}

.comparisonIn {
	margin: 5px 0;
}
