/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * 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: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

html {
  overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

.printonly {
	display: none;
}
.screenonly {
	display: inherit;
}

/* General Style Info */
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1.0em;
	background: #fff url('../img/bg.png') repeat-x;
	color: #333;
	margin:0em;	 /* gives some air for the pagewrapper */
}
a {
	text-decoration: none;
	background-color: inherit; 
	color: #ED237A; 
}
a:hover {
	text-decoration: underline;
	color: #ED237A;
}
a.info, a.embed {
	border-bottom: 1px dashed #ED237A;
	color: #000000;
	cursor: help;
}
a.info:hover, a.embed:hover {
	border-bottom: 1px solid #ED237A;
	text-decoration: none;
	color: #000000;
}



a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 2em; /* font size for h1 */
	line-height: 1em;
	margin: 0;
}
h2 {
	color: #ED237A; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #ccc; 
	border-left: 2px solid #ccc; 
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
h3 {
	color: #ED237A; 
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0.8em 0 0 0;
}
h4 {
	color: #ED237A; 
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 0.25em 0;
}
ul, li {
	margin: 0 12px;
}

.addItem, .editItem, .export {
	margin-top: 10px;
}
.addItem a, .addItem a:hover {
	background: transparent url('../img/add_24.png') no-repeat scroll 4px 0px;
	margin: 0 -10px 5px;
	padding: 5px 10px 8px 35px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

.editItem a, .editItem a:hover {
	background: transparent url('../img/write_24.png') no-repeat scroll 4px 0px;
	margin: 0 -10px 5px;
	padding: 4px 10px 8px 35px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

.export a, .export a:hover, div.export, div.export a:hover {
	background: transparent url('../img/export_32.png') no-repeat scroll 4px -5px;
	margin: 0 -10px 5px;
	padding: 4px 10px 12px 40px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Layout */
#container {
	margin: 0 auto;		 /* this centers wrapper */
	width: 955px;
	background-color: #fff;
	color: black;
}
#header{
	position: relative;
	background: #fff url('../img/header.png') no-repeat; 
	height: 160px;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 710px;
	width: 171px;
	height: 102px;
	background: url('../img/distimo.png') no-repeat; 
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
#header h1 a {
	display: block;
	width: 171px;
	height: 102px;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
}
#userinfo {
	margin-left: 150px;
	padding-top: 85px;
}
#appselector {
	margin-left: 620px;
}
#content{
	background-color: #fff;
	margin: 0px auto 30px 0;   /* some air above and under menu and content */
}
#main {
	margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	margin-right: 2%; /* and some air on the right */
	background-color: #fff;
	line-height: 1.5em;
}
.chartMessage {
	margin-top: 10px;
	margin-left: 5px;
}
.chartMessage ul {
}
.chartMessage li {
	list-style: none;
	margin: 0px; 
	padding-left: 3px;
}

#main  div embed {
	/* display: block; */
}

#sidebar {
	float: left;		  /* set sidebar on the left side. Change to right to float it right instead. */
	width: 200px;	  /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX IE double margin bug */
}
	#sidebar select {
		width: 170px;
	}
#footer {
	padding-top: 20px;
	clear: both;		 /* keep footer below content and menu */
	color: #000;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 20px;
}

#treeView {

}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	border: none;
}

/* Dashboard tabs */
#dashboardApplicationSelector {
	width: 250px;
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#dashboardApplicationSelector li {
	cursor: pointer;
	border: 1px solid #E0E0E0;
	background-color: #F8F8F8;
	margin: 0px; 
	padding: 8px;
}

#dashboardApplicationSelector li:hover {
	color: #ED237A;
}

#dashboardApplicationSelector li.active {
	list-style-type: circle;
	list-style-position: inside;
	border-right: none;
	background-color: #fff;
	color: #ED237A;
}

