
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}


.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}




.validation_required {
	color : #FF0000;
}



.validation_message {
	padding: 4px;
	padding-left: 28px;
	margin-top: 5px;
	background-color: #FFFE52;
	color : #333333;
	font-weight: bold;
	background-image: url(/img/bg_warning.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #FBC52F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 }
.validation-failed { 
      background-color: #FFFE52; 
      border: 1px solid #FBC52F;
  }

 
  .validation-advice {
	padding: 4px;
	padding-left: 28px;
	margin-top: 5px;
	background-color: #FFFE52;
	color : #333333;
	font-weight: bold;
	background-image: url(/img/bg_warning.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #FBC52F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 }
 

/* Styles for ColorPicker popUp */

#colorpicker {
  position: absolute;
  width: 145px;
  height: 135px;
  overflow: hidden;
  background: #F9F9F9;
  border: 2px #C0C0C0 outset;
  z-index: 1000;
}

#colorpicker-hue-container {
    position: absolute; 
    top: 4px;
    left: 120px; 
    width: 18px;
    height: 110px; 
}

#colorpicker-hue-bg-img {
    width: 100%; 
    height: 100%; 
}

#colorpicker-hue-slider {
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
}

#colorpicker-hue-thumb { 
    position: absolute; 
    top: 0;
    left: 0;
    width: 18px; 
    height: 18px; 
    z-index: 1009;
    cursor: default;
}

#colorpicker-bar {
  text-align: right;
  padding-right: 10px;
}

#colorpicker-close {
  cursor: pointer;
  color: blue;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
}

#colorpicker-div {
  position: absolute; 
  top: 8px;
  left: 8px; 
  width: 100px;
  height: 100px; 
  border: 1px solid #666;
}

#colorpicker-bg,
#colorpicker-bg-overlay { 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: hidden;
}
#colorpicker-selector { 
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 11px; 
  height: 11px; 
  z-index: 1009;
  margin-top: -6px;
  margin-left: -6px;
  cursor: default;
}
#colorpicker-selector img {
  position: absolute;
  left: 0;
  top: 0;
}
#colorpicker-footer {
  position: absolute; 
  top: 114px;
  left: 10px; 
  width: 127px;
}

#colorpicker-value {
  float: left;
}

#colorpicker-value,
#colorpicker-value-input {
  font-size: 9px !important;
  font-family: Helvetica, Verdana, Sans-Serif;
  height: 10px;
}

#colorpicker-value-input {
  width: 40px;
}
#colorpicker-okbutton {
  float: right;
  padding: 0 10px;
  background: #3366FF;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  border: 1px solid #666666;
  color: #ffffff;
}

/* CSS */

.DynarchCalendar {
  border: 1px solid #aaa;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #e8e8e8;
  font: 11px;
  line-height: 14px;
  position: relative;
  cursor: default;
}

.DynarchCalendar table {
  border-collapse: collapse;
  font: 11px;
  line-height: 14px;
}

.DynarchCalendar-topBar {
  border-bottom: 1px solid #aaa;
  background: #ddd;
  padding: 5px 0 0 0;
}

table.DynarchCalendar-titleCont {
  font-size: 130%; font-weight: bold;
  color: #444;
  text-align: center;
  z-index: 9;
  position: relative;
  margin-top: -6px;
}

.DynarchCalendar-title div {
  padding: 5px 17px;
}
.DynarchCalendar-hover-title div {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  background-image: url("/css/jscal2/img/drop-down.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.DynarchCalendar-pressed-title div {
  border: 1px solid #000;
  padding: 4px 16px;
  background-color: #777;
  color: #fff;
  background-image: url("/css/jscal2/img/drop-up.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}






.DynarchCalendar-bottomBar {
  border-top: 1px solid #aaa;
  background: #ddd;
  padding: 2px;
  position: relative;
  text-align: center;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  padding: 1px 14px;
}

.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.DynarchCalendar-first-col { padding-left: 5px; }
.DynarchCalendar-last-col { padding-right: 5px; }

.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0;
}

.DynarchCalendar-dayNames {
  padding-left: 5px;
  padding-right: 5px;
}

.DynarchCalendar-dayNames div { font-weight: bold; color: #444; }

.DynarchCalendar-navBtn {
  position: absolute;
  top: 5px;
  z-index: 10;
}

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15px;
  width: 16px;
  padding: 1px;
}
.DynarchCalendar-hover-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #fff;
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #777;
  color: #fff;
}

.DynarchCalendar-prevMonth {
  left: 25px;
}

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -43px;
}

