@charset "utf-8";
/* CSS Document */

@import url("login-page.css");
@import url("form-elements.css");

/* Global styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	}
html, body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	background:#151515 url('/images/body-bg.gif') 0 0 repeat;
	font-size:11px;
	}
div, img, a {
	border:0;
	}
img {
	vertical-align:top;
	}
a, input, button, textarea, select {
	outline:none;
	}
a {
	color:#0090c6;
	text-decoration:underline;
	cursor:pointer;
	}
a:hover {
	text-decoration:none;
	}
.fleft {
	float:left;
	}	
.fright {
	float:right;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.img-left {
	float:left;
	margin-right:15px;
	}
.img-right {
	float:left;
	margin-right:15px;
	}
.center {
	text-align:center;
	}
.clear {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	clear:both;
	}
/* ################## */

/* Body block */

/* ########## */

/* Wrap block */
#wrap {
	width:100%;
	min-width:1000px;
	min-height:100%;
	overflow:hidden;
	background:url('/images/wrap-bg.gif') 0 0 repeat-x;
	font-size:11px;
	line-height:1.2em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#2f2f2f;
	position:relative;
	z-index:2;
	}
#wrap-top-bg {
	width:100%;
	height:940px;
	background:url('/images/wrap-top-bg.jpg') 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	}
#wrap-top-bg div {
	width:100%;
	height:940px;
	background:url('/images/wrap-top-lines-bg.png') 0 0 no-repeat;
	}
#wrap-cont {
	width:100%;
	min-width:1000px;
	max-width:1420px;
	position:relative;
	z-index:3;
	padding:114px 0 0px;
	}
/* ########## */

/* Icons */

/* Icons 22x22 */
.icon-22x22 {
	width:22px;
	height:22px;
	display:block;
	}
.icon-22x22-users {
	background:url('/images/icons/users-22x22.png') 0 0 no-repeat;
	}
.icon-22x22-news {
	background:url('/images/icons/news-22x22.png') 0 0 no-repeat;
	}
.icon-22x22-pages {
	background:url('/images/icons/pages-22x22.png') 0 0 no-repeat;
	}
.icon-22x22-roles {
	background:url('/images/icons/roles-22x22.png') 0 0 no-repeat;
	}
.icon-22x22-units {
	background:url('/images/icons/units-22x22.png') 0 0 no-repeat;
	}
.icon-22x22-forms {
	background:url('/images/icons/forms-22x22.png') 0 0 no-repeat;
	}
	
/* Icons 38x38 */
.icon-38x38 {
	width:38px;
	height:38px;
	display:block;
	}
.icon-38x38-home {
	background:url('/images/icons/home-38x38.png') 0 0 no-repeat;
	}
.icon-38x38-users {
	background:url('/images/icons/users-38x38.png') 0 0 no-repeat;
	}
.icon-38x38-news {
	background:url('/images/icons/news-38x38.png') 0 0 no-repeat;
	}
.icon-38x38-pages {
	background:url('/images/icons/pages-38x38.png') 0 0 no-repeat;
	}
.icon-38x38-units {
	background:url('/images/icons/units-38x38.png') 0 0 no-repeat;
	}
.icon-38x38-forms {
	background:url('/images/icons/forms-38x38.png') 0 0 no-repeat;
	}
.icon-38x38-seo-tools {
	background:url('/images/icons/seo-tools-38x38.png') 0 0 no-repeat;
	}
.icon-38x38-settings {
	background:url('/images/icons/settings-38x38.png') 0 0 no-repeat;
	}
.icon-38x38-backups {
	background:url('/images/icons/backups-38x38.png') 0 0 no-repeat;
	}
	
/* Icons 30x34 */
.icon-30x34 {
	width:30px;
	height:34px;
	display:block;
	}
.icon-30x34-users {
	background:url('/images/icons/users-30x34.png') 0 0 no-repeat;
	}

/* Enabled & Disabled */
.enabled-ico, .disabled-ico {
	width:15px;
	height:11px;
	overflow:hidden;
	}
	
