/**************************************/
/*              GLOBALS               */
/**************************************/


.body {
    background: #E4E4E4 url(../images/bg_main.png) no-repeat fixed center top;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top-banner {
    height:32px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #254F7A, 1px 1px 5px #aaa;
    border-bottom: 1px #cd0a0a solid;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#111)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #3c3c3c, #111); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #3c3c3c, #111); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #3c3c3c, #111); /* IE10 */
	background-image:      -o-linear-gradient(top, #3c3c3c, #111); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #3c3c3c, #111);
}

#headerBox {
    background: transparent url(../images/logo.png) no-repeat scroll left bottom;
    height: 76px;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
}

#headerBox.free {
    background: transparent url(../images/logo_free.gif) no-repeat scroll left bottom;
}

#headerBox span {
    display: none;
}

#login ul {
    margin: 0;
    padding: 0;
}

.usernav {
    text-align: right;
    /*height: 25px;*/
}

#login li {
    display: inline;
    list-style-type: none;
    margin-left: 5px;
}

#login li .ui-button {
    top: -4px;
}

#login a {
    text-decoration: none;
}

#login .login-left-border {
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
}

#login div.usernav {
    /*height: 25px;*/
    /*line-height: 25px;*/
}

#login input {
    padding: 2px;
    color: #777777;
}

#login .login, #login .password {
    width: 150px;
}

#login-form input.focused {
    color: #000000;
    text-align:left;
}

#password {
    color: #000000;
    /*display:none;*/
}

#fake-password {
    display: none;
}

.qtip-title a.qtip-button {
	color: #ffffff;
}

.feedback-switch a:link {
	color: #cc0000;
}

/**************************************/
/*              HEADER                */
/**************************************/
#global-nav {
    overflow:hidden;
    text-align:right;
}
#global-nav ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#global-nav li {
    display:inline;
    color: #8A8A8A;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

#navigation {
    margin-top: 20px;
}

#navigation .navMenuContainer {

}
#navigation .navMenuList {
    display:block;
    height:110px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 auto;
    text-align:center;
}
#navigation .navMenuList li {
    float:left;
    width:102px;
}
#navigation .navMenuList a {
    text-decoration: none;
}
#navigation .navMenuList a span {
    font-size: 12px;
    color: #b9b9b9;
}
#navigation .navMenuList a:hover span {
    display: block;
    color: #333333;
}

#navigation .navMenuList a:focus {
    outline:none;
}

#navigation .navMenuList .navIcon {
    border: 0;
    width: 80px;
    height: 61px;
    margin: 0 auto;
}

/**************************************/
/*               TOOLTIP              */
/**************************************/
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(../images/tooltip/black_arrow_big_flipped.png) no-repeat scroll 0 0;
	font-size:14px;
	height:153px;
        padding:55px 30px 40px;
	width:310px;
	font-size:14px;
	display:none;
	color:#fff;
        z-index: 100;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}


/***************** TESTING ***********/

ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0 50px;
	list-style: none;
}
ul.column li {
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.block {
	height: 355px;
	font-size: 1em;
	margin-right: 10px;
	padding: 20px;
	background: #e3e1d5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.block h2 {
	font-size: 1.8em;
}
.block img {
	width: 89%;
	padding: 5%;
	margin: 0 auto;
	background:#fff;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#testing-credentials {
    margin-left: auto;
    margin-right: auto;
    width: 30em;
}

.toolbar {
    overflow: hidden;
    padding: 6px 8px 3px 12px;
    margin: 0;
    color: #333333;
    background: #F2F2E5 none repeat scroll 0 0;
    border-bottom: 3px solid #EEEED7;
}

h2.toolbar, .toolbar h2 {
    font-size: 18px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	color: #000000;
}

.toolbar h2 {
	   border:none;
	   margin-bottom: 0;
}

.toolbar h2 img, h2.toolbar img {
	vertical-align:middle;
}

.toolbar.top {
    min-height: 40px;
    border-bottom: 3px solid #EEEED7;
}

.toolbar.bottom {
    background: #ffffff;
    min-height: 18px;
    padding-bottom: 5px;
    border-bottom: none;
}

div.toolbar ul {
    margin: 10px 0 0 0;
}

div.toolbar ul.left {
    float: left;
    list-style-image: none;
    list-style-position: none;
    list-style-type: none;
}

div.toolbar ul.left li {
    float: left;
}

div.toolbar ul.right {
    float: right;
    list-style-image: none;
    list-style-position: none;
    list-style-type: none;
}

div.toolbar ul.right li {
    float: left;
}

a.ui-button {
    text-decoration: none;
}

/* FORM STUFF */

div.edit-box dl {
    margin: 0;
}

div.edit-box dt {
    clear: left;
    float: left;
    line-height: 18px;
    padding-bottom: 5px;
    width: 200px;
    margin-bottom: 0;
    margin-top: 0;
}

div.edit-box dt label {
    font-weight:normal;
}

div.edit-box dd {
    line-height: 18px;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 200px;
}

div.edit-box h3 {
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 16px;
    margin: 0 0 10px;
    padding-bottom: 5px;
}

div.edit-side-box {
    background:#DDDDDD url(../images/settings/sidebar_left.gif) repeat-y scroll right top;
    float:left;
    margin-top:15px;
    width:189px;
    display:none;
}

div.edit-box {
    background:#DDDDDD none repeat scroll 0 0;
    /*margin-left:189px;*/
    padding:15px 0;
}

div.edit-box div.edit-area {
    background:#EEEEEE none repeat scroll 0 0;
    border-bottom:1px solid #cc0000;
    border-top:1px solid #cc0000;
}

div.white-box {
    background-color:#FFFFFF;
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    line-height:20px;
    margin:0 15px 10px;
    overflow:hidden;
    padding:5px 10px;
}

div.buttons {
    margin:0 15px 10px;
}

div.white-box a.help {
    float: right;
}

.invalid {
    background:#FBE3E4 none repeat scroll 0 0;
    color:#8A1F11;
    border: 2px solid #FBC2C4;
}

label.invalid {
    margin-left: 10px;
}

.linkselectContainer {
    max-width: 200px;
}

a:visited {
    color: #000;
}

a:link {
    color: #000;
}

div.ui-spinner {
    width: 45px;
}

div.ui-spinner input {
    border: none;
}

fieldset {
    border:none;
}

.content {
    display:none;
}

form div input {
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    color: #000000;
}

form span input {
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    color: #000000;
}

#message {
    padding-top: 15px;
    position: fixed;
    z-index: 7000;  /*above tutorial & tips*/
}

.message-close {
    position: absolute;
    right: 1em;
    top: 1em;
}

.confirmation-dialog {
    position: relative;
    z-index: 50;
}

.confirm-block {
    background-color: #000000;
    opacity: 0.5;
    -ms-filter: "Alpha(Opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.right_column {
    float: right;
}

