/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff url('../img/body_bg.gif') repeat-x;
	color: #fff;
	font-family: 'lucida grande',verdana, helvetica, arial,sans-serif;
	font-size:90%;
	margin: 0;
}

a {
	color: #d65a42;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	
	color: #003d4c;
	text-decoration:none;
}

a img {
	border:none;
}
/*
h1, h2, h3, h4 {
	font-weight: normal;
}
*/
h1 {
	
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	
	color: #00ace7;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	font-size: 1.3em;
	font-style: italic;
	margin: 0 0 .5em;
	padding-top: 0.8em;
	line-height:1.1em;
	/*text-shadow:#0e0d0b 1px 1px 1px;*/
}
h3 {
	color: #993;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	font-size: 165%;
	padding-top: 1.5em;
}


/* Layout */
#container {
	text-align: left;
	width:787px;
	margin:-20px auto;
}

#header{
	padding: 10px 0px;
	width:787px;
	height:397px;
	overflow:hidden;
	background:url('../img/header_bg.gif') no-repeat 150px 20px;
	
}
#header #logo { margin: 30px 0 0; float:left }
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background:#fff;
	position:relative;
	top:-31px;
	clear: both;
	color: #333;
	padding: 1em 0 0;
	overflow: hidden;
	border:1px solid #ddd;
	border-bottom:0px;
}
#footer {
	clear: both;
	padding: 6px 0px 130px;
	text-align: right;
	position:relative;
	top:-21px;
}

/* 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 {
	
	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 {
	
	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: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
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: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
label.error { color:#00ACE7 }
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	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.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
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;
}

/*  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 {
	
	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;
}

/**********************/
/**********************/
.col { float:left; clear:none; margin:0; padding:0; }
.col1_2 { width:49%; }
.col1_3 { width:30% }
.col2_3 { width:59% }
.col1_5 { width:19% }
.col4_5 { width:79% }
.col_gallery { width: 55%; /*margin-left:40px;*/; }

.col_content { width: 43% }
#footer .left { text-align:left; width:50% }
#footer .right { text-align:right; width:50% }
.IE #footer .left { text-align:left; width:49% }
.IE #footer .right { text-align:right; width:49% }



#featured,#where,#contacts { /*background:#3e3832 url( ../img/header_bg_bottom.gif ) no-repeat left bottom;*/ float:left; width:786px; margin-top:28px; padding:0  0px 30px }
#featured .featured_content, #where .featured_content, #contacts .featured_content { margin:0 40px 0 0px; background-repeat:no-repeat; background-position:13px 0px; float:left; width:100%  }