/* ##### */

/* Help window */
#help-window {
	display:none;
	width:243px;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
	background:none;
	}
#help-window #help-window-top, #help-window #help-window-bottom {
	width:243px;
	height:21px;
	overflow:hidden;
	position:relative;
	z-index:1100;
	background:url('/images/form-elements/help-window-top.png') 0 0 no-repeat;
	}
#help-window #help-window-bottom {
	position:relative;
	z-index:1100;
	background:url('/images/form-elements/help-window-bottom.png') 0 0 no-repeat;
	}
#help-window #help-window-center {
	padding:8px 27px 9px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#2f2f2f;
	background:url('/images/form-elements/help-window-center.png') 0 0 repeat-y;
	position:relative;
	z-index:1100;
	}
#help-window iframe {
	width:243px;
	height:100%;
	background:none;
	border:0;
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	left:0;
	top:0;
	z-index:1050;
	display:none;
	}
#help-window.rightHelpWindow {
	margin-left:-218px;
	}
#help-window.rightHelpWindow #help-window-bottom {
	background:url('/images/form-elements/help-window-bottom-right.png') 0 0 no-repeat;
	}
	
/* ########## */

/* Head */
#head {
	width:100%;
	height:114px;
	position:absolute;
	left:0;
	top:0;
	}

/* Logo */
#logo {
	width:350px;
	height:68px;
	font-size:10px;
	line-height:12px;
	color:#fff;
	position:absolute;
	top:25px;
	left:218px;
	}
#logo a {
	display:block;
	width:350px;
	height:67px;
	}
#logo a img {
	width:350px;
	height:68px;
	background:url('/images/logo.png') 0 0 no-repeat;
	}
#logo .project-name {
	display:block;
	position:absolute;
	right:2px;
	top:49px;
	}
/* ---- */

/* Head right panel */
#head-right-panel {
	width:250px;
	font-size:10px;
	line-height:12px;
	color:#fff;
	position:absolute;
	top:31px;
	right:21px;
	}
#head-right-panel .logo-info {
	width:250px;
	font-size:10px;
	line-height:12px;
	text-align:right;
	color:#fff;
	margin-bottom:10px;
	}
#head-right-panel .logo-info a {
	font-weight:bold;
	color:#b0edff;
	}
#head-right-panel .logo-info-logout {
	margin-left:5px;
	text-decoration:none;
	}
#head-right-panel .logo-info-logout img {
	position:relative;
	top:2px;
	}
	
/* Spotlite */
.spotlite {
	width:176px;
	height:28px;
	float:right;
	position:relative;
	}
.spotlite .spotlite-text {
	width:176px;
	height:28px;
	overflow:hidden;
	background:url('/images/head/spotlite_bg.png') 0 0 no-repeat;
	}
.spotlite .spotlite-text-break {
	display:none;
	width:17px;
	height:17px;
	background:url('/images/icons/break-button.png') 0 0 no-repeat;
	position:absolute;
	right:6px;
	top:50%;
	margin-top:-8px;
	z-index:10;
	cursor:pointer;
	}
.spotlite .spotlite-text-input {
	padding:2px;
	}
.spotlite .spotlite-text-input input {
	width:138px;
	height:12px;
	padding:6px 25px 6px 9px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#999;
	border:0;
	background:none;
	}
/* Dropdown spotlite */
.spotlite .spotlite-dropdown {
	position:absolute;
	right:-13px;
	top:24px;
	visibility:hidden;
	}
.spotlite .spotlite-dropdown-top {
	height:14px;
	overflow:hidden;
	position:relative;
	}
.spotlite .spotlite-dropdown-top .s_d_t-left {
	height:14px;
	margin-right:196px;
	background:url('/images/head/spotlite-dropdown-top-left.png') 0 0 no-repeat;
	}
