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

* {
margin:0;
padding:0;
}

/* General Style Info */
html {
	height:100%;
}

body {
	background-color:#FFFFFF/*#FF9933/*#003d4c*/;
	color: #333;
	font-family:arial,helvetica,arial,sans-serif;
	font-size:80%;
	margin: 0;
	text-align:left;
	height:100%
	/*background-color:#FFCC99;*/
	
}
a {
	background-color: inherit;
	color:#2764A0; /*#dda0dd*/;
	text-decoration:none;
	/*font-weight: bold;*/
	font-size:100%;
}
a:hover {
	background-color: inherit /*#FF9933;*/;
	color: #2764A0 /*#663366*/;
	text-decoration:underline;
	/*padding: 1px 1px;*/
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-size: 100%;
	padding-top: 1.5em;
	font-weight:bolder;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

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

#header{
	padding: 10px 0px; 
	background-color: #B5CDE9;
}
#header h1 {
	background: url('../img/cake.icon.gif') no-repeat left;
	color: #ffffff;
	padding: 0px 30px;
}
#header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 0px 0px 40px 0px;

	text-align:left;
	width:985px;
	margin: 0 auto;

	/*height: 67%;*/

	
}

#wrapper {
	height:96%;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	background-color: #B5CDE9;
	color:#000000;
	/*position: absolute;
     bottom: 0px;*/

}

/* Tables */
table {
	background-color: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	clear: both;
	color: #333;
	margin-left:2%;
	margin-bottom: 10px;
	width: 850px;
}
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;
}
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: left;
	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 {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left:30px;
	clear:both;
	/*margin-left:100px;*/
}
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: 50%;
	background-color:inherit;
	border:1px;
	border-color:#FFCC33;
	/*margin-left: 2%;*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 100%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0.5em;
	padding: .3em .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
.required {
	color: #900;//#FF0000;
	font-weight: bold;
	font-size:13px;
}
.example {
	font-style:italic;
	float:right;
	font-size:85%;
}

form div.submit {
	border: 0px;
	display: inline;
	border-style:none;
	margin:0px;
	padding:0px;
	/*clear: both;*/
	/*margin-top: 0px;
	margin-left: 0px;*/
}


label {
	display: block;
	font-size: 100%;
	padding-right: 5px;
}
input, textarea {
	clear: both;
	display: block;
	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: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
/*input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}*/

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 100%;
	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-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;
}

.failure {
	background-color: red;
	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;
}

/* ADDED ON */
input.no_block {
	display: inline;
}

div.errors {
	border: solid; border-width:1px;
	border-color:#CC3333;
	background-color: #E87E7E;
	color: #630904;
	margin:10px;
	padding: 10px;
	line-height: 25px;
	text-align:left;
}

div.ajax-errors {
	border: solid; border-width:1px;
	border-color:#CC3333;
	background-color: #E87E7E;
	color: #630904;
	margin:5px;
	padding: 5px;
	line-height: 10px;
	text-align:left;
}

.waiting_message {
	border: solid; border-width:1px;
	border-color: #FF6600;
	background-color:#FFCC66;
	color: #FF6600;
	margin:5px;
	padding: 5px;
	line-height: 10px;
	text-align:left;
}

div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
	 z-index		  :2;
} 
li.selected    { background-color: #F4C6A6;}

/* Slider for reviews */
/* put the left rounded edge on the track */
#track1-left {
	position: absolute;
	width: 5px;
	height: 9px;
	background: transparent url(images/slider-images-track-left.png) no-repeat top left;
}
			
/* put the track and the right rounded edge on the track */
#track1 {
	background: transparent url(images/slider-images-track-right.png) no-repeat top right;
}

/* for menus */
.standard_color_1 {	
	color: #484748; /*#1A1A1A;*/
}

.logo {	
	font-size:250%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.logo:hover {
	text-decoration: none;
	color:#484748;
}

.menu {	
	margin: 0;
	padding: 0;
}

.menu li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index:2;
	background-color:#E6E6E6;
}

.menu_secondary li {	
	float: right;
}

.menu li a {	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	/*width: 100px;*/
	/*background: #333366   /*#5970B2*/;
	
	text-align: center;
	text-decoration: none;
	font-size:110%;
	font-weight: bold;
	z-index:2;
	color:#1A1A1A;
}