/*
#featured .feature {  }
#where .where { background-image:url(../img/where_bg.gif) }
#contacts .contacts { background-image:url(../img/contacts_bg.gif) }
*/
.featured_content h2 { color:#00ACE7/*00ace7*/ }

#featured .col_gallery { width: 398px; margin-left:0px }
#featured .col_content { width: 330px; margin-left:18px }

#header #mainMenu { padding-top:0px; }
#header #mainMenu ul{ list-style:none; padding:0; margin:65px 0 0; margin-left:4px; float:right }
#header #mainMenu ul li { display:block; float:left; padding:0; margin:0 3px 0 0 }
#header #mainMenu ul li a { display:block; padding:3px 5px 3px; background:transparent url(../img/mainmenu_item_bg.gif) repeat-x left bottom; text-decoration:none; color:#222}
#header #mainMenu ul li.active a, #header #mainmenu ul li.active a:hover { background-image:none; background-color:#fff }
#header #mainMenu ul li a:hover { background-image:none; background-color:#efefef; }
#header #mainMenu ul li.ui-state-active a { background:#8CC63F /*url(../img/mainmenu_rounded.gif) no-repeat left bottom*/; color:#fff }

/*RECORDS**/
._content p.details { font-size:.9em; color:#555 }
._content p.tech { /*margin-top:1em;*/ font-style:italic; text-transform:lowercase; font-size:.9em; color:#68c7e7 }
._content p.task { margin-top:1em; font-style:italic; text-transform:lowercase; font-weight:bold; font-size:.9em; color:#00ACE7 }
#featured ._content p.details { color:#555 }
.record { float:left; clear:both; width:100%; background:url(../img/record_bg.gif) no-repeat 360px 20px; padding-bottom:1em; border-bottom:1px dotted #aaa }
.record { margin-bottom:1em; background:#fff url(../img/bg_record.gif) repeat-x left bottom }
.record .record_content { float:left; margin:0; padding:0; background:transparent url(../img/h2drop.gif) no-repeat 365px 15px; width:100% }
.record .col_gallery { padding-top:1em; margin-left:8px }
.record ._content, .record ._navigator { margin-left:23px }
.record ._content { margin-bottom: 1.5em }
._navigator ul { list-style:none; border-top: 1px dotted #DEDEDE; padding-top:7px }
._navigator ul li { display:inline-block }
._navigator ul li.main { width:230px }
.IE ._navigator ul li { display:inline }
._navigator a { display:block; height:16px; background-image:url(../img/record_btn.gif); background-repeat:no-repeat; }
._navigator a span { display:none }
._navigator a.web { background-position:left top; width:100px; }
._navigator a.web:hover { background-position:-232px }
._navigator a.top { background-position:-116px top; width:71px; border-left:1px dotted #bcbcbc }
._navigator a.top:hover { background-position:-348px; }

.record ._gallery { float:right; width:351px; height:169px; }
.contacts ._gallery img{margin-left:50px}
.contacts ._content { background:#fefefe url(../img/contacts_content_bg.gif) repeat-x left bottom; height:260px; padding:0 13px; border-left:1px solid #dedede; width:325px}
.contacts .col_gallery { width:53% }
.contacts ._content .contact_form { font-size:.8em; margin-top:1em }
.input input, textarea { font-size:1em; border:0px; background:transparent /*url(../img/bg_input.gif) repeat-x left bottom*/; border:1px solid #dedede; width:300px; }
textarea { height:50px; background:transparent url(../img/bg_ta.gif) repeat-x left bottom; border:1px solid #cecece;}
label { font-style:italic; margin-bottom:6px }
form div { margin:0; padding:0; margin-bottom:1em }
/*.record ._gallery .prettyGallery { height:200px }*/
.record ._gallery .gallery { position:relative; top:-23px; z-index:0; border:2px solid #ededed }

.record ._gallery .gallery li { height:169px }
._where { position:relative; top:-75px }
._where img { margin-left:30px }
#mainMenu .ui-tabs-nav { z-index:30000 }
#language { position:relative; top:-34px; text-align:left }
#language img { margin-left:3px }

#container .js{ overflow:hidden; float:right; /*TEMP*/position:relative }
#container .carousel,#container .carousel .carousel-wrap{margin:0;border:0;}
#container .js .carousel-wrap{display:inline-block;vertical-align:middle;width:351px;margin:0 5px 15px;background:#fff; border:2px solid #eee}
.IE #container .js .carousel-wrap{display:inline;}
#container .carousel ul{margin:0;padding:0;}
#container .js ul li{overflow:hidden;display:inline;float:left;width:351px;height:169px;text-align:center;}
#container .carousel .carousel-control{overflow:hidden;display:inline-block;vertical-align:middle;width:40px;height:40px;cursor:pointer;line-height:999px;}

#container .carousel .carousel-previous{
		background: url(../img/prettyGallery/pagingNav.png) top left no-repeat;
		display: block;
		float: left;
		height: 16px;
		margin: 1px 3px 0 0;
		text-indent: -10000px;
		width: 16px;
		z-index:200;
		/*TEMP*/
		position:absolute;
		top:145px;
		left:310px;
		/*
		position:relative;
		top:145px;
		left:348px;
		*/
		
}

#container .carousel .carousel-previous:hover{background-position: 0 -17px;}

#container .carousel .carousel-next{
		background: url(../img/prettyGallery/pagingNav.png) top right no-repeat;
		display: block;
		float: left;
		height: 16px;
		margin: 1px 0 0 3px;
		text-indent: -10000px;
		width: 16px;
		
		z-index:300;
		/*TEMP*/
		position:absolute;
		top:145px;
		left:325px;
		/*
		position:relative;
		top:145px;
		left:348px;
		
		*/
}

#container .carousel .carousel-next:hover{background-position: 100% -17px;}
.IE #container .carousel .carousel-next { /*top:-43px; left:340px;*/ }
.IE #container .carousel .carousel-previous { /*left:320px*/ }
/*#container .carousel .disabled{background-position:inherit -17px}*/

/*#container .carousel .carousel-control:hover{-moz-opacity:.7;opacity:0.70;filter:alpha(opacity=70);}*/

#container .carousel .disabled,#container .carousel .disabled:hover{cursor:default;}

#container .carousel div{margin:0;padding:0;border:0;}
#container .carousel ul{padding:0;list-style:none;}
#container .carousel ul li{position:relative;width:351px;margin:0;}
#container .carousel ul li cite{position:absolute;bottom:3px;right:10px;line-height:19px;font-size:11px;}
#container .carousel ul li cite a img{vertical-align:middle;}
#container .carousel ul li cite a{color:#fff;text-decoration:none;}
#container div.center-wrap{overflow:hidden;clear:both;}
#container div.center-wrap div{border:0;margin:15px 0;}
#container div.center-wrap a{margin:0 2px;padding:2px 5px;border:1px solid #4f4f4f;background:#333;cursor:pointer;color:#fff;}
#container div.center-wrap a.active{font-weight:bold;color:#5db0e6;}

#validators { float:left; width:100%; text-align:left; }
#validators img { margin-right:5px }