﻿@charset "utf-8";
* Classic Skin */

table#vsTable {
	position: relative;
	z-index: 2;
	border: none;
	border-bottom: 2px solid #303030;
	border-collapse: collapse;
	margin: 0 auto;
	border-right: 1px solid #c7c7c7;
	width: 100%;
	font-size: 12px;
}

table#vsTable td {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	vertical-align: middle;
	text-align: center;
	background: #f7f7f7;
	color: #707070;
}

table#vsTable tr td div {
	text-align: center;
}

table#vsTable tr td div.yes, table#vsTable tr td div.no, table#vsTable tr td div.partial {
	height: 16px;
}

table#vsTable tr td.cat div, table#vsTable tr td.title div {
	height: auto;
}

table#vsTable td.cat div {
	text-align: left;
	padding: 0 10px;
}

table#vsTable td.title {
	background: #106ea8;
	font-size: 16px;
	color: #f7f7f7;
	vertical-align: middle;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
}

table#vsTable .cat {
	text-align: left;
	background: #eee;
	border-left: 1px solid #c7c7c7;
}

table#vsTable td.title.cat {
	background: none !important;
	border: none;
	border-bottom: 1px solid #c7c7c7;
	cursor: default !important;
}

table#vsTable td.title.cat div {
	display: none;
}

table#vsTable tr td.cat:hover {
	background: #fff;
}

table#vsTable tr td.title:hover {
	background: #3c88b8;
}

table#vsTable tr td:hover {
	background: #fff;
}

table#vsTable .link a {
	color: #CA0E41;
	text-decoration: underline;
}

table#vsTable a.tableButton {
	text-decoration: none !important;
	display: inline-block;
	font-size: 14px;
	padding: 7px 10px;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #111;
	box-shadow: inset 0 1px 0 #666;
	background: #444;
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
	background: -webkit-linear-gradient(top,  #444 0%,#222 100%);
	background: -o-linear-gradient(top,  #444 0%,#222 100%);
	background: -ms-linear-gradient(top,  #444 0%,#222 100%);
	background: linear-gradient(top,  #444 0%,#222 100%);
}

table#vsTable a.tableButton.big {
	font-size: 20px;
	padding: 10px 15px;
}

table#vsTable a.tableButton.small {
	font-size: 12px;
	padding: 5px 7px;
}

table#vsTable a.tableButton:hover {
	background: #444;
	background: -moz-linear-gradient(top, #222 0%, #444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#444));
	background: -webkit-linear-gradient(top,  #222 0%,#444 100%);
	background: -o-linear-gradient(top,  #222 0%,#444 100%);
	background: -ms-linear-gradient(top,  #222 0%,#444 100%);
	background: linear-gradient(top,  #222 0%,#444 100%);
}

table#vsTable div.yes {
	background-image: url(../images/yes.png.png);
	background-repeat: no-repeat;
	background-position: center center;
}

table#vsTable div.no {
	background-image: url(../images/no.png.png);
	background-repeat: no-repeat;
	background-position: center center;
}

table#vsTable div.partial {
	background: url(images/partial.png) no-repeat center center;
}

table#vsTable .rating div.rates {
	background: url(images/rating_stars.png) no-repeat center top;
	width: 110px;
	height: 21px;
	margin: 0 auto;
}

table#vsTable .rating div.rate2 {
	background-position: center -23px;
}

table#vsTable .rating div.rate3 {
	background-position: center -46px;	
}

table#vsTable .rating div.rate4 {
	background-position: center -69px;	
}

table#vsTable .rating div.rate5 {
	background-position: center -92px;	
}

table#vsTable .rating div.rate6 {
	background-position: center -115px;	
}

table#vsTable .titleImage {
	padding: 0;
	margin: 0;
	border: none;	
	width: 100%;
	height: auto;
}

table#vsTable .title .editable input {
	color: #fff;
}