.info_column {
    border-left: 1px solid #CCCCCC;
    margin-bottom: 1em;
    margin-top: 0.5em;
    padding: 0.5em 4em 0 2em;
    width: 35%;
}

.info_column p {
    font-size: 85%;
    margin: 0 0 0.5em;
}

.left_column {
    float: left;
}

div.entity-title {
    background-color: #F2F2E5;
    font-size: 13pt;
    font-weight: bold;
    padding: 5px 10px;
}

div.entity-box {
    background-color:#FFFFFF;
    line-height:20px;
    overflow:hidden;
    padding:5px 10px;
}

div.entity-buttons {
    padding: 20px 8px 15px
}

.relations-box td {
    /*border: 1px solid #CCCCCC;*/
    vertical-align:top;
}

.entity-box p {
    margin: 0 0 0.25em;
}

.relations-box h6 {
    margin-bottom: 0.5em;
}

div.tagged {
    position:relative;
}

div.taggedHead {
    position:absolute;
    top: 0;
    left: -15px;
    cursor: pointer;
}

input.labelinside {
    color: #999999;
    font-style: italic;
}

input.extension {
    width:50px;
}

#enable-findme {
    top: 0;
}

#findme-container td {
    /*vertical-align:top;*/
    color: #000000;
    font-weight:bold;
    font-size: 11px;
}

#findme-container td.step {
    /*vertical-align:top;*/
    color: #cc0000;
    text-align: center;
    padding: 4px 5px 4px 5px;
    width: 15px;
}

#findme-container .number, #group-account .number {
    width: 40px;
}

.relations-box table {
    border-collapse:collapse;
}

#findme-container table {
    margin-bottom: 10px;
}

.multiselect {
    width: 460px;
    height: 150px;
}

a.add-all {
    color: #FFFFFF;
}

a.remove-all {
    color: #FFFFFF;
}

.horizontal-list {
    display:block;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 auto;
}

.horizontal-list > li {
    display:block;
    float:left;
    padding:0 0px;
    margin: 0;
}


form.login-form li {
    position:relative
}

form.login-form li label {
    position:absolute;
    top:0;
    left:4px;
    color: #666666;
}

.ivrMenuHeader {
    background-color:#565656;
    padding-left: 5px;
    padding-right:5px;
    margin-bottom:0;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
}

.ivrMenuHeader .ivr-form-section {
    padding: 6px 0 0 22px;
    min-height: 28px;
}

.ivrMenuHeader input[type="text"],
.ivrMenuHeader input.text,
.ivrMenuHeader select {
    margin: 0px;
    padding: 2px;
    background-color: #565656;
    border: 1px solid #FBF8EE;
    color: #FBF8EE;
}

.ivrMenuHeader a.linkselectLink {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background-color: transparent !important;
    outline: 0px;
}

.ivrMenuHeader .editable:hover,  #ivr-form a#phonenumber_link:hover {
    background-color: #FFFFFF !important;
    color: #565656 !important;
    outline: 1px solid #FCD3A1 !important;
    cursor: pointer;
}

.ivrMenuHeader .altered, .ivrMenuHeader .altered .linkselectLink {
    color: #FBF8EE !important;
}

.ivrMenuHeader td.right {
    text-align:right;
}

.ivrMenuSubHeader {
    background-color:#666666;
    text-align:center;
    height: 24px;
    color: #ffffff;
    font-weight:bold;
}

div.ivrMenuSubHeader ul.ivrMenuItems li {
	padding-top: 2px;  
}

.ivrMenu {
    position:relative;
    width:100%;
}

.ivrMenu table {
    margin: 0;
}

.ivrMenu ul.ivrMenuItems {
    height:67px;
}
.ivrMenu ul.ivrMenuItems > li {
    margin-right: 1px;
    padding: 0 2px 0;
}

.ivrMenuList {
    height:67px;
    text-align:center;
}
.ivrMenuList li {
    width:39px;
    height: 67px;
    margin-right: 1px;
    cursor:pointer;
}

.ivrMenuList .ivrIconBottom {
    cursor:default;
}

.ivrMenuAction {
    width: 26px;
    height: 26px;
    margin-top: 7px;
}

.ivrMenuPlay {
    background-image: url(../images/ivr/disabled/play.png);
}

.ivrMenuRecord {
    background-image: url(../images/ivr/enabled/record.png);
}

.ivrTitle {
    margin-left: 10px;
    margin-top: 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

.ivrMenuOptions {
    margin-top: 1px;
}

.ivrMenuOptions span {
    background-image: url(../images/ivr/script.png);
    width: 39px;
    height: 32px;
}

.ivrTitle span {
    margin-left: 20px;
}

.ivrPromptArea {
    border-left:1px solid #fcd3a1;
    border-right:1px solid #fcd3a1;
    border-bottom:1px solid #fcd3a1;
    border-top:3px solid #666666;
    background-color: #ffffea;
}

.ivrPromptArea h3 {
    float: left;
    margin-left: 25px;
    margin-top:15px;
    margin-right:54px;
    color:#333333;
}

.ivrPromptArea .ivrMenuOptionsArea {
    margin-top: 15px;
    min-height: 79px;
}

.ivrPromptTypeSelection {
        height: 79px;
}

.ivrPromptTypeSelection > li {
    height: 76px;
    margin-top: 3px;
    margin-right: 1px;
    cursor: pointer;
}

.ivrPromptTypeSelection > li > img {
    height: 76px;
    width: 79px;
}

.ivrPromptTypeSelection > li > img.offset {
    position:relative;
    top:1px;
}

.ivrPromptView {
    border-top:3px solid #666666;
}

.ivrPromptView td {
    padding: 0;
}

.ivrPromptView .large {
    font-size: 1.8em;
    margin-bottom: 0;
    line-height: 1em;
}

.ivrPromptView .small {
    font-size: 0.75em;
    line-height:1em;
    margin-bottom:0;
}

.ivrPromptView .yellow-box {
    background-color: #ffffea;
    margin-top: 3px;
    border:3px solid #fcd3a1;
}

.ivrPromptView .yellow-box ul {
    margin: 1.5em;
}

.ivrPrompt {
    padding: 10px;
    margin-top: 10px;
    width: 450px ;
    margin-left: auto ;
    margin-right: auto ;
}

.ivrPrompt div {
    margin: 0 0 10px 10px;
}

.ivrPrompt h3 span {
    font-size:125%;
    font-style:italic;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.footer, .push {
    height: 4em;
}

.footer {
    background-color:#E4E4E4;
}


.stickyHeader {
    height: 41px;
    width: 100%;
    background:#000000 url(../images/topBlackBWLogo.png) no-repeat scroll left bottom;
    margin-bottom: 10px;
}

.stickyHeader span {
    display:none;
}

#env { position: fixed; left: 1em; font-weight: bold; padding: .2em 0.9em; text-transform: uppercase; display: none }
#env.staging { color: #000; background: #ffff00; border: 2px solid #cccc20; border-top: none; display: block }
#env.development { color: #fff; background: #ff0000; border: 2px solid #cc2020; border-top: none; display: block }

#usersettings-area {
    border:1px solid #ffffff;
}

#findme-area {
    border:1px solid #ffffff;
}