.spotlite .spotlite-dropdown-top .s_d_t-right {
	width:196px;
	height:14px;
	background:url('/images/head/spotlite-dropdown-top-right.png') 0 0 no-repeat;
	position:absolute;
	right:0;
	top:0;
	}
.spotlite .spotlite-dropdown-center {
	background:url('/images/head/spotlite-dropdown-center-left.png') 0 0 repeat-y;
	position:relative;
	}
.spotlite .spotlite-dropdown-center-body {
	background:url('/images/head/spotlite-dropdown-center-right.png') right 0 repeat-y;
	}
.spotlite .spotlite-dropdown-bottom {
	height:18px;
	overflow:hidden;
	position:relative;
	}
.spotlite .spotlite-dropdown-bottom .s_d_b-left {
	height:18px;
	margin-right:19px;
	overflow:hidden;
	background:url('/images/head/spotlite-dropdown-bottom-left.png') 0 0 no-repeat;
	}
.spotlite .spotlite-dropdown-bottom .s_d_b-right {
	width:19px;
	height:18px;
	background:url('/images/head/spotlite-dropdown-bottom-right.png') 0 0 no-repeat;
	position:absolute;
	right:0;
	top:0;
	}
.spotlite .spotlite-dropdown-cont {
	margin:0 13px;
	background:#fff;
	padding-bottom:5px;
	}
.spotlite .spotlite-dropdown-cont table {
	position:relative;
	top:-4px;
	}
.spotlite .spotlite-dropdown-cont a {
	color:#0090c6;
	}
.spotlite .spotline-dropdown-left {
	vertical-align:top;
	padding:0 9px 0 0px;
	font-size:11px;
	line-height:13px;
	}
.spotlite .spotline-dropdown-left div {
	position:relative;
	padding-left:30px;
	}
.spotlite .spotline-dropdown-left .icon-22x22 {
	display:block;
	position:absolute;
	left:8px;
	top:0;
	}
.spotlite .spotline-dropdown-left em {
	display:block;
	color:#999;
	padding:5px 0 0 5px;
	font-style:normal;
	white-space:nowrap;
	}
.spotlite .spotline-dropdown-right {
	vertical-align:top;
	border-left:1px solid #eaeaea;
	}
.spotlite .spotline-dropdown-right ul {
	width:175px;
	padding-top:5px;
	margin:0 0 12px;
	list-style:none;
	}
.spotlite .spotline-dropdown-right ul li {
	padding:0 22px 5px;
	font-size:10px;
	line-height:12px;
	}
/* ******** */
/* ---------------- */

/* #### */

/* Basis */
#basis {
	margin-right:21px;
	position:relative;
	}
#basis-body {
	background:url('/images/basis-bg.gif') 0 0 repeat-y;
	}
#basis #basis-top, #basis #basis-bottom {
	height:5px;
	margin-left:218px;
	overflow:hidden;
	background:url('/images/center-frame-corners.png') 0 0 no-repeat;
	position:relative;
	}
#basis #basis-bottom {
	background:none;
	}
#basis #basis-top *, #basis #basis-bottom * {
	display:block;
	}
#basis #basis-top i, #basis #basis-bottom i {
	height:5px;
	margin:0 5px;
	background:#fff;
	}
#basis #basis-top b, #basis #basis-bottom b {
	width:5px;
	height:5px;
	position:absolute;
	right:0;
	top:0;
	}
#basis #basis-top b big, #basis #basis-bottom b big, #basis #basis-bottom em {
	width:10px;
	height:10px;
	position:absolute;
	left:-5px;
	top:0;
	background:url('/images/center-frame-corners.png') 0 0 no-repeat;
	}
#basis #basis-bottom b big {
	top:-5px;
	}
#basis #basis-bottom em {
	top:-5px;
	left:0;
	}

/* Left frame */
#left-frame {
	width:218px;
	float:left;
	position:relative;
	top:-2px;
	}
	
/* Left block */
.left-block {
	width:198px;
	margin:0 0 7px 20px;
	padding-top:6px;
	background:url('/images/left-frame/left-frame-top.png') 0 0 no-repeat;
	}
