/*
* Forum styles
*/
@import url(fsforum/fsforum.css);

* {
	font-size:100.01%;
}
html {
	font-size:62.5%;
}
body {
	margin:0;
	color:#000;
	font:1em Arial, Helvetica, sans-serif;
	background:#ffffff url(images/bg-body.gif) repeat-x;
  min-width:1000px;
}
body.homepage {
	margin:0;
	color:#000;
	font:1em Arial, Helvetica, sans-serif;
	background:#ffffff url(images/bg-body_homepage.gif) repeat-x;
	min-width:1000px;

}
body.popup {
	margin-top:90px;
	margin-left:20px;
	color:#000;
	font:1em Arial, Helvetica, sans-serif;
	background:#ffffff url(images/bg-body.gif) repeat-x;	
	min-width: 100px;
}
body.popup_no_bg {
	margin:20px;
	color:#000;
	font:1em Arial, Helvetica, sans-serif;
	background:#ffffff;	
	min-width: 100px;
}
a {
	text-decoration:none;
	color:#2a4b5b;
}
a:hover {text-decoration:underline;}
h1 {
	font-size:15pt;
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
select.adjusted_width {
	width: 100%;
}
select.adjusted_width_multiple {
	width: 185px;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* page */
#page {
	/*width:1000px;*/
	width: 100%;
	/*overflow:hidden;*/
	position:relative;
	/*margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align:center;*/
	
	/*background-color: #00FF00;*/
}
/* page */
#page_homepage {
	/*width:1000px;*/
	/*width: 100%;*/
	/*overflow:hidden;*/
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align:center;
	
	/*background-color: #0000ff;*/
}
/* header */
#header {
	position:absolute;
	left:190px;
	top:0;
	width:80%;/*810px;*/
	height:80px;
}
/* header */
#header_homepage {
	position:absolute;
	margin-left: 25%;
	margin-right: 25%;
	width: 80%;
	/*padding-left: 50%;*/
	left: 0px;
	text-align:center;
}
#navigation:after,
#header:after {
	display:block;
	clear:both;
	content:"";
}
.logo {
	margin:0;
	position:absolute;
	left:47px;
	top:9px;
	width:105px;
	height:62px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/logo.gif) no-repeat;
	z-index:100;
}
.logo a {
	/*display:block;*/
	height:100%;
}

/*Sauli added 23.10.2009: */
#page_bottom {
	float:left;
	margin:0;
	padding:0 0 0 0px;
	width:100%;/*809px;*/
	height:20px;
	background:url(images/bg-footer_homepage.gif) repeat;
	text-align: center;
	clear:both;
}

/* navigation */
#navigation {
	float:left;
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	width:100%;/*809px;*/
	height:82px;
	background:url(images/sep-navigation.gif) no-repeat;
	z-index: 1000;
}