.DynarchCalendar-prevYear {
  left: 5px;
}

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -23px;
}

.DynarchCalendar-prevMonth div {
  background-image: url("/css/jscal2/img/nav-left.gif");
}

.DynarchCalendar-nextMonth div {
  background-image: url("/css/jscal2/img/nav-right.gif");
}

.DynarchCalendar-prevYear div {
  /*background-image: url("/css/jscal2/img/nav-left-x2.gif");*/
  display:none;
}

.DynarchCalendar-nextYear div {
  /*background-image: url("/css/jscal2/img/nav-right-x2.gif");*/
  display:none;
}

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #777;
  color: #fff !important;
}

.DynarchCalendar-menu-year {
  text-align: center;
  font: 16px ;
  font-weight: bold;
}

.DynarchCalendar-menu-sep {
  height: 1px; font-size: 1px; line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px; margin-bottom: 3px;
}

.DynarchCalendar-time td { font-weight: bold; font-size: 120%; }
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute { padding: 1px 3px; }
.DynarchCalendar-time-down { background: url("/css/jscal2/img/time-down.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-up { background: url("/css/jscal2/img/time-up.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-sep { padding: 0 2px; }
.DynarchCalendar-hover-time { background-color: #444; color: #fff; opacity: 1; }
.DynarchCalendar-pressed-time { background-color: #000; color: #fff; opacity: 1; }
.DynarchCalendar-time-am { padding: 1px; width: 2.5em; text-align: center; }

/* body */

.DynarchCalendar-hover-week { background-color: #ddd; }

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 1.7em;
  padding: 3px 4px;
  text-align: center;
}
.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}

.DynarchCalendar-day {
  text-align: right; color: #222;
}
.DynarchCalendar-day-othermonth { color: #888; }
.DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-today { color: #00f; font-weight: bold; }

.DynarchCalendar-day-disabled {
  opacity: 0.5;
}

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background-color: #eef;
  border: 1px solid #88c;
  margin: 0 !important;
  color: #000;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { border-color: #aaa; color: #888; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #d88; }

.DynarchCalendar-day-selected {
  padding: 2px 3px;
  margin: 1px;
  background-color: #aaa;
  color: #000 !important;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #999; }

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  border-color: #000;
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #ccc;
  border-color: #336;
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc;
}

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}

.DynarchCalendar, .DynarchCalendar table {
  font-size: 10px;
}
.DynarchCalendar-dayNames { padding: 0; }
.DynarchCalendar-body { padding: 0; }
.DynarchCalendar-animBody-back { top: 0; }
.DynarchCalendar-animBody-fwd { top: 0; }
.DynarchCalendar-animBody-now { top: 0; }
.DynarchCalendar-first-col { padding-left: 0; }
.DynarchCalendar-last-col { padding-right: 0; }
.DynarchCalendar-weekNumber {
  margin-right: 0;
  padding-right: 4px !important;
}
.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  padding: 1px 2px;
}
.DynarchCalendar-menu-year { font-size: 12px; }

.DynarchCalendar-hover-date {
  padding: 0px 1px;
}
.DynarchCalendar-day-selected {
  padding: 0px 1px;
}
.DynarchCalendar-menu table td div {
  padding: 2px 4px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  padding: 1px 3px;
}

/* 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 */
body {
	background-color: #000;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:13px;
	margin: 0;
}
a {
	background-color: inherit;
	color: #000088;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #ff0000;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 130%;
	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-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header
{
	background-image: url(/img/bg_header.jpg);
	background-repeat: repeat-x;
	height: 98px;	
}

#logo {
	display: block;
	width: 968px;
	height:94px;
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	display: block;
	background-image: url(/img/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 25px;
	height: 32px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	font-size:11px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #737373;
	background-color: #666666;
}

#menu a:hover {
	text-decoration: underline;	
}

#menu_selected {
	color: #333333;
	display: block;
	float: left;
	font-size:11px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

#search {
	display: block;
	background-color: #F5F5F5;
	padding: 6px;
	border: 1px solid #DFDFDF;
	font-size: 10px;
	width: 980px;
	height: 28px;
	margin-top: 15px;
}
#search input {
	font-size:10px;
}
	




#header h1 {
	//background: url('../img/cake.icon.gif') no-repeat left;
	color: #ffffff;
	font-size: 110%;
	padding: 0px 30px;
	visibility:hidden;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	font-size:11px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */

.generic  {
	background-color: #fff;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	width:980px;
	color: #333;
	margin-bottom: 10px;
}
.generic th {
	padding: 3px;
	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;
}
.generic th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.generic th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
.generic 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 {
	display: inline;
	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 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;
	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: 350px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	padding: 2px;
}
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=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;
}
.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;
}

