/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* 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
 */

/* General Style Info */
body {
	margin: 0;
}

div.user {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-topleft:0;
	-webkit-border-radius-topright:0;
	background:#333333 none repeat scroll 0 0;
	margin:0 auto;
	padding:5px;
	position:relative;
	text-align:center;
	top:0;
	width:150px;
}

div.user a {
	display:inline;
}

/* Layout */
#container {
	border-color: #A8A9AD;
	border-style:none solid;
	border-width:0 1px;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:850px;
}

#header{
	display:block;
	float:left;
	width:100%;
	position: relative;
}
#header h1 {
	border:medium none;
	background: #a2d7f1;
	display:block;
	float:left;
	height:223px;
	padding:0;
	text-align:center;
	width:345px;
	margin: 0;
}
#header h1 a {
	background:transparent url(../img/logo.jpg) no-repeat scroll center center;
	display:block;
	height:83px;
	margin:50px 0 0 79px;
	text-indent:-999em;
	width:181px;
}
#content{
	clear:both;
	margin:20px auto 0 auto;
	overflow:auto;
	padding:10px 20px 0 20px;
}
.content {
	padding: 10px 10px 0;
	margin: 5px 5px 0 5px;
}

div.content div#left{
	float:left;
	margin:0 10px 0 0;
	padding:5px;
	width:300px;
}
div.content div#right{
	float:left;
	margin:0;
	padding:5px;
	width:450px;
}

div.caption {text-align: left;}

div.content div#contBody{
	clear:none;
	display:block;
	float:left;
	width:73%;
}

div#search{
	bottom:10px;
	left:16px;
	position:absolute;
	text-align:center;
	width:315px;
}

div#search div.input.text input{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	padding:5px;
	width:150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#search div.submit{
	clear:none;
	float:left;
}

div#search div.submit input{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:5px;
	padding:5px;
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer {
	background:transparent;
	clear:both;
	height:51px;
	padding:9px 10px 0;
	text-align:center;
	color: #999;
}

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

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

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

body#front {
	border-top: 20px solid #A8A9AD;
	border-bottom: 25px solid #A8A9AD;
}

body#front #header{
	background:transparent url(../img/home.jpg) no-repeat scroll 102% bottom;
	border-bottom:3px solid #A8A9AD;
}

body#front h1,
body#front h2,
body#front h3,
body#front h4,
body#front h5,
c h6 { color: #0087be;}

body#front a  { color: #0087be;}

body#front ul.level1 li.sfHover li a{
	color: #0087be !important;
	background: #99cfe5;
}

body#front div#splitMenu ul li a.current{
	color: #0087be !important;
}

div.tag {
	color:#FFFFFF;
	right:35px;
	position:absolute;
	top:240px;
}
div.tag h1, div.tag h2 {float: left; color: #fff !important; font-weight: bold; margin-right: 10px;}

div.tag h2 {
	bottom:-1px;
	font-size:2.3em;
	margin:0 0 0 11px;
	position:relative;
	
}

div.home {
	display:block;
	margin:0 auto;
	width:600px;
}

/* -------------------------------------------------------------
		Red Theme	#bc3419
------------------------------------------------------------- */

body#front.red {
	border-top: 20px solid #bc282e;
	border-bottom: 25px solid #bc282e;
}

body#front.red #header{
	background:transparent url(../img/about.jpg) no-repeat scroll 102% bottom;
	border-bottom:3px solid #bc3419;
}

body#front.red h1,
body#front.red h2,
body#front.red h3,
body#front.red h4,
body#front.red h5,
body#front.red h6 { color: #bc3419;}

body#front.red img {border: 2px solid #bc3419;}

body#front.red a   { color: #bc282e;}

body#front.red ul.level1 li.sfHover li a{
	color: #bc3419 !important;
	background: #e4aea3;
}

body#front.red div#splitMenu ul li a.current{
	color: #bc3419 !important;
}

body#front.red div.doublehead{
	border-bottom: 1px solid #bc3419;
}
/* -------------------------------------------------------------
		Light Blue Theme #42bbec 
------------------------------------------------------------- */

body#front.lightblue {
	border-top: 20px solid #42bbec;
	border-bottom: 25px solid #42bbec;
}

