

/* MAIN ELEMENTS */

body {
    font: 11px Arial;
    color: #4b4b4b;
    background-color: white;
    margin: 65px 0 0 0;
    }
a {
    color: #5785bc;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #344f70;
}
table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
td {
    
}
img {
    border: none;
    vertical-align: middle;
}
form {
    margin: 0;
}
input, select, button {
    font-size: 12px;
    color: #4b4b4b;
}
label input[type="checkbox"], label input[type="radio"] {
    vertical-align: middle;
}
label:hover {
    cursor: pointer;
}
abbr {
    border-bottom: dotted 1px #e2e2e2;
}
hr {
    height: 1px;
    background-color: #e2e2e2;
    border-style: none;
}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], select, textarea {
    background-color: #f8f8f8;
    border: solid 1px #dedede;
    padding: 6px;
    outline: 0;
    box-shadow: 1px 1px 2px #fff, inset 1px 1px 2px #eaeaea;
    border-radius: 2px;
}
input:not([type]):hover, input[type="color"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, select:hover, textarea:hover {
    background-color: #ffffff;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #f0f0f0;
    border: solid 1px #bababa;
    padding: 7px;
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px #fff, inset -1px -1px 1px #dadada;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background-color: #e5e5e5;
}
button:disabled, input[type=submit]:disabled, input[type=reset]:disabled, input[type=button]:disabled {
    background-color: #e5e5e5;
    color: #aaa;
}
h1, h2, h3, h4 {
    margin: 0;
}

/* CONTAINERS & STRUCTURE */
/* http://www.alistapart.com/articles/holygrail */

#contentLeft {
    position: fixed;
    top: 66px;
    left: 0;
    width: 43px;
    z-index: 100001;
    overflow: hidden;
    border-right: solid 1px #aaa;
    box-shadow: 2px 0 3px #ccc;
    background-color: #f5f5f5;
}
#contentRight {
    position: relative;
    margin-left: 50px;
    margin-right: 5px;
    min-height: 600px;
}
#contentRightFixedHeader {
    position: fixed;
    width: 100%;
    border: solid 1px #e2e2e2;
    z-index: 100000;
}
#contentRightFixedHeader>div {
    border-bottom: solid 1px #e2e2e2;
}
#contentRightFixedHeader>div:last-child {
    border-bottom: none;
}
#contentRightMainContent {
    position: relative;
}
#contentPhone {
	position: fixed;
	top: 12px;
	left: 250px;
	width: 300px;
    height: 30px;
    padding: 5px;
	z-index: 1000001;
	overflow: hidden;
	border: solid 1px #333;
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: inset 2px 2px 3px #ccc;
}

/* LOGO BAR */

#logobar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: url("images/2012/grad_logobar.png") #2b4564 repeat-x;
    text-align: right;
    color: white;
    border-bottom: solid 1px #e2e2e2;
    z-index: 10002;
    min-width: 991px;
}
#logo {
    position: relative;
    background: url("images/2012/logo.png") no-repeat;
    width: 200px;
    height: 65px;
    float: left;
}
#logobar .jumplink {
    position: relative;
    width: 41px;
    height: 65px;
    display: inline-block;
    background: url("images/2012/jumplink.png") #2b4564 no-repeat;
    text-align: center;
    vertical-align: middle;
}
#logobar .jumplink:last-child {
    margin-right: 10px;
}
#logobar .jumplink.counter {
    background: url("images/2012/jumplink_counter.png") #2b4564 no-repeat;
}
#logobar .jumplink.active {
    background: url("images/2012/jumplink_active.png") #2b4564 no-repeat;
}
#logobar .jumplink a {
    position: absolute;
    top: 25px;
    left: 13px;
}
#logobar .jumplink .count {
    position: absolute;
    top: 12px;
    left: 0;
    width: 18px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
}
#logobarWelcome {
    position: relative;
    width: 250px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    vertical-align: middle;
}
#logobarWelcome a {
    color: white;
}

/* FOOTER */

#footer {
    clear: both;
    border-top: solid 1px #e2e2e2;
    margin-top: 10px;
}
#footerDebug {
    float: left;
    font-size: 10px;
    padding: 10px;
}
#footerCopyright {
    float: right;
    font-size: 10px;
    padding: 10px;
}

/* CONTENT */