.menu li a:hover {	
	background: #B5CDE9 /*#1A1A1A*/;
	/*color: #FFFFFF;*/
}

.menu div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFF; /*#EAEBD8;*/
	border: 2px solid #B5CDE9;
	/*border-left: 2px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
	border-right: 2px solid #E6E6E6;*/
	z-index:2;
}

.menu div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFF; /*#EAEBD8;*/
	color: #1A1A1A /*#2875DE*/;
	font-weight: normal;
	z-index:2;
}

/*#menu div a:hover {	
	background: #663366 /*#49A3F/;
	color: #FFF;
	padding: 0px 0px;
}*/
/* for menus - end */

#search input[type=text] {
	position: relative;
	display:inline;
	width:50%;
	font-size: 120%;
	z-index:0;
	margin-top:30px;
	margin-bottom:30px;
	
	/*border-color:#1A1A1A;*/
}

#search div {
	display:inline;
	position:relative;
	width:100%;
	margin:10px;
}

input[type=submit], input[type=button] {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 5px 10px;
	width: auto;
	text-align: center;
	text-decoration: none;
	background: #484748; /*PURPLE*/
	color: #FFF /*#2875DE*/;
	font-weight: bold;
	border-style:none;
	border:0px solid; 
	line-height: 16px;  
    overflow: visible;
}

a:hover.button {	
	/*
	background-color:#666699;
	color: #FFF;
	text-decoration:none;
	padding: 5px 10px;*/
	position: relative;
	display: inline;
	
	padding: 5px 10px;
	width: auto;
	text-align: center;
	text-decoration: none;
	background: #1A1A1A; /*#EAEBD8;*/
	color: #FFF /*#2875DE*/;
}

#search form {	
	width:100%; /*#49A3FF*/
	text-align:center;
	padding: 10px 0px 0px 0px;
	background: inherit;
}

.form {
	clear: both;
	width: 50%;
	background-color:inherit;
	border-width:10px;
	padding:30px 30px 20px 15px
}

.review_box {
	width:50%;
	margin-left:22%;
}

.item_form {
	border-color: #F4C6A6;
	border-top-style:solid;
	border-right-style:solid;
}

.review_form {
	border-color: #DFEAA9;
	border-top-style:solid;
	border-left-style:solid;
	width: 100%;
}

.user_form {
	border-color: #E6E6E6;
	border-top-style:solid;
	border-right-style:solid;
}



.review_add_edit {
	width:550px;
	margin-left:0px;
	background-color: #DFEAA9;
}

.item_rating {
	/*margin-top: 20px;*/
	padding: 15px 15px 15px 15px;
	font-size: 26px;
	font-weight: bold;
	background-color: #F4C6A6;
}

.review_count {
	padding-top:0px;
	padding-bottom:20px;
	background-color: #F4C6A6;
}

.review_count a{
	color:#A84133;
	font-weight:bold;
}

.review_rating {
	padding: 10px 15px 35px 15px;
	font-size: 26px;
	font-weight: bold;
	background-color: #DFEAA9;
}


div.indent {
	margin-left:100px;
}

div.indent_small {
	margin-left:50px;
}

.spinner{
	vertical-align:middle;
	text-align:center;
	width: 100%;
}

.loading{
	margin-left:45%
}

div.prompt {
	border: solid; 
	border-width:1px;
	border-color:#CC3333;
	margin:15px;
	padding: 15px;
	line-height: 25px;
	text-align:center;
	/*width:90%;*/
	/*width:300px;*/
	/*height: 150px;*/
	/*height:90%;*/
}

table.prompt tr td {
	text-align:center;
}

div.popup_form {
	border: solid;
	border-width:1px;
	border-color:#1A1A1A;
	/*margin:15px;*/
	padding: 15px;
	line-height: 25px;
	width:auto;
	overflow:hidden;
}

table.terms_and_cond {
	/*border: solid; */
	border-width:1px;
	border-color:#1A1A1A;
	margin:15px;
	padding: 15px;
	line-height: 20px;
	width:95%;
}

.feedback {
	border-width:1px;
	border-color:#1A1A1A;
	margin:15px;
	padding: 15px;
	line-height: 25px;
	width:90%;
}

