﻿@charset "utf-8";

/* ------------------------------------
 * --        TABLE OF CONTENT        --
 * ------------------------------------
 * 1. Global CSS reset & basic classes
 * 2. Text grid
 * 3. Layout base & first sub-site
 * 4. Layout - second subsite
 * 5. Layout - third subsite
 */

/* ********** 1 ********** */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, 
q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, hr, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
}
html, body  {
	background: #FFFFFF url('../Images/TouchPoints_BGround.gif') repeat-x;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* grid base */;
	font-size: 12px;
	line-height: 18px;
}

body {
	padding: 16px 0;
}

:root { overflow-y: scroll !important; }

img, fieldset { border: 0 none; }

form :focus { outline: 0 none; } 

ol, ul { list-style: none; }

a, em, strong, span, acronym, abbr, q, cite {
  font-size: inherit;
  font-variant: inherit;	
  font-style: inherit;
  font-weight: inherit;
	font-family: inherit;
  color: inherit;	
}

em { font-style: italic; }

strong { font-weight: bold; }

em strong, strong em {
	font-weight: bold;
  font-style: italic;
}

a:link, a:active, a:visited, a:hover  {
	text-decoration: underline;
	color: #436380;
}

a:hover { text-decoration: none; }

table { 
	border: 0 none;
	border-spacing: 0;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	color: #006600;
	font-weight: normal;
}

.clear { clear: both; }

.error { font-weight: bold; color: #dc1919; }

.debug { border: 1px solid red; }

/* ********** 2 ********** */

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin: 0 0 18px; 
}
h2 { 
  font-size: 18px; 
  margin: 0 0 18px;
}
h3, h4, h5, h6 { 
  font-size: 12px; 
	font-weight: bolder;
}

p, address {
	font-weight: normal;
	font-style: normal;
	margin: 0 0 18px;
} 

ul, ol { padding: 6px 0 12px; } 

/* floated elements */
.fl_left { 
	float: left !important;
	margin: 0 18px 18px 0;  
}

.fl_right { 
	float: right !important; 	
	margin: 0 0 18px 18px;
}

/* ********** 3 ********** */

#wrapper {
	background: #FFFFFF;
	width: 940px;
	margin: 0 auto;
	padding: 0 8px 8px;
	overflow: hidden;
	border: 2px #436380 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#topInfo {
	background: #fff;
	margin: 8px 0 10px;
	overflow: hidden;
	border: 1px solid #006600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url('../Images/TouchPoints-banner-BG.png');
	background-repeat: no-repeat;
	background-position: 450px 0;
}

#topInfo h1 {
	background: #fff;
	width: 360px;
	height: 302px;
	background: #fff url(../Images/touch-point-logo-big.gif) no-repeat 0 0;	
	text-indent: -99999px;
	margin: 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#topInfo strong {
	display: block;
	line-height: 302px;
	font-size: 18px;
	font-weight: normal;
	text-indent: -99999px;
}

.start { padding: 36px 0 0 0; }

.start li {
	background: #eceff2;
	padding: 0 0 0 10px;
	margin: 0 0 18px;
	line-height: 72px;
	font-size: 18px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.start li.buttonBox { margin: 0 0 8px; }

.start li span { padding: 0 0 0 5px; }

.start ul, .start div  {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}

.start div  { line-height: 72px; }

.start ul li {
	line-height: 36px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bolder;
}

.start span[disabled], .start span[selected] {
	padding: 0 !important;
	margin: 0 !important;
}

.start ul li * { vertical-align: middle; }

.button01 {
	background: #eceff2 url(../Images/button01.gif) no-repeat 0 0;
	border:medium none;
	color: #666;
	cursor:pointer;
	font-size: 11px;
	font-weight:bold;
	height: 24px;
	line-height: 24px;
	width: 100px;
	padding: 0 0 4px;
	text-align:center;
	margin-left: 20px;	
}
.button01:hover { background: #999 url(../Images/button01.gif) no-repeat 0 -24px; }

@media all and (min-width: 0px) {
	.button01 { padding: 0; }
}


/* ********** 4 ********** */

#topInfo.notWelcome {
	background: #fff;
	margin: 8px 0 10px;
	position: relative;
	min-height: 140px;
	overflow: visible; /* IE6 needs it */
}

#topInfo.notWelcome h1 {
	background: #fff;
	width: 160px;
	height: 140px;
	background: #fff url(../Images/touch-point-logo-small.gif) repeat-x 0
0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -70px;
	float: none;
}

