@CHARSET "ISO-8859-1";

label {
	vertical-align: middle;
}

abbr,acronym {
	border-bottom: 1px dotted;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/body-bg-3-2.jpg');
	background-repeat: repeat;
	font-family: sans-serif;
}


ul {
	list-style: disc;
	padding-left: 20px;
	margin: 1em 0;
}

td {
	padding: 1px;
}

th {
	font-weight: bold;
}

textarea {
	font-family: sans-serif;
}

h1 {
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0 0 0.25em;
}

h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.75em;
}

.dialpad-item-title {
	display: block;
	font-size: 1em;
	font-weight: bold;
}

h3 {
	display: block;
	margin: 0.25em 0;
}

fieldset {
	padding: 10px;
}

p {
	margin: 1em 0;
}

.unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/* == End Sensible Defaults == */

/* To be overridden for IE6. */
#page-container {
	position: fixed;
	bottom: 0px;
	top: 12px;
	overflow: auto;
	width: 100%; /* Why was this missing for so long? */
}

a {
	color: #2e3436;
}

a:focus {
	outline: none;
}

a img {
	border: 0px;
}

.ui-button:focus {
	border-color: #91B7D1;
	border-style: solid;
	/*outline: none;*/
}

thead th.header div.sort-holder {
	float: right;
	width: 20px;
	height: 20px;
	margin-right: -24px;
}

thead th.header {
	cursor: pointer;
	padding-right: 24px;
	line-height: 16pt;
}

thead th.header div.sort-holder {
	background-image: url('../images/sort-none.png');
}

thead th.header-sort-asc div.sort-holder {
	background-image: url('../images/sort-asc.png');
}

thead th.header-sort-desc div.sort-holder {
	background-image: url('../images/sort-desc.png');
}

/* Specific interface elements */
#title-bar {
	background-image: url('../images/title-bar-bg.png');
	background-size: auto 102%;
	min-height: 50px;
	width: 100%;
	/* min-width: 850px;*/
}

#title-optergy-logo {	
	margin: 3px;
	position: relative;
	left: 10px;
	top: 4px;
}

.nice-menu {
	margin: 1px 2px;
	padding: 2px 1px;
	vertical-align: middle;
	float: left;
	/* To co-operate with other elements that are not images. */
}

/*VWB08*/
#main-menu.menu-head ul {
	margin-top: 60px;
}

/*VWB08*/
#bookmark-menu.menu-head ul {
	margin-top: 25px
}

#main-menu.menu-head>ul,#bookmark-menu.menu-head>ul,#user-menu>ul {
	border-top-left-radius: 0;
}

/*VWB08*/
#user-menu ul {
	margin-top: 15px;
}

/*VWB05*/
#main-menu {
	margin-top: 0px;
	background-image: url('../images/main-menu-head.gif');
	width: 62px;
	height: 50px;
	float: left;
}

#main-menu.menu-head-open {
	background-image: url('../images/main-menu-head-open.gif');
}

/*VWb05*/
.menu-head .submenu-head ul.nice-menu {
	margin-left: 250px;
	margin-top: -26px !important;
}

/*VWB*/
#bookmark-menu {
	background-image: url('../images/bookmark-menu-head.gif');
	width: 45px;
	height: 25px;
}

#bookmark-menu:hover {
	background-image: url('../images/bookmark-menu-head-hover.gif');
}

#bookmark-menu.menu-head-open {
	background-image: url('../images/bookmark-menu-head-open.gif');
}

#title-bar-encapsulation {
	float: right;
	position: relative;
	right: 0;
	z-index: 2000;
}

#title-bar-buttons {
	float: right;
	padding-top: 11px;
	margin-right: 20px;
}

#title-bar-alerts {
	float: left;
	padding-top: 5px;
	font-size: 100%;
}

#out-of-space-help {
	display: none;
	background-color: lightgrey;
	font-color: black;
	border: 2px solid black;
	position: absolute;
	top: 58px;
	z-index: 2000;
	width: 400px;
}