#primaryPadding {
    padding: 10px;
}
#primaryContent {
    border: solid 1px #e2e2e2;
    border-bottom: none;
    margin-top: 5px;
}
#tabStrip {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: url("images/2012/grad_tabstrip.png") #c8c9cb repeat-x;
}
.tab {
    display: table-cell;
    height: 52px;
    text-align: center;
    color: #464646;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
}
.tab a {
    color: #464646;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}
.tab.active a {
    color: white;
}
.tab img {
    margin-bottom: 4px;
}
.tab.active {
    background: url("images/2012/grad_tabstrip_active.png") #f2740d repeat-x;
    color: white;
}

/* SIDE PANEL ACCORDION */

#accordion{
    width: 250px;
}
.accordion {
    position: relative; /* required for bounding */
}
.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;        /* required for effect */
    background: url("images/2012/grad_leftmenu.png") #f1f1f1 repeat-x;
    color: white;
    cursor: pointer;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    height: 53px;
}
.accordion-toggle span {
    display: block;
    line-height: 53px;
    background: url("images/2012/leftmenu_jumplink.png") no-repeat;
    background-position: 6px 0;
    font-weight: normal;
    color: #5785bc;
}
.accordion-toggle span img {
    margin: 0 10px 0 14px;
}
.accordion-toggle:hover, .accordion-toggle-active {
    background-image: url("images/2012/grad_leftmenu_active.png");
    color: white;
    border-color: #888;
}
.accordion-toggle:hover span, .accordion-toggle-active span {
    background-image: url("images/2012/leftmenu_jumplink_active.png");
    color: white;
}
.accordion-content {
    overflow-y: auto;   /* required for effect */
    color: #333;
    background-color: #f5f5f5;
}
.accordion-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.accordion-content li {
    height: 30px;
}
.accordion-content li a {
    display: block;
    line-height: 30px;
    padding: 0 7px;
}
.accordion-content li a:hover {
    background-color: #5786bd;
    color: white;
}
.accordion-content h3 {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    margin: 0.3em 6px;
}
.navBookmark {
    border: solid 1px #aaa;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 7px;
    padding: 5px;
    font-size: 11px;
    cursor: move;
}
.navSort {
    float: right;
    padding: 7px 3px;
    border-style: solid;
    border-width: 0 1px;
    border-color: transparent;
}
.navSort:hover {
    background-color: #7ca6d6;
    border-color: white;
}
.navBookmark.property {
    background-color: #e6e6ea;
}
.navBookmark.prospect {
    background-color: #bbcbdf;
}
.navBookmark strong {
    font-size: 12px;
}
.dragger {
    background-color: #e6e6ea;
    border: solid 1px #999;
    display: inline-block;
    padding: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
hr {
    height: 1px;
    background-color: #aaa;
    border-style: none;
}
#settingsContainer div {
    padding: 1
}

/* TOP STUFF */

.contentRightHeaderBox {
    background-color: #f5f5f5;
    vertical-align: middle;
    position: relative;
}
.contentRightHeaderBox input[type=text] {
    background-color: #f0f0f0;
    border: solid 1px #dedede;
    padding: 6px;
    outline: 0;
    box-shadow: 1px 1px 2px #fff, inset 1px 1px 2px #eaeaea;
}
.contentRightHeaderBox input[type=text]:hover {
    background-color: #f3f3f3;
}
.contentRightHeaderBox>div {
    display: inline-block;
}
.contentRightHeaderBox .detail {
    display: inline-block;
    line-height: 36px;
    padding: 0 7px;
    border-right: solid 1px #e2e2e2;
}
.contentRightHeaderBox .detail:first-child {
    margin-left: 0;
}
.contentRightHeaderBox .detail:last-child {
    margin-right: -7px;
    border-right: none;
}
#propertyDetailsBox .propCurrentAddress, #propertyDetailsBox .prospectCurrentName {
    font-size: 1.1em;
}
#propertyDetailsBox .propHasFatalNotifications {
    background: url("images/2012/grad_thead_red.png") #860629 repeat-x;
    color: white;
    text-shadow: 1px 1px 3px #330000;
}
#propertyDetailsBox .propHasNotifications {
    background: url("images/2012/grad_logobar.png") #2b4564 repeat-x;
    color: white;
    text-shadow: 1px 1px 3px #330000;
}