.left-block .left-block-basis {
	width:198px;
	background:url('/images/left-frame/left-frame-center.png') 0 0 repeat-y;
	}
.left-block .left-block-bottom {
	width:198px;
	height:6px;
	overflow:hidden;
	background:url('/images/left-frame/left-frame-bottom.png') 0 0 no-repeat;
	}
.left-block .left-head {
	width:187px;
	height:34px;
	margin:0 0 0 7px;
	line-height:34px;
	color:#fff;
	background:url('/images/left-frame/left-head.png') 0 0 no-repeat;
	position:relative;
	top:-1px;
	}
.left-block .icon-30x34 {
	position:absolute;
	top:0;
	left:5px;
	}
.left-block .left-head div {
	padding:0 8px 0 37px;
	}
	
/* Left content */
.left-cont {
	padding:8px 16px;
	position:relative;
	}
.left-cont a {
	color:#b0edff;
	}
.left-cont .arrow-line {
	padding-left:14px;
	background:url('/images/left-frame/left-frame-arrow.gif') 0 4px no-repeat;
	}
.left-cont ul {
	list-style:none;
	padding:0 5px;
	}
.left-cont ul li {
	padding:9px 0 6px;
	}
/* ********** */

/* Left menu */
.left-menu {
	width:198px;
	list-style:none;
	}
.left-menu li {
	display:block;
	font-size:12px;
	line-height:14px;
	position:relative;
	}
.left-menu li div {
	min-height:39px;
	background:url('/images/left-frame/left-menu-line.png') 0 0 no-repeat;
	cursor:pointer;
	}
.left-menu li del, .left-menu li big {
	display:block;
	width:194px;
	height:2px;
	overflow:hidden;
	background:url('/images/left-frame/left-menu-item-act.png') 0 0 repeat-y;
	position:absolute;
	left:4px;
	visibility:hidden;
	}
.left-menu li del {
	display:none;
	top:1px;
	}
.left-menu li big {
	height:1px;
	bottom:-1px;
	}
.left-menu li a {
	color:#b0edff;
	}
.left-menu .icon-38x38 {
	position:absolute;
	top:2px;
	left:9px;
	}
.left-menu li div i {
	display:block;
	margin:0 4px;
	font-style:normal;
	}
.left-menu li div i a {
	display:block;
	padding:14px 0px 15px 54px;
	margin-right:35px;
	overflow:hidden;
	font-weight:normal;
	}
.left-menu li div a b {
	display:block;
	font-weight:normal;
	position:relative;
	}
.left-menu .add-button, .left-menu li.act .add-button {
	display:block;
	padding:0;
	margin:0;
	text-decoration:none;
	visibility:hidden;
	width:24px;
	height:24px;
	overflow:hidden;
	background:url('/images/left-frame/add-button.png') 0 0 no-repeat;
	position:absolute;
	top:50%;
	right:9px;
	margin-top:-10px;
	}
.left-menu li div:hover {
	text-indent:0px;
	}
.left-menu li div:hover a {
	text-decoration:none;
	}
.left-menu li div:hover .add-button {
	visibility:visible;
	}
.left-menu li div:hover i {
	background:url('/images/left-frame/left-menu-item-act.png') 0 0 repeat-y;
	}
.left-menu li div:hover big, .left-menu li div:hover del {
	visibility:visible;
	}

/* First, Last item */
.left-menu li.first-item div {
	background:none;
	}
.left-menu li.first-item del {
	height:4px;
	background:url('/images/left-frame/first-item-top.png') 0 0 no-repeat;
	top:-4px;
	display:block;
	}
.left-menu li.last-item big {
	height:4px;
	bottom:-4px;
	background:url('/images/left-frame/last-item-bottom.png') 0 0 no-repeat;
	}
.left-menu li.last-item div i a {
	padding-bottom:13px;
	}

/*Active element */
.left-menu li.act {
	padding:6px 0 0 0;
	margin-bottom:5px;
	}