#navigation li {

	float:left;
	padding-right:1px;
	background:url(images/sep-navigation.gif) no-repeat 100% 0;
}
#navigation li a {
	display:block;
	text-align:center;
	width:69px;
	padding:55px 5px 0;
	height:25px;
	font-size:12px;
	line-height:15px;
	color:#000;
}
#navigation li#movenium a {

	background:url(images/nav-movenium.gif) no-repeat;
}
#navigation li#palvelut a {
	background:url(images/nav-palvelut.gif) no-repeat;
}
#navigation li#myynti a {
	z-index: 100;
	background:url(images/nav-myynti.gif) no-repeat;
}
#navigation li#web-kauppa a {
	z-index: 100;
	background:url(images/nav-web-kauppa.gif) no-repeat;
}
#navigation li#referenssit a {
	z-index: 100;
	background:url(images/nav-referenssit.gif) no-repeat;
}
#navigation li#yhteystiedot a {
	z-index: 100;
	background:url(images/nav-yhteystiedot.gif) no-repeat;
}
#navigation li#etusivu a {
	z-index: 100;
	background:url(images/nav-home.gif) no-repeat;
}
#navigation li#lisaa a {
	background:url(images/nav-search.gif) no-repeat;
}
#navigation li#raportit a {
	background:url(images/nav-raportit.gif) no-repeat;
}
#navigation li#kalenteri a {
	background:url(images/nav-kalenteri.gif) no-repeat;
}
#navigation li#rajapinnat a {
	background:url(images/nav-rajapinnat.gif) no-repeat;
}
#navigation li#asetukset a {
	background:url(images/nav-asetukset.gif) no-repeat;
}
#navigation li#asiakaspalvelu a {
	width:85px;
	background:url(images/nav-asiaka.gif) no-repeat;
}
#navigation li#demo a {
	width:141px;
	padding-top:12px;
	height:70px;
	background:url(images/nav-demo.gif) no-repeat;
}
#navigation li#demo span {
	display:block;
	padding-top:13px;
}
#navigation li#demo a.active,
#navigation li#demo a:hover {
	padding-top:9px;
	height:73px;
	background:url(images/nav-hover.gif) repeat-x !important;
}
#navigation li#ulos a {
	width:70px;
	padding-top:46px;
	height:36px;
	background:url(images/nav-ulos.gif) no-repeat;
}
#navigation li#ulos a.active,
#navigation li#ulos.hover a,
#navigation li#ulos:hover a {
	padding-top:43px;
	height:39px;
	background-position:0 -82px;
}
#navigation li a.active,
#navigation li.hover a,
#navigation li:hover a {
	text-decoration:none;
	padding-top:51px;
	height:30px;
	background-position:0 -82px !important;
}
#navigation li.hover,
#navigation li:hover {
	position:relative;
}
#navigation li.hover ul,
#navigation li:hover ul {
	display:block;
}
#navigation ul {
	font-size:12px;
	display:none;
	position:absolute;
	left:0px;
	top:80px;
	padding:14px 0 11px;
	list-style:none;
	width:159px;
	border-bottom:3px solid #cf732f;
	background-color:#fff;
	z-index:1001;
}
* html #navigation ul {
	left:-40px;
}
* +html #navigation ul {
	left:-40px;
}
#navigation ul li {
	font-size:12px;
	float:left;
	clear:both;
	width:159px;
	padding:0 0 2px;
	background:none;
}
#navigation ul li a {
	text-align:left !important;
	padding:0 19px !important;
	width:122px !important;
	background:none !important;
	height:auto !important;
	font-size:12px;
	line-height:1.25em;
}
#navigation ul li a:hover {
	padding:0 19px;
	text-decoration:underline;
}
#navigation li.hover ul ul,
#navigation li:hover ul ul {
	display:none;
}
#navigation li.hover li.hover ul,
#navigation li:hover li:hover ul {
	display:block;
}
#navigation li.hover ul ul ul,
#navigation li:hover ul ul ul {
	display:none;
}
#navigation li.hover li.hover ul ul,
#navigation li:hover li:hover ul ul {
	display:none;
}
#navigation li.hover li.hover li.hover ul,
#navigation li:hover li:hover li:hover ul {
	display:block;
}
#navigation li ul ul {
	left:159px;
	top:0;
	border-top:1px solid #cf732f;
}
#navigation li ul ul ul {
	left:159px;
	top:0;
	border-top:1px solid #cf732f;
}
* html #navigation ul ul {
	left:119px;
}
* +html #navigation ul ul {
	left:119px;
}
* html #navigation ul ul ul {
	left:119px;
}
* +html #navigation ul ul ul {
	left:119px;
}
/* content */
#content {
	width:100%;
	padding-top:80px;
	text-align: left;
	/*overflow:hidden;*/
}
.inner-content {
	width:100%;
	/* DO NOT ADD LEFT OR RIGHT PADDINGS OR MARGINS! IF ADDED SITE LAYOUT WILL NOT WORK PROPERLY! */
  padding:33px 0px 50px 0px;
  /*
	margin: 0;
	overflow:hidden;*/
}
/* sidebar */
.sidebar {
	float:left;
	width:200px;
	padding-left: 15px;
	margin: 0;
}

