
/* forms */
fieldset legend:before {
    content: "[ ";
}

fieldset legend:after {
    content: " ]";
}

fieldset label{
	margin-right: 10px;
}

div.cakeform label {
	display: block;
	clear: both;
	margin-top: 10px; 
}

div.cakeform label {
    display: block;
    clear: both;
    margin-top: 10px; 
}

div.checkbox label {
    clear: none;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}


div.cakeform input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
/* Tables */
table.table {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
table.table th {
    background-color: #f2f2f2;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    text-align: center;
    padding: 0;
}
table.table  th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
table.table th a:hover {
    color: #333;
    text-decoration: none;
}
table.table tr td {
    background: #fff;
    border-right: 1px solid #ccc;    
    padding: 4px;
    text-align: center;
    vertical-align: top;
}
table.table tr.altrow td {
    background: #f4f4f4;
}
table.table td.actions {
    text-align: center;
    white-space: nowrap;
}
table.table td.actions a {
    display: inline;
    margin: 0px 6px;
}
.cake-sql-log table {
	width: 100%;
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
table.table tr.glowrow td {
    background: #FFFFAA;
}

/* Paging */
div.paging {
	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 {
}


/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:2px;
	color:#565656;
	cursor:pointer;
	display:inline-block;
	float:left;
	font-family: Geneva,Lucida Sans,Lucida Grande,Lucida Sans Unicode,Verdana,sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:130%;
	margin:10px 0.583em 0.667em 0;
	padding:5px 10px 5px 7px;
	text-decoration:none;
}
div.actions ul li a:hover {
	color: #333;
	border: 2px solid #FFFFAA;
}
div.actions ul li a:active {
    border-style:solid;
    border-width:2px;
    background-color:#E0E0E0;
    border-color:#FFFFAA #EEEEEE #EEEEEE #FFFFAA;
	padding:6px 10px 5px 7px;
}

div.actions ul li a img {
	vertical-align: bottom;
}

/* Scaffold View */
dl {
    margin: 0em 0em;
    width: 90%;
}
dl.altrow {
    background: #f4f4f4;
}
dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}