.left-menu li.act a {
	display:block;
	position:relative;
	color:#5a5a5a;
	text-decoration:none;
	margin-right:40px;
	overflow:hidden;
	}
.left-menu li.act a.add-button {
	visibility:visible;
	margin:0;
	top:9px;
	background:url('/images/left-frame/add-button-act.png') 0 0 no-repeat;
	}
.left-menu li.act div:hover {
	text-indent:0px;
	}
.left-menu li.act div:hover, .left-menu li.act div:hover i {
	background:none;
	}
.left-menu li.act div:hover big, .left-menu li.act div:hover del {
	visibility:hidden;
	}
.left-menu li.act .item-top, .left-menu li.act .item-top:hover,
.left-menu li.act .item-bottom, .left-menu li.act .item-bottom:hover {
	width:198px;
	height:10px;
	min-height:0px;
	padding:0;
	overflow:hidden;
	background:url('/images/left-frame/left-menu-item-top.png') 0 0 no-repeat;
	position:absolute;
	left:0;
	}
.left-menu li.act .icon-38x38 {
	top:-4px;
	}
.left-menu li.act .item-top, .left-menu li.act .item-top:hover {
	top:-4px;
	}
.left-menu li.act .item-bottom, .left-menu li.act .item-bottom:hover {
	background:url('/images/left-frame/left-menu-item-bottom.png') 0 0 no-repeat;
	bottom:-10px;
	}
.left-menu li.act div, .left-menu li.act div:hover {
	cursor:default;
	min-height:30px;
	background:#fff url('/images/left-frame/left-menu-item-center.png') 0 0 no-repeat;
	}
.left-menu li.act div a b {
	padding:8px 3px 6px 55px;
	}
.left-menu li.act div ul {
	list-style:none;
	padding:0px 8px 11px 55px;
	}
.left-menu li.act div ul li {
	padding:6px 0 0px 0;
	font-size:11px;
	line-height:13px;
	}
.left-menu li.act div ul li a {
	display:inline;
	padding:0;
	margin:0;
	overflow:visible;
	color:#0090c6;
	text-decoration:underline;
	}
.left-menu li.act div ul li a:hover {
	text-decoration:none;
	}
.left-menu li.act div a.act {
	color:#5a5a5a;
	text-decoration:none;
	}
	
/* ********* */
	
/* ---------- */

/* Center frame */
#center-frame {
	margin:0 0 0 218px;
	position:relative;
	}
#center-frame-body {
	width:100%;
	float:left;
	}
#center-frame-cont {
	padding:30px 44px 0 44px;
	}
	
/* Breadcrumbs */
.breadcrumbs {
	border:1px solid #dedede;
	position:relative;
	margin-bottom:22px;
	}
.breadcrumbs .breadcrumbs-cont {
	padding:7px 15px 9px;
	color:#434343;
	}
.breadcrumbs .breadcrumbs-cont a {
	display:block;
	float:left;
	color:#0090c6;
	text-decoration:underline;
	font-weight:bold;
	}
.breadcrumbs .breadcrumbs-cont a:hover {
	text-decoration:none;
	}
.breadcrumbs .breadcrumbs-cont em, .breadcrumbs .breadcrumbs-cont span {
	float:left;
	}
.breadcrumbs .breadcrumbs-cont span.clear {
	float:none;
	}
.breadcrumbs .breadcrumbs-cont em {
	padding:0 7px 0 6px;
	background:url('/images/center-frame/breadcrumbs-list-dot.gif') center 4px no-repeat;
	}
.breadcrumbs big, .breadcrumbs del,
.breadcrumbs h6, .breadcrumbs code {
	display:block;
	width:3px;
	height:3px;
	overflow:hidden;
	background:url('/images/center-frame/breadcrumbs-corner.gif') 0 0 no-repeat;
	position:absolute;
	}
