﻿/*******************************************************************************

	CSS on Sails Framework
	Title: Tankulator
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: February 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.container:after,
#footer .box-footer:after,
#footer nav:after,
.box:after,
.box section:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
	background: #29475d;
	color: #fff;
	font: 81.25%/1.692 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	cursor: default;
}

input, textarea, select {
	font-size: 1.1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

a, a:visited {
	color: #abeb00;
	text-decoration: none;
}

a:hover, a:active {
	color: #abeb00;
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	color: #0075ab;
}

h2 {
	padding-bottom: 8px;
	font-size: 1.385em;
	line-height: 2em;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	color: #b6d9e3;
}

h3:first-child {
	clear: both;
}

section,
section + section {
	padding-top: 22px;
	border-top: 1px solid #a8bfc8;
}

h2 + section {
	padding-top: 12px;
}

p {
	padding-bottom: 1.9em;
	padding-right: 5px;
}

blockquote p {
	padding: 0;
}

cite {
	font-weight: bold;
	color: #b2d4df;
}

.alt section,
section.alt {
	border-top: 0;
	border-bottom: 1px solid #A8BFC8;
}

section.no-line {
	padding: 0;
	border: 0;
}

.alt h2 {
	padding-top: 8px;
	padding-bottom: 0;
	color: #b6d9e3;
}

.alt h3 {
	color: #fff;
}

.alt h2 + section {
	padding-top: 0;
}

.alt section + h2 {
	padding-top: 18px;
}

.alt section.no-line + h2 {
	padding-top: 0;
}

.alt p {
	padding-right: 35px;
}

sup {
	vertical-align:super;
	font-size: 0.85em;
}

/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
	width: 933px;
	position: relative;
	margin: 0 auto;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
	padding-top: 18px;
	background: #6295a6 url(../images/common/bg_header.png) center -55px repeat-x;
}

#header .site-name,
#header .site-name span {
	display: block;
	overflow: hidden;
	width: 245px;
	height: 80px;
}

#header .site-name {
	position: relative;
	float: left;
	font-size: 3.5em;
	text-decoration: none;
	color: #0f3c60;
}

#header .site-name span {
	background: url(../images/common/logo_tankulator.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#header a.site-name span {
	cursor: pointer;
}

.heading {
	clear: both;
	position: relative;
	height: 117px;
	padding: 30px 40px 0 40px;
	background: #c2d6de url(../images/common/bg_heading.png) center bottom repeat-x;;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
	float: right;
	padding-top: 30px;
}

#navigation li {
	float: left;
	margin-left: 5px;
}

#navigation a,
#navigation a:visited {
	position: relative;
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #0f3c60;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

#navigation a:active,
#navigation a:hover {
	text-decoration: none;
	color: #fff;
}

#navigation .active a,
#navigation .active a:visited {
	background: #fff;
}

#navigation .active a:active,
#navigation .active a:hover {
	color: #0f3c60;
}

#sidebar .has-subnav ul {
	display: none;
}

#sidebar li.active ul {
	display: block;
}

/* 2.4 Content
------------------------------------------------------------------------------*/

#main {
	background: url(../images/common/bg_main.png) 0 0 repeat-x;
}

#main .container {
	width: 905px;
	padding: 0 14px;
	background: #3f5a6e url(../images/common/bg_main_container.png) 0 0 repeat-x;
}

#content {
	float: right;
	width: 648px;
	padding-right: 14px;
	padding-bottom: 20px;
}

#content.full {
	float: none;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

div#content.no-padding {
	padding-left: 0;
	padding-right: 0;
}

#content img {
	border: 3px solid #fff;
	color: #fff;
	background: transparent;
}

#content p img {
	border: 0;
}

#content .intro-image {
	float: left;
	padding: 6px 10px 18px 0;
	background: #3F5A6E url(../images/common/bg_main_container.png) 0 -61px repeat-x;
}

#content .clear {
	clear: both;
}

#content .intro-image img {
	display: block;
}

#content .image-left {
	float: left;
	margin: 6px 10px 0 0;
}

#content .image-right {
	float: right;
	margin: 6px 0 0 20px;
}

