@charset "utf-8";

/* generic styles */
li {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.frontPageHeadline {
	font-size: 22px;
}

.frontPageText {
	font-size: 12px;
	line-height: 150%;
}

.rightBoxHeading {
	font-size: 14px;
	font-weight: bold;
}


/* styles for the product area tabs */
table.productTabs {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
}

table.productTabs th {
	white-space: nowrap;
	background-color:#a3a3a3; 
	background-image: url('/skin/images/tab_back.png');
	background-repeat: repeat-x;
	font-size: 10px;
	padding-left: 9px;
	padding-right: 9px;
	color: black;
	height: 30px;
	cursor: pointer;
}

table.productTabs th.opinioActive {
	background-color: #598540;
	background-image: url('/skin/buttons/opinio-active-background.png');
	color: white;
}

table.productTabs th.probeActive {
	background-color: #3c6e95;
	background-image: url('/skin/buttons/probe-active-background.png');
	background-position: -118px 0px;
	background-repeat: no-repeat;
	color: white;
}

table.productTabs th.chartActive {
	background-color: #f18e1a;
	background-image: url('/skin/buttons/chart-active-background.png');
	background-position: -244px 0px;
	background-repeat: no-repeat;
	color: white;
}

table.productTabs th.inactive {
	color: black;
}

table.productTabs th.active {
	color: white;
	opacity: 0.8;
}

table.productTabs th.hover {
	opacity: 0.8;
}

table.productTabs th.opinioLogo {
	background-image: url('/skin/images/logo_opinio.png');
	background-repeat: no-repeat;
}

table.productTabs th.probeLogo {
	background-image: url('/skin/images/logo_probe.png');
	background-repeat: no-repeat;
}

table.productTabs th.easychartsLogo {
	background-image: url('/skin/images/logo_easycharts.png');
	background-repeat: no-repeat;
}


/* styles for the content framework */
table.main {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 0px; 
	margin-bottom: 0px;
	background: #5d5d5d;
	width: 900px;
	height: 268px;
	font-size: 14px;
	color: white;
}

table.main td {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 11px;
}

table.main td a {
	color: white;
}

table.main td a:hover {
	color: white;
	text-decoration: none;
}

table.main td a:visited {
	color: white;
}

table.buttons td {
	background-repeat: no-repeat;
	height: 133px;
	width: 220px;
	vertical-align: bottom;
	text-align: center;
	cursor: pointer;
}

table.buttons td a {
	text-decoration: none;
}

table.buttons td a:hover {
	text-decoration: none;
}

table.buttons td.separator {
	height: 133px;
	width: 6px;
}

table.buttons td.download {
	background-image: url('/skin/buttons/download.png');
}

table.buttons td.download_opinio {
	background-image: url('/skin/buttons/download_green.png');
}

table.buttons td.empty {
	background-image: url('/skin/buttons/empty.png');
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
}

div.display {
	display: table;
}

div.hide {
	display: none;
}

/* styles for the opinio section */
table.main td.opinioLeft {
	background-image: url('/skin/images/opinio_main.png');
	width: 560px;
}

table.main td.opinioRight {
	background-image: url('/skin/images/opinio_screenshots.png');
	background-position: 30px 135px;
	cursor: pointer;
}

table.buttons td.opinioDemoAccount {
	background-image: url('/skin/buttons/request_demo_account.png');
}

table.buttons td.easyPolls {
	background-image: url('/skin/buttons/easypolls.png');
}

table.buttons td.hosting {
	background-image: url('/skin/buttons/hosting.png');
}

table.buttons span.opinioHeadline {
	font-size: 11px;
	font-weight: bold;
	color: #53803C;
}


/* styles for the probe section */
table.main td.probeLeft {
	background-image: url('/skin/images/probe_main.png');
	width: 560px;
}

table.main td.probeRight {
	background-image: url('/skin/images/probe_rightbox.png');
	background-position: 30px 135px;
}

table.buttons td.probe30 {
	background-image: url('/skin/buttons/probe30.png');
}

table.buttons td.probeScreenshots {
	background-image: url('/skin/buttons/probe_screenshots.png');
}

table.buttons td.probeEnterprise {
	background-image: url('/skin/buttons/probe_enterprise.png');
}

table.buttons span.probeHeadline {
	font-size: 11px;
	font-weight: bold;
	color: #45759C;
}


/* styles for the easycharts section */
table.main td.chartLeft {
	background-image: url('/skin/images/easycharts_main.png');
	width: 560px;
}

table.main td.chartRight {
	background-image: url('/skin/images/chart_rightbox.png');
	background-position: 30px 135px;
}

table.main td.screenshots a {
	color: white;
}

table.buttons td.chartGallery {
	background-image: url('/skin/buttons/chart_gallery.png');
}

table.buttons td.chartNoCoding {
	background-image: url('/skin/buttons/chart_nocoding.png');
}

table.buttons span.chartHeadline {
	font-size: 11px;
	font-weight: bold;
	color: #E8730F;
}