.breadcrumbs big { top:-1px; left:-1px; }
.breadcrumbs del { top:-1px; right:-1px; background-position: -3px 0; }
.breadcrumbs h6 { bottom:-1px; left:-1px; background-position: 0 -3px; }
.breadcrumbs code { bottom:-1px; right:-1px; background-position: -3px -3px; }
/* *********** */

/* Tabs block */
.tabs {
	margin-bottom:12px;
	}
.tabs-2 {
	margin-bottom:0;
	}
.small-tabs {
	width:470px;
	}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs .tabs-nav {
  width:100%;
	list-style:none;
	}
.tabs .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
	}
.tabs .tabs-nav li {
	height:26px;
	float:left;
	}
.tabs .tabs-nav a, .tabs .tabs-nav a span {
  display: block;
	}
.tabs .tabs-nav a {
	height:26px;
	color:#0090c6;
	text-decoration:underline;
  white-space: nowrap; /* required in IE 6 */   
	}
.tabs .tabs-nav li a span {
	padding:7px 0 6px 0;
	margin:0 16px 0 5px;
	}
.tabs .tabs-nav a:hover {
	text-decoration:none;
	}
.tabs-nav .tabs-selected {
  background:url('/images/center-frame/tabs-nav.gif') 0 0 no-repeat;
	position:relative;
	top:1px;
	z-index:2;
	}
.tabs-nav .tabs-selected a {
	background:url('/images/center-frame/tabs-nav.gif') right 0 no-repeat;
	text-decoration:none;
	color:#000;
	}
.tabs .tabs-nav .tabs-selected a span {
	padding:6px 4px 7px 10px;
	margin:0 25px 0 5px;
	background:url('/images/center-frame/tabs-nav.gif') 0 -26px repeat-x;
	}
.tabs .tabs-nav .tabs-selected a:link, .tabs .tabs-nav .tabs-selected a:visited, .tabs .tabs-nav .tabs-disabled a:link, .tabs .tabs-nav .tabs-disabled a:visited { 	/* @ Opera, use pseudo classes otherwise it confuses cursor... */
  cursor: text;
	}
.tabs .tabs-nav a:hover, .tabs .tabs-nav a:focus, .tabs .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
  cursor: pointer;
	}
.tabs .tabs-nav .tabs-disabled {
  opacity: .4;
	filter: alpha(opacity=40);
	position: relative;
	}
.tabs .tabs-item {
	border:1px solid #dedede;
	background:#f4f4f4;
	position:relative;
	}
.tabs-2 .tabs-item {
	border:0;
	background:none;
	}
.tabs-2 .tabs-item .tabs-item-cont {
	border:1px solid #dedede;
	background:#f4f4f4;
	position:relative;
	margin-bottom:12px;
	}
.tabs .tabs-item .tabs-item-cont {
	padding:18px 14px 10px;
	}
.tabs .tabs-item h1 {
	font-size:20px;
	line-height:22px;
	padding-bottom:22px;
	color:#434343;
	font-weight:normal;
	}
.tabs .tabs-loading em {
  padding: 0 0 0 20px;
	}

.tabs .tabs-item .tabs-cr-tl, .tabs .tabs-item .tabs-cr-tr, .tabs .tabs-item .tabs-cr-bl,
.tabs .tabs-item .tabs-cr-br {
	width:4px;
	height:4px;
	overflow:hidden;
	background:url('/images/center-frame/tabs-corners.gif') 0 0 no-repeat;
	position:absolute;
	}
.tabs .tabs-item .tabs-cr-tl { left:-1px;top:-1px; background:none;}
.tabs .tabs-item .tabs-cr-tr { right:-1px;top:-1px; background-position:-4px 0; }
.tabs .tabs-item .tabs-cr-bl { left:-1px;bottom:-1px; background-position:0 -4px; }
.tabs .tabs-item .tabs-cr-br { right:-1px;bottom:-1px; background-position:-4px -4px; }

/* ********** */

/* ------------ */
/* ##### */

/* Message box */
.message-box {
	padding-bottom:4px;
	}