#content ul {
	padding: 0 5px 1.9em 0;
}

#content.alt ul {
	padding-right: 35px;
}

#content li,
.error-list li {
	padding: 0 0 0 12px;
	background: url(../images/common/bullet_dot_white.png) 0 8px no-repeat;
}

#content .no-bullets li {
	padding: 0;
	background: transparent;
}

#content .indented {
	padding: 0 35px 1.9em 35px;
}

#content .indented li {
	background: url(../images/common/bullet_dot_white_small.png) 0 8px no-repeat;
}

#content .link-list {
	margin-top: -1.9em;
}

#content .link-list li {
	background: url(../images/common/bullet_dot_green.png) 0 7px no-repeat;
}

#content div.cycle {
	position: relative;
	width: 183px;
	height: 146px;
	margin-top: -6px;
	overflow: hidden;
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 212px;
	padding: 9px 0 100px 6px;
}

#sidebar nav {
	position: relative;
	padding: 10px 14px 25px;
	background: #2c3f4d;
	background: rgba(0,0,0,0.3);
	-pie-background: rgba(0,0,0,0.3);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#sidebar nav li {
	border-bottom: 1px solid #7e9097;
	font-weight: bold;
}

#sidebar nav li ul {
	padding: 3px 12px 8px;
}

#sidebar nav li li {
	border-bottom: none;
	font-weight: normal;
}

#sidebar nav a {
	display: block;
	padding: 4px 0;
}

#sidebar nav a:active,
#sidebar nav a:hover,
#sidebar nav li.has-subnav a:active,
#sidebar nav li.has-subnav a:hover {
	text-decoration: none;
	color: #fff;
}

#sidebar nav .active a,
#sidebar nav .active a:visited,
#sidebar li.has-subnav .active a,
#sidebar li.has-subnav .active a:visited {
	padding-left: 10px;
	background: url(../images/common/bullet_active_sidebar.png) 0 11px no-repeat;
	color: #fff;
}

#sidebar li.has-subnav a,
#sidebar li.has-subnav a:visited {
	padding-left: 0;
	background: transparent;
	color: #abeb00;
}

#sidebar li.has-subnav ul a,
#sidebar li.has-subnav ul a:visited {
	padding: 1px 0 0;
}

#sidebar li.has-subnav .active a,
#sidebar li.has-subnav .active a:visited {
	background-position: 0 8px;
}

#sidebar .additional-links {
	padding: 16px 16px 0;
}

#sidebar .additional-links ul {
	padding: 0 0 14px 0;
	border-bottom: 1px solid #a8bfc8;
}

#sidebar .additional-links li {
	padding: 6px 0 6px 10px;
	background: url(../images/common/bullet_dot_green.png) 0 14px no-repeat;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding-bottom: 28px;
}

#footer .container {
	width: 905px;
	padding: 14px;
	background: #3f5a6e;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

#footer .box-footer {
	margin: 0;
	border: 1px solid #364f60;
	border-bottom: none;
	background: #375065;
	-webkit-box-shadow: 0 -1px 0 #2b404e, 0 1px 0 #657b8b;
	-moz-box-shadow: 0 -1px 0 #2b404e, 0 1px 0 #657b8b;
	box-shadow: 0 -1px 0 #2b404e, 0 1px 0 #657b8b;
}

#footer .sitemap {
	float: left;
	width: 525px;
}

#footer .logos {
	float: left;
	width: 331px;
	padding-left: 6px;
	border-left: 1px solid #8899a4;
}

#footer p {
	padding: 0;
	font-size: 0.85em;
	font-weight: bold;
	color: #e6f8ff;
}

#footer a,
#footer a:visited {
	font-weight: bold;
	color: #e6f8ff;
}

#footer nav li {
	float: left;
	padding: 5px 15px 10px 0;
}

#footer img {
	display: block;
	float: left;
	padding-left: 20px;
}

/* 2.7 Boxes
------------------------------------------------------------------------------*/

