﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #ebf1f9;
    font-size: .80em;
    font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #5b7bc7;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #5b7bc7;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: left;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #303030;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: right;
    margin-right: 20px;
    color: #404040;
}

h3
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: 20px 10px 30px 20px;
    color: #009fee;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.toplogo 
{
    background-image: url("../Graphics/border-top-green.png");
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-left: 0px;
    top: 0;
    width: 100%;
	height: 55px;
}

span.topname
{
    color: #ffffff;
    font-family: "Trebuchet MS", "Sans-Serif";
    font-size: 21px;
    display:inline-block;
    margin: 18px 24px 0;
    text-shadow: 1px 1px 1px #508902;
}

.topbrnln
{
    background-image: url("../Graphics/line-top-brown.png");
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-left: 0px;
    top: 0;
    width: 100%;
	height: 53px;
}

.topusrbiz
{
    margin: 4px 10px 4px 20px;
    width: 760px;
    float: left;
    font-size: .9em;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}
.topusrbizepty
{
    margin: 4px 10px 4px 20px;
    width: 10px;
    float: left;
    font-size: .9em;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}

.topblogout
{
    margin: 4px 12px 4px 20px;
    width: 130px;
    text-align: right;
    font-weight: bold;
    float: right;
    overflow: hidden;
    white-space: nowrap;
}
.topbsignup
{
    margin: 4px 12px 4px 20px;
    width: 500px;
    text-align: right;
    font-weight: bold;
    float: right;
    overflow: hidden;
    white-space: nowrap;
}

.abrn:link, .abrn:visited
{
    color: #865401;
    text-decoration: none;
}

.abrn:hover
{
    color: #60a900;
    text-decoration: none;
}

.abrn:active
{
    color: #865401;
    text-decoration: none;
}