.ui-multiselect input.search {
    opacity: 1.0;
}

.toolbar li {
    margin: 5px 0 0 5px;
}

div.extension-info {
    position:relative;
}
div.extension-icon {
    background-repeat:no-repeat;
    float:left;
    height:61px;
    width:80px;
}
div.extension-icon-user {
    background-image:url(../img/icons/enabled/user.png);
}
div.extension-icon-sharedspace {
    background-image:url(../img/icons/enabled/shared.png);
}
div.extension-icon-group {
    background-image:url(../img/icons/enabled/group.png);
}
div.extension-icon-conference {
    background-image:url(../img/icons/enabled/conference.png);
}
div.extension-icon-ivr {
    background-image:url(../img/icons/enabled/ivr.png);
}
div.extension-icon-voicemail {
    background-image:url(../img/icons/enabled/voicemail.png);
}
div.extension-details {
    bottom: 0;
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    left: 90px;
    padding-bottom: 2px;
    position: absolute;
}

.confirmation-prompt {
    font-weight: bold;
    text-align: center;
}

.ui-jqgrid tr.jqgrow td {
    border-right: 0;
}

.ui-jqgrid tr.jqgrow.ui-state-hover, .ui-jqgrid tr.jqgrow.ui-state-highlight {
    border-bottom: 1px solid #EEEEEE;
    background: #FFFFFF;
}

.ui-jqgrid tr.jqgrow.ui-state-highlight.actually-highlight {
    background: #FDFAF5;
}

.ui-jqgrid {
    border: 0;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    text-align:left;
    border-right: 0;
    color: #000;
}

.ui-jqgrid-labels th.ui-state-default,
.ui-jqgrid-labels th.ui-state-hover,
.ui-jqgrid-labels th.ui-state-highlight {
    background: #FBF8EE;
}

.ui-jqgrid .ui-jqgrid-hdiv.ui-state-default {
    border-bottom: 0;
    margin-bottom: 3px;
    background: #FBF8EE;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ui-jqgrid a {
    color: #000000;
}

.ui-jqgrid .ui-jqgrid-sortable {
    cursor:default;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    overflow:visible;
}

.ui-jqgrid input[type="checkbox"], .ui-jqgrid input.checkbox {
    top: 0;
}

.ui-jqgrid .ui-jqgrid-htable input[type="checkbox"], .ui-jqgrid .ui-jqgrid-htable input.cbox {
    top: 3px;
}

#entity-form-area, #settings {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 2em;
}

#entity-form-area .label, #settings .label {
    font-size: 11px;
    font-weight:bold;
    width: 150px;
}

#entity-form-area td.label, #settings td.label {
    font-size: 11px;
    font-weight:bold;
    width: 150px;
    text-align: right;
    padding-right: 25px;
}

#settings td.label {
    text-align: left;
}

.tall {
    vertical-align:top;
}

#entity-form-area .value, #settings .value {
    font-size: 11px;
}

#entity-form-area .section, #settings .section {
    border-bottom: 1px dotted #999999;
    margin: 18px 0;
}

#entity-form-area .actionable, #entity-form-area .linkselectLink, #settings .actionable, #settings .linkselectLink {
    color: #cc0000;
    text-decoration:underline;
    cursor:pointer;
}

#entity-form-area .actionable:hover, #entity-form-area .linkselectLink:hover, #settings .actionable:hover, #settings .linkselectLink:hover {
    background-color: #FBF8EE !important;
    color: #cc0000 !important;
    outline-color: #FBF8EE;
    outline-style: solid;
    outline-width: 1px;
}

#entity-form-area form.editable button, #settings form.editable button {
    margin-left: 5px;
}

#entity-form-area form.editable button[type=cancel], #settings form.editable button[type=cancel] {
    background-color: #ffffff;
    color: #000000;
}

#entity-form-area .required {
    color: #cc0000;
    float:right;
}

#entity-form-area .requiredDemo, span.required{
        color: #cc0000;
}

#entity-form-area h2 a {
    color: #000000;
}

#findme-numbers ul {
    list-style:none
}

#findme-container .arrow-tail {
    background: #ffffff url(../images/findme/arrow-tail.png) repeat-y top center;
    height: 10px
}

#findme-container .arrow-head {
    background: #ffffff url(../images/findme/arrow-head.png) no-repeat top center;
    height: 12px
}

.list-message.light {
    color: #BABABA;
    font-size: 18px;
    font-weight: bold;
    padding: 50px 10px 100px;
    text-align: center;
}

.themed .paginate .disabled {
    margin: 0 5px;
    position: relative;
    top: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

button, a.button, input[type=submit] {
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
    background: #CC0000 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px;
    text-decoration: none;
    white-space: nowrap;
}

button:hover, a.button:hover, input[type=submit]:hover {
    color: #ffffff;
    cursor: pointer;
    opacity: 0.75;
    -ms-filter: "Alpha(Opacity=75)";
}

button[disabled="disabled"], a.button.disabled, input[type="submit"][disabled] {
    opacity: 0.75;
    -ms-filter: "Alpha(Opacity=75)";
}


button[disabled="disabled"]:hover, a.button.disabled:hover, input[type="submit"][disabled="disabled"]:hover {
    opacity: 0.75;
    -ms-filter: "Alpha(Opacity=75)";
    cursor: default;
}

input#login-button {
    background: #FFFFFF;
    background:#EEEEEE url(../images/jquery-ui/ui-bg_highlight-hard_100_eeeeee_1x100.png) repeat-x scroll 50% 50%;
    border:1px solid #D8DCDF;
}

.themed button.gray, .themed a.button.gray {
    background: #666666 none repeat scroll 0 0;
}

.themed button.green, .themed a.button.green, .themed input[type='submit'].green {
    background: #559B23 none repeat scroll 0 0;
}

.themed button.gray:hover, .themed a.button.gray:hover, .themed button.green:hover, .themed a.button.green:hover {
    cursor: pointer;
    opacity: 0.75;
    -ms-filter: "Alpha(Opacity=75)";
}

.themed div.ui-tabs, .themed div.ui-tabs-panel {
    border: 0;
    padding: 0;
}

.themed ul.ui-tabs-nav {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #CCCC99;
    padding-left: 12px;
    padding-top: 8px;
}

.themed ul.ui-tabs-nav li {
    -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px;
    font-size: 11px;
}

.themed .ui-widget-header .ui-state-default {
    font-weight: normal;
}