.box {
	position: relative;
	clear: both;
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

div.box-listed {
	margin-bottom: 25px;
}

.box-light {
	padding: 20px 32px;
	margin-right: -10px;
	font-size: 1.23em;
	background: #517089;
}

.box-middle {
	background: #49657c;
}

.box-dark {
	background: #375065;
	margin-bottom: 10px;
}

.box-orange {
	background: #da6808;
}

.box cite {
	font-weight: normal;
	color: #b6d9e3;
}

.box section {
	padding: 0;
	margin: 0;
	border: none;
}

.box section.separator {
	padding-bottom: 9px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5c7181;
}

.box-dark h2 {
	padding: 0 0 0 10px;
	color: #aed6e0;
}

.box-dark .intro {
	padding: 0;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #e1e1e1;
}

#content .box .image-left {
	margin-right: 16px;
}

#content .box .image-right {
	margin-left: 16px;
}


/* 2.8 Forms
------------------------------------------------------------------------------*/

.form-row {
	clear: both;
	padding: 0 10px;
}

.form-tip {
	padding: 5px 0;
}

.form-row > label,
.form-row > .label {
	display: block;
	float: left;
	width: 170px;
	padding: 9px 0;
	font-weight: bold;
}

.form-tip em,
.form-row label em {
	font-style: normal;
	color: #da6808;
}

.form-block {
	padding: 20px 0 8px;
}

div.form-block:first-child {
	padding-top: 8px;
}

.form-block > label {
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}

.form-block label em,
.form-block label.error {
	font-style: normal;
	color: #d98844;
}

.form-field {
	padding: 4px 0;
	margin-left: 155px;
}

div.chkbox {
	padding: 9px 0 0;
}

div.full {
	margin-left: 0;
	padding-bottom: 9px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
	width: 188px;
	height: 21px;
	padding: 6px;
	margin: 0 5px 0 0;
	border: none;
	line-height: 21px;
	background: #fff;
	-moz-box-shadow: inset 1px 1px 5px #333;
	-webkit-box-shadow: inset 1px 1px 5px #333;
	box-shadow: inset 1px 1px 5px #333;
}

textarea {
	height: 120px;
}

input.number {
	width: 50px;
}

input.percentage {
	width: 40px;
}

input[type="checkbox"] {
	vertical-align: middle;
}

input.gray {
	background: #ccc;
}

input.error,
textarea.error {
	background: #e6c79a;
}

.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="number"],
.form-block input[type="password"] {
	width: 305px;
}

.form-block textarea {
	width: 455px;
}

.form-field abbr,
.form-block abbr {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: 5px;
	border: none;
	line-height: 1.692em;
	font-style: italic;
	font-weight: bold;
	font-family: Cambria, Georgia, serif;
	text-align: center;
	background: #8abe33;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.form-row .double-height {
	line-height: 3.384;
}

.form-field legend {
	padding: 11px 0 9px;
}

#content form ul {
	padding-bottom: 0;
}


/* 2.9 Buttons
------------------------------------------------------------------------------*/

