@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style3 {font-family: Arial, Helvetica, sans-serif; font-size: large; }
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: medium; }
.style6 {color: #666666; font-weight: bold; }

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #acb1b4;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a {
	font-weight: bold;
}

form { margin: 1.33em 0 }

/********** CakePHP CSS **********/

#content{
	background: "/store/webroot/images/bluefade.gif";
	clear: both;
	color: #333;
	padding: 0px 40px 40px 40px;
	overflow: auto;
}

/* Tables */
table.cakedeco {
	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.cakedeco {
	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;
}

th.cakedeco a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th.cakedeco a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table.cakedeco tr th {
	border-right: 1px solid #ccc;
    padding-left: 4px;
}
table.cakedeco tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table.cakedeco tr.altrow td {
	background: #f4f4f4;
}

/* notice */
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}

/*  Actions  */
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
td.actions p {
	display: inline;
	margin: 0px 6px;
}

div.actions {
	clear: both;
	margin-top: .4em;
	text-align: left;
}
div.actions {
	clear: both;
	margin-top: .4em;
	text-align: left;
	width: 60%;
}
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 1em 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;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

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

/* Forms */
div.cakedeco form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 60%;
}
div.cakedeco fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
div.cakedeco fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
div.cakedeco fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
div.cakedeco form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
div.cakedeco form div.input {
	color: #444;
}
div.cakedeco form div.required {
	color: #333;
	font-weight: bold;
}
div.cakedeco form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
div.cakedeco label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
div.cakedeco input, input.password, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
div.cakedeco select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
div.cakedeco select[multiple=multiple] {
	width: 100%;
}
div.cakedeco option {
	font-size: 120%;
	padding: 0 3px;
}
div.cakedeco input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.cakedeco input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

