
	* {
		border: 0px;
		margin: 0px;
		padding: 0px;
		clear: none;
	}
	
	body {
		font-family: 'Verdana', sans-serif;
		font-size: 11px;
		letter-spacing: 0.3px;
		color: #333333;
		background-image: url(../images/background.jpg);
		background-repeat: repeat-x;
		background-color: #BCDBE0;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	div.planner h1 {
		color: #FF6600;
		font-size: 16px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	
	h1 {
		font-size: 12px;
		color: #FF6600;
		margin-bottom: 10px;
	}
	
	p {
		margin-bottom: 20px;
		line-height: 20px;
	}
	
	div.clear {
		clear: both;
	}
	
	a, a:visited {
		color: #333333;
		text-decoration: underline;
		font-weight: bold;
	}
	
	a:hover {
		color: #000000;
		text-decoration: none;
	}
	
	a.info {
		display: block;
		width: 20px;
		height: 20px;
		background-image: url(../images/icons/info.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	a.info.text {
		width: auto;
		background-position: left center;
		padding-left: 25px;
	}
	
	div#content img {
		vertical-align: middle;
	}
	
/******************************************/
	
	div#layout {
		width: 762px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div#header {
		height: 57px;
		background-image: url(../images/header.png);
		background-repeat: no-repeat;
		position: relative;
	}
	
	div#status {
		position: absolute;
		right: 0px;
	}
	
	div#container {
		background-image: url(../images/content.png);
		background-repeat: repeat-y;
		padding-top: 10px;
		position: relative;
	}
	
	div#content {
		background-color: #BCDBE0;
		margin-left: 20px;
		margin-right: 20px;
		padding: 10px;
		position: relative;
		min-height: 400px;
	}
	
	div#footer {
		height: 10px;
		background-image: url(../images/footer.png);
		background-repeat: no-repeat;
		background-position: bottom;
		padding: 10px;
		padding-top: 0px;
		font-weight: bold;
		position: relative;
		top: 10px;
	}
	
	div#footer p {
		line-height: 12px;
	}
	
	div#footer div#reference {
		position: absolute;
		right: 10px;
		top: 0px;
		font-weight: normal;
		font-size: 10px;
		opacity: 0.5;
	}
	
	div#debug {
		
	}

/******************************************/

	div#categories {
		height: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	div#categories ul {
		list-style-type: none;
	}
	
	div#categories ul li {
		float: left;
		background-image: url(../images/categories.png);
		background-position: 100% -52px;
		padding-right: 18px;
	}
	
	div#categories ul li a {
		font-size: 10px;
		background-image: url(../images/categories.png);
		background-position: 0% -52px;
		display: block;
		padding-left: 18px;
		padding-right: 0px;
		text-decoration: none !important;
		line-height: 26px;
		color: #4774CE;
		font-weight: bold;
	}
	
	div#categories ul li.active, div#categories ul li:hover {
		background-position: 100% 0px;
	}
	
	div#categories ul li.active a, div#categories ul li:hover a {
		background-position: 0% 0px;
	}
	
	div#categories ul li.first a {
		background-position: -7px -52px;
		padding-left: 11px;
	}
	
	div#categories ul li.first.active a, div#categories ul li.first:hover a {
		background-position: -7px 0px;
		padding-left: 11px;
	}
	
	div#categories ul li#accounts {
		float: right;
		margin-right: 10px;
	}
	
	div#categories ul li#accounts.active, div#categories ul li#accounts:hover {
		
	}
	
	div#categories ul li.active a {
		font-size: 12px;
		color: #FF6600;
	}

/******************************************/

	div#navigation {
		position: absolute;
		left: -130px;
		width: 130px;
	}
	
	div#navigation div#heading, div#navigation div#ending {
		height: 19px;
		background-image: url(../images/navigationHeading.png);
		background-repeat: no-repeat;
	}
	
	div#navigation div#ending {
		background-image: url(../images/navigationEnding.png);	
	}
	
	div#navigation div#background {
		background-image: url(../images/navigationBackground.png);
		background-repeat: repeat-y;
	}

	div#navigation ul {
		list-style-type: none;
		padding-left: 10px;
	}
	
	div#navigation ul li {
		width: 120px;
		background-image: url(../images/navigation.png);
		background-repeat: no-repeat;
		background-position: left -52px;
		padding-bottom: 1px;
	}
	
	div#navigation ul li a {
		font-size: 10px;
		display: block;
		padding-left: 10px;
		padding-right: 0px;
		line-height: 26px;
		text-decoration: none !important;
		color: #4774CE;
		font-weight: bold;
	}
	
	div#navigation ul li.active, div#navigation ul li:hover {
		background-position: left 0px;
	}
	
	div#navigation ul li.sub {
		margin-left: 20px;
		width: 100px;
	}
	
	div#navigation ul li.seperator {
		height: 10px;
		background-image: none !important;
	}