.button,
.button:visited {
	display: inline-block;
	position: relative;
	height: 26px;
	margin: 0 10px 0 0;
	padding: 0 20px;
	border: 0;
	overflow: visible;
	font-size: 1em;
	line-height: 26px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background: #72a710;
	color: #fff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.button:active,
.button:hover {
	text-decoration: none;
	background: #83cd00;
	color: #fff;
}

.button-fancy,
.button-fancy:visited {
	height: 32px;
	padding: 0 25px;
	font-size: 1.077em;
	line-height: 32px;
	background: #5a8024 url(../images/common/bg_button_fancy.png) 0 0 repeat-x;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8ac03b), to(#5a7f24));
	background: -moz-linear-gradient(#8ac03b, #5a7f24);
	background: linear-gradient(#8ac03b, #5a7f24);
	-pie-background: linear-gradient(#8ac03b, #5a7f24);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: #b5d398 0px -1px 0px, #425e1e 0px 1px 0px;
	-moz-box-shadow: #b5d398 0px -1px 0px, #425e1e 0px 1px 0px;
	box-shadow: #b5d398 0px -1px 0px, #425e1e 0px 1px 0px;
}

.button-fancy:active,
.button-fancy:hover {
	background: #5a8024 url(../images/common/bg_button_fancy_hover.png) 0 0 repeat-x;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#83cd00), to(#5a7f24));
	background: -moz-linear-gradient(#83cd00, #5a7f24);
	background: linear-gradient(#83cd00, #5a7f24);
	-pie-background: linear-gradient(#83cd00, #5a7f24);
}


/* 2.10 Social Links
------------------------------------------------------------------------------*/

.social {
	display: block;
	height: 44px;
	padding-left: 58px;
	font-size: 1.1em;
	line-height: 34px;
	font-weight: bold;
	white-space: nowrap;
	background: url(../images/common/sprite_social.png) 0 0 no-repeat;
}

.ico-fb {
	background-position: 0 0;
}

.ico-tw {
	background-position: 0 -44px;
}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home page
------------------------------------------------------------------------------*/

.cols:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Header */
.homepage #header {
	background: #6295A6 url(../images/home/bg_header_home.png) center -55px repeat-x;
}

.homepage .heading {
	height: 297px;
	background: #c5d8e0 url(../images/home/bg_heading_home.png) center bottom repeat-x;
}

.homepage .heading p {
	width: 470px;
	padding: 15px;
	font-size: 1.95em;
	line-height: 1.55em;
	color: #0075ab;
	text-shadow:  0 1px 0 #f4f8f9;
}

.homepage .heading img {
	position: absolute;
	top: 0;
	right: 0;
}

#quotes {
	position: relative;
	padding: 20px 0 15px;
	background: url(../images/home/bg_quotes.png) 59px 5px no-repeat;
}

#quotes .quotes-content {
	height: 76px;
}

#quotes p {
	padding-right: 110px;
}

#quotes cite {
	font-weight: normal;
	color: #72a710;
}

#quotes .controls {
	position: absolute;
	z-index: 1000;
	top: 37px;
	right: 14px;
	width: 60px;
}

#quotes .arrow,
#quotes .arrow:visited {
	display: block;
	height: 26px;
	width: 26px;
	margin-left: 4px;
	border: none;
	font-size: 1.4em;
	line-height: 26px;
	text-align: center;
	background: #8abe33 url(../images/home/sprite_controls.png) 0 0 no-repeat;
	color: #fff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

#quotes .arrow:active,
#quotes .arrow:hover {
	text-decoration: none;
	background-color: #83cd00;
}

#quotes .prev {
	float: left;
}

#quotes .next {
	float: right;
	background-position: 100% 0;
}

.box-quote {
	padding: 25px 20px;
	font-size: 1.1em;
	line-height: 1.85em;
	background: #e4f2f7;
	color: #666;
}

.button-start,
.button-start:visited {
	height: 48px;
	margin: 5px 0 0 15px;
	padding: 0 32px;
	font-size: 1.53em;
	line-height: 48px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #425e1e 2px 2px 3px;
	-moz-box-shadow: #425e1e 2px 2px 3px;
	box-shadow: #425e1e 2px 2px 3px;
}

/* Content */
.col-3 {
	float: left;
	width: 269px;
	padding-left: 29px;
}

div.col-3:first-child {
	padding-left: 0;
}

.cols {
	padding-top: 18px;
	border-bottom: 1px solid #a8bfc8;
}

.cols + h2 {
	padding-top: 18px;
}

div.cols p {
	padding-right: 0;
}


/* 3.2 Siting a tank
------------------------------------------------------------------------------*/


/* 3.3 Tank filtration
------------------------------------------------------------------------------*/


/* 3.4 Pump info
------------------------------------------------------------------------------*/

#pump-noise-diagram .data:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#pump-noise-diagram {
	padding-bottom: 1.9em;
	font-size: 1.154em;
}

#pump-noise-diagram .header {
	font-weight: bold;
}

#pump-noise-diagram .header .left {
	float: left;
}

#pump-noise-diagram .header .right {
	float: right;
}

#pump-noise-diagram .data {
	clear: both;
	padding: 0;
	background: url(../images/pump-info/bg_pump-noise-diagram.png) 0 0 repeat-y;
}