/*  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;
}


.form_title {
	vertical-align: top;
	font-weight: bold;
}

.form_title_required {
	vertical-align: top;
	font-weight: bold;
	color: red;
}

.red {
	background-color:#FF0000;
}
.green {
	background-color:#D5FEB6;
}

/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
	width: 500px;
}
	.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
	.tooltip .xb1 { margin: 0 5px; background: #333; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }

	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #000;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #666;

	}/***********************************************/
/* Edit Mode Styles                            */
/***********************************************/ 
fieldset {
		font-size: 11px;
}
#editBar
{
	width: 100%;
	height: 21px;
	background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
	font-size: 10px;
	padding-top: 4px;
	color:#565656;
	position: relative;
	top: 0px;
	left: 0px;
}

#editBar select
{
	height: 16px;
	font-size: 10px;
}

#editBar ul, #accountBar ul
{
	list-style: none;
	margin: 0; padding: 0;
}

#editBar ul li, #accountBar ul li
{
	padding-right: 10px;
	display: inline;
	margin: 0;
}

#accountBar
{
	width: 100%;
	height: 16px;
	border-top: 1px solid gray;
	border-bottom: 1px solid #222;
	font-size: 10px;
	padding-top: 2px;
	color: #565656;
	background-color: #EFEFEF;
	position: relative;
	top: 0px;
	left: 0px;	
}

#accountBar a
{
	font-weight: normal;
	text-decoration: underline;
}

.button
{
    display:block;
    margin:0 4px 0 4px;
    background-color:#f5f5f5;
    border:1px solid #000;
    border-top:1px solid #000;
    border-left:1px solid #000;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold; 
    cursor:pointer;
    padding:1px 7px 1px 7px; /* Links */
}

.addButton
{
    display:block;
	color:#FFFFFF;
    margin:0;
	background: #ff8a00 url(/img/add_bg.gif) repeat-x top center;
    border:1px solid #000;
    border-top:1px solid #000;
    border-left:1px solid #000;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold; 
    cursor:pointer;
    padding:1px 7px 1px 7px; /* Links */	
    text-align: left;
}

.button:hover
{
    background-color:#dff4ff;
    /*border:1px solid #c2e1ef;*/
    color:#336699;
}

.button:active, .buttonActive
{
    background-color:#6299c5;
    border:1px solid #000;
    color:#fff;
}

.buttonPositive{
    background-color:#529214;
    /*border:1px solid #C6D880;*/
    color:#fff;
}

.buttonNegative{
    background-color:#d12f19;
    /*border:1px solid #fbc2c4;*/
    color:#fff;
}


/***********************************************/
/* Editable Region Styles                     */
/***********************************************/ 