.message-block {
	background:#eff4f5;
	border-left:1px solid #d8e0e2;
	border-right:1px solid #d8e0e2;
	font-size:10px;
	line-height:12px;
	color:#607e84;
	position:relative;
	}
.warning-box .message-block {
	background:#fffeec;
	border-left:1px solid #e6e5d0;
	border-right:1px solid #e6e5d0;
	}
.error-box .message-block {
	background:#ffefef;
	border-left:1px solid #f6dddd;
	border-right:1px solid #f6dddd;
	}
.message-block .cont {
	padding:9px 55px 1px 15px;
	}
.message-block .cont p {
	padding-bottom:8px;
	}
.message-block code, .message-block h6 {
	width:100%;
	display:block;
	height:4px;
	font-size:0;
	line-height:0;
	border-top:1px solid #d8e0e2;
	position:relative;
	}
.warning-box .message-block code {
	border-top:1px solid #e6e5d0;
	}
.error-box .message-block code {
	border-top:1px solid #f6dddd;
	}
.message-block h6 {
	border:0;
	border-bottom:1px solid #d8e0e2;
	}
.warning-box .message-block h6 {
	border-bottom:1px solid #e6e5d0;
	}
.error-box .message-block h6 {
	border-bottom:1px solid #f6dddd;
	}
.message-block big, .message-block del {
	width:4px;
	height:4px;
	overflow:hidden;
	position:absolute;
	background:url('/images/message-box/message-block-success-corner.gif') 0 0 no-repeat;
	}
.warning-box .message-block big, .warning-box .message-block del {
	background-image:url('/images/message-box/message-block-warning-corner.gif');
	}
.error-box .message-block big, .error-box .message-block del {
	background-image:url('/images/message-box/message-block-error-corner.gif');
	}
.message-block code big { top:-1px;left:-1px; }
.message-block code del { top:-1px;right:-1px;background-position:-4px 0; }
.message-block h6 big { bottom:-1px;left:-1px;background-position:0 -4px; }
.message-block h6 del { bottom:-1px;right:-1px;background-position:-4px -4px; }
.message-block .close-button {
	width:12px;
	height:12px;
	overflow:hidden;
	background:url('/images/message-box/message-box-close-button.png') 0 0 no-repeat;
	position:absolute;
	right:4px;
	top:5px;
	cursor:pointer;
	}
/* ########### */

/* Footer */
#footer {
	width:100%;
	padding-top:10px;
	height:52px;
	min-width:1000px;
	max-width:1420px;
	z-index:4;
	}
#footer-body, #footer-top {
	margin:0 19px 0 216px;
	position:relative;
	}
#footer-top #footer-top-left {
	height:6px;
	margin-right:7px;
	overflow:hidden;
	background:url('/images/footer/footer-top-left.png') 0 0 no-repeat;
	}
#footer-top #footer-top-right {
	width:7px;
	height:6px;
	overflow:hidden;
	background:url('/images/footer/footer-top-right.png') 0 0 no-repeat;
	position:absolute;
	right:0;
	top:0;
	}
#footer-body #footer-body-left {
	height:46px;
	margin-right:3px;
	overflow:hidden;
	background:url('/images/footer/footer-center-left.png') 0 0 no-repeat;
	}
#footer-body #footer-body-right {
	width:3px;
	height:46px;
	overflow:hidden;
	background:url('/images/footer/footer-center-right.png') 0 0 no-repeat;
	position:absolute;
	right:0;
	top:0;
	}
#footer-cont {
	padding:3px 41px 9px 44px;
	color:#b4b4b4;
	font-size:11px;
	}
#footer-cont a {
	color:#b0edff;
	text-decoration:underline;
	}
#footer-cont a:hover {
	text-decoration:none;
	}
#footer-cont sup {
	font-size:11px;
	position:relative;
	top:4px;
	}
#footer-cont .small {
	font-size:10px;
	line-height:14px;
	}
/* ###### */