body#front.lightblue #header{
	background:transparent url(../img/services.jpg) no-repeat scroll 102% bottom;
	border-bottom:3px solid #42bbec;
}

body#front.lightblue h1,
body#front.lightblue h2,
body#front.lightblue h3,
body#front.lightblue h4,
body#front.lightblue h5,
body#front.lightblue h6 { color: #42bbec;}

body#front.lightblue img {border: 2px solid #42bbec;}

body#front.lightblue a   { color: #42bbec;}

body#front.lightblue ul.level1 li.sfHover li a{
	color: #42bbec !important;
	background: #b3e4f7;
}

body#front.lightblue div#splitMenu ul li a.current{
	color: #42bbec !important;
}

body#front.lightblue div.doublehead{
	border-bottom: 1px solid #42bbec;
}
/* -------------------------------------------------------------
		Yellow Theme #c2ba30
------------------------------------------------------------- */

body#front.yellow {
	border-top: 20px solid #c2ba30;
	border-bottom: 25px solid #c2ba30;
}

body#front.yellow #header{
	background:transparent url(../img/clients.jpg) no-repeat scroll 102% bottom;
	border-bottom:3px solid #c2ba30;
}

body#front.yellow h1,
body#front.yellow h2,
body#front.yellow h3,
body#front.yellow h4,
body#front.yellow h5,
body#front.yellow h6 { color: #c2ba30;}

body#front.yellow img { border: 2px solid #c2ba30;}

body#front.yellow a   { color: #c2ba30;}

body#front.yellow ul.level1 li.sfHover li a{
	color: #c2ba30 !important;
	background: #e7e3ac;
}

body#front.yellow div#splitMenu ul li a.current{
	color: #c2ba30 !important;
}

/* -------------------------------------------------------------
		Burgundy Theme #613438 
------------------------------------------------------------- */

body#front.burgundy {
	border-top: 20px solid #613438;
	border-bottom: 25px solid #613438;
}

body#front.burgundy #header{
	background:transparent url(../img/more.jpg) no-repeat scroll 102% bottom;
	border-bottom:3px solid #613438;
}

body#front.burgundy h1,
body#front.burgundy h2,
body#front.burgundy h3,
body#front.burgundy h4,
body#front.burgundy h5,
body#front.burgundy h6 { color: #613438; border-bottom: 1px solid #613438}

body#front.burgundy img { border: 2px solid #613438;}

body#front.burgundy a   { color: #613438;}

body#front.burgundy ul.level1 li.sfHover li a{
	color: #613438 !important;
	background: #c0aeaf;
}

body#front.burgundy div#splitMenu ul li a.current{
	color: #613438 !important;
}

/* -------------------------------------------------------------
		Blue Theme #006bad 
------------------------------------------------------------- */

body#front.blue {
	border-top: 20px solid #006bad;
	border-bottom: 25px solid #006bad;
}

body#front.blue #header{
	background:transparent url(../img/contact.jpg) no-repeat scroll 102% bottom;
	border-bottom:3px solid #006bad;
}

body#front.blue h1,
body#front.blue h2,
body#front.blue h3,
body#front.blue h4,
body#front.blue h5,
body#front.blue h6 { color: #006bad; border-bottom: 1px solid #006bad}

body#front.blue img { border: 2px solid #006bad;}

body#front.blue a   { color: #006bad;}

body#front.blue ul.level1 li.sfHover li a{
	color: #006bad !important;
	background: #99c4de;
}

body#front.blue div#splitMenu ul li a.current{
	color: #006bad !important;
}/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
}

.doublehead {
	overflow: auto; 
	display: block; 
	margin-bottom: 10px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 10px;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; border: none;}
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: .3em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1.title {margin: 0; padding: 0;}