/* Component containers
----------------------------------*/
.themed .ui-widget { font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; font-size: 1.1em; }
.themed .ui-widget input, .themed .ui-widget select, .themed .ui-widget textarea, .themed .ui-widget button { font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; font-size: 1em; }
.themed .ui-widget-content { border: 1px solid #eeeeee; background: #ffffff url(../images/jquery-ui/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.themed .ui-widget-content.ui-jqgrid { border: 0; background: #ffffff url(../images/jquery-ui/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.themed .ui-widget-content a { color: #222222; }
.themed .ui-widget-content a.button { color: #FFFFFF; }
.themed .ui-widget-header { border: 1px solid #eeeeee; background: #F9F9EE /*url(../images/jquery-ui/ui-bg_flat_100_F9F9EE_40x100.png)*/ 50% 50% repeat-x; color: #222222; font-weight: bold; }
.themed .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.themed .ui-state-default, .themed .ui-widget-content .ui-state-default { border: 1px solid #F9F9EE; background: #F9F9EE /*url(../images/ui-bg_flat_100_F9F9EE_40x100.png)*/ 50% 50% repeat-x; font-weight: bold; color: #cc0000; outline: none; }
.themed .ui-state-default a, .themed .ui-state-default a:link, .themed .ui-state-default a:visited { color: #cc0000; text-decoration: none; outline: none; }
.themed .ui-state-hover, .themed .ui-widget-content .ui-state-hover, .themed .ui-state-focus, .themed .ui-widget-content .ui-state-focus { border: 1px solid #CCCC99; background: #F9F9EE /*url(../images/jquery-ui/ui-bg_flat_100_F9F9EE_40x100.png)*/ 50% 50% repeat-x; font-weight: bold; color: #cc0000; outline: none; }
.themed .ui-state-hover a, .themed .ui-state-hover a:hover { color: #cc0000; text-decoration: none; outline: none; }
.themed .ui-state-active, .themed .ui-widget-content .ui-state-active { border: 1px solid #CCCC99; background: #ffffff /*url(../images/ui-bg_glass_65_ffffff_1x400.png)*/ 50% 50% repeat-x; font-weight: bold; color: #cc0000; outline: none; }
.themed .ui-state-active a, .themed .ui-state-active a:link, .themed .ui-state-active a:visited { color: #cc0000; outline: none; text-decoration: none; }
#settings .ui-tabs-selected{background: #f2f2e5 /*url(../images/ui-bg_glass_65_ffffff_1x400.png)*/ 50% 50% repeat-x;}    /*Numbers page is a special case*/

/* Interaction Cues
----------------------------------*/
.themed .ui-state-highlight, .themed .ui-widget-content .ui-state-highlight {border: 1px solid #CCCC99; background: #fbf9ee url(../images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.themed .ui-state-highlight a, .themed .ui-widget-content .ui-state-highlight a { color: #363636; }
.themed .ui-state-error, .themed .ui-widget-content .ui-state-error {border: 1px solid #cc0000; background: #fef1ec url(../images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cc0000; }
.themed .ui-state-error a, .themed .ui-widget-content .ui-state-error a { color: #cc0000; }
.themed .ui-state-error-text, .themed .ui-widget-content .ui-state-error-text { color: #cc0000; }

/* Icons
----------------------------------*/

/* states and images */
.themed .ui-icon { width: 16px; height: 16px; background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png); }
.themed .ui-widget-content .ui-icon {background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png); }
.themed .ui-widget-header .ui-icon {background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png); }
.themed .ui-state-default .ui-icon { background-image: url(../images/jquery-ui/ui-icons_cc0000_256x240.png); }
.themed .ui-state-hover .ui-icon, .themed .ui-state-focus .ui-icon {background-image: url(../images/jquery-ui/ui-icons_cc0000_256x240.png); }
.themed .ui-state-active .ui-icon {background-image: url(../images/jquery-ui/ui-icons_cc0000_256x240.png); }
.themed .ui-state-highlight .ui-icon {background-image: url(../images/jquery-ui/ui-icons_2e83ff_256x240.png); }
.themed .ui-state-error .ui-icon, .themed .ui-state-error-text .ui-icon {background-image: url(../images/jquery-ui/ui-icons_cc0000_256x240.png); }

/* Jqgrid
----------------------------------*/
.themed .ui-jqgrid {font-size: 11px;}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.themed .ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; }
.themed .ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.themed .ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.themed .ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.themed .ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.themed .ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.themed .ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.themed .ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.themed .ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }

/* Overlays */
.themed .ui-widget-overlay { background: #aaaaaa url(../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.themed .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }

.ibutton-container {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden;
	/* set max width to that of sprite */
	max-width: 400px;
	/* prevent text selection */
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
	/* set default width based on ON/OFF labels */
	width: 89px;
}

.ibutton-container input {
  position: absolute;
	top: 0;
	left: 0;

	/* hide the element */
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;

	/* allow checking of input if visible */
	-moz-user-input: enabled  !important;
}

.ibutton-handle {
  display: block;
  height: 27px;
  cursor: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: transparent url(../images/ibutton-slider-default.png) no-repeat scroll 0 -27px;
  z-index: 3;
  padding-left: 3px;
	/* set default width based on ON/OFF labels */
	width: 33px;
}

.ibutton-handle-right {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: transparent url(../images/ibutton-slider-default.png) no-repeat scroll 100% -27px;
  z-index: 3;
}

.ibutton-handle-middle {
  height: 100%;
  width: 100%;
  background: transparent url(../images/ibutton-slider-default.png) no-repeat scroll 50% -27px;
  z-index: 3;
}

div.ibutton-label-on, div.ibutton-label-off {
  white-space: nowrap;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  cursor: inherit;
  display: block;
  height: 22px;
  position: absolute;
  width: auto;
  top: 0;
  padding-top: 5px;
  overflow: hidden;
  background: transparent url(../images/ibutton-slider-default.png) no-repeat scroll 0 0;
}

div.ibutton-label-on {
  color: #fff;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
  left: 0;
  padding-top: 5px;
  z-index: 1;
}

div.ibutton-label-on span {
  padding-left: 8px;
}

div.ibutton-label-off {
  color: #7c7c7c;
  background-position: 100% 0;
  text-shadow: 0 -1px 2px rgba(153, 153, 153, 0.4);
  text-align: right;
  right: 0;
	/* the off label needs to near the left edge (ideally just 5px away)
	 * it just needs to be close enough that it won't show under the handle if dragged to the left
	 */
	width: 95%;
}

div.ibutton-label-off span {
  padding-right: 8px;
}

/* create an outline when button gets focus via keyboard */
.ibutton-container label {
	cursor: inherit;
	border: 1px dotted transparent;
}

.ibutton-focus label {
	/* we must use border, since outline doesn't work in IE */
	border: 1px dotted #666 !important;
}

.ibutton-focus div.ibutton-label-on span label {
	/* use white for more contrast */
	border-color: #fff !important;
}

/* add padding to right/left so that text gets clipped before absolute edge */
.ibutton-padding-left, .ibutton-padding-right {
	position: absolute;
	top: 4px;
	z-index: 2;
	background: transparent url(../images/ibutton-slider-default.png) no-repeat scroll 0 -4px;
	width: 3px;
	height: 20px;
}

.ibutton-padding-left {
	left: 0;
}

.ibutton-padding-right {
	right: 0;
	background-position: 100% -4px;
}

/* change the styles of the handle when being dragged */
.ibutton-active-handle .ibutton-handle {
	background-position: 0 -108px;
}

.ibutton-active-handle .ibutton-handle-right {
	background-position: 100% -108px;
}

.ibutton-active-handle .ibutton-handle-middle {
	background-position: 50% -108px;
}

/* styles to use when the button is disabled */
.ibutton-disabled {
	cursor: not-allowed !important; /* cursor options: default or not-allowed */
}

.ibutton-disabled .ibutton-handle {
	background-position: 0 -81px;
}

.ibutton-disabled .ibutton-handle-right {
	background-position: 100% -81px;
}

.ibutton-disabled .ibutton-handle-middle {
	background-position: 50% -81px;
}

.ibutton-disabled div.ibutton-label-on {
	background-position: 0 -54px;
}

.ibutton-disabled div.ibutton-label-off {
	background-position: 100% -54px;
}

.ibutton-disabled .ibutton-padding-left {
	background-position: 0 -54px;
}

.ibutton-disabled .ibutton-padding-right {
	background-position: 100% -54px;
}

.ibutton-disabled div.ibutton-label-on {
	color: #fff;
}

.ibutton-disabled div.ibutton-label-off {
	color: #cbcbcb;
}

/*---TOOLTIPS---*/
.qtip-contentWrapper {
    background-color: inherit;
}

.qtip-content {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.qtip-button img {
    vertical-align: text-bottom;
    margin-left: 5px;
}

/*--FRONT PAGE --*/

#front-image img {
    margin-top: 10px;
    float: right;
}

.configuration-header-section {
    
}

/*Would be nice if this could use the same css as jqgrid */
table.configuration-overview {
    width: 525px;
    float: left;
    margin: 0;
}

table.configuration-overview tbody tr {
    height: 45px;
}

table.configuration-overview td, table.configuration-overview th{
    text-align: center;
    font-weight: bold;
}

table.configuration-overview th {
   color: #CC0000;
}

table.configuration-overview th, #front-image .config-header {
    background-color: #FFFFFF;
    height: 25px;
}

table.configuration-overview th.type, table.configuration-overview td.type {
    text-align: left;
}

td.stepper a {
    color: #CC0000;
    font-weight: normal;
}

table.configuration-overview td, table.configuration-overview th {
    border-bottom: 1px solid #EBEBEB;
    font-weight: bold;
}

table.configuration-overview tbody tr td img {
    vertical-align: middle;
}

table.configuration-overview span.type-label {
    margin-left: 15px;
}

table.configuration-overview th.help, table.configuration-overview td.help {
    width: 29px;
}

table.configuration-overview th.type, table.configuration-overview td.type {
    width: 200px;
},

table.configuration-overview th.setup, table.configuration-overview td.setup {
    width: 75px;
}

table.configuration-overview th.of, table.configuration-overview td.of {
    width: 13px;
}

table.configuration-overview th.owned, table.configuration-overview td.owned {
    width: 82px;
}

table.configuration-overview th.stepper, table.configuration-overview td.stepper {
    width: 68px;
}

.value .help {
    font-size: 11px;
    color: #999999;
}

.value input[type="text"] {
    margin: 0;
}

.section table table {
    margin: 0;
}

.section .value img {
    vertical-align:middle;
}

.section table table td {
    padding-right: 15px;
	padding-left: 0;
}

.clearing {
	overflow:hidden; 
	width: 100%
}

table.left {
	width: auto; 
	float: left;
}

div.javascript_disabled_notification {
    background: none repeat scrolll 0 0 #FFFFFF;
    border: 10px solid #CCCCCC;
    margin: 50px auto;
    padding: 10px;
    width: 500px;
}


/* IE Fixes */
div.ui-dialog,  div.qtip {
    text-align: left;
}
/* END IE */

.opacity-disabled {
    opacity: 0.4;
    -ms-filter: "Alpha(Opacity=50)";
}

h3.email-message {
    margin-bottom: .5em;
}

.toolbar form {
	display:inline;
}

.toolbar a {
	text-decoration:none;
}

a.forgot {
	margin-left: 15px;
	margin-right: 15px;
}

td.label, td.value {
	height:30px;
}

td.label.help > div {
	height: 22px;
	width: 150px;
    position:relative;
    background: transparent url(../images/help_icon.gif) no-repeat scroll left top;
}

td.label.help > div > span {
    position:absolute;
    top: 3px;
    left: 30px;
}

.cell-caller-display-preview, .ondemand-caller-display-preview {
    float: left;
    padding: 0px;
    width: 191px;
}

div.cell-caller-display-preview {
	background-image: url(../images/free_callerid_preview.png);
	font-family: helvetica, arial sans-serif;
	height: 123px;
}

.cell-caller-display-preview span, .cell-caller-display-preview div {
	position: relative;
	top: 70px;
	color: #ffffff;
}

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

.cell-caller-display-preview .centered-text, .polycom-caller-display-preview .centered-text {
    width: 191px;
}

div.ondemand-caller-display-preview {
	background-image: url(../images/ondemand_callerid_preview.png);
	font-family: verdana;
	height: 123px;
}

.ondemand-caller-display-preview span, .ondemand-caller-display-preview div {
	position: relative;
	top: 40px;
	color: #000;
	font-family: verdana;
}

.small-text {
    font-size: small;
}

.large-text {
	font-size: large;
}

div.errorpage h1 {
	color:#CC0000;
}

div.errorpage h2 {
    color:#CC0000;
}

div.errorpage h4 {
    color:#666666;
	font-style:italic;
}

div.usernav.mainnumber span.phonenumber {
	font-size:20px;
	font-weight:bold;
}

#findme-numbers span.actions {
    margin-left: 30px;
}

#findme-numbers ul {
	margin-left: 30px;
	margin-bottom: 0;
}

#findme-numbers span.clickable {
    cursor:pointer;
	text-decoration:underline;
	color:#CC0000;
}

#findme-numbers {
	font-weight:bold;
}

button.first {
	padding-left: 6px;
}

button.last {
    padding-right: 6px;
}

div.feedback-switch h1 {
	font-size: 20px;
}

div.feedback-switch h2 {
    font-size: 16px;
}

div.feedback-switch td {
	vertical-align:top;
}

.loading {
    background: transparent url(../images/spinner.gif) no-repeat scroll left bottom;
	height: 11px;
	width: 11px;
}

.loading span {
    display: none;
}

#community-content-spinner {
    min-height:100px;
}

#community-content-spinner > div {
    width:32px;
    margin: 0 auto;
}
#community-content-spinner img {
    float: none;
}

.type a {
	text-decoration: none;
	
}

.dependent {
	margin: 4px 0 20px 4px;
}

.dependency {
	margin-bottom: 4px;
}

tr.hassubrow td {
	padding-bottom: 0;
}
tr.subrow td.value {
	padding-left: 25px;
	padding-top: 0px;
}

#billing {
	position: relative;
	top: -25px;
	height: 100%;
	background-color: #FFF;
}