.itxlogo
{
    background-image: url("../Graphics/climatesaver_logo.png");
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-left: 40px;
    top: 0;
    width: 100%;
	height: 38px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #ffffff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.menu ul li ul
{
    display: none;
}

div.menu ul li 
{
    position: relative; 
    float: left;
    list-style: none;
}

div.hideSkiplink
{
    width:100%;
    padding-top: 2px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-image: url("../Graphics/btn-grad-brown.png");
    border: 0px solid #bc8b28;
    color: #ececec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 4px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #7a550e;
}

div.menu ul li a:hover
{
    background-image: url("../Graphics/btn-grad-green.png");
    border-bottom-color: #719b14;
    color: #ececec;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #a1ca56;
    color: #000000;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    height: 16px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


td.spacer1
{
    height: 16px;
}
td.spacer2
{
    height: 8px;
}
td.spacer3
{
    height: 4px;
}

.dlgvals
{
    color: #888888;
}
.txtcmds
{
    font-size: 0.9em;
    color: #888888;
}
.smcmd
{
    color: #101010;
}
.colsp1
{
    width: 1em;
    color: #101010;
}

.small_subtext
{
    font-size: xx-small;
    margin-bottom: 10px;
    line-height: 1.6em;
}

.legendTbl
{
    font-family: "Trebuchet MS", "Arial";
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
}

.legendTbl td
{
    margin: 0px;
    padding: 1px 8px 1px 8px;
    white-space: nowrap;
}

.panelx
{
    background-image: url('../Graphics/page_grad_bkgnd.png');
    background-repeat: repeat-x;
	text-align: left;
}
.panelxdis
{
    background-image: url('../Graphics/page_disabled_grad_bkgnd.png');
    background-repeat: repeat-x;
	text-align: left;
}


td.hideSkiplink
{
    background-color:#62a900;
}


.lang_combo
{
    font-size: 8pt;
    margin: 0px;
    text-decoration: none;
}
.organiz_combo
{
    font-size: 8pt;
    margin: 0px;
    text-decoration: none;
}
.lang_combo
{
    font-size: 8pt;
    margin: 0px;
    text-decoration: none;
}
.get_combo1
{
    margin: 0px 0px 0px 8px;
    text-decoration: none;
}


.lang_combo_pos
{
    padding-top: 10px;
}

td.imageTd
{
    font-size:0;
}

.aboutLabel
{
    font-family: "Trebuchet MS", "Arial";
    font-size: 8pt;
    color: #a0a0a0;
}

.aboutLabelValue
{
    font-family: "Trebuchet MS", "Arial";
    font-size: 8pt;
}

.graphPowerOpLabelValue
{
    font-family: "Trebuchet MS", "Arial";
    font-size: 11pt;
}

.linkImg
{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #ff0000;
    background: #ffffff;
    line-height: normal;
    border-style: none;
}

.graphImgP
{
    text-align: center;
}

.errMsgSection
{
    margin: 0;
    word-wrap: break-word;
    overflow: hidden;
}
.errMsgSectionNoTopMarg
{
    margin: 4px 0 0 0;
}
.errMsgSection2
{
    margin: 20px 0 -20px 0;
    word-wrap: break-word;
    overflow: hidden;
}
.errMsgSection3
{
    margin: 20px 0 0 0;
    word-wrap: break-word;
    overflow: hidden;
}

.errValidationMainMsg
{
    color: #ce4728;
    font-size: 9pt;
    font-weight: bold;
    background-color: #f5e4e7;
    word-wrap: break-word;
    overflow: hidden;
}
.errValidationSubMsg
{
    color: #ce4728;
    font-size: 8pt;
    font-weight: normal;
    word-wrap: break-word;
    overflow: hidden;
}

.successMsgSection
{
    margin: 0;
    padding: 20px 0 10px 0;
    word-wrap: break-word;
    overflow: hidden;
}
.successValidationMainMsg
{
    color: #101010;
    font-size: 9pt;
    font-weight: bold;
    background-color: #bcf7a5;
    word-wrap: break-word;
    overflow: hidden;
}

::selection 
{
    background: #72bb00; /* Safari */
    color: #ffffff;
}
::-moz-selection
{
    background: #72bb00; /* Firefox */
    color: #ffffff;
}

/* The style above fixes the issue with Google Chrome */
img[alt='Skip Navigation Links'] {
    display: none;
}

.td01
{
    vertical-align: bottom;
}

.appel01
{
    vertical-align: bottom;
}


.fieldpwd
{
    width: 200px;
}
.fieldgen1
{
    width: 300px;
}
.fieldgen1ro
{
    width: 300px;
}
.fieldgen1rogray
{
    width: 300px;
    background-color: #f0f0e0;
}
.fieldgen2
{
    width: 200px;
}
.fieldgen2ro
{
    width: 200px;
}
.textAreaGen1
{
    width: 500px;
    padding: 0;
    margin: 0;
    resize: vertical;
}
.fieldgen3
{
    width: 460px;
}
.fieldgen3ro
{
    width: 460px;
}
.fieldgen4
{
    width: 140px;
}
.fieldgen5
{
    width: 640px;
}
.fieldgen6
{
    width: 540px;
}
.fieldDtTm1
{
    width: 130px;
}

.fieldgennum1
{
    width: 50px;
    text-align: center;
}
.fieldgennum2
{
    width: 90px;
    text-align: center;
}

.fieldMulti1
{
    width: 500px;
    padding: 0;
    margin: 0;
    resize: vertical;
}
.fieldMulti2
{
    width: 600px;
    padding: 0;
    margin: 0;
    font-size: 0.85em;
    resize: vertical;
}


.secLoginBtn
{
    padding: 20px 16px 20px 24px;
    margin: 0;
}
.smDescriptionSection
{
    padding: 0;
    margin: 16px 0 12px 0;
    font-size: 0.8em;
    text-align: left;
    font-family: "Trebuchet MS", "Arial";
    color: #a0a0a0;
}
.smrText
{
    font-size: .9em;
}
.smrTextGray
{
    font-size: 0.8em;
    font-family: "Trebuchet MS", "Arial";
    color: #a0a0a0;
}
.centerText
{
    margin: auto;
    display: table;
}

/*Control Panel styles*/
h3.subMenuCaption
{
    width: 860px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

h2.users
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: right;
    margin-right: 20px;
    padding-bottom: 30px;
    padding-right: 65px;
    color: #404040;
    background-position: right;
    background-image: url("../Graphics/icon_cp_users.png");
    background-repeat: no-repeat;
}
h2.organizs
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: right;
    margin-right: 20px;
    padding-bottom: 30px;
    padding-right: 65px;
    color: #404040;
    background-position: right;
    background-image: url("../Graphics/icon_cp_organizs.png");
    background-repeat: no-repeat;
}
h2.usergroups
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: right;
    margin-right: 20px;
    padding-bottom: 30px;
    padding-right: 65px;
    color: #404040;
    background-position: right;
    background-image: url("../Graphics/icon_cp_user_groups.png");
    background-repeat: no-repeat;
}
h2.licenses
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: right;
    margin-right: 20px;
    padding-bottom: 30px;
    padding-right: 65px;
    color: #404040;
    background-position: right;
    background-image: url("../Graphics/icon_cs_licenses.png");
    background-repeat: no-repeat;
}