/******************************************/

	div#content div#tl, div#content div#tr, div#content div#bl, div#content div#br {
		background-image: url(../images/corners.png);
		background-repeat: no-repeat;
		width: 10px;
		height: 10px;
		position: absolute;
	}
	
	div#content div#tl {
		top: 0px;
		left: 0px;
	}
	
	div#content div#tr {
		top: 0px;
		right: 0px;
		background-position: top right;
	}
	
	div#content div#bl {
		bottom: 0px;
		left: 0px;
		background-position: bottom left;
	}
	
	div#content div#br {
		bottom: 0px;
		right: 0px;
		background-position: bottom right;
	}

/******************************************/

	div.map {
		width: 450px;
		height: 450px;
		border: 1px solid #73A6CE;
		background-color: #96AFF2;
		background-image: url(../images/loading.gif);
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
	}
	
	div.map div {
		padding: 0px;
	}
		
	div.map.inline {
		display: inline-block;
		width: 500px;
		height: 320px;
	}
	
	div.map.minimized {
		display: none;
		width: 150px;
		height: 150px;
		position: absolute !important;
		right: 260px;
	}
	
	div.map div.gmnoprint span {
		display: none !important;
	}
	
	div.objects {
		float: right;
		width: 240px;
		height: 450px;
		border: 1px solid #73A6CE;
		background-color: #96AFF2;
		overflow: hidden;
		overflow-y: scroll;
	}
	
	*:first-child+html div.objects {
		padding-right: 20px;
		width: 220px;
	}
	
	* html div.objects {
		padding-right: 20px;
		width: 220px;
	}
	
	div.objects td {
		height: 40px;
	}
	
	div.objects td h1 {
		margin-bottom: 0px;
	}
	
	div.objects td a.info {
		float: right;
	}
	
	div.info {
		
	}
	
	div.info.hidden {
		display: none;
	}
	
	div.info div.browse {
		position: absolute;
		right: 260px;
		top: 20px;
		text-align: right;
	}
	
	div.medium {
		text-align: center;
	}

/******************************************/

	*.top {
		vertical-align: top;
	}
	
	*.center {
		text-align: center;
	}
	
	*.right {
		text-align: right;
	}
	
	*.option {
		width: 10px;
	}
	
	*.paddingless {
		padding: 0px !important; 
	}
	
	*.marginless {
		margin: 0px !important;
	}
	
	*.help {
		border-bottom: 1px dotted #333333;
		cursor: help;
	}
	
	*.information {
		padding-left: 20px;
		color:  #666666;
		font-size: 10px;
	}
	
	*.finished {
		color: #00AA00;
	}
	
	*.unfinished {
		color: #B95367;
	}
	
	*.warning {
		color: #FF0000;
		font-weight: bold;
	}
	
	*.viewbox {
		max-width: 300px;
		max-height: 300px;
		border: 2px solid #FFFFFF;
		margin: 5px;
		margin-top: -5px;
	}

/******************************************/
	
	table {
		width: 100%;
		border-collapse: collapse;
	}
	
	table tr.hover:hover {
		background-color: #B6D5E0;
	}
	
	table tr.selectable {
		cursor: pointer;
	}
	
	table td, table th {
		border-top: 1px solid #8DA5E0;
		padding: 3px;
	}
	
	table th {
		font-weight: bold;
		text-align: center;
		border-top: none;
	}
	
	table th a:hover {
		text-decoration: none;
	}
	
	table td, table th {
		border-left: 1px solid #AECBE0;
	}
	
	table td.first, table th.first {
		border-left: none;
	}
	
	table tr.altrow td {
		background: #f4f4f4;
	}
	
	table td.actions {
		text-align: center;
		white-space: nowrap;
	}
	
	table td.actions a {
		margin: 0px 6px;
	}
	
	.cake-sql-log table {
		background: #f4f4f4;
	}
	
	.cake-sql-log td {
		padding: 4px 8px;
		text-align: left;
	}
	
