html,body {

	text-align: left;
	vertical-align: top;
	color: #fff;	
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	
}
textarea { font-family: sans-serif; }

body {

	background:#00598d url('images/taustakuva.jpg') no-repeat scroll top center;
	
}

a {

	color: #fff;
	text-decoration: none;	
	
}


table a {

	color: #d44;
	text-decoration: none;	
	
}

div#container {

	width: 960px;
	padding:0;
	margin:0 auto;	
	
}

div#header {

	padding-left: 30px;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	
}

div#menu {

	padding: 10px 5px 3px 10px;	
	font-size: 9pt;
	border-bottom: 1px solid #efe;
	margin-bottom: 10px;
	
}

div#menu a {

	margin-right: 10px;	
	
}

th {

	padding-bottom: 10px;
	
}

table#usermanagement {

	width: 100%;
	
}

div#notification {

	padding: 20px;
	color: #fff;
	background-color: #f66;	
	margin-bottom: 10px;
	/* filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9; */

	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
}

table#clients {

	width: 100%;	
	
}

table {

	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #66ccff;
	border-collapse: separate;
	border-spacing: 4px;
	
}

table td, table th {

	color: #000;	
	
}

table#login {
	
	margin: 90px 0 90px 170px;
	
}

table.tablesorter {

	background-color: #CDCDCD;

	font-size: 12px;
	width: 100%;
	text-align: left;
	border-spacing: 1px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 12px;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D; 
	padding: 2px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

.small_button {
	margin-left: 2px;
	padding: 2px;
	font-size: 11px;
}

/*CUSTOMER EVENTS*/
div#custEventsHeader { text-transform: uppercase; font-weight: bold; font-size: 11px; border-bottom: solid 1px; margin: 10px 0;  }
div#theEvent { background: #ffffff; }
textarea.event { font-family: Verdana; font-size: 11px; }

/*ADD EVENT*/
div#addEventMain{ border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #66ccff;
	border-collapse: separate;
	border-spacing: 4px;
    padding: 10px; }

div#nextMeeting {  }
/*LINK*/
.link { font-size: 10px; font-weight: bold; }


/* --- VALUES FORM --- */

.values_table
{
	padding: 10px;
	border-spacing: 0px;
}

.values_header
{
	border-bottom: solid 2px grey;
}

.values_links
{
	border-right: solid 2px grey;
	vertical-align: top;
}

.values_links td
{
	padding: 10px 3px 10px 10px;
	border-bottom: solid 2px grey;
	border-left: solid 2px grey;
	background: #939393;
	color: white;
	white-space: nowrap;
	font-weight: 600;
	cursor: pointer;
}

.values_links td:hover
{
	background: #0695CD;
}

.values_container
{
	vertical-align: top;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
	background: #E6EEEE;
}

.values_container table
{
	background: inherit;
	margin: 10px 20px;
	border: none;
}

.values_container table tr:first > *
{
	padding-bottom: 20px;
}

.values_container table tr:hover > *
{
	font-weight: bold;
}

.values_container td
{
	vertical-align: top;
	padding: 0px;
}

.values_container td, .values_container th
{
	white-space: nowrap;
}

.values_container .invalid
{
	background: pink;
}

.values_container .clickable
{
	color: #DD4444;
	cursor: pointer;
}

/* room data	*/
.room_group
{
	margin: 5px 5px;
	border: solid 1px white;
	border-radius: 6px;
	padding: 3px;
	background-color: #E6EEF4;
	max-width: 600px;
}

.room_group_title
{
	padding: 10px 15px;
	background-color: lightblue;
	font-size: 22px;
	font-weight: bold;
	color: darkgrey;
}

.room_group_title .link
{
	font-size: 20px;
	margin-left: 5px;
	color: blue;
	cursor: pointer;
}

.room_group_title .link:hover
{
	font-size: 22px;
}

.room_section table
{
	border: none;
	background-color: #E6EEF4;
	width: 95%;
}

.room_section
{
	padding-top: 10px;
}

.room_info
{
	display: none;
	position: absolute;
	background: #E6EEF4;
	border: solid 1px white;
	border-radius: 6px;
	z-index: 2;
}

.room_section:not(:last-child)
{
	border-bottom: solid 1px grey;
	padding-bottom: 10px;
}

.active_template,
.unactive_template
{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	padding: 4px 10px;
}

.active_template
{
	background: lightgreen;
	border: 2px inset green;
}

.active_template i
{
	font-weight: bold;
	margin-right: 3px;
}

.unactive_template
{
	background: lignhtgrey;
	border: 2px outset grey;
}

.unactive_template i
{
	display: none;
}

.ilmoitustaulu_wrapper {
	width:100%;
	height:100%;
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #66ccff;
	border-collapse: separate;
	border-spacing: 4px;
	padding: 0px;
	
}

.ilmoitustaulu_content {
	min-height:200px;
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #66ccff;
	border-collapse: separate;
	border-spacing: 4px;
	padding: 0px;
	overflow-x: hidden;
	
}

.ilmoitustaulu_textarea_content {
	width: 93%;
	height:400px;
}

.ilmoitustaulu_wrapper * {

	color: #000;
	margin: 10px 20px;
	
}