/*VWB*/
#user-bar {
	/*position: relative;*/
	display: inline-block;
	left: 20px;
	top: -8px;
}

 
#user-name {
	color: #6a6a6a;
	padding: 0px 10px 0px 0px;
	position: relative;
}

#user-menu {
	position: relative;
}

/*VWB*/
#issues-button,#url-button,#help-button,#bookmark-menu {
	float: left;
	margin: 2px;
}

/*VWB*/
#user-menu.menu-head {
	background-image: url("../images/user-menu-head.png");
	height: 18px;
	width: 19px;
	z-index: 220;
	padding: 5px;
    background-repeat: no-repeat;
}

#user-menu:hover, #user-menu:active {
	background-image: url("../images/user-menu-head-hover.png");
}

#user-menu.menu-head-open {
	background-image: url('../images/user-menu-head-open.png');
}

/*VWB*/
#issues-menu.menu-head {
	background-image: url('../images/issues-menu.gif');
	width: 45px;
	height: 25px;
}

#issues-menu:hover {
	background-image: url('../images/issues-menu-hover.gif');
	width: 45px;
	height: 25px;
}

#issues-menu.menu-head-open {
	background-image: url('../images/issues-menu-pressed.gif');
}

/*VWB08 */
#issues-menu ul {
	margin-top: 25px;
}


#alarms-tab.menu-head-open
{
	background-image: url('../images/menu-open.png');
}

#alarms-tab.menu-head-open #alarm-tab-img
{
	background-image: url('../images/information-alarms-neutral-pressed.png') !important;
}

#notifications-tab.menu-head-open
{
	background-image: url('../images/menu-open.png');
}

#notifications-tab.menu-head-open #notifications-tab-img
{
	background-image: url('../images/information-notifications-alert-pressed.png') !important;
}

#help-button {
	background-image: url('../images/help.png');
	width: 45px;
	height: 25px;
}

#help-button:hover {
	background-image: url('../images/help-hover.png');
	width: 45px;
	height: 25px;
}

#url-button {
	background-image: url('../images/optergy-page.gif');
	width: 45px;
	height: 25px;
}

#url-button:hover {
	background-image: url('../images/optergy-page-hover.gif');
	width: 45px;
	height: 25px;
}

/*VWB*/
#information-bar {
	float: right;
}

#information-bar .information-tab-center span {
	background-color: #e53e3e;
	padding: 2px 4px;
}

#information-bar li,#information-bar div {
	float: left;
}

#information-bar li {
	
}

#information-bar .menu-head ul {
	margin-top: 34px;
}

/*VWB06*/
#information-bar .menu-head-open  .information-tab-left {
	/* REMOVED! background-image: url('/images/optergy/menu-banner/information-tab-left-open-bg.gif'); */
	
}

#information-bar .menu-head-open  .information-tab-right {
	background-image: url('../images/information-tab-right-open-bg.gif');
}

#information-bar .menu-head-open  .information-tab-center {
	/*background-image: url('/images/optergy/menu-banner/information-tab-center-open-bg.png');*/
	
}

/*VWB */
#title-bar-footer {
	height: 8px;
	/*background-image: url('/images/optergy/patterns/title-bar-footer-bg.png');*/
	background-image: url('../images/footer-bar-bg.png');
	background-color: #05336a;
	background-repeat: repeat-x;
	width: 100%;
	box-shadow: 1px 1px 5px #888888;
}

#content-frame-holder {
	position: fixed;
	top: 58px; /* Heading bar = 64px, footer shadow = 12px, so 76px. */
	bottom: 0px;
	width: 100%;
}

#content-frame-holder iframe {
	border: 0px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	/*needed for IE7, does'nt do anything to firefox and > IE7 */
}

#content-header {
	width: 100%;
	text-align: center;
	padding-top: 12px;
}

#content-header  {
    height: 20px;
}

#content {
	
}

#login-box-content {
	width: 400px;
	margin: auto;
}