/* sidebar */
.sidebar_homepage {
	float:left;
	width:200px;
	padding-left: 15px;
	margin: 0;
}

/* small-sidebar */
.small-sidebar {
	width:100%;
	margin: 0;
	padding-bottom:18px;
	overflow:hidden;
}
.title-sidebar {
	padding:2px 10px 2px 28px;
	width:162px;
	overflow:hidden;
	position:relative;
	background-color:#93ADC2;
}
.title-sidebar h3 {
	margin:0;
	font-size:1.2em;
	line-height:1.16em;
	font-weight:normal;
	color:#000;
}
.title-sidebar a {
	position:absolute;
	left:5px;
	top:3px;
	width:12px;
}
.sidebar .active .title-sidebar span {
	display:block;
}
.sidebar .active .title-sidebar strong {
	display:none;
}
.sidebar .title-sidebar span {
	display:none;
}
.sidebar .title-sidebar strong {
	display:block;
}

/* blue sidebar.. this is shown in homepage */
.title-sidebar_blue {
	padding:2px 10px 2px 28px;
	width:162px;
	overflow:hidden;
	position:relative;
	background-color:#3A4B5B;
}
.title-sidebar_blue h3 {
	margin:0;
	font-size:1.2em;
	line-height:1.16em;
	font-weight:normal;
	color:#fff;
}
.title-sidebar_blue a {
	position:absolute;
	left:148px;
	top:3px;
	width:12px;
}
.sidebar .active .title-sidebar_blue span {
	display:block;
}
.sidebar .active .title-sidebar_blue strong {
	display:none;
}
.sidebar .title-sidebar_blue span {
	display:none;
}
.sidebar .title-sidebar_blue strong {
	display:block;
}


/* general-box */
.general-box {
	width:100%;
	overflow:hidden;
}
.inner-small {
	display: none;
}
.active .inner-small {
	display: block;
	width:183px;
	min-height:10px;
	padding:6px 5px 15px 12px;
	background-color:#fff;
	overflow:hidden;
}
* html .inner-small {
	/*height:126px;*/
	overflow:visible;
}
.inner-small p {
	margin:0;
	font-size:1.2em;
	line-height:1.5em;
	color:#000;
}

