@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */


/** General Style Info **/


body {
     background-color: #ffffff;
     font-family: 'Lato', sans-serif;
	 font-size: 14px;
	 color: #000000;
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 height: 100%; 
    }
    html {
  height: 100%;
}
a {
	color: #026dc5;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #034d8a;
	text-decoration:none;
}
a img {
	border:none;
}

a.biglink:link {
	color:#222222; 
	text-decoration:none;
	font-size: 18px;
	}
	
a.biglink:visited {
	color:#222222; 
	text-decoration:none;
	font-size: 18px;
	}
	
a.biglink:active {
	color:#222222; 
	text-decoration:none;
	font-size: 18px;
	}
	
a.biglink:hover {
	color:#222222; 
	text-decoration: underline;
	font-size: 18px;
	}





h1 {
	color: #333333;
	font-size: 180%;
	margin-bottom: 12px;
	margin-top: 6px;
	text-transform: uppercase;
}

#headerbox_h1 h1 {
	margin: 0;
	color: #222222;
	font-size: 180%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 7px;
}

#headerbox_address {
	background:url(/gfx/kartta-ikoni-tumvihr.png) 2px 0 no-repeat;	
	color: #222222;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}


h2 {
	color: #333333;
	font-size: 160%;
	margin-bottom: 12px;
	margin-top: 6px;
}
h3 {
	color: #333333;
	font-size: 150%;
	margin: 0;
}

h3 a {
	text-indent:-5000px; 	 
	background:url(/gfx/logo_kokoustila_small.png) 0 0 no-repeat;	 
	width:226px;
	height:48px;
	display:block;
	
	
}

h4 {
	color: #225e79;
	font-size: 110%;
	font-weight: bold;
}

h5 {
	color: #111111;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 6px;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 1em 0 1em 0;
}

/** Layout **/
	
.fieldgrouphorizontal {
   float: left;
   width: auto;
   margin-left: 3em;
}

.content {
	min-height: 100%;
	position: relative;

	z-index: 0; 
}

.maincontent {
	min-height: 100%;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 60px;
	position: relative;
	overflow: auto;
	z-index: 0; 
}

hr {
	border: 0;
	color: #a9a9a9;
	background-color: #a9a9a9;
	height: 1px;
}

.infoboxcontainer  {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  width: 210px;
  margin-top: 20px;
}
.infoboxtext {
  padding: 11px 8px;
  background: url(../gfx/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Lato', sans-serif;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}

.orbit-bullets li.has-thumb {
    width: 190px;
    height: 170px; 
    }
    
.menurowcontainer  {
  background: #ffffff;
  border: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.menurowcontainer-inner {
	padding: 0;
	width: 790px;
	margin-left: auto;
	margin-right: auto; 
	color: #000000;
	font-family: 'Lato', sans-serif;
	  font-size: 14px;
}

#cssmenuleft,
#cssmenuleft ul,
#cssmenuleft ul li,
#cssmenuleft ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenuleft {
  width: 200px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#cssmenuleft ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenuleft > ul > li > a {
  padding: 10px 15px;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #222222;
  background: #f5f4f0;  
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenuleft > ul > li > a:hover,
#cssmenuleft > ul > li.active > a,
#cssmenuleft > ul > li.open > a {
  color: #ffffff;
  background: #222222;
  font-weight: 700;
  background: -webkit-linear-gradient(#222222, #111111);
  background: -moz-linear-gradient(#222222, #111111);
  background: -o-linear-gradient(#222222, #111111);
  background: -ms-linear-gradient(#222222, #111111);
  background: linear-gradient(#222222, #111111);
}
#cssmenuleft > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #222222;
}
#cssmenuleft > ul > li:last-child > a,
#cssmenuleft > ul > li.last > a {
  border-bottom: 1px solid #222222;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenuleft > ul > li > a:hover > span::after,
#cssmenuleft > ul > li.active > a > span::after,
#cssmenuleft > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenuleft ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenuleft ul ul li:hover > a,
#cssmenuleft ul ul li.open > a,
#cssmenuleft ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenuleft ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenuleft ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenuleft ul ul ul li a {
  padding-left: 30px;
}
#cssmenuleft > ul > li > ul > li:last-child > a,
#cssmenuleft > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenuleft > ul > li > ul > li.open:last-child > a,
#cssmenuleft > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenuleft > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenuleft ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenuleft ul ul li.active > a::after,
#cssmenuleft ul ul li.open > a::after,
#cssmenuleft ul ul li > a:hover::after {
  border-color: #ffffff;
}




#cssmenutop,
#cssmenutop ul,
#cssmenutop ul li,
#cssmenutop ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;

}
#cssmenutop {
  width: auto;.
  font-family: 'Lato', sans-serif;
	font-size: 14px;
  color: #000000;
}
#cssmenutop.align-right ul li {
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#cssmenutop.align-right ul li a {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#cssmenutop ul {
	
}
#cssmenutop:after,
#cssmenutop ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenutop ul li {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#cssmenutop ul li::after {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  z-index: 2;
  bottom: 10px;
}
#cssmenutop ul li a {
  display: block;
  padding: 6px 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#cssmenutop ul li a:hover,