#page-content { /*bottom: 10px;*/
	margin: 0;
	position: absolute;
	top: 60px;
}

#page-content.wide-Content {
	left: 30px;
	right: 30px;
}

#page-content.small-content {
	left: 100px;
	right: 100px;
}

#page-content.force-window-size {
	bottom: 10px
}

#page-content-inner {
	left: 0px;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}

#page-content.force-window-size #page-content-inner {
	bottom: 10px;
}

.overflow-watch
{
	overflow: auto;
}

#login-form
{
	margin: 10px;
}

#login-form table,
#reset-form table
{
	margin: 10px auto 10px auto;
}

#dialog-login-form table,
#dialog-reset-form table
{
	margin: 10px auto 0px auto;
}

.login-problem
{
	color: red;
	padding: 10px;
}

#dock
{
	padding: 0px 3px;
	border-color: #2d4c81;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	position: fixed;
	bottom: 10px;
	top: 80px;
	background-image: url('../images/dock-bg.png');
	background-repeat: repeat;
	left: 0px;
	box-shadow: 1px 4.5px 5px #888888;
	z-index: 2;
}

#dock.show-dock {
	width: 70px;
}

#dock.hide-dock
{
	width: 0px;
	padding: 0px
}

#dock.hide-dock .toolbar-button
{
	display: none;
}

#dock-handle
{
	width: 15px;
	height: 30px;
	background-image: url('../images/dock-bg.png');
	position: fixed;
	top: 50px;
	left: 0px;
	border-style: solid;
	border-color: #2d4c81;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	box-shadow: 1px 1px 5px #888888;
	z-index: 1;
}
#dock-handle:hover
{
	cursor:pointer
}

/*VWB03 - new*/
#dock-handle.show-dock {
	width: 90px;
}
/*VWB03*/
#dock-handle.hide-dock {
	width: 20px;
	left: 0px !important;
}

#dock-handle-display-button
{
	padding-top: 8px;	
}

#trial-alert {
	position: fixed;
	top: 4px;
	left:8px;
	width: 450px;
	z-index: 2;
	width:100%;
	text-align:left;
	font-style: italic;
	color: #3777A8;
	font-size:11pt;
}

.ui-timepicker-trigger,.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: bottom;
}

/* == Validation == */
.status-positive {
	color: #91B7D1;
}

.status-negative {
	color: red;
}

.status-event {
	color: DarkOrange  ;
}

/* Could be any element. We won't judge. */
.validation-placeholder {
	width: 24px;
	display: inline-block;
	/*height: 24px;*/
}

span.validation-feedback-required,span.validation-feedback-success,abbr.validation-feedback-failure,span.validation-feedback-problem,span.validation-feedback-waiting
	{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 14pt;
	text-align: center;
	margin: 0px 4px;
}

span.validation-feedback-waiting {
	color: #000;
	cursor: default;
}

span.validation-feedback-required,span.validation-feedback-problem {
	/* Maroon. Show that it is required, but don't yell at the users with red yet. */
	color: #900;
	cursor: default;
}

span.validation-feedback-success {
	color: green;
	cursor: default;
}

abbr.validation-feedback-failure {
	color: red;
	border-bottom-color: black;
	/* It is assumed that all failures can be clicked to spawn an info dialog. */
	cursor: pointer;
}

/* == End Validation == */

/* == Custom controls == */

/* == End Custom controls == */

/* Repeated overrides for common UI elements */
/* Nice menus and Nice Submenus */
.menu-set { 
/* Applies to menu heads and menu items  
	margin: 0px;
	padding: 0px;*/
	
	z-index: 1000;
	display: inline;
}

.menu-set li {
	float: left;
}

.menu-head {
	list-style-type: none;
	cursor: pointer;
}

/* IE6 ignores top margins of <hr>s. Cosmetic issue. */
.menu-head hr {
	margin: 0;
	color: #fff;
}