h3.users
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_users.png");
    background-repeat: no-repeat;
}
h3.usergroups
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_user_groups.png");
    background-repeat: no-repeat;
}
h3.organizs
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_organizs.png");
    background-repeat: no-repeat;
}
h3.settings
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 70px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_settings.png");
    background-repeat: no-repeat;
}
h3.backups
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_backups.png");
    background-repeat: no-repeat;
}
h3.dgwslogs
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_logs.png");
    background-repeat: no-repeat;
}
h3.dgbpslogs
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_logs_bps.png");
    background-repeat: no-repeat;
}
h3.dgbpstats
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_bpstats.png");
    background-repeat: no-repeat;
}
h3.dgcpustats
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cp_cpustats.png");
    background-repeat: no-repeat;
}

h3.graphorganiz
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: right;
    margin: -4px 0px -22px 10px;
    padding: 10px 24px 20px 60px;
    color: #009fee;
}

h3.downloads
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cs_downloads.png");
    background-repeat: no-repeat;
}

h3.uploads
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cs_uploads.png");
    background-repeat: no-repeat;
}

h3.updates
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cs_updates.png");
    background-repeat: no-repeat;
}

h3.clients
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 70px;
    color: #009fee;
    background-image: url("../Graphics/icon_cs_clients.png");
    background-repeat: no-repeat;
}

h3.pwr_evnts
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 70px;
    color: #009fee;
    background-image: url("../Graphics/icon_cs_pwr_evnts.png");
    background-repeat: no-repeat;
}

h3.licenses
{
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin: -10px 0px -32px 10px;
    padding: 10px 10px 50px 60px;
    color: #009fee;
    background-image: url("../Graphics/icon_cs_licenses.png");
    background-repeat: no-repeat;
}


.subMenuGenTabs
{
    border: none;
    padding: 0 10px 0 0;
    margin: 0;
    float: left;
    display: inline-block;
}
.subMenuSection
{
    border: none;
    padding: 0;
    margin: 24px 0 20px 0;
}

a.subMenuButton
{
    background: transparent url('../Graphics/btnsmgrn-rgt.png') no-repeat scroll bottom right;
    color: #ececec;
    display: block;
    float: left;
    font-family: Trebuchet MS,Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding-right: 16px;
    text-decoration: none;
    white-space: nowrap;
}
a.subMenuButton span {
    background: transparent url('../Graphics/btnsmgrn-lft.png') no-repeat scroll bottom left;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
}
a.subMenuButton:hover
{
    background-position: top right;
    outline: none; /* hide dotted outline in Firefox */
}
a.subMenuButton:hover span {
    background-position: top left;
}
a.subMenuButton:active
{
    background-position: top right;
    color: #303030;
    outline: none; /* hide dotted outline in Firefox */
}
a.subMenuButton span:active {
    color: #303030;
    background-position: top left;
}

a.subMenuButtonActv
{
    background: transparent url('../Graphics/btnsmgrn-rgt-on.png') no-repeat scroll bottom right;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Trebuchet MS,Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding-right: 16px;
    text-decoration: none;
    white-space: nowrap;
}
a.subMenuButtonActv span {
    background: transparent url('../Graphics/btnsmgrn-lft-on.png') no-repeat scroll bottom left;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
}
a.subMenuButtonActv:hover
{
    background-position: top right;
    outline: none; /* hide dotted outline in Firefox */
}
a.subMenuButtonActv:hover span {
    background-position: top left;
}
a.subMenuButtonActv:active
{
    background-position: top right;
    color: #000000;
    outline: none; /* hide dotted outline in Firefox */
}
a.subMenuButtonActv span:active {
    color: #000000;
    background-position: top left;
}

