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


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

#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;
}

.selectmenu {
    width: 200px;
    font-size: 90%; font-family:"Verdana",sans-serif;
}

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: #CC0000;
}

.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 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 2em;
}

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

#entity-form-area .tall {
    vertical-align:top;
}

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

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

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

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

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

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

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

#entity-form-area .requiredDemo {
        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)";
}

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: #999999 none repeat scroll 0 0;
}

.themed button.gray:hover, .themed a.button.gray: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 a { color: #222222; }
.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; }
#number .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: #CC0000 !important;
}

.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: 556px;
    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 */
ul.ui-selectmenu-menu, 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 {
	background-image: url(../images/free_callerid_preview.png);
	padding: 0px; 
	font-family: helvetica, arial sans-serif;
	height: 123px;
	width: 191px;
	float: left;
}

.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 {
    width: 191px;
}

.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;
}

.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;
}

#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;
}

#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)";
    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;
}