/* next two styles are for the edit mode top menu */
#levelOneNav .levelOneEdit
{
  margin: 0; padding: 11px 2px 11px 2px; 
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

/* we need the background-image rule in here to ensure the arrows are not highlighted on mouseover */
#levelOneNav a.levelOneEdit:hover
{
  background: none;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

/*********** admin edit mode side menu arrow/delete button styles ***********/

#levelTwoNav .sideArrows
{
  float: left;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  padding: 0;
  height: 23px;
  border-bottom: 1px solid #333;
}

#levelTwoNav .sideArrows a
{
  margin: 5px 1px; padding: 0;
  display: block;
  width: 7px;
  height: 4px;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  border: none;
}

#levelTwoNav .sideDel
{
  float: right;
  height: 23px;
}

#levelTwoNav div.sideDel a
{
  margin: 0; padding: 1px 1px;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

#levelTwoNav .sideArrows a:hover, #levelTwoNav .sideDel a:hover
{
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

#levelThreeNav .sideArrows
{
  float: left;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  padding: 0;
  height: 23px;
  border-bottom: 1px solid #333;
}

#levelThreeNav .sideArrows a
{
  margin: 5px 1px; padding: 0;
  display: block;
  width: 7px;
  height: 4px;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  border: none;
}

#levelThreeNav div.sideDel
{
  float: right;
  height: 20px;
}

#levelThreeNav div.sideDel a
{
  margin: 0; padding: 1px 1px;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

#levelThreeNav .sideArrows a:hover, #levelThreeNav .sideDel a:hover
{
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

.clear
{
  clear: both;
  display: block;
  font-size: 0;
  content: '.';
  visibility: hidden; 
  width:0;
  height: 0;
  margin: 0;
  padding: 0;
}

/***********************************************/
/* Edit Basic Page Styles                      */
/***********************************************/ 

#addElementsLink
{
	padding: 10px 0 10px 0;
}

.bpeWrapper
{
	width: 96%;
	border: 1px dashed black;
	border-top: none;
	padding: 4px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.bpeCommands
{
	padding: 4px;
	width: 96%;
	height: 16px;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
	border-top: 1px dashed black;
	background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
	margin: 0 auto;
	font-size: 11px;
	color: #000;
}

.bpeCommands ul
{
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.bpeCommands ul li
{
	display: inline;
	margin-left: 0px;
	padding-right: 1px;
	vertical-align: middle;
}



/***********************************************/
/* BPE Element Styles                          */
/***********************************************/ 

.itemSelector
{
	width: 100%;
}

.itemSelector tr:hover, .itemSelectorHover
{
	background-color: #c4e0fc;
	cursor: pointer;
}

.itemSelector tr td
{
	border-top: 1px solid #c4c4c4;
	vertical-align: top;
}

.itemSelector tr td h4
{
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	
}

.itemSelector tr td p
{
	margin: 3px 0; padding: 0;
}

.itemSelector .itemSelectorThumb
{
	width: 75px;

}




.quickSelector
{
	width: 100%;
}

.quickSelector tr:hover, quickSelectorHover
{
	background-color: #c4e0fc;
	cursor: pointer;
}

.quickSelector tr td
{
	border-top: 1px solid #c4c4c4;
	vertical-align: top;
}

.quickSelector tr td h4
{
	margin: 0;
	padding: 5px 0;
	font-size: 11px;	
}

.quickSelector tr td p
{
	margin: 3px 0; padding: 0;
	font-size: 10px;
}

.quickSelector .quickSelectorThumb
{
	width: 50px;
}
.bpeStatsLoader {
	background-image:url(/img/bg_stats_loader.jpg);
	background-repeat:repeat-x;
	margin:auto;
	padding:10px;
	font-size:10px;
	color:#333333;
	width: 200px;
	margin-bottom:20px;
}



/***********************************************/
/* Form Styles                                 */
/***********************************************/ 
form {
	clear: both;
	/*margin-right: 20px;*/
	padding: 0;
	width: 98%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 15px;
}

fieldset p
{
	margin-top: 0;
	margin-bottom: 4px;
	padding: 0;
}

fieldset legend {
	color: #ff8a00;
	font-size: 140%;
	font-weight: bold;
}

.legend {
	color: #ff8a00;
	font-size: 140%;
	font-weight: bold;
}

fieldset h3
{
	color: #ff8a00; font-weight: normal; font-size: 120%
}

fieldset fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0;
}
form div {
	clear: both;
	margin-bottom: 4px;
	padding: 3px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
	margin-left: 0;
	padding-left: 0;
}

form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 4px;
}
input[type=text], textarea {
	clear: both;
}
select {
	clear: both;
	font-size: 110%;
	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;
	padding: 2px 5px;
	width: auto;
}
input[type=radio]
{
	display: inline;
	padding-right: 5px;
}

.layoutSelector
{
	text-align: center; width: 129px; display: inline-block; margin-right: 3px;
}
 

/***********************************************/
/* Flash Messages                               */
/***********************************************/ 
#flash_ok,
#flash_not_ok{

}

#flash_ok
{
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 3px 0;
	text-align: left;
	color: #FFF;
	background: #009203 url(/img/ok.gif) no-repeat 5px 2px;
	border-bottom: 1px solid #6c6c6c;
}

.flashMsg {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 35px;
	height: 20px;
}

#flash_not_ok
{
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 3px 0;
	background: #d41616 url(/img/not_ok.gif) no-repeat 5px 2px;
	text-align: left;
	border-bottom: 1px solid #6c6c6c;
	color: #FFF;
}



.red {
	background-color:#FEBEB6;
}
.green {
	background-color:#D5FEB6;
}

#tutorialsHolder {
	border:2px solid #ccc;
}
#alerts {
	background: #000 url(/img/bg_alerts.jpg) repeat-x top center;
	background-color: #000;
	padding:10px;
	width:986px;
	border:1px solid #ff0000;
	margin-bottom:20px;
	color: #ffffff;
}
#alerts a {
	color: #ff0000;
}
.alert {
		border:1px dashed #666666;
			
		font-size: 14px;
		margin:6px;
		margin-bottom:8px;
		width:966px;
		padding:8px;
}
.tab_button {
		font-size:13px;
		width:120px;
		color:#ffffff;
		background-color:#666666;
		padding:4px;
		text-decoration:none;
		margin-bottom:10px;
		
}
/***********************************************/
/* Page Options                   */
/***********************************************/ 

#pageOptions
{
	background: #006600 url(/img/bg_pageoptions.jpg) repeat-x;
	color:#ffffff;
	height: 52px;
}
.pageOptionsForm {
	margin:0;
	font-size:11px;
}
#pageOptionsTable td {
	text-align:center;
}

#manageUsers { border: 1px solid #cccccc;}
	#manageUsers td {
		padding:2px;
		border-bottom:1px solid #cccccc;
		margin-bottom:2px;
		line-height:18px;
	}
	#manageUsers .header { background-color:#cccccc; font-weight:bold; }
	#manageUsers .subheader { background-color:#eeeeee; font-weight:bold; }
	#manageUsers .alternate { background-color:#eeeeee; }
	
#manageUsersAccess { border: 1px solid #cccccc; width: 100%; }
	#manageUsersAccess td {
			padding:2px;
			border-bottom:1px solid #cccccc;
			margin-bottom:2px;
			line-height:18px;
	}
	#manageUsersAccess .header { background-color:#cccccc; font-weight:bold; }
	#manageUsersAccess .subheader { background-color:#eeeeee; font-weight:bold; }
	#manageUsersAccess .alternate { background-color:#eeeeee; }

#userMenu {
	background-color:#666666;
	display:block;
	height: 26px;
}	
	#userMenu a {
		background-color:#666666;
		border-left:1px solid #737373;
		color:#FFFFFF;
		display:block;
		float:left;
		font-size:11px;
		font-weight:normal;
		padding:4px 14px;
		text-decoration:none;
	}
	
#userAccess{
	width: 350px;
	margin-left: 6px;
}
#sectionAccessTable { margin-bottom:5px; }
	#sectionAccessTable td {
			border-bottom:1px dashed #cccccc;
			padding:2px;
	}
	#sectionAccessTable .icon{ border: none; }

/* For the admin panel page navigation */
.actions{
	margin-bottom: 15px;
}