.clearFloat
{
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

.chevBtm
{
    vertical-align: middle;
}

.pagerSection
{
    padding: 0;
    margin: 16px auto;
    text-align: center;
}
.pagerSection2
{
    margin: -14px 0 30px 0;
    padding: 0;
    text-align: center;
}

.pagerItemOn
{
    color: #000000;
}
.pagerItemOff
{
    color: #c0c0c0;
}
.pagerItemActive
{
    font-size: 1.2em;
    font-weight: bold;
    color: #009fee;
}

.acctsListSection
{
    margin: 10px 10px 10px 10px;
    padding: 0;
    text-align: center;
}

.lstbrk
{
    padding: 14px 2px;
    margin: 0;
}
.hdrbkgnd
{
	background: #be8110;
}
.hdrbkgnd img
{
    border: none;
}
.lsttbl
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: -14px 0px 0px 0px;
}
.lsttbl td 
{
	word-break: break-all;
}

.lsttblsm
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: -14px 0px 0px 0px;
}
.lsttblsm td 
{
	word-break: break-all;
    font-size: .9em;
}

.dlgPopupLnk
{
}

.ui-dialog-title
{
	font-size: 11px;
}
.ui-dialog-buttonpane,
.ui-dialog-content
{
	font-size: 11px;
	font-weight: normal;
}

.hdr 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.hdr a
{
	color: #FFF;
	text-decoration: none;
}
.hdr a:hover
{
	text-decoration: underline;
}

.btnsm1
{
    font-size: 10px;
}

.zbraOrganiz1
{
    background-color: #e5f5e5;
}
.zbraOrganiz0susp
{
    background-color: #f6e3e2;
}
.zbraOrganiz1susp
{
    background-color: #f2dbd9;
}
.zbraOrganiz0err
{
    color: #f93535;
}
.zbraOrganiz1err
{
    background-color: #e5f5e5;
    color: #fa1a1a;
}

.zbraOwn
{
    background-color: #f5f7ca;
}

.zbraUsr1
{
    background-color: #eeeeee;
}
.zbraUsr0susp
{
    background-color: #f6e2e7;
}
.zbraUsr1susp
{
    background-color: #f2d9dd;
}
.zbraUsr0err
{
    color: #f93535;
}
.zbraUsr1err
{
    background-color: #eeeeee;
    color: #fa1a1a;
}
.zbraUsr0lockout
{
    background-color: #fcdbcb;
}
.zbraUsr1lockout
{
    background-color: #fed2bd;
}

.zbraUsrGrp1
{
    background-color: #e2e9f2;
}
.zbraUsrGrp0susp
{
    background-color: #f6e2e7;
}
.zbraUsrGrp1susp
{
    background-color: #f2d9dd;
}
.zbraUsrGrp0err
{
    color: #f93535;
}
.zbraUsrGrp1err
{
    background-color: #e2e9f2;
    color: #fa1a1a;
}

.zbraClient1
{
    background-color: #ecefec;
}
.zbraClient0noLic
{
    background-color: #f6f2da;
}
.zbraClient1noLic
{
    background-color: #eeebd8;
}
.zbraClient0badLic
{
    background-color: #f6e2e5;
}
.zbraClient1badLic
{
    background-color: #ecd9dc;
}
.zbraClient0notActvYt
{
    background-color: #eaeaf2;
}
.zbraClient1notActvYt
{
    background-color: #e2e2f2;
}
.zbraClient0susp
{
    background-color: #f6e3e2;
}
.zbraClient1susp
{
    background-color: #f2dbd9;
}
.zbraClient0Orgsusp
{
    background-color: #f6e8da;
}
.zbraClient1Orgsusp
{
    background-color: #ede0d3;
}
.zbraClient0err
{
    color: #f93535;
}
.zbraClient1err
{
    background-color: #ecefec;
    color: #fa1a1a;
}