.inner-small ul {
	font-size: 130%;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

.inner-small li {
	margin-bottom: 5px;
}

/*main-content homepage*/

.main-content_homepage {
	float:left; /* right; */
	width:45%;/*560px;*/
	font-size: 100%;
	padding-left: 0px;
	padding-right: 0;
	display:inline;
	margin:0px 40px 40px 40px;
	border-right:1px solid #CBD2DA;
	border-left:1px solid #CBD2DA;
	border-bottom:3px solid #3A4B5B;
	overflow:hidden;
}
.main-content_homepage_firstpage {
	float:left; /* right; */
	width:45%;/*560px;*/
	font-size: 20px;
	padding-left: 0px;
	padding-right: 0;
	display:inline;
	margin:0px 40px 40px 40px;
	overflow:hidden;
}

.title-content_homepage {
	padding:2px 20px 2px 10px;
	width:100%;
	overflow:hidden;
	background-color:#3A4B5B;
}
.title-content_homepage h2 {
	margin:0;
	font-size:1.2em;
	line-height:1.16em;
	font-weight:normal;
	color:#fff;
}
.inner-content_homepage {
	font-size: 150%;
	padding:10px;
	min-height:180px;
	overflow:hidden;
}
* html .small-content_homepage {
	height:180px;
	overflow:visible;
}
/* main-content */
.main-content {
	float:left; /* right; */
	width:70%;/*560px;*/
	font-size: 110%;
	padding-left: 30px;
	padding-right: 0;
	/*background-color: #00ff00;*/
}
/* small-box */
.small-box {
	float:left;
	display:inline;
	width:450px;
	margin:0 0px 30px 20px;
	/*padding-left: 40px;*/
	background-color:#fff;
	border-bottom:3px solid #93ADC2;
	border-left:1px solid #93ADC2;
	border-right:1px solid #93ADC2;
	overflow:hidden;
}
.title-content {
	padding:2px 20px 2px 10px;
	width:420px;
	overflow:hidden;
	background-color:#93ADC2;
}
.title-content h2 {
	margin:0;
	font-size:1.2em;
	line-height:1.16em;
	font-weight:normal;
	color:#000;
}
.small-content {
	padding:10px;
	min-height:180px;
	font-size: 120%;
	overflow:hidden;
}
* html .small-content {
	height:180px;
	overflow:visible;
}

.webstore_product {
	padding: 4px;
	/*margin: 20 20 20 20;*/
	border: 1px solid black; 
	/*width: 80%;*/
}

div.warning_box {
	display: none;
	/*border: 2px solid red;*/
	/*color: blue;*/
	padding: 2px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////7
old css starts here
*/
/*body {
	background:#ffffff;
	
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Luxi Sans;	
}*/
td {
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Luxi Sans;	
}

img {
	border: 0px;
	z-index: -1;
}

/* treeview */
div.treeview {
	
	padding: 0px;
	color: #000000;
	margin-left: 50px; 
	/*border-style: solid; 
	border-width: 1px; */
}
div.treecell {
	
	padding: 2px 5px 2px 5px;
	color: #000000; 
	border-style: solid; border-width: 1px;
	background-color: #F5F5F5;
	margin-top: 2px;
	margin-bottom: 2px;
	/*width: 100%;*/
	/*float: left;*/
	/*display: inline;*/
}

select.nicedropdown { 
	/*width: 200px; */
	color: #000000; 
	border-style: solid; border-width: 1px; 
	font-size: 11px; 
	line-height: 13px; 
	border-color: #999999; 
	padding: 1px; 
}

input.nice { 
	/*width: 200px; */
	color: #000000; 
	border-style: solid; border-width: 1px; 
	font-size: 11px; 
	line-height: 13px; 
	border-color: #999999; 
	padding: 1px; 
}

div#chat {
	width: 100px;
	height: 30px;
	bottom: 0%; right: 0%;
	position: fixed;
	
	background-color: #F5F5F5;
	border: 1px solid #8F8F8F;
	
	padding-top: 5px;
	padding-left: 5px;
}

div#chat_box {
	width: 250px;
	height: 300px;
	display: none;
	bottom: 0%; right: 0%;
	position: fixed;
	
	padding: 5px 5px 5px 5px;
	
	background-color: #F5F5F5;
	border: 1px solid #8F8F8F;
}

td.chat_active {
	border: thin solid grey;
	background-color: white;
	cursor: pointer;
}

td.chat {
	border: thin solid grey;
	background-color: grey;
	cursor: pointer;
}

div#timeline {
	width: 520px;
	height: 36px;
}

div#timeline_obj {
	position: absolute;
	width: 500px;
	height: 18px;
	border: 1px solid black;
	background-color: white;
}

div#timeline_bar {
	height: 18px;
	background-color: blue;
	position: absolute;
	/*display: inline;*/
}

iframe#chat_box {
	overflow-x: hidden;
	width: 240px;
	height: 240px;
	border: thin solid grey;
	/*marginwidth: 0;
	marginheight:0;
	hspace: 0;
	vspace: 0;
	frameborder: 1;*/
}

#secret {
	background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
	border:medium double blue;
	padding: 20px 20px 20px 20px;
	position:absolute;
	left:100px;
	top:150px;
	font-size: 165%;
}

#secret a {font-size: 60%}

