img {
border:none;
}

a.dashboardbutton {
background: #00aad3 top left repeat-x url('layout_img/dash_b_bg.gif');
display: block;
width: auto;
padding:3px 5px 4px;
color:#fff;
font-size:11px;
text-decoration: none;
}

table.form {
width:200px;
}

table.form, table.form tr, table.form td {
border: none;
}

table.form input {
height:10px;
font-size:10px;
margin-top:-3px;
}

img.stroke5pxgrey {
border: 5px solid #ccc;
}

img.stroke5pxlightgrey {
border: 5px solid #eee;
}

img.stroke5pxhighlight {
border: 5px solid #f7e9a6;
}

img.stroke4pxdarkgrey {
border: 4px solid #777;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	padding:5px 2px;
	background: top left repeat-x url('layout_img/header_balk.jpg');
	text-align: center;
}
th a {
	color: #333;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	color: #0398ba;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
table tr.newrow td {
	background: #f0f4be;
}

td {
	border-bottom: 1px solid #eee;
}

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;
}

table.invisible, table.invisible td, table.invisible th, table.invisible tr {
	border:none;
	margin:0;
	padding:0;
	width:auto;
}

/* DLs*/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	padding-right:30px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: none;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}

form div.faux {
	float:right;
	width:53%;
	padding:0px;
}

form div.faux ul {
	width:200px;
	margin:0px;
	padding:0px;
}

div.faux ul li {
	margin:0px;
	padding:0px;
}

form div.faux input {
	float:left;
}

form div.faux a {
	float: left;
	margin-left:15px;
	padding-top:3px;
}

form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

form div.submitfullwidth {
	width:100%;
	text-align:center;
	clear:both;
	margin-top:10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	display: inline;
	clear: none;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}

input {
	margin:5px 0px;
}

select {
	clear: none;
	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: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Form exceptions (home_login) */

div#home_login input {
	font-size:10px;
	color:#333;
}

/* Paging */
div.paging {
	background:#fff;
	color: #777;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ccc;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
	font-weight: bold;
}
div.paging span a {
	color: #777;
	text-decoration: none;
}

div.paging span a:hover {
	color: #000;
}