#billing .outer {
    background:none repeat scroll 0 0 #F2F2E5;
    margin:0 0 0 10px;
    padding: 0 5px 5px 5px;
}

#billing .outer h2 {
    font-size:16px;
    font-weight:bold;
    margin:0;
    padding:5px 0 0 48px;
}

#billing .outer .tagged {
    position: relative;
    margin: 0 0 5px 0;
}

#billing .outer .tag {
    left: 10px;
    position:absolute;
    top:0;
}

#billing .inner {
    background-color:#FFFFFF;
    /*margin:5px;*/
    border: 1px solid #E7E7DD;

}

.just-saying {
    background-image:url('/pb/assets/images/just-saying.gif');
    width: 45px;
    height: 37px;
    top: -5px;
    right:10px;
    position:relative;
    float:right;
}

#billing .inner h3 {
    background-color:#FBF8EE;
    border-color:#FFFFFF;
    border-width:3px;
    color:#CC0000;
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:5px 0 5px 15px;
}

.store-body #billing .inner {
    border: 0px;
}

.store-body #billing .inner h3 {
    background-color: #F7F6F7;
    color: #323232;
}

#billing td {
    padding: 5px 0 0 0;
}

#billing tr.inputrow td {
    padding-top: 0;
}

#billing input {
    margin: 0;
}