/* Tables */
table {
	color: #333;
}
th {
	border-bottom: 1px solid #E0E0E0;
	padding: 2px 4px;
	text-align: left;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	color: #333;
	text-decoration: none;
}
table tr td {
	padding: 4px;
	vertical-align: middle;
	border-bottom: 1px solid #E0E0E0;
}
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;
}
table#stores_index td {
	height: 20px;
}
table#stores_homepage {
	table-layout: fixed;
	height: 500px;
	width: 655px;
	margin-top: 20px;
}
table#stores_homepage td {
	text-align: center;
	color: #C0C0C0;
	border: 0;
}

table#stores_homepage img {
	text-align: center;
	border: 0;
	padding: 6px;
/*	-moz-opacity:.50;
	filter:alpha(opacity=50); 
	opacity:.50;*/ 
}
/*
table#stores_homepage img:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100); 
	opacity:1; 
}
*/

/* 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 {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 655px;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 16em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 8px 0 0 10px;
}
fieldset legend {
	color: #ED237A;
	font-size: 120%;
}
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 {
	margin-bottom: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
	padding-top: 10px;
}
form div.radio {
	padding-top: 0;
	margin-top: 10px;
}
form div.required {
	color: #333;
}
form div.required input, input.manual_required {
	background: url('../img/required.png') no-repeat 5px 5px;
}
form div.submit {
	border: 0;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	padding-bottom: .2em;
}
input, textarea {
	font-size: 110%;
	padding: 2px;
	border: 1px solid #D0D0D0;
	margin-left: 10px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
select {
	font-size: 100%;
	vertical-align: text-bottom;
	border: 1px solid #D0D0D0;
	margin-left: 10px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=checkbox], div.checkbox input {
	border: 0;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
input[type=radio], div.radio input {
	border: 0;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	margin: 1em 0;
}
div.error {
    background: #ffcccc;
    border: solid 1px #cc3333;
    padding: 8px;
    color: #000;
    font-weight: bold;
	margin: 10px 0 10px 0;

}
p.error {
    background: #ffcccc;
    border: solid 1px #cc3333;
    padding: 8px;
    color: #000;
    font-weight: bold;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
div.notice {
	background: #ffcc00;
	color: #000;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
div.success {
    background: #ccffcc;
    border: solid 1px #66cc33;
    padding: 0;
    color: #000;
    font-weight: bold;

}

/*  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 {
	background: inherit;
	color: #ED237A;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #ED237A;
	text-decoration: underline;
}

/* Related */
div.related {
	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: #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;
}

/* Rounded Corners */
.roundedcornr_box{
	background: url('../img/roundedcorner/tl.png') no-repeat top left;
	margin: 0px 10px 10px 0px;
	float:left;
}
.roundedcornr_title {
	color: #ED237A; 
	left: 8px;
	padding-bottom: 2px;
	position: relative;
	font-size: 1em;
}
.roundedcornr_top {
	background: url('../img/roundedcorner/tr.png') no-repeat top right;
	padding:0px;
	overflow:hidden;
}
.roundedcornr_bottom {
	background: url('../img/roundedcorner/bl.png') no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url('../img/roundedcorner/br.png') no-repeat bottom right;
}
.roundedcornr_content {
	background: url('../img/roundedcorner/r.png') top right repeat-y;
}

.roundedcornr_content form select {
	width: 160px;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	height: 10px;
}
.roundedcornr_content, .roundedcornr_bottom {
	/* margin-top: -19px; */
	
}
.roundedcornr_content { 
	padding: 0 5px; 
}

/* prevent from showing initial multiselects */
.roundedcornr_content select[multiple=multiple] { 
	display: none;
}

img.roundedcornr_img {
	margin: 12px 5px 5px 5px;
	float: left; 
	vertical-align: middle;
}
.roundedcornr_content_text {
	margin-left: 85px;
}
div p.menuoption_tag {
	color:#ED237A;
	font-weight:bold;
	left:0;
	padding:0;
	position:relative;
	top:8px;
}

div p.menuoption_text {
	left:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:14px;
}

/* wizard */
li.competitor {
	list-style: none;
	width: 350px;
}

#blog_posts .item {
	margin-bottom: 10px;
}
