/* SVN FILE: $Id: cake.generic.css 6311 2008-01-02 06:33:52Z phpnut $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 6311 $
 * @modifiedby		$LastChangedBy: phpnut $
 * @lastmodified	$Date: 2008-01-02 00:33:52 -0600 (Wed, 02 Jan 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */


/* General Style Info */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: arial,sans-serif;
	font-size:95%;
	margin: 0px;
	text-align: center;
	padding: 0px;
	
	 
}


p {margin: 10px 0px 0px 0px;}

address {text-style: normal; margin: 10px 0px 0px 0px; }


a {
	background-color: inherit;
	color: #034A85;
	color: #256BC4;
	color: #333366;
	text-decoration: none;

	outline: none;
}
a:hover {
	background-color: inherit;
	color: #0462AE;
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	
}
h1 {
	color: #003d4c;
	font-size: 2em;
	margin: 0.1em 0;
}
h2 {
	color: #ff6600;
	color: #333366;
	/* font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif; */
	font-size: 1.1em;
	font-weight: bold;
}

h2 a {color: #333366; font-weight: bold;}

h3, h3 a {
	color: #333366;
	/* font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif; */
	font-size: 14px;
	
	padding-top: 5px;
	margin-top: 10px;
	border-top: 0px solid #cccccc;
}


h4 {
	color: #333366;
	font-weight: normal;
	padding-top: 0.5em;
}
ol, ul, li {
	margin: 0 12px;
}

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

#header{
	margin: 0px; padding: 10px 20px 0px 20px;
	
	
	

	
}
#header blockquote{
	background: url(../img/business-directory-uk-logo.gif) no-repeat left top;
	
	padding: 0px; margin: 0px;
	margin-left: 1px;
	margin-right: 50px;
	margin-top: 10px;
	height: 60px;
	width: 280px;
	margin-bottom: 0px;
	float: left;
	display: block;
	
	
}
#header blockquote a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	text-indent: -5000px;
	padding: 0px; margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 60px;
	width: 260px;
	display: block;
	
}


#header h2 {color: #ffffff; float: left;  font-size: 24px; margin-left: 5px;}

#content{
	
	clear: both;
	color: #333;
	padding: 10px 0px 40px 0px;
	margin: 0px;
	overflow: auto;
}
#footer {
	
	
}

/* Tables */
/*
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
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;
	font-weight: bold;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	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;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}

*/

td.actions a {
	/*
	display: inline;
	margin: 0px 6px;
	*/
}



.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* 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 {
}

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

/* Forms */
form {
	clear: both;
	margin-right: 0px;
	padding: 0;
	
}
fieldset {
	border: 1px solid #eeeeee;
	margin: 5px;
	padding: 5px;
}
fieldset legend {
	color: #ff6600;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #444;
	font-weight: normal;
	
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}


label {
font-size: 12px;
display: block;
float: left;
width: 130px;
font-size: 12px;
padding: 2px;
padding-right: 10px;
margin-top: 0px;
text-align: right;
font-weight: bold; 

height: 21px;

vertical-align: center;
line-height: 21px;
color: #aaaaaa !important;
}


input, textarea {
	/*clear: both;*/
	
	
	
	
}

input {height: 21px;}

div.input input {width: 250px; border: 1px solid #cccccc; display: block;
	font-size: 100%;
	float: left;
	padding: 2px;}
div.input textarea {width: 400px; display: block;
	font-size: 100%;
	float: left;
	padding: 2px;}

select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox], input.checkbox {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: 10px;
	border: 0px solid;
}

.checkbox {width: 198px; }
.checkbox label {float: right;  margin-right: 5px; width: 125px;}
.checkbox input {margin-left: 0px; float: right !important;  width: 20px !important;}

input[type=hidden] {
	
		border: 0px solid; height: 0px; visibility: hidden;
	}

input[type=submit], button {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;

	border-width: 1px;
	border-style: solid;
	border-color: #488cf6;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;	
	height: 2em;
	background-color: #cccccc;
	vertical-align: center;
	color: #333366;

}

input[type=submit]:hover, button:hover {
	
	border-width: 1px;
	border-style: solid;
	border-color: #ff6600;
	background-color: #ffcc00;
	
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #ff3300;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
	padding: 10px;
	background-color: #ffffa0;
}
div.message2 {
	clear: both;
	color: #333366;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	background-color: #eeeeee;
}
div.error-message {
	/*clear: both;*/
	float: left;
	color: #ff3300;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px;
	
}
form div.error-message {margin-bottom: 0px !important;}


p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  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 {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

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

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}


/* css code for the permissions nested menu */

ul.perm-menu li {clear: both; list-style-type: none; margin: 0px; padding: 0px;  float: none; display: block;}
ul.perm-menu li label {float: none;  display: block;  }
ul.perm-menu li input {float: left; clear: left; display: block;  border: 1px solid #ff3300;}
ul.perm-menu li li {border-bottom: 1px dashed #cccccc; padding-bottom: 0px;}
ul.perm-menu li li div  {float: right; margin: 0px; padding: 0px;}
ul.perm-menu li li div label {font-weight: normal; color: #666666; text-align: left;}
ul.perm-menu li {border-bottom: 1px solid #cccccc; padding-bottom: 10px; }

/* admin header menu */

ul.header_menu {list-style: none; clear: both; float: right; font-size: 12px; margin-right: 50px; margin-top: -5px;}
ul.header_menu a {text-decoration: none;}
ul.header_menu li {float: left; border: 1px solid #cccccc; border-bottom: 0px solid #cccccc; padding: 5px 10px;  margin: 0px; margin-left: 5px; background-color: #eeeeee;}
ul.header_menu li.selected {float: left; border: 1px solid #cccccc; border-bottom: 1px solid #ffffff; padding: 5px 10px;  margin: 0px; margin-left: 5px; background-color: #ffffff; margin-bottom: -1px;}
