/*** Overrides common elements ***/

html, body {
  color: black;
  background-color: white;
  background-image: url('/static/images/homepage/bg.png');
  background-repeat: repeat-x;
  font: 11pt Arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

/*** Link styling ***/

a.link, a, a.active {
  color: #369;
}

/*** Dialog styling ***/

div.edit_page {
	padding: 5px;
	float:right;
	position: absolute;
	right: 0;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
  z-index: 100;
}

.fielderror {
    color: red;
    font-weight: bold;
}

.branding_dialog {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 5px;
	border: 2px solid lightgray;
	padding: 5px;
	background-color: white;
	background-image: url('/static/images/homepage/leaf-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 200;
	font-size: 9pt;
}

.unpublished {
	background-image: url('/static/common/images/unpublished.png');
	background-repeat: repeat;
	background-color: transparent;
}

/***  Styles the menu preview widgets ***/

.cms_left_preview_menu {
	margin-bottom: 20px;
}

.cms_left_preview_menu table {
	width: 745px;
}

.cms_left_preview_menu_left_menu {
	border-bottom: 1px solid lightgray;
	width: 215px;
}

.cms_left_preview_menu_left_menu div {
	padding: 8px 5px;
	border-top: 1px solid #D3D3D3;
	cursor: pointer;
}

.cms_left_preview_menu_left_menu a {
	font-weight: bold;	
}

.left_menu_preview_left_menu_selected {
	color: black;
}

.left_menu_preview_left_menu_not_selected {
	color: gray;
}

.left_menu_preview_right_preview_content {
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	min-height: 105px;
	width: 520px;
	z-index:100;
}

.left_menu_preview_right_preview_text {
	background-image: url('/static/images/homepage/popup_dialog_background.png');
	background-repeat: no-repeat;
	background-color: transparent;
	color: black;
	-moz-opacity:.95;
	opacity:.95;
	min-height: 105px;
	width: 475px;
}

.cms_left_preview_menu_right_preview {
	width: 520px;	
}

.left_menu_preview_right_preview_text {
	padding: 25px 20px 0 20px;	
}

/** Styles for the jump menu **/

.cms_jump_menu_item {
	background-color: #cad1d7;
}

.cms_jump_menu_item a {
	color: #333;
}

.cms_jump_menu_item:hover {
	background-color: #b4c2cd;
}

.cms_jump_menu_item_selected {
	background-color: #b4c2cd;
}

/** Styles for the table text **/

.cms_table_bubble_text_cell {
	
}

.cms_table_bubble_text_item {
	background-color: white;
}