#propertyDetailsBox .propHasNotifications a, #propertyDetailsBox .propHasFatalNotifications a {
    color: white;
}
#propertyDetailsBox .propHasNotifications a:hover, #propertyDetailsBox .propHasFatalNotifications a:hover {
    color: #e2e2e2;
}

#contentRightFixedHeader .tip>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#contentRightFixedHeader .tip>ul>li {
    padding: 7px;
    border-bottom: solid 1px #aaa;
}
#contentRightFixedHeader .tip>ul>li:last-child {
    border-bottom: none;
}
.contentRightPanelController {
    position: absolute;
    top: 0;
    right: 5px;
}
.contentRightPanelController a {
    background-color: white;
    float: left;
    padding: 2px 5px;
    margin: 0;
    border: solid 1px #e2e2e2;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.contentRightPanelController a:hover {
    background-color: #ececec;
}

/* PHONE SLIDER PANEL */

#phonePanel {
    position: fixed;
    top: 65px;
    z-index: 100003;
    width: 350px;
    background-color: #f0f0f0;
    border: solid 1px #e2e2e2;
    overflow: hidden;
    box-shadow: 2px 2px 3px #ccc;
}

#phonePanel>div {
    padding: 5px;
/*     text-align: center; */
}

/* ALL TABLES */

table:not(.tmain) td {
    vertical-align: top;
}
.tmain {
    border-collapse: collapse;
}
.thead {
    background: url("images/2012/grad_thead.png") #696969 repeat-x;
    color: white;
    font-weight: bold;
}
.thead a {
    color: white;
}
.thead a:hover {
    color: #e2e2e2;
}
.red .thead, .red.thead {
    background: url("images/2012/grad_thead_red.png") #860629 repeat-x;
}
.blue .thead, .blue.thead {
    background: url("images/2012/grad_thead_blue.png") #5b89bd repeat-x;
}
.tsub {
    background: url("images/2012/grad_tsub.png") #c7c7c8 repeat-x;
    font-weight: bold;
}
.tsub .alt {
    background: url("images/2012/grad_tsub_alt.png") #d9d9d9 repeat-x;
}
td.tone, .tone>td, td.ttwo, .ttwo>td, th.tsub, td.tsub, .tsub>td, .tsub>th, th.thead, td.thead, .thead>th, .thead>td {
    vertical-align: middle;
    border: solid 1px #e2e2e2;
    padding: 7px;
}
.tone {
    background-color: white;
}
tr.tone:hover>td {
    background-color: #e4ecf6;
}
.ttwo {
    background-color: #f5f5f5;
}
tr.ttwo:hover>td {
    background-color: #e4ecf6;
}
.red .tone, .red.tone {
    background-color: #f4ecee;
}
.red .ttwo, .red.ttwo {
    background-color: #f0e7e9;
}
.pad0 td, .pad0 th {
    padding: 0;
}
.pad3 td, .pad3 th {
    padding: 3px;
}
.pad5 td, .pad5 th {
    padding: 5px;
}

/* TOOLTIPS */

.tip {
    font: 11px Arial,Helvetica,sans-serif; 
    border: solid 1px #666666;
    min-width: 200px;
    max-width: 320px;
    position: absolute; 
    z-index: 100000; 
    visibility: hidden; 
    color: #4b4b4b; 
    padding: 10px;
    background-color: #f1e8ea;
    background-position: top right;
    background-repeat: no-repeat;
    border: solid 2px white;
    box-shadow: 0 0 0 1px #c0c0c0, 3px 3px 5px #c0c0c0;
    text-align: left;
    top: 0;
    left: 0;
}
.tip ul {
    margin-left: 0px;
    padding-left: 20px;
}
.tip li{
    margin-left: 0px;
    padding: 2px;
}
.tip a {
	color: #5785bc;
}
    
/* DATE CHOOSER */

.dateChooser td {
    cursor:default;
    text-align:center;
    padding: 4px;
}
.dateChooser td.dateChooserActive:hover {
    color:black;
    background-image: url(images/2012/grad_tsub.png);
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background-image: url(images/2012/grad_tsub.png);
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
    margin-bottom: 3px;
}
.dateChooser {
    border: 1px solid #aaa;
    background: #eaeffa;
    padding: 3px;
    text-align: center;
}
.dateChooser_inner {
    border: 1px solid #aaa;
    background: #fff;
    padding: 0px;
    text-align: center;
}
.dateChooser table {
    width:160px;
}