/*vwb08*/
.menu-head ul.nice-menu {
	position: absolute;
	cursor: default;
	padding: 0px;
	margin-left: 0px;
	border: 1px solid #B4B4B4;
	border-top: 0px;
	/*color:#0395CC; /* for IE */
	display:none;  /*from none */
	background-color: #D6D6D6;
	border-radius: 1pt;
	-moz-border-radius: 1pt;
	-webkit-border-radius: 1pt;
	z-index: 2000; /* To ensure that we aren't hijacked by the ribbon */
}
 
.menu-head:hover .nice-menu {display: block;}
li.menu-item a:hover {color: #245ce1;}
.link-reg {list-style-type: none; position: relative; left:40px;}
.status-bar {list-style-type: none; position: relative; left:100px; padding-right:25px; color: red;}
 
.status-bar-text {list-style-type: none; position: relative; left:100px; padding-right:25px; color: black;}

.container-box {
     margin: auto;
     width: 90%;  
     padding: 0px;
	 text-align: center;
    }

/*VWB05*/
.menu-head ul.nice-menu li.menu-item {
	cursor: default;
	list-style-type: none;
	float: none; /* Undo the damage by making the li itself float */
}

.menu-head ul.nice-menu li.menu-item.no-hover {
	background-color: transparent !important;
}

/*VWB05*/
.menu-head ul.nice-menu li.menu-item a,.menu-head ul.nice-menu li .standout {
	font-size: 14px;
	text-decoration: none;
	padding: 5px 5px;
	display: block;
}

.menu-head ul.nice-menu li.menu-item.indented a {
	padding-left: 24px;
}

.menu-head ul.nice-menu li.menu-item.has-icon {
	background-position: 4px center;
	background-repeat: no-repeat;
	/* Individual elements should implement background-image */
}

button span.has-icon {
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-left: 24px;
	/* Individual elements should implement background-image */
}

.menu-head ul.nice-menu li.menu-item-hover {
	background-color: #7bc1ff;
	border-radius: 5pt;
	-moz-border-radius: 1pt;
	-webkit-border-radius: 1pt;
}

/*VWB05*/
.menu-head ul.nice-menu li.partial-menu-item a.hover {
	background-color: #7bc1ff;
}


/*VWB05*/
.menu-head ul.nice-menu .submenu-head ul.nice-menu {
	border: 1px solid #2e3436;
}

/* Information tabs */
.information-tab-left {
	background-image: url('../images/information-tab-left-bg.gif');
	width: 2px;
	height: 50px;
}

/*VWB*/ /*VWB06*/
.information-tab-center { /*height: 22px; /* 34 - (6 x 2) */
	/* Not setting this makes IE6 work fine. */
	padding: 12px 20px 0;
	color: #ddd;
}

.information-tab-center img {
	vertical-align: middle;
}

.information-tab-center span {
	padding: 2px;
}

.information-tab-right {
	
}

/* Information ribbons and their contents */
#ribbon-container {
	
}

.information-ribbon .intro {
	float: left;
	width: 220px;
	border-right: 2px groove #eee;
	margin-right: 20px;
}

.information-ribbon {
	display: none;
	height: 118px;
	background-color: #d0d0d0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #2e3436;
	padding: 10px;
}

.ribbon-options {
	float: right;
	width: 10em;
}

li.dismissible-item {
	padding: 1px;
	display: block;
}

li.dismissible-item:hover {
	background-color: #91B7D1;
}

li.dismissible-item img.dismiss,.dismissible-item img.dismiss-notification {
	float: right;
	cursor: pointer;
}

.has-watermark {
	padding-left: 122px; /*  10 + 10 + 92 + 10 */
}

.information-ribbon h3.ribbon-heading {
	margin: 0px 0px 8px 0px;
}

.displaced-watermark {
	margin-left: -102px; /* 92 + 10 */
	margin-top: 10px;
	position: absolute;
}

#alarms-watermark {
	
}

/* Toolbar icons */
.toolbar-button
{
	/*visibility:		hidden;*/
	display: 			none;
	-moz-user-select: 	-moz-none;
}