table.edit_user_wl {
	border-width:1px;
	border-color:#FF9933;
	padding: 15px;
	line-height: 25px;
	width:40%;
}

table.profile {
	border-width:1px;
	border-color:#1A1A1A;
	margin:0px 15px 15px 15px;
	padding:15px;
	line-height: 25px;
	width:60%;
}

div.settings {
	clear:both;
}

div.settings_item {
	margin-bottom:20px;
}

div.settings_item_title {
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom: solid 1px;
}

span.settings_item_title {
	font-weight:bold;
}

div.edit_settings_item {
	background-color:#E6E6E6;
	padding: 5px;
	height:25px;	
}

div.match {
	/*border: solid; */
	border-width:1px;
	border-color:#1A1A1A;
	border-style:solid;
	margin:15px 15px 0px 15px; 
	padding: 15px;
	/*width:370px;*/
}


div.item {
	padding-left:0;
	padding-top:15px;
	margin-left:30px;
	margin-bottom:2px;
	clear:both;
	position:aboslute;
	height:140px;
	/*width:100%;*/
}

div.review {
	padding-left:0;
	margin-left:130px;
	padding-top:15px;
	clear:both;
	position:aboslute;
}

span.keyword {
	margin-right:7px;
}

div.review_with_item {
	padding-left:0;
	margin-left:0px;
	clear:both;
	position:aboslute;
}

.item_header{
	overflow:hidden;
	width:818px;
	background-color:#F4C6A6;
	padding: 3px 3px 3px 10px;
	height:22px;
	line-height:20px;
}

.item_title{
	font-size:14px; 
	font-weight: bold;
	float:left;
	width:57%;
}

.item_address {
	text-align:right;
	float:right;
	padding-right:105px;
	font-size:95%;
	width:30%;
	overflow:hidden;
}

.item_header span a{
	color:#A84133;
}

.review_header{
	overflow:hidden;
	width:717px;
	background-color:#DFEAA9;
	padding: 3px 3px 3px 10px;
	height:22px;
	line-height:20px;
}

.review_title{
	font-size:14px; 
	font-weight: bold;
	float:left;
	width:495px;
	overflow:hidden;
	padding-left:95px;
}

.review_title a{
	color:#748212; /*dark green*/
}

.review_date {
	width:120px;
	text-align:right;
	float:right;
	padding-right:5px;
}

.page_title {
	margin-bottom:30px;
	margin-left:0px;
	font-weight:normal;
	width:850px;
	font-size:18px;
	float:left;
}

span.title{
	float:left;
	width:395px;
}

.page_title span input[type=button]{
	margin-left:20px;
	font-size:75%;;
}


.welcome_title {
	padding-bottom:10px;
	padding-top:15px;
	margin-left:0px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color: #1A1A1A;
}

.welcome_slogan {
	padding-bottom:50px;
	padding-top:0px;
	margin-left:0px;
	/*font-weight:bold;*/
	font-size:14px;
	text-align:center;
}

ul.autoc {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.autoc li{
	margin:0;
	padding:5px;
}

.small_font {
	font-size:12px;
}

table.statistics {
	border-style:none;
	width:100%;
	padding-top:30px;
}

table.statistics tr td{
	text-align:center;
	font-size:14px;
}

table.statistics tr td div{
	border-bottom-width:5px;
	width:50%;margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	border-bottom-style: solid;
	border-bottom-color: #F4C6A6;
}

.terms {
	margin-bottom:10px;	
}

.terms .table_of_contents div{
	margin-top:5px;	
}

.terms .header {
	margin-top:15px;
	font-weight:bold;
}

.terms .body {
	margin-top:10px;
}

.terms .body div{
	margin-top:5px;
}

.terms .body lu li{
	margin-top:5px;
}

.terms .body .underline {
	text-decoration:underline;
}

.terms .break {
	margin-top:10px;
}

div.upload {
    margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
}

.picture_frame {
	float:left;
}

div.comment {
	border-color: #1A1A1A;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top:5px;
	margin-bottom:10px;
	overflow:hidden; 
	width:440px;
	
}

/*for breaking long links - not really working*/
.text {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	border-color:red;
	font-size:14px;
}