#cssmenutop ul li.active a {
  color: #283238;
  color: #ffffff;
}
#cssmenutop ul li:hover,
#cssmenutop ul li.active {
  background: #283238;
  color: #ffffff;
}

#cssmenutop ul li.last {
  margin-left: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}



.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	margin-top: 30px;
	width: 100%;
	display: block; 
}

.bottom_block {
	width: 100%;
}

.norg_network {
	width: 100%;
	background-color: #333333;
	height: 25px;
	color: #ffffff;
	margin 0;	
	border: 0;
}

.norg_network_inner {
	width: 1060px;
	margin-left: auto;
    margin-right: auto; 
	padding-top: 4px;
}

.norg_network_inner a {
	color:#ffffff; 
	text-decoration:none;
	font-size: 14px;
	}
	
.norg_network_inner a:hover {
	color:#ffffff; 
	text-decoration:underline;
	font-size: 14px;
	}

.left_block {
	display: block;
	float: left; 
}

.right_block {
	display: block;
	float: right; 
}

.center_block {
	display: block;
	width: auto; 
}

.row1 {
	width: 1060px;
	margin-left: auto;
    margin-right: auto; 
	height: 60px;
	background-color: #ffffff;
}

.row1_logo {
	width: 250px;
	float: left;
}

.row1_menu {
	padding-top: 12px;
	width: 790px;
	float: left;
}




.background.block_3 {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	width: 20px;
	background-color: #ffffff;
	margin-top: 60px;
	margin-bottom: 70px; 
}

.block_3 {
	height: auto;
	width: 20px;
	padding-bottom: 70px;
}

.background.left_menu {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	width: 220px;
	background-color: #ffffff;
	margin-top: 60px;
	margin-bottom: 70px;
	margin-left: 20px; 
}

.left_menu {
	height: auto;
	width: 220px;
	padding-bottom: 70px;
}

.background.main_content {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	margin-top: 80px;
	margin-bottom: 70px;
	margin-left: 0; 
}

.background.main_content2 {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	right: 0;
	background-color: #333333;
	margin-top: 60px;
	margin-bottom: 70px;
	margin-left: 0; 
}

.body_content {
	width: 100%;
	left: 0;
	right: 0;
}

.kokoustila_content {
	width: 1060px;
	margin-left: auto;
    margin-right: auto; 
}

.content_w_whitebg {
	background: #ffffff;
	width: 1060px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 25px;
}

.content_w_whitebg2 {
	background: #ffffff;
	width: 1060px;
	margin: 0;
	padding: 0;
	 -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottomleft-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
	margin-bottom: 25px;
}

.content_w_whitebg3 {
	background: #ffffff;
	width: 1060px;
	margin: 0;
	padding: 0;
	 -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottomleft-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
  -webkit-border-topleft-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
	margin-bottom: 25px;
}

.content_header_box {
	background: #222222; 
	 color: #ffffff;
	 font-size: 14px;
	 font-weight: 400;
	width: 1060px;
	margin: 0;
	padding: 0;
}

.content_header_box a {
	color:#ffffff; 
	 font-size: 14px;
	 font-weight: 400;
	text-decoration:underline;
	font-size: 14px;
	}
	
.content_header_box a:hover {
	color:#ffffff; 
	font-weight: 400;
	text-decoration:none;
	font-size: 14px;
	}

.content_inner {
	padding-left: 30px;
	
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	
}


	

.frontpage-background-image-content {
  background-image: url('/gfx/kokoustila-frontpage.jpg');
  background-repeat: no-repeat;
  width: 1060px;
  height: 440px;
	margin: 0;
}

.frontpage-background-image-content2 {
  background-image: url('/gfx/kokoustila-frontpage2.jpg');
  background-repeat: no-repeat;
  width: 1060px;
  height: 410px;
	margin: 0;
}