.zbraLic1
{
    background-color: #e3f1e3;
}
.zbraLic0susp
{
    background-color: #f6e2e7;
}
.zbraLic1susp
{
    background-color: #f2d9dd;
}
.zbraLic0err
{
    color: #f93535;
}
.zbraLic1err
{
    background-color: #e3f1e3;
    color: #fa1a1a;
}

.zbraDiag1
{
    background-color: #eeeadf;
}

.zbraClientSim0
{
    background-color: #d6d7f9;
}
.zbraClientSim1
{
    background-color: #cacdf2;
}

.simItm
{
    color: #3a47f0;
}

.actvItm
{
    color: #059321;
}
.notActvYetItm
{
    color: #9c891d;
}
.suspItm
{
    color: #ab0b0b;
}
.pendingItm
{
    color: #c1ab30;
}
.lockedOutItm
{
    color: #e05a5a;
}

.selectChkbx
{
}

.submitBtn
{
    margin: 0px;
    padding: 8px 18px;
    vertical-align: top;
}

.cancelBtn
{
    margin: 0px;
    padding: 2px 6px;
    vertical-align: bottom;
}

.dsblChk
{
    color: #c0c0c0;
}

.submitSpinner
{
    margin: 0px 10px 0px 6px;
    width: 28px;
    height: 28px;
    display: none;
}
.submitSpinnerSm
{
    margin: 0px 10px 0px 16px;
    width: 14px;
    height: 14px;
    display: none;
}
.submitLoader
{
    display: none;
}

.divSpinnerSmPh
{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 14px;
}

.sectionSubmitBtns
{
    padding: 0;
    margin: 0;
    float: right;
}
.sectionOutsideSubmitBtn
{
    padding: 0;
    margin: 40px 12px 30px 12px;
    float: right;
}

.importWarningSection
{
    padding: 0;
    margin: 2px 4px 6px 20px;
    text-align: left;
    color: #632217;
}
.importInfoSection
{
    padding: 0;
    margin: 2px 4px 6px 20px;
    text-align: left;
    color: #506068;
}

.importSubmitSpinner
{
    margin: 0px 10px 0px 6px;
    width: 28px;
    height: 28px;
    display: none;
}
.resetSubmitSpinner
{
    margin: 0px 10px 0px 6px;
    width: 28px;
    height: 28px;
    display: none;
}

.importSubmitSpinnerFile
{
    margin: 0px 10px 0px 6px;
    width: 28px;
    height: 28px;
    display: none;
}
.importSubmitSpinnerFolder
{
    margin: 0px 10px 0px 6px;
    width: 28px;
    height: 28px;
    display: none;
}

.uploadFile
{
    margin: 0 10px 0 20px;
    width: 580px;
}
.uploadFile0
{
    margin: 0 10px 0 0px;
    width: 580px;
}
.uploadFileMsgBelow
{
    margin: 8px 10px 16px 24px;
    text-align: left;
    font-size: 0.8em;
}
.uploadFileLeftBtnSection
{
    padding: 0;
    margin: 0;
    float: left;
}

.fldrNewUploadSelSection
{
    margin: 0 10px 0 10px;
    width: 580px;
}
.fldrNewSelSection
{
    display: block;
    margin: 8px 10px 0 10px;
    width: 580px;
}

.fileSzMsg
{
    margin: 0px 10px 0px 24px;
    text-align: left;
    font-size: 0.8em;
}

.td001
{
    width: 150px;
}
.td002
{
    width: 400px;
}
.td003
{
    width: 120px;
}
.td004
{
    width: 725px;
}

.smBtn
{
    font-size: 0.8em;
    margin: 0 20px 0 0;
}

.smrTextTbl td, .smrTextTbl tr
{
    font-size: .92em;
    padding: 2px 20px 16px 2px;
}
.smrTextTbl2
{
    padding: 16px 0px 0px 0px;
}
.smrTextTbl2 td, .smrTextTbl2 tr
{
    font-size: .92em;
    padding: 1px 20px 1px 2px;
}

.smrTextTbl3, .smrTextTbl3 td, .smrTextTbl3 tr
{
    border: 0px none transparent;
    border-right: 8px solid transparent;
    margin: 0px;
    padding: 0px;
}

