﻿/* vbx-icm styles */
body {
	border-top: none;
	margin: 0;
	padding: 0;
}
#icm_wrapper {
	/* takes some body properties to include vbx-icm bar on top of the page */
	margin: 0;
	padding: 0 24px 24px 48px;
}
#vbx-icm  {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	background: #ffcc00 ;
	padding: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
	font-family: "Lucida grande", Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.2em;
	text-align: left;
}
p#vbx-user {
	background: transparent;
	margin: 0;
	padding: 2px 8px 8px 16px;
	font-family: "Lucida grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 1.2em;
	text-align: left;
	border: none;
}
p#vbx-user a {
	color: #333;
	font-weight: bold;
}
p#vbx-id {
	position: absolute;
	top: 0;
	right: 0;
	clear: right;
	background: #666;
	margin: 0 16px;
	padding: 0 8px 2px 8px;
	font-family: "Lucida grande", Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
	text-align: right;
	border: 1px solid #ccc;
}
p#vbx-id a {
	color: #fff;
	text-decoration: none;
}
#vbx-icm form {
	overflow: auto;
	background: transparent;
	margin: 0;
	padding: 2px 16px 6px 48px;
	font-family: "Lucida grande", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	color: #333;
}
#vbx-icm form label {
	display: inline;
	float: left;
	clear: none;
	text-align: right;
	vertical-align: top;
	width: auto;
	padding: 0 16px 0 0;
	font-size: 10px;
	font-weight: normal;
}
#vbx-icm form input {
	display: inline;
	float: none;
	clear: none;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #666;
	font-size: 11px;
	background: #fff;
}
#vbx-icm form input[type=submit] {
	margin: 0;
	padding: 2px 4px;
	background: #666;
	font-weight: bold;
	color: #fff;
	border: 1px solid #666;
}
/* login window css */
.login {
	background: #666; /*#1B3803;*/
	margin: 0;
	padding: 24px 48px;
	text-align: center;
	font-family: "Lucida grande", Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
}
.login table {
	margin: 0 auto;
	background: #ba0;
	border: 2px solid #ba0;
	color: #343;
}
.login th, td {
	width: 12em;
}
.login th {
	margin: 0;
	padding: 4px;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
}
.login th a, td a {
	color: #fff;
	text-decoration: none;
}
.login td {
	background: #dc0;
}
.login a {
	color: #fff;
}

/* editing css */
body, html {
	height: 100%;
}
#vbx-mask {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: .85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 998;
	text-align: center;
}
#vbx-mask[id]{ /* IE6 and below Can't See This */
    position:fixed;
}
#vbx-ed-panel_box {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	width: 640px;
	height: 0;
	z-index: 999;
}
#vbx-ed-panel {
	position: relative;
	float: none;
	background-color: #ffffff;
	margin: 0;
	padding: 8px;
	z-index: 1000;
	display: none;
}
#vbx-ed-panel form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#vbx-ed-panel form textarea {
	font-family: "Lucida grande", Verdana, sans-serif;
	width: 624px;
	font-size: 12px;
}
#vbx-ed-panel button {
	font-weight: bold;
	margin: 4px 24px;
}
#vbx-ed-panel p {
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}
#vbx-ed-panel ul li {
	color: #000;
}
/* popupmenu -------------------------------*/
#popmenu {
	position: absolute;
	background: transparent url('../icm/resources/icm_button.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 24px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	/*border: solid 1px #f90;*/
	z-index: 998;
	display: none;
}
#icm_title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 2px 8px 0 28px;
	width: 112px;
	height: 22px;
	color: #fff;
}
#popcontent {
	position: relative;
	zoom: 1;
	background: transparent url('../icm/resources/icm_bottom.gif') no-repeat bottom left;
	margin: 0 0 -12px 0;
	padding: 0 0 12px 0;
	line-height: 13px;
	color: #666;
	display: none;
}
#popcontent ul {
	border-bottom:  #f6c273 solid 1px;
}
#popcontent ul li {
	display: block;
	zoom: 1;
	background-color: transparant;
	padding: 0;
	margin: 0;
	border-top:  #d78101 solid 1px;
	border-left: #f09205 solid 1px;
	border-right: #f09205 solid 1px;
	display: none;
}
#popcontent ul li a {
	display: block;
	zoom: 1;
	background-color: #fff8ee;
	padding: 4px 8px 6px 8px;
	margin: 0;
	opacity: .80;
	-moz-opacity: 0.80;
	filter: alpha(opacity = 80);
}
#popcontent ul li a:hover {
	text-decoration: none;
	zoom: 1;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}
/* popup list -------------------------------*/
#popinfo {
	background-color: #f09205;
	border-top:  #d78101 solid 1px;
	line-height: 15px;
	color: #000;
	padding: 2px 8px 4px 8px;
}
#popinfo a {
	display: block;
	height: 14px;
	color: #fff;
}
#popinfo a:hover  {
	text-decoration: none;
}
#myNicPanel {
	border-top: #f09205 solid 2px;
	border-bottom: #f09205 solid 2px;
}
#ppup {
	position: absolute; 
	z-index: 999;
}
#ppup ul {
	border: #333 solid 1px;
	background-color: #fff8ee;
	padding: 4px 0;
	margin: 0 4px;
}
#ppup ul li {
	display: block;
	padding: 0;
	margin: 0 0 1px 0;
}
#ppup ul li a {
	display: block;
	zoom: 1;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	background-color: #fff8ee;
	padding: 2px 4px;
	height: 15px;
	margin: 0;
	line-height: 12px;	
	color: #666;
}
#ppup ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #f09205;
}