#secret a.lataa {font-size: 80%}

#secret_query {
	background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=98);
  /* CSS3 standard */
  opacity:0.98;
	border:medium double blue;
	padding: 20px 20px 20px 20px;
	position:absolute;
	left:150px;
	top:180px;
	font-size: 80%;
}

.group {
	background-color: #f7f9f8;
}

.pageHeader {
	color: #000000;
	padding:3px;
	/*background-image: url(images/listheader_bg.gif);*/
	font-size: 14px;
	font-weight: bold;

}
.pageSubHeader {
	font-size: 12px;

	font-weight: bold;
	
}
#footer {
	float:left;
	margin-top:20px;
  margin-bottom:0px;
  margin-right:0px;
  margin-left:0px;
	padding:0 0 0 0px;
	list-style:none;
	width:100%;/*809px;*/
	height:40px;
	background-color:#93ADC2;
	/* background:url(images/sep-navigation.gif) no-repeat; */
	/* z-index: 1000; */
  text-align: center;
  
}

td.inline_addform {
	/*border: thin solid black; */
	border: 2px solid #777777;
	margin: 10px;
	background: #F3F7FA;
}

th.list{
	background: #93ADC2;
	border-width: 0;	
	
}
th.listLeft {
	background: #93ADC2;
	border-width: 0;	
	text-align:left;
}

th.collector{
	background: #93ADC2;
	font-size:11px; 
	padding:2px 6px 2px;	
	
}

td.collector_first {
	padding:2px 6px 2px; 
	border-bottom:1px solid #c6d5e1; 
	border-right:1px solid #c6d5e1;
	border-left:1px solid #c6d5e1;
}

td.collector {
	padding:2px 6px 2px; 
	border-bottom:1px solid #c6d5e1; 
	border-right:1px solid #c6d5e1;
}


td.light_list {
	border-bottom: thin solid #777777;
	background: #ffffff;
	text-align: center;
	padding: 0px;
}
td.light_listLeft {
	border-bottom: thin solid #777777;
	background: #ffffff;
	text-align: left;
	padding: 0px;
}
td.light_listRight {
	border-bottom: thin solid #777777;
	background: #ffffff;
	text-align: right;
	padding: 0px;
}
td.list {
	border-style: solid;
	border-color: #C6D9E0;     	
	border-width: 0;	
	background: #ffffff;
	text-align: center;
	padding: 0px;
}
td.listHyvaksytty {	
	background: #FAEBD7;
	color: black;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #000000;
	
}

td.listLaskutettu {	
	background: #99cc99;
	color: black;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #000000;
	
}

td.listLeft {
	border-style: solid;
	border-color: #C6D9E0;     	
	border-width: 0;	
	background: #ffffff;
	text-align: left;
	padding: 1px;
}
td.listLeftLaskutettu {	
	background: #99cc99;
	color: black;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #000000;
}

td.listLeftHyvaksytty {	
	background: #FAEBD7;
	color: black;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #000000;
}

/* new nice table by veikko */

table.nice_list {
	border-style: solid;
	border-color: grey;     	
	border-width: 1px;
	border-collapse: collapse;
}

th.nice_list {
	background-image:url(images/new_table_header.gif);	

	background-repeat:repeat-x;


	border-style: solid;
	border-color: #999999;     	
	border-width: 1px;
	
	padding-left: 3px;
	padding-right: 3px;
}

/*tr.nice_list:hover {
	background-color: #F7A631;
}*/