.buttonsPanel
{
    margin: 2px 8px 6px 2px;
    padding: 0;
}

.privNameText
{
    font-size: .7em;
    font-family: "Arial";
}

.timeElapsed
{
    float: right;
    padding: 0px 16px 0px 8px;
    font-size: 0.8em;
}
.rightAlign
{
    float: right;
}

.panelInside
{
    background-image: none;
    margin: 6px 4px 12px 4px;
    padding: 0;
}

.panelInside fieldset
{
    padding: 0px 14px 12px 14px;
    margin: 0;
}

.panelInside2
{
    background-image: none;
    margin: 16px 4px 12px 4px;
    padding: 0;
}

.panelInside2 fieldset
{
    padding: 10px 14px 12px 14px;
    margin: 0;
}

.panelInside3
{
    background-image: none;
    margin: 6px 4px 12px 4px;
    padding: 0;
}

.panelInside3 fieldset
{
    padding: 10px 14px 12px 14px;
    margin: 0;
}

.panelInside4
{
    background-image: none;
    margin: 4px 4px 12px 4px;
    padding: 0;
}

.panelInside4 fieldset
{
    padding: 0px 14px 12px 14px;
    margin: 0;
}

.curHand
{
    cursor: pointer;
}
.curHandLeftPad
{
    cursor: pointer;
    padding-left: 4px;
}

.graphLgndStyle1
{
    text-decoration: underline;
}
.graphLgndStyle2
{
    text-decoration: underline;
    text-align: center;
}
.graphLgndStyle3
{
    text-align: right;
    vertical-align: middle;
}
.graphLgndStyle4
{
    text-decoration: underline;
    text-align: right;
}

.plainDiagBox
{
    width: 864px;
    height: 40pc;
    resize: vertical;
}

.lsttbldiag
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
.lsttbldiag th
{
    white-space: nowrap;
}
.lsttbldiag td 
{
	word-break: hyphenate;
	vertical-align: top;
}

.breakall
{
	word-break: break-all;
}

.divDiagType
{
    float: right;
    margin: -20px 30px 10px 0px;
}

.clsButtonRemSched
{
    font-size: 0.8em;
    margin: 0 20px 0 0;
}

.clsButtonProcNow
{
    font-size: 0.8em;
    margin: 0 0 0 20px;
}

.diagErrText
{
    color: #800000;
}
.diagErrText2
{
    color: #c00000;
}
.diagErrText3
{
    color: #c05050;
}
.diagWarnText1
{
    color: #d57cd0;
}
.diagWarnText2
{
    color: #e4832d;
}
.diagGrayText
{
    color: #a0a0a0;
}

.cpugraphimg
{
    display: block;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; 
}


.fldrPathItem
{
    display: inline-block;
}

.fldrPathItem a, 
.fldrPathItem a:visited
{
    position: relative; 
    float: left;
    padding: 2px 10px 2px 10px;
    margin: 0;
    width: auto;
    background-image: url("../Graphics/btn-grad-green.png");
    border-bottom-color: #719b14;
    color: #ececec;
    display: block;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
}

.fldrPathItem a:hover
{
    background-image: url("../Graphics/btn-grad-brown.png");
    border: 0px solid #bc8b28;
    color: #ececec;
    text-decoration: none;
}

.fldrPathItem a:active
{
    color: #303030;
    text-decoration: none;
}


.fldrPathSep
{
    position: relative; 
    float: left;
    padding: 2px 2px 2px 3px;
    width: auto;
}

.fldrPathNameTxtBx
{
    position: relative; 
    float: left;
    padding: 0px 10px 0px 10px;
    margin: 0;
    width: 150px;
}

.fldrPathItemsListBoxMsg
{
    clear: both;
    padding: 1px 10px 14px 10px;
    margin: 0px;
    text-align: center;
}
.fldrPathItemsListBoxMsg .spanMsg01
{
    font-size: 0.9em;
    margin-bottom: 80px;
}

.leftPadding4
{
	margin-left: 4px;
}
.leftPadding8
{
	margin-left: 8px;
}
.rightPadding2
{
	margin-right: 2px;
}