#pump-noise-diagram .data li {
	display: block;
	float: left;
	padding: 10px 0;
	border-left: 1px solid #3f5b6e;
	text-align: center;
	background: transparent;
}

#pump-noise-diagram .data li:first-child {
	border: none;
}


/* 3.5 Advice & Experiences
------------------------------------------------------------------------------*/


/* 3.5 Advice & Experiences
------------------------------------------------------------------------------*/



/* 3.6 About
------------------------------------------------------------------------------*/

.box-dark p.logo-ata {
	padding-right: 70px;
	background-image: url(../images/common/logo_ata.png);
	background-position: 99.1% 5px;
	background-repeat: no-repeat;
}


/* 3.7 Disclaimer
------------------------------------------------------------------------------*/



/* 3.8 Contact
------------------------------------------------------------------------------*/

.page-contact #content {
	float: left;
	width: 605px;
	padding-left: 10px;
}

.page-contact #sidebar {
	float: right;
	width: 220px;
	padding-right: 30px;
}

.page-contact #sidebar h2 {
	padding: 3px 0 0;
	font-size: 1.7em;
	font-weight: normal;
}

.page-contact #sidebar section {
	padding-bottom: 18px;
}

.page-contact #sidebar p {
	padding: 0 0 1em;
}

.page-contact #sidebar .button {
	display: block;
	margin: 0;
}

.street-address,
.country-name {
	display: block;
}

.tel {
	padding-bottom: 12px;
}

.page-contact #sidebar .adr {
	padding-bottom: 1.9em;
}

.page-contact #sidebar .social {
	margin-left: -8px;
}


/* 3.9 Tank Materials > Plastic
------------------------------------------------------------------------------*/


/* 3.10 Tank Materials > Steel
------------------------------------------------------------------------------*/


/* 3.11 Tank Materials > Stainless steel
------------------------------------------------------------------------------*/


/* 3.12 Tank Materials > Concrete
------------------------------------------------------------------------------*/


/* 3.13 Tank Materials > Fiberglass
------------------------------------------------------------------------------*/


/* 3.14 Tank Materials > Price Comparison
------------------------------------------------------------------------------*/

table {
	margin-bottom: 1.9em;
	line-height: 1.2em;
}

th {
	font-weight: bold;
}

thead th {
	white-space: nowrap;
}

td,th {
	padding: 8px 7px 12px;
	border-bottom: 1px solid #bac6ce;
}

.primary,
.primary a {
	text-decoration: none;
	color: #333;
}

.plastic {
	background: #3679b7;
}

.primary .plastic {
	background: #5994c4;
}

.aquaplate {
	background: #3d904d;
}

.primary .aquaplate {
	background: #5aa47e;
}

.stainless {
	background: #94914f;
}

.primary .stainless {
	background: #9aa17d;
}

.concrete {
	background: #8d5a4b;
}

.primary .concrete {
	background: #96807c;
}

.fibreglass {
	background: #735079;
}

.primary .fibreglass {
	background: #81769a;
}



/* 3.15 Questionnaire
------------------------------------------------------------------------------*/

.welcomelink a, a:active {
	color: #0075ab;/*abeb00;*/
	text-decoration: none;
}

.welcomelink a:hover, a:active {
	color: #0075ab;/*abeb00;*/
	text-decoration: underline;
}


.total-row .label,
.total-row .form-field {
	padding: 0;
}

#id_percentage_total {
	margin-left: 5px;
	font-weight: bold;
}

.submit {
	padding: 20px 5px 0;
}

.station-info {
	font-size: 0.85em;
	font-style: italic;
}

.form-error {
	font-style: normal;
	color: #d98844;	
}

fieldset .form-row > label {
	font-weight: normal;
}

/* Tooltips */
.tooltip {
	position: relative;
	z-index: 10000;
	display:none;
	width: 275px;
	padding: 12px 20px;
	background: #72a333;
	-webkit-box-shadow: 0 0 5px #2e4355;
	-moz-box-shadow: 0 0 5px #2e4355;
	box-shadow: 0 0 5px #2e4355;
}