#billing input[type="text"] {
    font-size: 12px;
    padding: 4px;
}

#billing .city {
    width: 150px;
}

#billing .state {
    width: 30px;    
}

#billing .zip {
    width: 40px;
}

#billing .something {
    padding-left: 5px;
}

#billing .name_on_card, #billing .card_number, #billing .address {
    width: 250px;
}

#billing input.card_number {
	background-image: url('/pb/assets/images/store/creditLogos.png');
	background-repeat: no-repeat;
	background-position: center right;
}

#billing .exp {
    width: 100px;
}

#billing .first_name {
    width: 100px;
}

#billing .last_name {
    width: 135px;
}

#billing .exp_month {
    width: 20px;
}

#billing .exp_year {
    width: 35px;
}

#billing .card_code_section {
    width: 150px;
}

#billing .card_code {
    width: 65px;
}

#billing .billing_form, #billing .balance {
    padding: 10px 15px;
}

#billing .what_the {
    margin-left: 5px;
    font-size: 10px;
}

#billing table {
    margin: 0;
}

#billing label.err, .errors-section, .confirm-errors-section {
    color: #CC0000;
    /*display: block;*/
    font-style: italic;
    font-weight: normal;
}

#billing input.err {
    background-color: #FFFFD5;
    border: 1px solid #CC0000;
    color: #CC0000;
}

#billing input.success {
    border: 1px solid green;
}

#billing .remaining_balance {
    color: black;
    font-size: 430%;
}

#billing .currency {
    font-size: 50%;
    vertical-align: 40%;
}

#billing .update_billing {
    margin-top: 10px;
}

#billing .billing_actions {
    border-top: none;
}

#billing .bb {
    font-size:16px;
    margin-bottom: -15px;
    margin-top: -10px;
    color: #CC0000;
}

.centered {
    text-align: center;
}

.billing-actions {
    padding: 15px;
    border-top: 1px solid #F2F2E5;
}

.billing-actions button, .billing-actions a.button {
    background-color: green;
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    font-weight: bold;
    width: 150px;
}

.billing-actions a.button.disabled, #billing button.disabled, .billing-confirm button.disabled {
	opacity: 0.5;
	-ms-filter: "Alpha(Opacity=50)";
	cursor: wait;
}

.billing-actions .cancel {
    margin: 0 10px;
}

.billing-actions a {
    color: #CC0000;
}

.billing-confirm {
    padding: 15px;
}

.billing-confirm h3 {
    font-size: 16px;
}

.billing-actions-qtip {
    padding: 0;
    border-top: 0;
}

.balance p {
    text-align: left;
}

.warning {
    background-color: #FFFFCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #222222;
    font-size: 12px;
    line-height: 1.4.em;
    padding: 10px 15px;
}

#modal-dim {
    background-color: black;
    opacity: 0.4;
    -ms-filter: "Alpha(Opacity=40)";
    opacity: 0.1;
    -ms-filter: "Alpha(Opacity=10)";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5800;
}

#modal-block {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5900;
}

.loading-label {
    color: white;
    font-weight: bold;
    background-color: #CC0000;
    padding: 3px;
}

#message_panel {
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#message_panel div {
    padding-bottom: 6px;
}

#form-billing-account legend {
    /*necessary for IE*/
    background-color: #fff;
}

.address span {
    color: #cc0000;
    font-size: 85%;
    font-weight: bold;
}

.address input[type="text"] {
    width: 60px;
    margin-top: 0;
    font-size: 16px;
    padding: 3px;
}

.address select {
    margin-top: 0;
    font-size: 15px;
    padding: 3px;
}

.address table {
    margin-bottom: 0;
/*    width: 0;*/
}

.address input[type="text"].street {
    width: 200px;
}

.address input[type="text"].city {
    width: 250px;
}

.address input[type="text"].street_easy {
    width: 405px;
}

.address input[type="text"].city_easy {
    width: 250px;
}
/*
.button.disabled {
    opacity: 0.75;
    -ms-filter: "Alpha(Opacity=75)";
    cursor: pointer;
    background: #999999 none repeat scroll 0 0;
}

.button:hover {
    cursor: pointer;
    background: #999999 none repeat scroll 0 0;
}
*/
/* help tickets */
#create_zendesk_ticket h2, #create_zendesk_ticket, #create_zendesk_ticket h3, #create_zendesk_ticket td {
    margin-bottom: 0px; 
    padding-bottom: 0px;
}
#create_zendesk_ticket input[type="text"] {
    width: 400px;
}

td.lastcolumn, th.lastcolumn {
    text-align: right;
}

.attribution {
    font-weight: 500;
    font-size: 11px;
    margin: 8px;
}

.wizard-navigation .prev {
    margin-right: 15px;
}

.err {
    display:block;
    color: #C00;
    font-size:11px;
}

.ui-tabs-hide {
    display: none;
}