img.toolbar-button,.toolbar-separator,.toolbar-dropdown {
	margin: 0px 2px;
	padding: 3px 2px;
	vertical-align: middle;
	float: left;
	/* To co-operate with other elements that are not images. */
}

div.toolbar-button
{
	margin: 6px 2px;
	padding: 3px 2px;
	vertical-align: middle;
	border: 1px solid transparent;
	font-size: 9pt;
	color: black;
	text-align: center;
}

div.toolbar-button img
{
	padding-bottom:	3px;
}
	
.toolbar-separator
{
	padding: 3px 5px;
}

.toolbar-dropdown {
	background-color: #2e3436;
	color: #fff;
	margin: 2px 2px;
}

img.toolbar-button,.ui-dialog-titlebar-close {
	border-left: 1px dotted transparent;
	border-right: 1px dotted transparent;
}

.toolbar-button-enabled {
	cursor: pointer;
	display: block;
	visibility: visible;
}

.toolbar-button-disabled {
	visibility: visible;
	display: block;
}

img.toolbar-button-enabled:hover,.ui-dialog-titlebar .ui-state-hover {
	border-left: 1px solid #91B7D1;
	border-right: 1px solid #91B7D1;
	/*background-image: url('/images/optergy/menu-banner/toolbar-button-bg.png');*/
	background-color: #91B7D1;
}

div.toolbar-button-enabled:hover {
	background-color: #B5B5B5;
	border: 1px solid #B5B5B5;
}

/* Dialpad declarations */
/* VWB07 JUST A SUGGESTION - WORKS WELL FOR LAPTOPS */
.dialpad-holder {
	margin: 0px 15px 30px 40px;
	float: left;
	width: 320px;
	height: 170px;
}

/*VWB07*/
.dialpad-item {
	border: 1px solid;
	border-color: #DBDBDB;
	float: left;
	padding: 10px 1px;
	margin: 10px;
	background-color: #F0EFF0;
	/*background-image: url('/images/optergy/patterns/dialpad-shade.png');*/
	width: 20.1em;
	height: 135px;
	text-align: center;
	position: absolute;
	z-index: 1;
	-webkit-box-shadow: 0 8px 6px -6px #5C5B5B;
	-moz-box-shadow: 0 8px 6px -6px #5C5B5B;
	box-shadow: 0 8px 6px -6px #5C5B5B;
}

.dialpad-item:hover
{
	background-color: #00B6F1;
}

.dialpad-item img:hover 
{
	-webkit-transform: scale(1.11); /* Safari and Chrome */
	-moz-transform: scale(1.11); /* Firefox */
	-ms-transform: scale(1.11); /* IE 9 */
	-o-transform: scale(1.11); /* Opera */
	transform: scale(1.11);
}

.dialpad-item-single-heading:hover 
{
	-webkit-transform: scale(1.05); /* Safari and Chrome */
	-moz-transform: scale(1.05); /* Firefox */
	-ms-transform: scale(1.05); /* IE 9 */
	-o-transform: scale(1.05); /* Opera */
	transform: scale(1.05);
}

/*VWB07 NEW*/
.dialpad-item-title-holder {
	height: 20px;
	text-align: right;
}

.dialpad-item .item-components {
	height: 130px;
	width: 100%;
}

/*VWB07*/
.dialpad-item .item-components .item-left-component {
	vertical-align: middle;
	width: 100px;
	border-right: 2px groove white;
}

.dialpad-item .page-list {
	text-align: left;
}

.dialpad-item .page-list a:hover {
	font-size: 0.94em;
	color: #AC2B20;
}

/*VWB07*/
.dialpad-item .page-list a {
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: 'calibri', 'verdana';
}

.dialpad-shade-1 {
	margin: 15px 5px 5px 15px;
	background-image: url('../images/dialpad-dark-shade.png');
	position: absolute;
	z-index: -1 !important;
}