/*  elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #f9b47b; text-decoration: underline; }
a           { text-decoration: none; font-weight: bold; display: block}

#front #content a {
	display: inline; 
	background:#CCCCCC none repeat scroll 0 0;
	border:1px solid #AAAAAA;
	color:#613438;
	padding:5px;
	line-height: 3;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 0 0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { 
	margin-bottom: 1.4em; 
	width:100%;
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
}
thead {}
th          { 
	font-weight: bold; 
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th.check, td.check {text-align: center; padding: 8px;}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

thead th 		{  }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even		{}
tfoot       { font-style: italic; }
caption     { background: #eee; }

table tr.selected td, table tr.altrow.selected td {
	background: #CAD9AF none repeat scroll 0 0;
}

table tr.altrow.selected td {
	background: #bcd097 none repeat scroll 0 0;
}

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;
	width: 70px
}

td.linked {
	text-align: center;
	white-space: nowrap;
	width: 70px
}

td.linked a{
	display:block;
	float:left;
	height:14px;
	padding:5px;
	text-indent:-9999px;
	width:60px;
}
td.linked a.linked {
	background:transparent url(/img/elements/check.png) no-repeat scroll center center;

}
td.linked a.unlinked{
	background:transparent url(/img/elements/x.png) no-repeat scroll center center;

}

td.actions a {
	display:block;
	float:left;
	margin:0 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* 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;
}

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.dash.active{
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topleft:5px;
	background:#7E7E7E none repeat scroll 0 0;
	color:#FFFFFF !important;
	display:block;
	padding:5px 5px 5px 15px;
	text-decoration:none;
}

div#controls ul li a.parent {
	border-bottom:1px solid #E4E4E4;
	color:#646464;
	font-weight:bold;
	text-decoration:none;
}
div#controls ul li a { 
	border:medium none;
	color:#646464;
	font-weight:normal;
	text-decoration: none;
}

div#controls ul li a.active { 
	-webkit-border-radius-topleft:5px;
	background:#7E7E7E none repeat scroll 0 0;
	color:#FFFFFF !important;
	display:block;
	padding:5px 5px 5px 15px;
	text-decoration: none;
}

.edit, .dashEdit, .imgEdit   { 
	background:transparent url(/img/admin/edit.png) repeat scroll 0 0;
	height:24px;
	text-indent:-9999px;
	width:24px;
 }
.delete, .dashDel, .dashImgDel {
	background:transparent url(/img/admin/delete.png) repeat scroll 0 0;
	height:24px;
	text-indent:-9999px;
	width:24px;
}
div#controls a.delete{
	background:transparent none repeat scroll 0 0;
	height:inherit;
	text-indent:inherit;
	width:inherit;
}
.close    {}
.pub  {}
.published  {}
.unpublished  {}
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }/*** ESSENTIAL STYLES ***/

div#splitMenu{
	display:block;
	float:right;
	padding: 0;
	width:505px;
	height: 28px;	
}
div#splitMenu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 100%;
	margin:0;
	padding:0;	
	overflow: auto;
}
div#splitMenu ul li{
	float:left;
	margin:0 2px;
}
div#splitMenu ul li a{
	color: #333 !important;
	padding: 5px 15px;
}

div#splitMenu ul li a.current{
	text-decoration: underline
}

div.nav {
	border-bottom:2px solid white;
	border-top:2px solid white;
	float:right;
	width:100%;
	background:#E8E9EA url(../img/menu.jpg) repeat-y scroll right top;
}
.level1, .level1 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.level1 {
	line-height:	1.0;
	width: 100%;
}
.level1 ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.level1 ul li {
	width:			100%;
}
.level1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.level1 li {
	float:			left;
	position:		relative;
	width: 141.6px;
	background:#E8E9EA url(../img/menu.jpg) repeat-y scroll right top;
	height: 44px;
	margin: 0;
}

.level1 a {
	display:		block;
	position:		relative;
	z-index: 0;
	text-transform:	uppercase;
	color: #0d485f !important;
}
.level1 li:hover ul,
.level1 li.sfHover ul {
	left:-1px;
	padding-top:5px;
	top:44px;
	z-index:99;
	width: 200px;
	border: 1px solid #BDBEC0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top: 0;
}

.level1 li.sfHover ul {

	background: #fff;
}

.level1 li:hover ul li,
.level1 li.sfHover ul li{
	background: none;
}

.level1 li.sfHover a, .level1 li a:hover {
	color: #d88d29 !important;
}
ul.level1 li:hover li ul,
ul.level1 li.sfHover li ul {
	top:			-999em;
}
ul.level1 li li:hover ul,
ul.level1 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.level1 li.sfHover li {
	margin: 2px 4px;
	height: auto;
	
}