#topInfo.notWelcome strong {
	margin-left: 160px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 18px 60px 18px 20px;
	font-weight: bold;
}

#topInfo.notWelcome strong.oneLine { line-height: 104px; }

form { overflow: hidden; position: relative;}

#switchingArea, #displayArea { float: left; }

#switchingArea {
	width: 500px;	
	margin: 0 20px 0 0;
}

#displayArea {
	width: 420px;	
	padding-bottom: 36px;
}

#displayArea div {
	width: 420px;
	overflow: hidden !important;	
	text-align: center;
}

#switchingArea table { width: 500px;	}

.everyThirdRow td, #basicSwitching { background: #eceff2; }

th {
	background: #b4c1cc;
	vertical-align: top;
	padding: 6px 0;
	font-weight: bolder;
	text-align: left;
}

th span {
	display: block;
	overflow: hidden;
}

td {
	padding: 12px 0;
	text-align: left;
}

.firstCell {
	width: 110px;
	padding-left: 10px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
}

.secondCell {
	width: 160px;
	padding-left: 0px;
}

.thirdCell {
	width: 200px;
	padding-left: 20px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}

input[type=image] {
	border: 0 none; 
	margin-left: 4px;	
}

.quickFill {
	vertical-align: top;
	height: 18px; 
	width: 23px;	
}

.clearData { vertical-align: middle;	}

select {
	width: 160px;		
	height: 18px;
	font-size: 11px !important;
	border: 1px solid #006600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

option {
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

th select { margin-top: 6px; }

td.firstCell ul, td.secondCell ul { padding: 0; }

td input {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

td li { line-height: 24px; }

.dateSelection select { width: 60px !important; }

.dateSelection label {
	display: inline-block;
	width: 40px;
	margin-right: 6px;
}

.last td { vertical-align: top !important; }

.appereance { padding: 18px 0 0; }

.appereance select { width: 100px; }

.appereance li label { margin-right: 6px; }

#footer {
	background: #eceff2;
	min-height: 18px;	
	padding: 9px 10px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

#chartCreators {
	width: 420px;	
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 0 8px;
	text-align: right;
}

#chartCreators li {	display: inline; }

#chartCreators input { margin: 0; }

.mainCreator {
	color: #fff;
	background: #eceff2 url(../Images/button02.gif) no-repeat 0 0;
}
.mainCreator:hover { background: #999 url(../Images/button02.gif) no-repeat 0 -24px; }

/* ********** 5 ********** */

.equal { width: 460px !important; }

.equal div {
	margin: 0 auto;
	width: 100% !important;
}

#basicSwitching, #chartDetails {
	padding: 6px 10px 12px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#basicSwitching  ul { padding: 0; }

#basicSwitching select {
	margin: 6px 0 0 0;
	width: 180px;		
}

#basicSwitching strong,
#chartDetails strong,
label.block {
	display: block;
	font-weight: bolder;
	margin-top: 12px;
}

.extended {
	float: left;
	padding-bottom: 6px;
}

.extended select { height: 174px; }

.variousOptions, .measure {
	padding: 0;
	margin: 0 0 0 220px;
}

.alternativePosition { right: 14px !important; }

.barAppereance {
	float: left;
	margin: 0;
}

.chartAppereance { margin: 18px 0 0 150px; }

#chartDetails .barAppereance ul { padding: 6px 0 !important; }

.barAppereance li, .chartAppereance li { line-height: 24px; }

.moreOptions .chartAppereance {
	float:left;
	margin: 18px 0 0 20px;
	display: inline;
}

.moreOptions {
	padding: 18px 0 18px 10px !important;
}

.moreOptions .appereance select { width: 80px; }

.display-bl
{
	position: absolute;
	margin-left: 0px;
	margin-right: 180px;
	top: 20px;
	/*left: 25px;/*ie*/
	display: block !important;
}

#popup {
	z-index:10;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	padding: 3px;
	}
	
.close
{
    float: right;
    padding: 5px;
}

.clearfloat
{
    clear:both;
}

.display-bl
{
    left: 100px;
}

.class1
{
    color: #FF0000;
    font-weight: 700;
}
.help
{	
	font-size: 10px;
}