.tooltip .arrow {
	position: absolute;
	top: 10px;
	left: -17px;
	display: block;
	width: 17px;
	height: 23px;
	background: url(../images/questionnaire/bg_tooltip.png) top right no-repeat;
}

/* Overlay */
#id_welcome_overlay {
	position: relative;
	display: none;
	padding: 20px 10px;
	width: 661px;
	background: #fff;
	color: #333;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

#id_welcome_overlay h1 {
	padding: 20px 0 0 30px;
	font-size: 2.46em;
	font-weight: bold;
	color: #333;
}

#id_welcome_overlay h3 {
	font-size: 1.23em;
	color: #0075ab;
}

#id_welcome_overlay p {
	padding-bottom: 15px;
}

#id_welcome_overlay .ov-col {
	position: relative;
	float: left;
	width: 270px;
	padding: 5px 30px 10px;
	border-left: 1px solid #bebebe;
}

#id_welcome_overlay div.ov-col:first-child {
	border-left: 0;
}

#id_welcome_overlay .form-block input[type="text"],
#id_welcome_overlay .form-block input[type="email"],
#id_welcome_overlay .form-block input[type="password"] {
	width: 200px;
	background: #e1e1e1;
	-moz-box-shadow: inset 1px 1px 5px #9b9b9b;
	-webkit-box-shadow: inset 1px 1px 5px #9b9b9b;
	box-shadow: inset 1px 1px 5px #9b9b9b;
}

#id_welcome_overlay .form-block > label {
	color: #000;
}

#id_welcome_overlay .form-block > label.error {
	color: #D98844;
}

#id_welcome_overlay div.form-block {
	padding-top: 0;
	padding-bottom: 20px;
}

#id_welcome_overlay .close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 35px;
	height: 34px;
	background: url(../images/questionnaire/btn_close.png) 0 0 no-repeat;
	cursor: pointer;
}

.wrapper {
	position: relative;
}

span.wrapper {
	display: inline-block;
	height: 20px;
	margin-left: 5px;
	line-height: 1.692em;
}

span.wrapper abbr {
	margin-left: 0;
}

/* 3.16 Graph
------------------------------------------------------------------------------*/

/* Tooltips */
.page-graph .tooltip {
	position: absolute;
	z-index: 10000;
	display: block;
	width: 75px;
	padding: 1px 1px;
	background: #72a333;
	font-size:0.8em;
	text-align: center;
	-webkit-box-shadow: 0 0 3px #2e4355;
	-moz-box-shadow: 0 0 3px #2e4355;
	box-shadow: 0 0 3px #2e4355;
}

.page-graph .controls {
	position: absolute;
	z-index: 1000;
	top: 37px;
	right: 14px;
	width: 60px;
}

.page-graph .invisible {
	display: none;
}

.page-graph #sidebar ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page-graph h1.smaller {
	font-size: 1.7em;
}

.page-graph #content {
	float: left;
	width: 685px;
	padding-top: 10px;
}

.page-graph #sidebar {
	float: right;
	width: 214px;
	padding: 0;
	margin-right: -14px;
}

.page-graph .tips {
	float: left;
	width: 295px;
	height: 280px;
	padding: 10px 12px 10px 12px;
}

.page-graph h2 {
	padding: 0;
	font-size: 1.2em;
}

.page-graph .tips p {
	padding: 0 0 0.95em 0;
}

.page-graph .loading {
	position: absolute;
	left: 20px;
	top: 20px;
}

.page-graph #content .graph {
}

.page-graph #content .graph-big {
	clear: both;
	padding: 25px 0 10px 5px;
}

.page-graph #content .graph-small-1 {
	float: left;
	display: block;
	width: 245px;
	height: 150px;
	margin-right: 30px;
	padding: 5px;
}

.page-graph #content .graph-small-2 {
	float: left;
	display: block;
	text-align: right;
	vertical-align: top;
	width: 320px;
	height: 150px;
	padding-top: 10px;
	margin-left: 40px;
}

.page-graph .block-graphs {
	height: 440px;
	clear: both;
}

