@charset "UTF-8";



/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #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 {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

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



/* normal stuff */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/img/background.gif);
    color: #5c4a42;
    font-size: 12px;
    line-height: 10pt;
}
#container {
	width: 692px;
	margin-right: auto;
	margin-left: auto;
}
#container #site-header {
	background-image: url(/img/site-header.png);
	height: 16px;
	width: 692px;
}
#container #site-footer {
	background-image: url(/img/site-footer.png);
	height: 16px;
	width: 692px;
}
#container #site-background {
	background-image: url(/img/site-repeat.png);
}    
#container #site-background #content {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#container #site-background #content #header-one {
	background-image: url(/img/header1-bg.gif);
	height: 50px;
	width: 660px;
}
#container #site-background #content #header-one span{
    display:none;
}
#container #site-background #content #header-two {
	background-image: url(/img/header2-bg.gif);
	height: 23px;
}
#container #site-background #content #header-two #navigation {
	color: #ffffff;
	padding: 4px 0 0 10px;
	}

#container #site-background #content #header-two #navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}

#container #site-background #content #header-two #navigation ul li {
	margin-left: 0;
	padding-right: 69px;
	border: none;
	list-style: none;
	display: inline;
}
#container #site-background #content #header-two #navigation ul .last{
    padding-right: 0px;
}
#container #site-background #content #header-three-home {
	height: 150px;
	width: 660px;
    
	margin: 10px 0 0 0;
}
#container #site-background #content #header-three-internal {
	height: 110px;
	width: 660px;
	/*background-image: url(/img/header3-internal.jpg);*/
	margin: 10px 0 0 0;
}
#container #site-background #content #copy{
    padding: 10px 0 10px 0;
    /*border: 1px solid #FF0000;*/
    clear: both;
}
#container #site-background #content #copy #col-a {
	width: 325px;
	float: left;
    /*border: 1px solid #00FF00;*/
}
#container #site-background #content #copy #col-b {
	width: 305px;
	float: right;
    border: 1px solid #dfe1e0;
    padding: 0 10px 10px 10px;
}
#container #site-background #content #copy #col-c {
	width: 305px;
	float: left;
    border: 1px solid #dfe1e0;
    padding: 0 10px 10px 10px;
}
#container #site-background #content #copy #col-d {
	width: 638px;
    border: 1px solid #dfe1e0;
    padding: 0 10px 10px 10px;
}
#container #site-background #content #copy #col-b .top{
    margin: 10px 0 0 0;
    padding: 0;
}
#container #site-background #content #copy #clearing {
    clear: both;
    height: 1px;
    /*border: 1px solid #00FFFF;*/
}
#container #site-background #content #footer-one {
	background-image: url(/img/footer1-bg.gif);
    height: 20px;
}
#container #site-background #content #footer-one #navigation {
	color: #ffffff;
	padding: 4px 0 0 10px;
    font-size: 10px;
}

#container #site-background #content #footer-one #navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}

#container #site-background #content #footer-one #navigation ul li {
	margin-left: 0;
	padding-right: 82px;
	border: none;
	list-style: none;
	display: inline;
}
#container #site-background #content #footer-one #navigation ul .last{
    padding-right: 0px;
}
#container #site-background #content #footer-two {
	background-image: url(/img/footer2-bg.gif);
    height: 20px;
    font-size: 10px;
	color: #ffffff;
    padding: 8px 10px 0 10px;
}
#container #site-background #content #footer-two #foot-a{
    /*border: 1px solid #FF0000;*/
    float:left;
    width: 33%;
}
#container #site-background #content #footer-two #foot-b{
    /*border: 1px solid #00FF00;*/
    float:left;
    width: 33%;
    text-align:center;
}
#container #site-background #content #footer-two #foot-c{
    /*border: 1px solid #0000FF;*/
    float:right;
    width: 33%;
    text-align:right;
}


#navigation a:link {
        color:#000000;
        text-decoration:none;
}
#navigation a:visited {
        color:#000000;
        text-decoration:none;
}
#navigation a:hover {
        color:#000000;
        text-decoration:underline;
}
#navigation a:active {
        color:#000000;
        text-decoration:none;
}


/* Forms */
form {
	clear: both;
	margin-right: 0px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 0px solid #fff;
	margin-top: 15px;
	padding: 10px 20px 0 20px;
}
fieldset legend {
	background:#fff;
	/*color: #e32;*/
	font-size: 13pt;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 12pt;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #888;
}
form div.required {
	color: #5c4a42;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 0;
	margin-left: 195px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
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] {
	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;
}


/* Notices and Errors */
div.failure{
	width: 638px;
    border: 1px solid #dfe1e0;
    padding: 10px 10px 10px 10px;
    margin: 10px 0 0 0;
	color: #900;
	font-size: 140%;
	font-weight: bold;
    text-align: center;
}
div.success {
	width: 638px;
    border: 1px solid #dfe1e0;
    padding: 10px 10px 10px 10px;
    margin: 10px 0 0 0;
	color: #A8C545;
	font-size: 140%;
	font-weight: bold;
    text-align: center;
}
div.message {
	width: 638px;
    border: 1px solid #dfe1e0;
    padding: 10px 10px 10px 10px;
    margin: 10px 0 0 0;
	color: #5c4a42;
	font-size: 140%;
	font-weight: bold;
    text-align: center;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
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: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
/*
.success {
	background: green;
	color: #fff;
}*/