td.nice_list1 {
	background-color: #F3F7FA;
	padding-left: 3px;
	padding-right: 3px;
}
td.nice_listLeft1 {
	background-color: #F3F7FA;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

td.nice_list2 {
	
	padding-left: 5px;
	padding-right: 5px;
}
td.nice_listLeft2 {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}


div.light_blue {
	border-style: solid;
	border-color: grey;     	
	border-width: 1px;
	
	background-color: #F3F7FA;
	
	border-collapse: collapse;
}

div.light_blue_header {
	background-image:url(images/new_table_header.gif);	

	background-repeat:repeat-x;


	border-bottom: solid #999999 1px;
	
	padding-left: 3px;
	padding-right: 3px;
}

span.red {
	color: #990000;
}

span.big {
	font-size: 22px;
}
div.line {
	border-top: 1px solid #909599;
	
}
div.sumHeader {
	background: #dce4eb;
	
	font-weight: bold;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 2px;
	width: 200px;
}
div.sumItem {
	background: #ffffff;

	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

	padding: 2px;
	width: 200px;
}
.error {
  font-size:14px;
	color:red;
	font-weight:bold;
}


/* Sauli tab proto*/
.activeTab {
  padding:3px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.passiveTab {
  padding:3px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #f0f0f0;
}
.tabHeader {

}
.tabBody {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;  
}

/* Color1 ja Color2 käytetään vuoron perään rivityksissä: siistiä :)*/
td.listLeftColor1 {
  background:#ffffff;
  padding:0px;
  spacing:0px;
  text-align:left;
  border-bottom: 1px solid black;  
}
td.listLeftColor2 {
  background: #ffffff;
  padding:0px;
  spacing:0px;  
  text-align:left;
  border-bottom: 1px solid black;  
}
td.listColor1 {
  background:#ffffff;
  padding:0px;
  spacing:0px;
  text-align:center;
  border-bottom: 1px solid black;  
}
td.listColor2 {
  background: #ffffff;
  padding:0px;
  spacing:0px;  
  text-align:center;
  border-bottom: 1px solid black;  
}

/* Red käytetään haluttujen rivien painotukseen*/
td.listLeftColor1Red {
  background:#ffe0e0;
  padding:0px;
  spacing:0px;
  text-align:left;
  border-bottom: 1px solid black;  
}
td.listLeftColor2Red {
  background: #ffe0e0;
  padding:0px;
  spacing:0px;  
  text-align:left;
  border-bottom: 1px solid black;  
}
td.listColor1Red {
  background: #ffe0e0;
  padding:0px;
  spacing:0px;
  text-align:center;
  border-bottom: 1px solid black;  
}
td.listColor2Red {
  background:#ffe0e0;
  padding:0px;
  spacing:0px;  
  text-align:center;
  border-bottom: 1px solid black;  
}
/* Tumma punainen */
td.listColor3Red {
  background:#FF6666;
  padding:0px;
  spacing:0px;  
  text-align:center;
  border-bottom: 1px solid black;  
}  


/* Yellow käytetään haluttujen rivien painotukseen*/
td.listLeftColor1Yellow {
  background:lightyellow;
  padding:0px;
  spacing:0px;
  text-align:left;
  border-bottom: 1px solid black;  
}
td.listLeftColor2Yellow {
  background: lightyellow;
  padding:0px;
  spacing:0px;  
  text-align:left;
  border-bottom: 1px solid black;  
}
td.listColor1Yellow {
  background: lightyellow;
  padding:0px;
  spacing:0px;
  text-align:center;
  border-bottom: 1px solid black;  
}
td.listColor2Yellow {
  background:lightyellow;
  padding:0px;
  spacing:0px;  
  text-align:center;
  border-bottom: 1px solid black;  
}


/* The cells in the references page*/
td.ref {
  text-align:center;
  padding:10px;
}

/* 
For info pages, where there is a table with name/value pairs
*/
td.infoItemHeader {
  font-weight: bold;
  font-size:12px;
}
td.infoItemValue {
  font-size:12px;
  font-weight: normal;
}

td.contact {
  width:270px;
  vertical-align:top;
  padding:7px;
	border-left: 1px solid #909599;
	border-right: 1px solid #909599;
	border-bottom: 1px solid #909599;
	border-top: 1px solid #909599;
}


/* realtime stats*/
/*
td.stats {
        border: 1px dotted;
}
*/
td.statsPause {
        border: 1px dotted;
        background-color: #EDEBD7;
}
td.statsHeader {
	background: #f7f9f8;
	border-style: solid;
	border-color: #909599;     	

	border-width: 1px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
}
td.statsColor1 {
 	background: #ffffff;
	border: 1px;
	padding: 3px;
	/*border: 1px solid #909599;*/
}
td.statsColor2 {
 	background: #f0f0f0;
	border: 1px;
	padding: 3px;
	/*border: 1px solid #909599;*/
}
td.statsPauseColor1 {
 	background: #ffffff;
	border: 1px;
	padding: 3px;
	/*border: 1px solid #909599;*/
}
td.statsPauseColor2 {
 	background: #f0f0f0;
	border: 1px;
	padding: 3px;
	/*border: 1px solid #909599;*/
}
/* -------------------- */

.diaryTable {
	border-collapse: collapse;
	border: 1px solid white;
}

.diaryTable tr {
	border: 1px solid #f4f4f4;
}
.diaryTable td {
	padding: 1px 5px 1px 5px;
}

td.hierarchier_node {
	border-style: solid;
	border-color: #22B14C;     	
	border-width: 1px;	
	background: #D3F9BC;
	text-align: center;
	padding: 2px;
}

div.bubble {
	position: absolute;
	border: black solid thin;
	padding: 10px;
	width: 400px;
	visibility:hidden;
	background-color:#F7F7F7;
}

fieldset.light_blue {
	background-color: #fff;
	border: 1px solid #96A0A9;
	padding: 5px;
}

/*fieldset.light_blue legend {
	margin-top:27px;
	margin-bottom: 8px;
	margin-left: -5px;
	padding: 2px;
	width: 200px;
	font-size: 120%;
	background-color: #93ADC2;
}*/


input.thin_border {
	border: 1px solid #8F8F8F;
}

td.draganddrop_list {
	border: thin solid grey;
	background: #FCFCFC;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

table.pagebreak { 
	page-break-after: always;
}

/*
-----------------
 AJAX
------------------ 
*/

.suggest { 
  display:none; 
  border:1px solid black;
  position: absolute; 
  background-color:#FFFFFF; 
  padding: 2px;
  width: 170px;
  overflow: hidden;
  z-index: 1000;
}
/* style used on empty workdays */
.emptyClass {
  background-color:#CCFFCC;
  text-align:center;
}
.emptyLink:link {
 text-decoration: none;
 display: block;
 width: 100%;
 height: 100%;
 background: #CCFFCC;
}
.emptyLink:visited {
 text-decoration: none;
 display: block;
 width: 100%;
 height: 100%;
 background: #CCFFCC;
}
.emptyLink:hover {
 text-decoration: none;
 display: block;
 width: 100%;
 height: 100%;
 background: #91EBAA;
}
.divLink {
  background-color: #CCFFCC;
  text-align:center;
}
.divLink:hover {
  background-color: #91EBAA;
  text-align:center;
}

/* 
--------------------
WEB-TIMECARD
--------------------
*/
#clockinCards {
  width: 100%;
  float:left;  
}
#clockinCards ul {
	padding: 0px;
	margin: 0px;
  float:left;
}
#clockinCards ul li {
  border: 1px solid #000000;
  list-style-type: none;
	margin: 2px;
	padding: 10px;
	float:left;
}
#clockinCards li.box_started {
	background-color: #DFFFE1;
}
#clockinCards li.box_ended {
	background-color: #FFE1E1;
}
#clockinCards li.box_paused {
	background-color: #FFFFCD;
}
#clockinCards li.box_dayaction {
	background-color: #C1E1FF;
}
.clockInButton {
    padding: 0 .5em;
    width: 0;
    overflow:visible;
}