ul.level1 li.sfHover li a{
	text-align: left;
	padding: 5px 5px 5px 15px;
	-moz-border-radius: 4px;
	display: block;
	text-transform: none;
}

ul.level1 li.sfHover li:last-child {
	border-bottom:0;
}

ul.level1 li li:hover li ul,
ul.level1 li li.sfHover li ul {
	top:			-999em;
}
ul.level1 li li li:hover ul,
ul.level1 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.level1 a.sf-with-ul {
	min-width:1px;
	padding-right:1.25em;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:current > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
}

/* point right for anchors in subs */
.level1 ul .sf-sub-indicator { background-position:  -10px 0; }
.level1 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.level1 ul a:focus > .sf-sub-indicator,
.level1 ul a:hover > .sf-sub-indicator,
.level1 ul a:current > .sf-sub-indicator,
.level1 ul li:hover > a > .sf-sub-indicator,
.level1 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*	Here's where we style the drag and drop link manager*/
div#sort{
	background: #f0f0f0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 5px;
	overflow:auto;
	padding: 20px;
}
ul.sortable{
	width: 500px;
	margin: 0 auto;
}

ul.sortable li {list-style: none; padding: 3px 0;}
ul.sortable li ul {display: block}
ul.sortable li.parent.closed ul {display: none}

.hover {
	background: green;
	color: #fff;
}

.placeholder { 
	padding: 5px 5px 5px 15px !important;
	display: block;
	border: 1px dotted #333333;
	background-color: #cfcfcf; 
	height: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
} 

.ui-tree-deptherror{
	padding: 5px 5px 5px 15px !important;
	font-weight:bold;
	background-color: #e32;
	color: #900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
} 

.ui-tree-limiterror{
	padding: 5px 5px 5px 15px !important;
	font-weight:bold;
	background-color: #e32;
	color: #900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.hover-up {
	background: red;
}

.hover-down {
	background: red; 
}

li.parent div.item_name { 
	background-image:url(/img/openclose.png) !important;
	background-position:98% -24px!important;
	background-repeat:no-repeat!important;
}

li.single div.item_name, li.single.closed div.item_name { 
	background-image:none !important;
}

ul.sortable li.parent.closed div.item_name { 
	background-image:url(/img/openclose.png)!important;
	background-position:98% 8px!important;
	background-repeat:no-repeat!important;
}

.item_name { 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#616161 none repeat scroll 0 0;
	color:#FFFFFF;
	cursor:move;
	font-weight:bold;
	padding:5px 5px 5px 15px;
}

ul.sortable li ul li div.item_name {
	background:#7b7b7b none repeat scroll 0 0;
}

ul.sortable li ul li ul li div.item_name {
	background:#adadad none repeat scroll 0 0;
}

li {
	padding: 0;
}

/* Represents the background of the highlighted menu-item. */
.level1 li.backLava {
	z-index: -1;
	position: absolute;
	-moz-border-radius:10px;
	background:#9BCC46 none repeat scroll 0 0;
}
.level1 li.backLava .left {
}
/* Styles for each menu-item. */
.level1 li a {
	letter-spacing:0;
	overflow:hidden;
	position:relative;
	text-align: center;
	z-index:10;
	padding: 15px;
}

div#dashLoader div#links ul.sortable { width: 180px; margin: 10px}/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

label       { font-weight: bold; margin: 0 20px 0 0;}
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; position: relative;}
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}
div.actions input, input.check  {
  margin:0;
  padding:0;
  width:auto;
}
input:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input     { width: 300px; padding:5px; }
input   { font-size:1.5em; }
select { width: 150px;}
select option {}
textarea      { width: 590px; height: 250px; padding:5px; }
textarea.describe { width: 590px; height: 100px; padding:5px; }

div.input, div.submit {float: left; clear:both;}
div.input.textarea label {float: left; clear: both;}
div.input.textarea textarea {float: left; clear: both;}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

div.actions {
	float:right;
	padding:10px;
}

div.actions a {
	padding: 10px;
}/* 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;
}