/******************************************/

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

/******************************************/

	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;
	}
	
	ul {
		list-style-position: inside;
	}
	
/******************************************/

	form {
		margin-bottom: 20px;
	}
	
	div.planner div.navigation {
		position: relative;
		height: 30px;
		text-align: center;
	}
	
	div.planner form.left {
		position: absolute;
		left: 134px;
	}
	
	div.planner form.right {
		position: absolute;
		right: 102px;
	}

	fieldset {
		border: 1px solid #CCC;
		margin-top: 30px;
		padding: 16px 20px;
	}

	fieldset legend {
		background: #FFFFFF;
		color: #E32;
		font-size: 160%;
		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;
		padding: .5em;
		vertical-align: text-top;
	}
	
	div.row {
		padding: .5em;
		vertical-align: middle;
	}

	form div.input {
		color: #444;
	}

	form div.required {
		color: #333;
		font-weight: bold;
	}

	form div.submit {
		border: 0;
		clear: both;
		margin-left: 140px;
	}

	label {
		display: inline-block;
		width: 120px;
		text-align: right;
		font-weight: bold;
		padding-right: 20px;
		vertical-align: top;
		padding-top: 6px;
	}

	input, textarea, select {
		font-family: 'Verdana', sans-serif;
		font-size: 10px;
		padding: 6px;
		border: 1px solid #73A6CE;
		color: #FF6600;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background-color: #C3D3F2;
	}

	select {
		padding: 0px;
		padding-top: 2px;
	}

	select[multiple=multiple] {
		width: 100%;
	}

	option {
		font-size: 120%;
		padding: 0 3px;
	}

	input[type=checkbox] {
		vertical-align: middle;
		margin: 2px;
		width: auto;
		cursor: pointer;
	}
	
	input[type=image] {
		border: 0px;
		margin: 0px;
		padding: 0px;
		background-color: inherit;
		vertical-align: middle;
	}

	input[type=submit] {
		display: inline;
		font-weight: bold;
		width: auto;
		vertical-align: bottom;
		cursor: pointer;
	}
	
	input[type=submit]:hover {
		color: #FFFFFF;
		background-color: #FF905B;
		border-color: #FF6600;
	}
	
	input.form-error {
		background-color: #F59C9E;
		border-color: #E44365;
		color: #000000;
	}

/******************************************/

	div.message {
		clear: both;
		color: #900;
		font-size: 140%;
		font-weight: bold;
		margin: 1em 0;
	}

	div.error-message {
		clear: both;
		color: #E44365;
		font-weight: bold;
		padding-left: 140px;
	}

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

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

	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: #000;
		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: #ff0;
		padding: 4px;
	}
	
	div.code-coverage-results div.code-line {
		padding-left: 5px;
		display: block;
		margin-left: 10px;
	}
	
	div.code-coverage-results div.uncovered span.content {
		background: #ECC;
	}
	
	div.code-coverage-results div.covered span.content {
		background: #CEC;
	}
	
	div.code-coverage-results div.ignored span.content {
		color: #AAA;
	}
	
	div.code-coverage-results span.line-num {
		color: #666;
		display: block;
		float: left;
		width: 20px;
		text-align: right;
		margin-right: 5px;
	}
	
	div.code-coverage-results span.line-num strong {
		color: #666;
	}
	
	div.code-coverage-results div.start {
		border: 1px solid #AAA;
		border-width: 1px 1px 0px 1px;
		margin-top: 30px;
		padding-top: 5px;
	}
	
	div.code-coverage-results div.end {
		border: 1px solid #AAA;
		border-width: 0px 1px 1px 1px;
		margin-bottom: 30px;
		padding-bottom: 5px;
	}
	
	div.code-coverage-results div.realstart {
		margin-top: 0px;
	}
	
	div.code-coverage-results p.note {
		color: #BBB;
		padding :5px;
		margin: 5px 0 10px;
		font-size: 10px;
	}
	
	div.code-coverage-results span.result-bad {
		color: #A00;
	}
	
	div.code-coverage-results span.result-ok {
		color: #FA0;
	}
	
	div.code-coverage-results span.result-good {
		color: #0A0;
	}
	
	div.gels-form {
		background-color: transparent !important;
	}