.mm-background-image-content {
  background-image: url('/gfx/jalkapallon-mm-2014.jpg');
  background-repeat: no-repeat;
  width: 1060px;
  height: 573px;
	margin: 0;
}

.frontpage-akkilahto-campaign {
  background-image: url('/gfx/akkilahto.jpg');
  width: 1060px;
  height: 120px;
  margin: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.frontpage-saunakysely-campaign {
  background-image: url('/gfx/suurisaunakysely.jpg');
  width: 1060px;
  height: 120px;
  margin: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.main_content {
	width: auto;
	height: auto;
	padding-bottom: 0;
	padding-top: 5px;
}

.block_7 {
	width: 100%;
	background-color: #333333;
	height: 310px;
	color: #ffffff;
	margin-top: 40px;	
	border-top-style:solid;
	border-top-color: #555555;
	border-top-width: 1px;
}
.block_7b {
	width: 100%;
	background-color: #333333;
	height: 310px;
	color: #ffffff;
	margin-top: 40px;	
}
	
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.top_container {
	width: 1000px;
	margin: auto;
}

.top_menu {
	width: 400px;
	color: #ffffff;
	position: absolute;
	right: 100px;
	top: 35px;
}

a.topmenu:link {
	color:#ffffff; 
	text-decoration:none;
	font-size: 14px;
	}
	
a.topmenu:visited {
	color:#ffffff; 
	text-decoration:none;
	font-size: 14px;
	}
	
a.topmenu:active {
	color:#ffffff; 
	text-decoration:none;
	font-size: 14px;
	}
	
a.topmenu:hover {
	color:#f99b46; 
	text-decoration:none;
	font-size: 14px;
	}

a.bottommenu:link {
	color:#ffffff; 
	text-decoration:none;
	font-size: 14px;
	}
	
a.bottommenu:visited {
	color:#ffffff; 
	text-decoration:none;
	font-size: 14px;
	}
	
a.bottommenu:active {
	color:#ffffff; 
	text-decoration:none;
	font-size: 14px;
	}
	
a.bottommenu:hover {
	color:#f99b46; 
	text-decoration:none;
	font-size: 14px;
	}



#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #003d4c;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
div#content_container {
	clear:both;
	position: relative;
	top: 0px;
	padding-top: 20px;
    background:#ffffff;
    width: 100 %;
    padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 13px;
	}
#bottombox {
	width: 100%; 
	color: #ffffff; 
	background-color: #ff8500;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 13px;	
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#header a, #footer a {
	color: #fff;
}

.clear { 
	clear:both;
	}
	
#good {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #19c510;
	margin: 4px 30px 15px 30px;
	padding: 5px;
}

#bad {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #C51016;
	margin: 4px 30px 15px 30px;
	padding: 5px;
}


/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border: 0;
	margin: 1px;
	padding: 1px;
}

#basictable table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	font-size: 14px;
}
#basictable th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
#basictable th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
#basictable th a.asc:after {
	content: ' ⇣';
}
#basictable th a.desc:after {
	content: ' ⇡';
}
#basictable table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
#basictable table tr:nth-child(even) {
	background: #f9f9f9;
}
#basictable td.actions {
	text-align: center;
	white-space: nowrap;
}
#basictable table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

#searchtable table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	font-size: 14px;
}
#searchtable th {
	border:0;
	text-align: left;
	padding:4px;
}
#searchtable th a {
	display: block;
	padding: 2px 4px;
	background-color: #f5f4f0;
	text-decoration: none;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
}
#searchtable th a.asc:after {
	content: ' ⇣';
}
#searchtable th a.desc:after {
	content: ' ⇡';
}
#searchtable table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
#searchtable table tr:nth-child(even) {
	background: #f9f9f9;
}
#searchtable td.actions {
	text-align: center;
	white-space: nowrap;
}
#searchtable table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

#searchtable2 table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 2px;
	font-size: 11px;
}
#searchtable2 th {
	border:0;
	text-align: left;
	padding:4px;
}
#searchtable2 th a {
	display: block;
	padding: 2px 4px;
	background-color: #f5f4f0;
	text-decoration: none;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
}

#searchtable2 table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
}

#searchtable2 form div {
	font-size: 11px;
	padding: 0;
	margin: 0;
}



#cleantable table {
	border: 0;
	background: #ffffff;
	padding: 0;
	margin-bottom: 0;
}

#cleantable table tr td {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	border: 0;
}

#cleantable table tr:nth-child(even) {
	background: #ffffff;
}