.dialpad-shade-2 {
	margin: 20px 0px 0px 20px;
	background-image: url('../images/dialpad-dark-shade.png');
	position: absolute;
	z-index: -2 !important;
}

/*VWB07*/
.dialpad-item h2,.big-dialpad-item h2,.dialpad-item-title {
	line-height: 1.5em;
	font-family: 'calibri', 'verdana';
}

.dialpad-item-title {
	line-height: 1em;
}

.dialpad-item-link {
	text-decoration: none;
}

.dialpad-item ul,.big-dialpad-item ul {
	text-align: left;
}

.normal-dialog-size {
	width: 400px;
	height: 300px;
}

.overlay {
	position: absolute;
	width: 220px;
	height: 170px;
	margin: -10px;
	background-image: url('../images/button-shine.png');
	display: none;
}

/* Table stuff */
.list-table,.compact-list-table {
	width: 100%;
	border-collapse: collapse;
}

tbody.manipulable tr:hover {
	background-color: #c1ccb8;
	cursor: default;
}

/*VWB02*/
.list-table th,.compact-list-table th {
	color: #ffffff;
	background-image: url("../images/table-header-shade.png");
	background-repeat: repeat-x;
	background-color: #254763;
}

.list-table .second-header th,.compact-list-table .second-header th {
	background-image: none;
}

/*VWB02*/
.list-table th,.list-table td {
	line-height: 14px;
	padding: 4px;
	border: 1px solid #7b7b7b;
}

.list-table td,.compact-list-table td {
	text-align: left;
}

.compact-list-table th,.compact-list-table td {
	padding: 1px;
	border: 1px solid #7b7b7b;
}

/*VWB02*/
.list-table tr td,.compact-list-table tr td {
	font-size: 14px;
	line-height: 18px;
	background-color: #EFEDED;
	background-image: url("../images/list-item-shade.png");
	background-repeat: repeat-x;
}

.list-table tr.even-row td,.compact-list-table tr.even-row td {
	background-color: #d7dad5;
	background-image: url("../images/list-item-shade-even.png");
	background-repeat: repeat-x;
}

/*VWB02*/
.list-table tr.row-hover td,.compact-list-table tr.row-hover td {
	background-color: #D2E7F9 !important;
	background-image: url("/images/list-item-hover.png");
	background-repeat: repeat-x;
}

/*VWB02*/
.list-table tr.row-highlight td,.compact-list-table tr.row-highlight td {
	background-color: #91B7D1 !important;
	background-image: url("../images/list-item-highlight.png");
	background-repeat: repeat-x;
}

.listing-select-options {
	width: 70px;
}

.listing-select-cell {
	text-align: center;
}

/* == Dull List Styles == */
ul.dull-list {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px 0px;
	white-space: nowrap;
}

ul.dull-list li {
	margin: 0px;
	padding: 0px;
	clear: left; /* Stops li's lining up on a single line in Opera/IE */
}

ul.dull-list li span {
	display: block;
	float: left;
	max-width: 240px;
	overflow: hidden;
	padding-right: 5px;
	height: 20px;
}

/* == End Dull List Styles == */


/* == Separated Table Row Styles == */
table.separated-entries {
	border-collapse: separate;
	border-spacing: 0px 8px;
}

table.separated-entries tr td {
	background-color: #EFEDED;
	background-image: url("../images/table-item-shade.png");
	background-repeat: repeat-x;
}

table.separated-entries tr.row-hover td {
	background-color: #D2E7F9;
	background-image: url("../images/table-item-hover.png");
	background-repeat: repeat-x;
}

table.separated-entries tr.row-highlight td {
	background-color: #91B7D1;
	background-image: url("../images/table-item-highlight.png");
	background-repeat: repeat-x;
}

/* == End Separated Table Row Styles == */


/* Tab stuff butchered from jQuery */
ul.ui-tabs-nav li.ui-tabs-selected {
	background-color: #21517F;
}

ul.ui-tabs-nav li.ui-tabs-selected.ui-state-hover {
	background-color: #21517F;
}

