body, p, td, div
{
	font-family:Geneva, Arial, sans-serif;
	font-size:11px;
}

body
{
	margin: 0px;
	padding:10px;
	background: #000000;
	color:#aaaaaa;
}

a
{
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: none;
}

a:hover
{
	color: #EEEEEE;
}

h1, h2, h3, h4, h5, h6 
{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	margin-bottom: 10px;
}

#logout
{
	position: absolute;
	right: 10px;
}

#heading
{
	color:#eeeeee;
	text-align:center;
	padding-top:20px;
	background: url(../media/chrome/abuzz_logo.gif) no-repeat 100% 0%;
}

#navigation
{
	margin-top: 30px;
	display: block;
	height: 30px;
	padding-bottom: 10px;
	background-color:black;
}

#level1
{
	height: 30px;
	border-bottom: 1px solid #770E17;
	border-top: 1px solid #333333;
}

#level2
{
	background-color:#efefef;
	padding:1px;
}

#level1 a, #level2 a, #logout a
{
	display: block;
	float: left;
	clear: none;
	padding: 8px;
	text-decoration: none;
	font-weight: normal;
}

#page
{
	padding: 10px;
	border-bottom: 1px solid #770E17;
	background-color:black;
}

#page div
{
	display: block;
}

fieldset
{
	border: none;
}

fieldset .field
{
	position: relative;
	padding: 10px;
	background-color: #111111;
	border-left: 4px solid #770E17;
}



table.browseTable
{
	border-left: 4px solid #770E17;
	margin-bottom: 10px;
}

table.browseTable tr td
{
  padding:2px;
  padding-left:4px;
}

table.browseTable tr.rowHead
{
	background-color: #151515;
}

table.browseTable tr.rowHead td
{
	padding:4px;
	border-top: 1px solid #222222;
}

table.browseTable tr.rowEven, table.browseTable tr.rowOdd
{
	background-color:#222222;
	cursor: default;
}

table.browseTable tr.rowEven td, table.browseTable tr.rowOdd td
{
	border-bottom: 1px solid #1B1B1B;
}

table.browseTable tr.rowEven:hover, table.browseTable tr.rowOdd:hover
{
	background-color:#333333;
}

table.browseTable tr.rowEven a, table.browseTable tr.rowOdd a
{
  text-decoration:none;
}

table.browseTable tr td.actions
{
	text-align: right;
	color: #333333;
	padding-right: 4px;
}

table.browseTable tr.rowFoot td
{
	padding-top:4px;
	padding-bottom:4px;
	background-color: #151515;
	color: #AAAAAA;
	font-weight: bold;
	cursor: default;
	text-align: center;
}

/** 
 * Login stuff
 */

#login, #accessDenied
{
  border:1px solid;
  padding:16px;
  margin:40px;
}

#login
{
	border-color: #333333;
}

#accessDenied
{
	border-color: #CC0000;
}

#login_error
{
  color:red;
  font-weight:bold;
}

/**
 * Tenant module stuff
 */

.preloadImage {
  display:none;
}

#store_title {
}

#store_selector {
  display:none;
}

#primary_category_message {
  font-style: italic;
}

#tenant_tab_panel {
  margin-top:18px;
  font-family: Arial, sans-serif;
/*  border-bottom: 10px solid #A0CEF8; */
}
#tenant_tab_panel ul {
  text-align: left;
  margin: 0 0 -1px 0;
}
#tenant_tab_panel li {
  display: inline;
}
#tenant_tab_panel li a {
  padding: 7px 0 6px 10px;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  background: url(/media/chrome/tenant_tab_dark_left.gif) no-repeat left top;
}

#tenant_tab_panel li a.selected, #tenant_tab_panel li a.selected:hover {
/*  padding: 7px 0 6px 10px; */
  color: #dddddd;
  background: url(/media/chrome/tenant_tab_mid_left.gif) no-repeat left top;
}

#tenant_tab_panel li a:hover {
  background: url(/media/chrome/tenant_tab_light_left.gif) no-repeat left bottom;
}

#tenant_tab_panel li a span {
  padding: 7px 10px 6px 0;
  background: url(/media/chrome/tenant_tab_dark_right.gif) no-repeat right top;
}

#tenant_tab_panel li a.selected span, #tenant_tab_panel li a.selected:hover span {
  padding: 7px 10px 6px 0;
  background: url(/media/chrome/tenant_tab_mid_right.gif) no-repeat right top;
}

#tenant_tab_panel li a:hover span {
  background: url(/media/chrome/tenant_tab_light_right.gif) no-repeat right bottom;
}




/*

#tenant_tab_panel
{
}

.tenant_tab, .tenant_tab_selected
{
  float:left;
  background-image:url(/media/chrome/tenant_tab.gif);
  width:104px !important;
  min-width:104px;
  text-align:center;
  height:23px;
  font-size:12px;
}

.tenant_tab
{
  cursor:pointer;
}

.tenant_tab_selected
{
  background-color: #eee;
  cursor:default;
}

*/

form#tenant_form fieldset
{
  display:none;
}

/* First fieldset is shown on page draw */
form#tenant_form fieldset#set_tenant
{
  display:block;
}

form.edit_form fieldset .field
{
	width:100%;
	padding-top:30px;
	display:block;
}

form.edit_form fieldset .field .label
{
	display:block;
	font-weight: bold;
	width:200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 100%;
	border-top: 1px solid #222222;
	padding-top: 4px;
	text-indent: 4px;
	margin-bottom: 10px;
}

form.edit_form fieldset .field small
{
	position: relative;
	bottom: 10px;
}

form.edit_form fieldset .field input,
form.edit_form fieldset .field select
{
	background-color: #222222;
	color: #CCCCCC;
	border: 1px solid #333333;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 1px;
	font-size: 11px;
}

.wide_input
{
  width:520px;
}

.multiple_float
{
  float:left;
}

.multiple_float select
{
  height:400px;
  width:250px;
}

.control_float
{
  padding-top:40px;
  float:left;
  width:100px;
  text-align:center;
}

.info_textarea
{
  width:500px;
  height:120px;
}

.time_float
{
  width:30%;
  float:left;
  padding-bottom:18px;
}

table#timeTable
{
  width:500px;
}

.image_update
{
}

.image_update input
{
	position: relative;
	top: 10px;
	margin-left: 20px;
}

.tenant_image
{
  width:100px;
  height:100px;
}




/* Calendar CSS */

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