#cleantable_aligntop table {
	border: 0;
	background: #ffffff;
	padding: 0;
}

#cleantable_aligntop table tr td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 0;
}

#cleantable_aligntop table tr:nth-child(even) {
	background: #ffffff;
	
}


#cleantable2_aligntop table {
	border: 0;
	padding: 0;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#cleantable2_aligntop table tr td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 0;
	color: #ffffff;
}

#cleantable2_aligntop  a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#cleantable2_aligntop a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


#largeinput input {
	height: 30px;
}
/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 4px;
	padding: 2px;
	vertical-align: text-top;
	font-size: 16px;
	color: #333333;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-family: 'Lato', sans-serif;
	padding: 1%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 3px 3px 3px 2px;
	line-height: 18px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 23px;
}

.searchform  
     { 
    padding-top: 15px;
     }
 .searchform label 
     { 
    color: #ffffff;
     }
     
      .searchform #searchsubmit {
    height: 32px;
    max-width: 220px;
    padding: 0;
    text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.08em;
	padding-left: 30px;
	padding-right: 30px;
	background-image: none;
	background-color: #000000;
	border: 1px solid #ffffff;
	cursor: pointer;
	 -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    }
    
    .searchform #searchsubmit:hover {
	background: #283238;
}

 .bookingbutton {
    border: 0;
    height: 25px;
    min-width: 100px;
     max-width: 220px;
    padding-left: 20px;
	padding-right: 20px;
    cursor: pointer;
    color: #fafafa;
    text-transform: uppercase;
    background-color: #00b6ad;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
	 font-size: 12px;
	 font-weight: 700;
    }
    .bookingbutton:hover {
	background: #24d8cf;
}

    .readmorebutton {
    border: 0;
    height: 25px;
    min-width: 100px;
     max-width: 220px;
    padding-left: 20px;
	padding-right: 20px;
    cursor: pointer;
    color: #fafafa;
    text-transform: uppercase;
    background-color: #000000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
	 font-size: 12px;
	 font-weight: 700;
    }
    
    .readmorebutton:hover {
	background: #3e3e3e;
}



.radio label {
	margin: 0 0 6px 20px;
	line-height: 23px;
}

.checkbox label {
	margin: 0 3px 3px 2px;
	line-height: 18px;
}

input [type=submit] {
	display: inline;
	font-size: 110%;
	font-weight: bold;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 18px;
	font-size: 110%;
	font-weight: bold;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}

#navcontainer ul
{
margin-left: 5px;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}


.greenbuttonbig [type=submit] {
	display: inline;
	font-size: 18px;
	 font-family: 'Lato', sans-serif;
	 font-weight: 400;
	width: auto;
	cursor: pointer;
}
.greenbuttonbig input[type=submit] {
	border: 0;
	background: #00b6ad;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
 text-transform: uppercase;
	color: #fafafa;
	padding: 8px 16px;
}
.greenbuttonbig input[type=submit]:hover {
	background: #24d8cf;
}

.blackbuttonbig [type=submit] {
	display: inline;
	font-size: 18px;
	 font-family: 'Lato', sans-serif;
	 font-weight: 400;
	width: auto;
	cursor: pointer;
}
.blackbuttonbig input[type=submit] {
	border: 0;
	background: #000000;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
 text-transform: uppercase;
	color: #fafafa;
	padding: 6px 15px;
	margin-top: 6px;
}
.blackbuttonbig input[type=submit]:hover {
	background: #3e3e3e;
}

.redbutton[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
.timeoption option {
    background: #99ef99;
    color: #3f9f3f;
}
.timeoption option:disabled {
    background: #ff9595;
    color: #fd3434;
}
#del {
	background:#af5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bf6b6b), to(#823030));
	background-image: -webkit-linear-gradient(top, #bf6b6b, #823030);
	background-image: -moz-linear-gradient(top, #bf6b6b, #823030);
	border-color: #632424;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
#del:hover {
	background: #a15050;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success {
	clear: both;
	background: #36ab26;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #36ab26, #269018);
	background-image: -ms-linear-gradient(top, #36ab26, #269018);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#36ab26), to(#269018));
	background-image: -webkit-linear-gradient(top, #36ab26, #269018);
	background-image: -o-linear-gradient(top, #36ab26, #269018);
	background-image: linear-gradient(top, #36ab26, #269018	);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	margin-top: 10px;
	padding: 7px 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.message,
.cake-error,
.cake-debug,
.notice,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 18px;
	margin-top: 10px;
	padding: 7px 14px;
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}