ul.ui-tabs-nav li.ui-state-hover {
	background-color: #306D9E;
}

ul.ui-tabs-nav li,.tab-button {
	background-color: #53A0D8;
}

.tab-button {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	padding: 0;
	white-space: nowrap;
	width: 100px;
	height: 40px;
	text-align: center;
}

.tab-button a {
	float: left;
	padding-top: 10px;
	padding-left: 4px;
	text-decoration: none;
	width: 95px;
	height: 40px;
}

ul.ui-tabs-nav li a,.tab-button a {
	color: white;
}

/* Generic declarations to be re-used and abused */
.inline-padding {
	padding: 0px 4px;
}

.sub-title {
	margin: 0.25em 0px;
}

.radio-padding {
	padding: 3px;
	display: block;
	float: left;
}

.console {
	font-family: monospace;
	font-size: 14pt;
}

.clickable,.clickable-icon,.big-clickable-icon {
	cursor: pointer;
}

.clickable-icon,.big-clickable-icon {
	padding: 2px;
}

.bold {
	font-weight: bold
}

.hidden {
	display: none;
}

/* == Help Text == */
.subtle-help {
	font-size: 11pt;
	font-style: italic;
	color: #555;
	font-weight: normal;
}

.configuration-table th .subtle-help {
	color: #ddd;
}

/* Don't do hover stuff for disabled clickable icons. */
.clickable-icon.ui-state-disabled:hover,.big-clickable-icon.ui-state-disabled:hover {
	cursor: auto;
	background: none;
}

.clickable-icon:hover,.big-clickable-icon:hover {
	cursor: pointer;
	background-color: #91B7D1;
}

.centered-block {
	margin-left: auto;
	margin-right: auto;
}

.makeup-padding {
	padding: 5px;
}

.normal-padding {
	padding: 10px;
}

.bigger-padding {
	padding: 20px;
}

.information-icon {
	padding: 0px 5px;
}

.information-icon, .tight-information-icon {
	vertical-align: middle;
	border: none;
}

div.permissions-icons {
	float: left;
}

div.bookmarks-count,div.groups-count {
	float: left;
	width: 4em;
}

.no-border {
	border: none;
}

.no-item {
	list-style: none;
}

.has-content {
	background-color: #ccc;
}

.ui-tabs-panel {
	background-color: transparent;
}

.has-content-holders {
	background-color: #ccc;
}

.has-north-divider {
	border-top: 1px solid #2e3436;
}

.has-south-divider {
	border-bottom: 1px solid #2e3436;
}

.grouping-border {
	border: 1px solid #888;
}

hr.subtle {
	border: none;
	border-top: 1px solid #888;
}




.big-clickable-icon:hover {
	border-radius: 6pt;
	-moz-border-radius: 6pt;
	-webkit-border-radius: 6pt;
}


#dock {
	border-bottom-right-radius: 6pt;
	-moz-border-radius-bottomRight: 6pt;
	-webkit-border-bottom-right-radius: 6pt;
}

#dock-handle {
	border-bottom-right-radius: 6pt;
	border-top-right-radius: 6pt;
	-moz-border-radius-topright: 6pt;
	-webkit-border-top-right-radius: 6pt;
	-moz-border-radius-bottomRight: 6pt;
	-webkit-border-bottom-right-radius: 6pt;
}

div.toolbar-button {
	border-radius: 2pt;
	-moz-border-radius: 2pt;
	-webkit-border-radius: 2pt;
}

.center-content {
	text-align: center;
}

.right-content {
	text-align: right;
}

h2.message {
	margin: 0px;
	height: 35px;
	line-height:1.5em;
	font-size: 1.25em;
}

.selection-box {
	background: none repeat scroll 0 0 #91B7D1;
	border: 1px solid #00C800;
	display: none;
	font-size: 0;
	opacity: 0.4;
	position: absolute;
	cursor: crosshair;
}

.standalone-text {
	display: block;
	padding: 15px;
}

.oversized-message {
	font-size: 14pt;
	margin: 1em;
}