/* AUTOCOMPLETE */

div.autocomplete {
    width:350px;
    max-height: 300px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
    z-index: 100001;
    overflow: auto;
}
div.autocomplete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.autocomplete li.selected { 
    background-color: #d5e1ee;
}
div.autocomplete li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:0;
    cursor:pointer;
    line-height: 18px;
}
div.autocomplete span {
    padding: 0;
    margin: 0;
}
span.informal {
    color: #666666;
    font-size: 10px;
}

/* TABLE SORTING */

.sortdesc { 
    background-image: url(images/2012/icons/std/resultset_down.png);
    background-repeat: no-repeat;
    background-position: left;
}
.sortasc { 
    background-image: url(images/2012/icons/std/resultset_up.png);
    background-repeat: no-repeat;
    background-position: left;
}
.sortdesc:before, .sortasc:before {
    content: "\0000a0\0000a0\0000a0";
}
.sortable thead tr:last-child td, .sortable thead tr:last-child th {
    cursor: pointer;
}

/* HIDE SITE CHROME WHEN PRINTING */

@media print {
    .trim {
        display: none;
    }
    #container {
        padding: 0;
    }
}

/* progress bar styles */
img.percentImage1 {
 background: white url(images/percentImage_back1.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage2 {
 background: white url(images/percentImage_back2.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage3 {
 background: white url(images/percentImage_back3.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage4 {
 background: white url(images/percentImage_back4.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

/* WHITEOUT */

.whiteout {
    filter: alpha(opacity=50); /* ie */
    opacity: .5; /* mozilla */
    background: #000;
    position:fixed; 
    top:0px; 
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 100002;
    }
.whiteout_inner {
    background: transparent;
    position:fixed; 
    top:0px; 
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 100003;
    }
    
/* CALENDAR */

.cal {
    background-color: white;
    padding: 4px;
    font-size: 11px;
    border: dotted 1px #bbb;
    }
.cal_news {
    background-color: #eee;
    border: solid 1px #bbb;
    padding: 1px;
    margin: 2px 0px;
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
}
.cal_bday {
    background-color: #e5f1ff;
    border: solid 1px #bbb;
    padding: 1px;
    margin: 2px 0px;
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
}
.cal_hday {
    background-color: #fbe9cd;
    border: solid 1px #bbb;
    padding: 1px;
    margin: 2px 0px;
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
}
.cal_pto {
    background-color: #ffe5e5;
    border: solid 1px #bbb;
    padding: 1px;
    margin: 2px 0px;
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
}

/* SCROLLERS */

 .scrollbar_container {  
     position:relative;  
 } 
  
 .scrollbar_track {  
     position:absolute;  
     top:0;  
     right:0;  
     height:100%;  
     width:10px;  
     background-color:transparent;  
     cursor:n-resize;  
     z-index: 10000;
 } 
  
 .scrollbar_handle {  
     width:5px;  
     background-color:#5c92e7;  
     cursor:n-resize;  
     -moz-border-radius: 2px;  
     -webkit-border-radius: 2px;  
     opacity:0.9;  
     -moz-opacity:0.9;  
 }
 .scrollbar_content {  
     overflow:hidden;  
     width:100%;  
     height:100px;  
 }
 
 /* SLIDER */

 .sliderDesc {
    line-height: 3em;
    float: left;
    clear: left;
    text-align: right;
    margin-right: 0.75em;
    vertical-align: center;
    white-space: nowrap;
 }
 .sliderContainer {
    float: left;
 }
 .sliderLabels {
    width: 180px;
    display: block;
    margin-bottom: 3px;
    position: relative;
 }
 .sliderLabels div {
    position: absolute;
 }
 .sliderTrack {
    height: 4px;
    border: solid 1px #d2d2d2;
    background: url("images/2012/grad_tsub.png") #c7c7c8 repeat-x;
    border-radius: 2px;
    width: 180px;
    margin-top: 6px;
    margin-bottom: 1em;
 }
 .sliderHandle {
    width: 16px;
    height: 16px;
    background-image: url('images/2012/icons/std/slider.png');
    margin-top: -6px;
    cursor: e-resize;
 }

/* MAIN ELEMENTS */

body {
    margin: 0;
    }