.page-graph .box-info {
	width: 100%;
	height: 136px;

	border: 2px solid #364f60;
	border-bottom: none;
	background: #3f5a6e; /*#375065;*/
	-webkit-box-shadow: 0 -2px 0 #2b404e, 0 2px 0 #657b8b;
	-moz-box-shadow: 0 -2px 0 #2b404e, 0 2px 0 #657b8b;
	box-shadow: 0 -2px 0 #2b404e, 0 2px 0 #657b8b;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-left: 60px;
	padding: 5px 8px 5px 8px;
}

.page-graph #content .graph img {
	border: 0;
}

.page-graph #content .loading img {
	border: 0;
}

.page-graph #sidebar fieldset {
	padding-bottom: 20px;
}

.page-graph #sidebar fieldset ul {
	width: 210px;
	margin-left: -3px;
	padding-top: 5px;
}

.page-graph #sidebar fieldset li {
	float: left;
	width: 90px;
	padding-bottom: 2px;
}

.page-graph #sidebar fieldset label {
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-top: 1px;
}

.page-graph #sidebar fieldset li label {
	margin-left: 20px;
}

.page-graph #sidebar .form-row {
	padding: 0;
}

.page-graph #sidebar .form-field {
	margin-left: 80px;
	padding: 2px 0;
}

.page-graph #sidebar .form-row > label {
	width: 80px;
	padding: 6px 0;
	font-weight: normal;
}

.page-graph #sidebar .form-field select {
	width: 110px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.page-graph #sidebar li input {
	float: left;
	margin-top: 3px;
}

.page-graph #sidebar li.full {
	float: none;
	clear: both;
	width: 100%;
}

.page-graph #sidebar li.full label {
	display: inline;
	width: auto;
	margin-left: 2px;
}

.page-graph #sidebar li.full input {
	margin-top: 5px;
}


.page-graph .extradisabled {
	color: #aaaaaa;
}

.page-graph .customdisabled {
	color: #888888;
	background: #BBBBBB;
}


.page-graph #id_tips {
	height: 206px;
	padding-top: 12px;
}

.page-graph section i {
	font-style: italic;
	font-size: 0.9em;	
	line-height: 0.9em;
}

.page-graph #sidebar li.full input.customnumber {
	float: none;
	width: 50px;
	padding: 0 6px;
	margin: -3px 0 0 5px;
	height: 20px;
	font-size: 0.9em;
	line-height: 20px;
	vertical-align: middle;
}

.page-graph #sidebar li.full input.customnumber {
	vertical-align: middle;
}

.page-graph #sidebar li.full span.error {
	color: #d98844;
	font-weight: bold;
	font-size: 0.9em;
}

.page-graph #id_table_plumbedto {
	width: 200px;
	margin-left: 2px;
	padding-top: 5px;
}

.page-graph .plumbto {
	margin-top: 2px;
}

.page-graph #id_table_plumbedto td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}

.page-graph #id_table_plumbedto td input .middle {
	text-align: center;
	float: none;
	margin: 0px;
	-width: 40;
	-margin-left: auto;
	-margin-right: auto;
}

.page-graph #id_table_plumbedto th {
	margin: 0px;
	padding: 0px;
}

.page-graph #id_table_plumbedto label {
	display: inline;
	width: auto;
	margin-left: 3px;
}

.page-graph box {
	height: 100%;
}

.page-graph #id_error_box {
	display: none;
	margin: 10px 0;
	width: 160px;
}

.page-graph .full {
	display: block;
}

.page-graph #id_button_assumptions {
	font-size: 0.9em;
	-width: 100%;
	margin-left: 9px;
}

.page-graph .buttons {
	width: 200px;
	margin: 0px 0 5px 0;
	padding: 9px 0 9px 0;
	border-top: 1px solid #A8BFC8;
}

.page-graph .buttons .button {
	margin-right: 0;
	margin-bottom: 12px;
}

.page-graph .buttons .half {
	width: 45px;
}

.page-graph .buttons .half-button { /*DOM*/
	width: 95px;
}