.clockInButton[class] { /*ie ignores [class]*/
    width: auto;
}
.userInfoBox {
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
    font: normal 8pt sans-serif; 
    width: 290px;
    height: 300px;
    margin: 5px;
    color: #000000;
}
#userInfoBoxBody {
    /*background-image: url(images/bottom_corners.gif);
    background-repeat: no-repeat;*/
    background-color: #eff2fc;
    border: 1px solid #000000;
}
#userInfoBoxHeader {
  /*background-image: url(images/top_corners.gif);*/
  text-align: center;
  background-color: #BED0FF;
  border: 1px solid #000000;  
  border-bottom: none;    
}

div.ticket {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background-color: #F3F7FA;
	border: thin solid grey;
}

div.faq {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background-color: #F3F7FA;
	border: thin solid grey;
	width: 50%;
}

div.chart_settings {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background-color: #F3F7FA;
	border: thin solid grey;
}

div.subticket {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	background-color: white;
	border: thin solid grey;
}

/* 
--------------------
--PLATFORM-CALENDAR
--------------------
*/

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
  border-collapse: collapse;
	/*background: transparent;*/
}

.calhead {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
}

.calhead img {
	border: none;
}

.dayhead {
	background: #EEE;
}

.dayhead td {
	text-align: center;
  border: 1px solid #666; 	
}

