/*
Ilmoittautumissovellus
Default CSS

 Copyright 2008-,  Seon / Kari-Matti Mäkelä
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #ffffff;
	font-family:arial;
	font-size:90%;
	margin: 0;
}
a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 {
	background:#fff;
	color: #000000;
	font-size: 100%;
	margin: 0.1em 0;
}

ul, li {
	margin: 0 12px;
}
form {
    padding: 5px;
}

div {
    padding:2px;
}

label {
    display: block;
    padding-top: 5px;
}

.input.text input {
    width: 200px;
}


.input.radio label {
    display: inline;
}

.input.radio input {
    width: auto;
    margin-left: 10px;
}

.center {
    padding-left:5px;
}

.groups .input.text input {
    width:120px;
}

.times .input.text input {
    width:170px;
}

.times .input.text.small input {
    width: 18px;
}

.submit input{
    margin-top: 5px;
    width: auto;
}

div .message, div .error-message{
    color:red;
}

.events.form {
    width: 500px;
}

/* Layout */
#container {
	text-align: left;
    width: 99%;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 6px 0px 0px 00px; 
	overflow: auto;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Tables For indexing*/
.events.index table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.events.index th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

.backend_participant_index th{

}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
.events.index table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
.events.index table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
    
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;

}

.frontend_event_index{
line-height: 150%;
}

.registration_ends{
font-size:80%;
}

.RegistrationGroupSelect
{
    margin-top: 5px;
}

.center_this{
    text-align: center;
}

.add_padding{
    padding:3px;
}

.smalltext{
    font-size:80%;
}

fieldset 
{
    width:200px;
}

fieldset legend
{
    color:#333;
}

.frontend_event_index_small{

    margin:0;
    padding:0;

}

.frontend_event_index_small a{
 
color: #35474f;
  font-family: "Verdana", "Helvetica",sans-serif;

	font-size: 10pt;
    font-weight: normal;

}

.frontend_event_index_small a:hover{
    text-decoration: underline;
}