.fldrPathItemTxtBx
{
    padding: 0px 5px 0px 2px;
    margin: 0;
    width: 280px;
}

a img
{
	border: none;
}

.lftMgnSmSzMsg
{
    margin: 0px 2px 0px 8px;
    text-align: left;
    font-size: 0.8em;
}

.lftMgnSmSz
{
    margin: 0px 2px 0px 2px;
    font-size: 0.8em;
}
.lftMgnSmSzSep
{
    margin: 0px;
    text-align: left;
    font-size: 0.8em;
}


.fldrPathItemSusp
{
	background-color: #e5e5e5;
}

.fldrPathItemDel
{
	background-color: #f5e5d1;
}

.fldrPathItemSuspDel
{
	background-color: #ded6d6;
}

.defSmBtn01
{
    margin: 2px 1px 4px 1px;
    padding: 1px 8px 0px 8px;
    vertical-align: top;
    font-size: 0.9em;
}

.viewFilesUl
{
	padding-left: 22px;
}
.viewFilesUlErr
{
	padding-left: 22px;
	background-color: #f5e9e9;
}

.viewFilesLi
{
	margin: 2px 0px 2px 0px;
	text-indent: -.2em;
	padding: 0;
	list-style: circle;
}

.warnSmMsg
{
    margin: 2px 10px 2px 6px;
    text-align: left;
    font-size: 0.8em;
}

.warnSmMsg ul
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.btnDeletePFX
{
	margin-left: 8px;
	vertical-align: bottom;
}

.updateFilesError
{
	background-color: #ded6d6;
}

.smWarn01
{
    margin: 0px 0px 0px 8px;
    vertical-align: middle;
    text-align: center;
}
.smWarnNone01
{
/*    display: none;*/
    visibility: hidden;
}

.dwldconnwarn
{
    background-color: #f8f295;
    padding: 2px 8px;
    margin: -6px 0px 8px 0px;
    color: #303030;
    font-size: .9em;
}

.spnblck_l
{
    margin: 0 12px 0 0;
}
.spnblck_r
{
    margin: 0;
}

.pwrEvtActual
{
    color: #583304;
}

.pwrEvtSim
{
    color: #0a0fd7;
}

.a2:link, .a2:visited
{
    color: #5b7bc7;
    text-decoration: none;
}

.a2:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

.a2:active
{
    color: #5b7bc7;
    text-decoration: none;
}

/*
.divSmBtns{
	margin: -10px 10px 0px 8px;
	padding: 0px;
	display: inline;
}
.smtbBtnCopy{
	background-image: url(../Graphics/sm_copy.gif);
}
.smtbBtn{
	width: 12px;
	height: 10px;
	margin: 0px;
	padding: 1px;
	background-size: 6px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid transparent;
	display: inline-block;
	background-position: center center;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
}

.smtbBtn:hover{
	border: 1px solid #ccc;
}
.smtbBtn:active
{
	background-size: 5px;
}
*/

.smtbBtn 
{
    vertical-align: middle;
	margin: -10px 10px 0px 8px;
	padding: 0px;
}
.smtbBtn img 
{
	width: 6px;
    border: 1px solid transparent;
    _border-color: pink;            /* hack for IE6 only */
    _filter: chroma(color=pink);    /* hack for IE6 only */
}
.smtbBtn:hover img,
.smtbBtn:active img
{ 
    border: 1px solid #ddd; 
}
.smtbBtn img:active 
{
	width: 5px;
	border-right: 2px solid transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
    _border-color: pink;            /* hack for IE6 only */
    _filter: chroma(color=pink);    /* hack for IE6 only */
}

.elevtd
{
    color: #8c7407;
}
.guest
{
    color: #02b7ac;
}
.rdc
{
    color: #7131dc;
}

.diagTimedOutText
{
    color: #e03e5d;
}

.diagWaitFailText
{
    color: #e74a4a;
}

.diagNoWaitHandleText
{
    color: #e7ae4a;
}

.offlft
{
    padding-left: 2em;
}

.offlftsm
{
    padding-left: 0.4em;
}

.grphImg
{
    border: none;
}

.grayText01
{
    color: #c0c0c0;
}