.settings-table {
	padding: 10px;
}

.settings-table td {
	vertical-align: top;
}

.no-padding-table {
	padding: 0px;
}

.no-padding-table td {
	vertical-align: top;
}

.tree-column {
	padding: 10px 50px 10px 0px;
	min-width: 400px;
}

label.time-period-padding-label {
	width: 90px;
	display: block;
	float: left;
}

label.right-gap {
	padding-right: 5px;
}

.test {
	background-image: url('../images/table-item-warning-shade.png');
}

/* Configuration Table */
.configuration-table {
	border-collapse: separate;
	border-spacing: 2px 3px;
	width: 800px;
	padding-top: 30px;
}

.configuration-table thead tr,.configuration-table thead tr th {
	color: black;
	text-align: left !important;
	background-image: none !important;
	background-color: transparent !important;
	border: none !important;
}

.configuration-table tbody th {
	vertical-align: top;
	text-align: left;
	width: 210px;
}

.configuration-table tbody td {
	margin-left: 100px;
}

.configuration-table tbody th,.configuration-table tbody td {
	line-height: 16pt;
	border: 0 !important;
}

/*.configuration-table tr td {
	background-color: #E8E8E5;
	background-image: none;
	background-image: url("/images/optergy/patterns/table-item-shade.png");
    background-repeat: repeat-x;
}*/
.table-heading {
	background-color: inherit;
	font-size: larger;
	font-weight: bold;
	border: none;
}

tr.error-row td {
	color: red;
}

.padded-cells td /* tee hee */ {
	padding: 10px;
}

/* Apply this to buttons and clickable icons inside table rows that should attempt to consume the padding granted by 
   the table edges.  */
input.consume-inner-padding,button.consume-inner-padding {
	margin: -3px 0 !important;
}

img.consume-inner-padding {
	margin: -4px 0 -2px;
}

/* Just display as much text as possible until the line breaks, then hide the rest. 
 * For best results, apply this class to a <span> element that contains the text, and
 * set either the "width" or "max-width" style property to the maximum amount of space
 * the span should take up. Older versions of IE are only able to set elements to
 * "inline-block" if they were previously "inline", so using an element like a "span"
 * is a good idea in this scenario. */
.no-overflow {
	display: inline-block;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; /* CSS3 */
	vertical-align: text-top;
}

/* Similar to no-overflow, but designed to fit the space of an ex-input element. */
.input-replacement {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis; /* CSS3 */
	line-height: 18px; /* May need to be overridden, but fine for paragraph text. */
}

.inline-icon {
	vertical-align: middle;
}
/* Experiment. */
.inline-icon-2 {
	vertical-align: bottom;
	padding: 2px; /* We give with the right hand, */
	margin: -2px; /* And taketh away with the left. */
}

/* For overriding bold sections, such as <th>s */
.plain-content {
	font-weight: normal;
}

/* For faux rows identifying that no items (non-specific of source or reason) are present in this list or table. */
table tfoot .no-items-message {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: none;
}

.locked {
	cursor: not-allowed;
}

.aligned-output {
	vertical-align: middle;
}

/* These will be table-inline, so they need to not "bulge" out the table rows larger than the text is already making the row. */
.unsynced-warning,.unexported-warning {
	float: right;
	margin: -2px;
}

.checkbox-output {
	display: inline-block;
	width: 12px;
}

.display-panel
{
	float:left; 
	width:80%; 
	height:100%; 
	margin:4px 0.3% 4px 0.1%;
	overflow: auto; 
	-webkit-overflow-scrolling: touch;
}

/* End of configuration table */

/* The "Leave Alone" class doesn't have any style associated with it. It's only used to indicate
 * that a certain element shouldn't be blindly enabled or disabled when a larger quantifier is used
 * (such as "find('input')"). An implementation of this is in Schedule Editing Fragment, for ensuring
 * that the "calendar" select box is not highlighted when it knows that it has no entries present.
 */
.leave-alone {
	
}