tr.highlighted {
    background-color: #edf8ed !important;
    background-image: none !important;
    font-weight: bold;
    font-size: 1.5em;
}
 
tr.highlighted .quantity {
    color: #c00;
}

a.button.add {
    margin-left: 4px;
    padding: 2px 8px;
}

div.navigation {
    float: right;
    padding: 16px 0px;
}

div.navigation a {
    margin: 0px 4px;
}

div.navigation a.button {
    padding: 6px 20px;
}

#review-order table {
    font-size: small;
}

.newNumbers {
    text-align:left;
    margin-bottom:15px;
}

.newNumbers ul {
    margin: 10px 0 0 6px;
    overflow: auto;
}

.newNumbers li {
    float: left;
    padding: 10px 5px;
    width: 150px;
    list-style: none;
}

.newNumbers li.strong {
    font-weight: 700;
}

ul.crumbtrail-bar {
    background-color: #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    list-style-type: none; 
    padding: 7px 0 6px;
    margin: 2px 0 2em;
}

ul.crumbtrail-bar li {
    background-image: url(/pb/assets/images/account/separator_unselected_unselected.png);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    color: #fff;
    display: inline;
    font-weight: bold;
    padding: 8px 29px 8px 12px;
}


ul.crumbtrail-bar li.precedes-selected {
    background-image: url(/pb/assets/images/account/separator_unselected_selected.png);
}

ul.crumbtrail-bar li.selected {
    background-image: url(/pb/assets/images/account/separator_selected_unselected.png);
    background-color: #666;
    border-radius: 0;
    -moz-border-radius: 0;
}

ul.crumbtrail-bar li.selected:first-child {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
}

.dark-header-container {
    border-bottom: 5px solid #e2e2e2;
    width: 100%;
}

.dark-header-container.upside-down {
    border-bottom: 0;
    border-top: 5px solid #e2e2e2;
}

.dark-header-container .dark-header {
    float: left;
    display: inline-block;
    padding: 6px 12px;
    background-color: #e2e2e2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}

.dark-header-container.new-charges {
    border-color: #060;
}

.dark-header-container.new-charges .dark-header {
    background-color: #060;
}

.dark-header-container.upside-down ul.tabs {
    list-style-type: none;
    margin: 0;
}

.dark-header-container.upside-down ul.tabs li {
    float: left;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px;
    margin-right: 40px;
    padding: 12px 16px 6px;
}

.dark-header-container.upside-down ul.tabs li.selected {
    background-color: #e2e2e2;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
}

.service-header {
    float: left;
    display: inline-block;
    padding: 2px 3em 6px 12px;
    background-color: #666;
    border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-weight: bold;
    width: 120px;
}

.service-header-scoop {
    width: 7px; 
    position: relative; 
    left: -7px; 
    height: 29px; 
    margin-right: 4em; 
    display: inline-block; 
    border-bottom-left-radius: 6px 20px; 
    -moz-border-radius-bottomleft: 6px 20px;
    border-top-left-radius: 6px 20px; 
    -moz-border-radius-topleft: 6px 20px;
    float: left; 
    z-index: 2; 
    background-color: #f7f6f7
}

.light-header {
    padding: 6px 12px;
    background-color: #fff;
    color: #333;
    margin-bottom: 0.5em;
}

#account #shopping_cart .box {
    background-color: transparent;
}

#account .billing-info-contents .box {
    float: left;
    padding: 6px;
    background-color: transparent;
}

#account .billing-info-contents.no-edit a {
    display: none;
}

#account .billing-info-contents .box > * {
    float: left;
    margin-right: 6px;
}

#account h5.light-header {
    color: #333;
}

#account .invoice_contents table, #shopping_cart .contents table {
    margin-bottom: 0;
}

#account #edit-panel {
    margin-top: 2em;
}

#account #shopping_cart {
    margin-top: 1em;
}

#account #checkout_actions {
    background-color: #e2e2e2;
    padding: 8px;
}

.dark-highlight {
    border-right-radius: 0px;
    background-image: url(/pb/assets/images/account/separator_scoop.png);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    height: 28px;
    padding: 0px 12px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
}

#account h5 {
    color: #333;
}

#account .store-body tr.header {
    background-color: #f7f5f7
}

#account .store-body tr.total {
    background-color: #f7f5f7;
}

#account .store-body tr.total td {
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
}

#account .newNumbers li {
    width: 140px;
}

#account .box {
    background-color: #f7f6f7;
    padding: 4px;
}

#account ul.numbers {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#account ul.numbers li {
    float: left;
    margin-bottom: 4px;
    margin-right: 34px;
}

#account ul.numbers li.reserved {
    margin-right: 6px;
}

#account ul.numbers li img.delete {
    vertical-align: middle; 
    margin-right: 4px;
}

#account ul.numbers li.reserved.removed {
    text-decoration: line-through;
}

#account ul.numbers li.pending-removal a.delete-link {
    visibility: hidden;
}

#account ul.numbers li.pending-removal span {
    background-color: #FBE3E4;
    color: #8a1f11;
    text-decoration: line-through;
}

#account .indent {
    padding: 0 1em;
}

#account .service {
    background-color: #f7f6f7;
    padding: 12px; 
    margin-bottom: 1em;
}

#account .store-body .panels-container {
    margin-top: 0;
    margin-bottom: 0;
}

#account .edit-panel {
    margin-top: 6px; 
    background-color: #fff; 
    border: 1px solid #E5E6DE; 
    padding: 4px;
    display: none;
}

#account .account-notifications {
    background-color: #999;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 6px 12px;
    margin: 0.5em 0;
}

#account .account-notifications a {
    color: #fff;
    cursor: pointer;
}

#account .account-notifications .button {
    background-color: #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    margin: 0 6px;
    padding: 3px 8px;
    text-decoration: none;
    cursor: pointer;
}

#account .past-due-balance {
    border: 2px solid #900;
    color: #900;
    padding: 4px;
}

.new {
    display: inline-block;
    height: 11px;
    width: 22px;
    background-image: url(/pb/assets/images/new.gif);
    background-repeat: no-repeat;
    margin-left: 4px;
}

#account #buy_dids .spinner img {
    width: 320px;
}

#confirm_messages {
    font-size: 1.2em;
}

#confirm_messages > div {
    margin-bottom: 1em;
}

#confirm_messages .card-info {
    width: 200px;
    margin: 0 auto 1em;
}

#confirm_messages .card-info div {
    float: left;
    font-style: italic;
}

#confirm_messages .card-info .last-four {
    font-family: courier, monospace;
    font-size: large;
    font-style: normal;
}

table.users-callout {
    margin-bottom: -12px;
    border-spacing: 4px 4px;
}

table.users-callout th, table.users-callout td {
    padding: 4px 0px;
    width: 38px;
    text-align: center;
}