.page-graph .buttons .full-button { /*DOM*/
	width: 200px;
}

.page-graph .buttons .button:first-child,
.page-graph .buttons .pie_first-child {
	margin-right: 10px;
}

.page-graph table {
	margin-bottom: 0px;
}

.page-graph td,th {
	padding: 8px 7px 9px;
	border-bottom: 1px solid #bac6ce;
	font-size: 0.9em;
}

.page-graph .info-name {
	font-weight: bold;
	font-size: 0.95em;
	color: #E8EAED;
}

.page-graph .info-value {
	font-weight: normal;
	font-size: 0.95em;
}

.page-graph .info-value-small {
	font-weight: normal;
	font-size: 0.80em;
	line-height: 0.9em;
}

.page-graph .graph-small-1 h2 {
	line-height: 1.4em;
	padding-bottom: 2px;
}

/* Printer overlay */
.page-graph #id_printer_overlay {
	position: relative;
	display: none;
	padding: 20px 10px;
	width: 500px;
	background: #fff;
	color: #333;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.page-graph #id_printer_overlay h3 {
	font-size: 1.23em;
	color: #0075ab;
}

.page-graph #id_printer_overlay p {
	padding-bottom: 15px;
}

.page-graph #id_printer_overlay .ov-col {
	position: relative;
	float: left;
	padding: 5px 30px 10px;
}

.page-graph #id_printer_overlay div.ov-col:first-child {
	border-left: 0;
}

.page-graph #id_printer_overlay .close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 35px;
	height: 34px;
	background: url(../images/questionnaire/btn_close.png) 0 0 no-repeat;
	cursor: pointer;
}

/* Feedback overlay */
.page-graph #id_feedback_overlay {
	position: relative;
	display: none;
	padding: 20px 10px;
	width: 661px;
	background: #fff;
	color: #333;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.page-graph #id_feedback_overlay h3 {
	font-size: 1.23em;
	color: #0075ab;
}

.page-graph #id_feedback_overlay p {
	padding-bottom: 15px;
}

.page-graph #id_feedback_overlay .ov-col {
	position: relative;
	float: left;
	padding: 5px 30px 10px;
}

.page-graph #id_feedback_overlay div.ov-col:first-child {
	border-left: 0;
}

.page-graph #id_feedback_overlay .close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 35px;
	height: 34px;
	background: url(../images/questionnaire/btn_close.png) 0 0 no-repeat;
	cursor: pointer;
}

/* Assumptions overlay */
.page-graph #id_assumptions_overlay {
	position: relative;
	display: none;
	padding: 20px 10px;
	width: 750px;
	background: #fff;
	color: #333;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.page-graph #id_assumptions_overlay h3 {
	font-size: 1.23em;
	color: #0075ab;
}

.page-graph #id_assumptions_overlay p {
	padding-bottom: 15px;
}

.page-graph #id_assumptions_overlay .ov-col {
	position: relative;
	float: left;
	padding: 5px 30px 10px;
}

.page-graph #id_assumptions_overlay div.ov-col:first-child {
	border-left: 0;
}

.page-graph #id_assumptions_overlay .close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 35px;
	height: 34px;
	background: url(../images/questionnaire/btn_close.png) 0 0 no-repeat;
	cursor: pointer;
}

/* Welcome, intro overlay */
.page-graph #id_welcomemessage_overlay {
	position: relative;
	display: none;
	padding: 20px 10px;
	width: 450px;
	background: #fff;
	color: #333;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.page-graph #id_welcomemessage_overlay h3 {
	font-size: 1.23em;
	color: #0075ab;
}

.page-graph #id_welcomemessage_overlay p {
	padding-bottom: 15px;
}

.page-graph #id_welcomemessage_overlay .ov-col {
	position: relative;
	float: left;
	padding: 5px 30px 10px;
}

.page-graph #id_welcomemessage_overlay div.ov-col:first-child {
	border-left: 0;
}

.page-graph #id_welcomemessage_overlay .close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 35px;
	height: 34px;
	background: url(../images/questionnaire/btn_close.png) 0 0 no-repeat;
	cursor: pointer;
}