.dayrow {
	background: #FFF;

}

.dayrow td {
	font-size: 12px;
}

.day {
	float: right;
}

.daytd {
  border: 1px solid #666; 
  width:110px;
	background: #EEE;
	height: 80px;
}
.daytdCurrent {
  border: 1px solid #666; 
  width:110px;
	background: #EEE;
	height: 80px;
}
.daytd:hover {
	background: #FFF;
}
.daytd_weekend {
  width:110px;
	background: #EEE;
	vertical-align:top;	
  border: 1px solid #666; 
}
.daytd_weekend:hover {
	background: #FFF;
}
.weeknum {
    width:30px; 
   border: 1px solid #000;    
}
.time {
  background: #EEE;   
  border: 1px solid #666; 
  padding: 4px;
}

.day_day{
	background: #FFF;
	height: 10px;
}
.day_dayover {
	background: #EEE;
}

.day_dayout {
	background: #FFF;
}
.tableList {
  background: #EEE;
}
.infoBox {
  border: 1px solid black;
  background-color: white;
}
#infoBoxBody {
    /*background-image: url(images/bottom_corners.gif);
    background-repeat: no-repeat;*/
    background-color: #eff2fc;
    border: 1px solid #000000;
}
#infoBoxHeader {
  /*background-image: url(images/top_corners.gif);*/
  text-align: center;
  background-color: #BED0FF;
  border: 1px solid #000000;  
  border-bottom: none;    
}
.menu{position:absolute;margin-top:10px;z-index:100;}
.menu ul .item{display:none;}
.menu ul:hover .item{display:block;background:#EEE;padding:0px;margin:0px;}

.menu ul{float:left;margin:0px;padding:2px;list-style:none;}
.clear{clear:both;height:40px;}

.dayDiv {
  /*border-top: 1px solid #555;*/
  padding: 4px;
  min-height:80px;
}

.emptyDayDiv {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 4px;
  min-height:20px;
}
.dayDiv:hover {
  background-color:#FFF;
}
.dayDivExc {
  border: 2px solid #AC0000;
  padding: 4px;
}
pre {
  font-size: 12px;
}

/* COLLECTOR */

.helpTip {
width:100px; 
background-color: white; 
border: thin solid black; 
padding: 10px 10px 10px 10px; 
position: absolute;
z-index: 10050;
}

/* TOOLTIP */
a.tooltip span {
  display:none; 
  padding:5px; 
  margin-left:8px; 
  width:150px;
}
a.tooltip:hover span {
  display:inline; 
  position:absolute; 
  background:#ffffff; 
  border:1px solid #cccccc; 
  color:#222;
}