table.users-callout th {
    font-size: 10px;
}

table.users-callout.bordered th {
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

table.users-callout td {
    background-color: #818081;
    color: #fff;
    font-weight: bold;
}

table.users-callout td.plus {
    background-color: #009900;
    color: #fff;
    font-weight: bold;
}

table.users-callout td.minus {
    background-color: #cc0000;
    color: #fff;
    font-weight: bold;
}

#user_cell_phone_npa, #user_cell_phone_nxx {
    width: 38px;
    font-size: 1em;
    margin: 0 4px;
}

#user_cell_phone_line {
    width: 50px;
    font-size: 1em;
    margin: 0 4px;
}

img.help-icon {
    vertical-align: middle;
    margin-right: 4px;
}

p.center {
    text-align: center;
}

#community-content table {
    padding:5px 15px 10px 15px;
    min-height: 100px;
}
#community-content td {
    padding: 5px 5px 0 0;
    vertical-align:top;
}

#community-content .community-date {
    font-size: 0.9em;
    color: #666;
}

#community-content a {
    text-decoration: none;
}
#community-content a:hover {
    text-decoration: underline;
}

#billing .outer .disable-icon h2 {
    padding: 5px 0 0 10px;
    font-size: 14px;
}
#time-rules-summary-area {
    border:1px solid #666;
    padding:10px;
}
#time-rules-summary-controls {
    float:right;
}
#time-rules-summary {
    margin-left:0px;
}

#time-rules-summary li {
    list-style-type:none;
    margin-left:25px;
}
#time-rules-remove img, #time-rules-summary-controls img {
    vertical-align:text-bottom;
}
#time-rules-form div.rule {
    position:relative; /* needed for absolutely positioned labels*/  
    height:45px; /* fixed height needed for vertical centering text to align with sliders */ 
}
.rule-label,.rule-between {
    position:relative;
    top: 30px;
    z-index:1;
}
#time-rules-form .time-zone {
    margin-bottom: 5px;
}
#time-rules-form select {
    margin-left:0.5em;
    margin-right:0.5em
}
#time-rules-form .ui-slider-range.ui-widget-header {
    background:#559B23 none;
    box-shadow: inset rgba(0,0,0,0.15) 0px 2px;
}
#time-rules-form .ui-slider.ui-widget-content {
    background:#CCC none; /*#A6A6A6 none;*/
    border-color: #636363;
    box-shadow: inset rgba(0,0,0,0.15) 2px 2px;
}
#time-rules-form .ui-slider .ui-slider-handle {
    border-color:#636363 !important;
    top: -.4em;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    cursor:pointer;
}
.rule-slider-labels{
    width:300px;
    position:relative;
}
.rule-slider-labels span {
    position:relative;
}
#time-rules-form .ui-slider-horizontal {
height: .6em;
}
.time-rules-radio-separator {
    font-weight:bold;
    margin-left:15px;
    margin-right:15px;
}
#time-rules-form label {font-weight:normal}
#time-rules-form input[type=checkbox]{
    top:.15em;
}
#time-rules-form input[type=radio]{
    margin-right: 5px;
}


ul.plain {
    list-style-type: none;
}

body input[type="radio"] {
    margin-right: 1em;
    vertical-align: middle;
    top: 0;
}

.indent {
    margin-left: 1em;
}

ol.indent {
    margin-left: 2em;
}

#ticket_creation_form .prepend-top {
    margin-top: 1em;
}

#ticket_creation_form .append-bottom {
    margin-bottom: 1em;
}

#ticket_creation_form p {
    margin: 0 0 1em;
}

input[type="text"].start_time, input[type="text"].end_time {
    width: 60px;
}

#support_home .themed .paginate .disabled {
    position: static;
    margin: 0;
}

#support_home .toolbar a.actionable {
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

#support_home .toolbar a.disabled {
    color: #999;
    cursor: default;
}

#support_add .ui-accordion .ui-accordion-header, #support_add .ui-accordion .ui-state-hover {
    cursor: default !important;
    background: none;
}

#support_add .ui-accordion .ui-accordion-header a, #support_add .ui-accordion .ui-accordion-header a:link, #support_add .ui-accordion .ui-accordion-header a:visited {
    color: #000;
    cursor: default;
}

#support_add .ui-accordion .ui-accordion-header.ui-state-active a, #support_add .ui-accordion .ui-accordion-header.ui-state-active a:link, #support_add .ui-accordion .ui-accordion-header.ui-state-active a:visited {
    color: #c00;
    cursor: default;
}

#support_add label {
    font-weight: normal;
}

#support_add label.err {
    font-weight: bold;
    display: inline;
    margin-left: 8px;
}

.filednd_dropbox {
	border: 1px dashed #c00;
	height: 50px;
	width: 300px;
    margin: 4px 60px;
}

.filednd_dropbox.dragactive {
    background-color: #c00;
    opacity: 0.6;
    border-type: solid;
}

.filednd_dropbox.draghover {
    opacity: 1;
}

.filednd_dropbox .background-text {
	position: relative; top: 30%; left: 13%;
	font-size: small;
	color: #606060;
}

.filednd_dropbox .background-text a {
	color: inherit;
}

#entity-form-area .section.no-border {
    border: 0;
}

.themed .ui-progressbar {
    height: 1em;
}

.ui-progressbar .text {
    float: left;
    margin: 0px 4px;
}

.toolbar.top .ui-progressbar {
    height: 1.5em;
}

.themed .ui-progressbar-value.ui-widget-header {
    background: #3D76B7 url(/pb/assets/images/loading_bar_tile.png) repeat-x;
}

.themed .ui-progressbar-value.ui-widget-header.indeterminate {
    background: url(/pb/assets/images/loading_bar_animate.gif) repeat-x 10% 50%;
}

.themed .ui-progressbar-value.ui-widget-header.indeterminate.complete {
    background: url(/pb/assets/images/loading_bar_tile.png) repeat-x;
}

.capacity-text {
    margin-right: 15px;
}

#music_on_hold .music_select {
    margin-bottom:10px;
}

.summary-area {
    border: 1px solid black;
    padding: 10px 20px;
}
.summary-area ul {
    list-style: none;
}

.summary-controls {
    float:right;
}
.dialog button {
    margin-right:5px;
}
.entity-select {
    margin-top:15px;
}
.entity-select .select-group, .entity-select .button-group {
    float:left;
}
.entity-select select {
    width:175px;
}
.entity-select .button-group {
    margin:10px;
    padding:10px;
    width: 110px;
}
.button-group button {
    float:left;
    margin:5px;
    clear:left;
    width:95px;
}
#callrec-form label {
    font-weight:normal;
}
#callrec-pref-area {
    line-height: 1 em;
    font-size: 90%; /* shrink the dialog content to fit in the light box */
}

#callrec-pref-area h5 {
    margin-bottom: 0.5em;
}

