@CHARSET "ISO-8859-1";

/*----Application Declarations---- */

html { height: 100%; margin: 0; padding: 0; }

body {
    font-family: Arial;
    font-size: 12px;
    margin:0px auto 0px auto;
    width:99%;
    height: 100%;
}

body > #container { height: auto; min-height: 100%; }

.even {
    background-color: #E2E3E4;
    border:1px thin silver;
}

.odd {
    background-color: white;
    border:1px thin silver;
}

.oddother {
    background-color: rgb(116, 114, 136);
    border:1px thin silver;
}

.selectrow {
    background-color: rgb(146, 216, 137);
    border:1px thin silver;
}

.center {
    text-align:center;
}

.left {
    text-align:left;
    padding:5px;	
}

.right {
    text-align:left;
    padding:5px;	
}

.hide {
    display:none;
}


select {
    padding:1px;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.clr {
    clear:both;
    float:none;
}

h1 {
    margin:0px;
}

label.required + input {
    background-color:#DEE5F3;
}

label.required:after { content:" *"; padding:2px; color:red; font-size:16px; font-weight:bold; }


.file, #file { width:0; height:0;
    position: absolute;
    top: -100px;
    left: 0;
    opacity: 0;
}


/*----Home Page Layout Declarations---- */

header {
    padding:2px;
    height:60px;
}

header .logo {
    margin: 2px 2px 2px 8px;
}

footer {
    padding:2px;
    height:40px;
    clear: both;
    position: relative;
    margin-top: -46px;

}

#content { padding-bottom: 46px; }


div#page-header {
    margin:5px 0px 5px 0px;
    padding:5px;
    height:28px;
}

div.form-header span {
    font-size:16px;
}

.ajax-indicator{
    display:none;
}

.ajax-loader {
    background:url('../images/ajax-loader.gif') no-repeat center 30%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100;
}

.ajax-loader-s {
    background:url('../images/ajax-loader-s.gif') no-repeat center center;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ajax-loader-common {
    background:url('../images/ajax-loader.gif') no-repeat center 30%;
    z-index:9999;
}



.no-auth {
    background:url('/images/noauth.png') no-repeat left center;
    line-height:128px;
    padding-left:128px;

}

/*----Home Page Declarations----*/

.home-bg {
    /*background:url('/images/home_bg.jpg') no-repeat center center;
    background-size: 100%;
    position:fixed;
          top:0px;
          left:0px;
          width:100%;
          height:100%;
    */
}

.home-login {
    position: absolute;
    z-index: 100;
    top: 250px;
    right: 100px;
}

.home-login-top {
    height:61px;
    width:329px;
    background:url('/images/home/arm_07.png') no-repeat center center;
}

.home-login-mid {
    height:auto;
    padding:10px;
    background:url('/images/home/arm_09.png') repeat-y;
}

.home-login-bot {
    height:36px;
    width:329px;
    background:url('/images/home/arm_11.png') no-repeat center center;
}

.home-login-button {
    height:33px;
    width:83px;
    background:url('/images/home/Login.png') no-repeat center center;
}


/*----Menu Declarations----*/
ul.menu {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:2px auto;
    padding:0px;
    height:30px;
    background-color:#036;
}


li.menu-item {
    list-style:none;
    background-color:#369;
    width:80px;
    text-align:center;
    margin:4px;
    padding:3px;
    display:inline-block;
    position:static;

}

.submenu-item { 
    display:none;
    width:auto;
    list-style:none;
}

.login-menu-item {
    position: absolute;
    background-color: #CCC;
    margin: 8px 0px 0px -78px;
    padding:5px;
    width: 150px;	
    -moz-border-radius:4px 0px 4px 4px;
    -webkit-border-radius:4px 0px 4px 4px;
    border-radius:4px 0px 4px 4px;
}

.topradius {
    -moz-border-radius:4px 4px 0px 0px;
    -webkit-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
}


ul.menu a {
    text-decoration:none;
}

ul.menu a:hover {
    color:#339;
}


.loginform { 
    background-color:#CCC;
    border:none;
}

.loginform label {
    color: #036;
    height: 20px;
    padding:5px 0px 0px 0px;
    margin:0px;
    text-align:left;
}

.loginform input {
    margin:0px;
    text-align:left;
}


.loginform #submit{
    margin:5px 0px 0px 0px;	
}

/*----SubMenu Declarations---- */

/* menu-item {
    background-color:#FFFFFF;
    width:80px;
        height:80px;
    padding:5px;
    margin:5px;
        text-align:center;
        font-size:11px;
}

.menu-icon  {
    width:60px;
        height:60px;
    margin:0px auto 0px auto;
}


a.menu-link  {
    width:60px;
        height:60px;
    margin:0px auto 0px auto;
        text-decoration: none;
} */


div#pfgmenu {
    margin-top: -21px;
    width:30px;
    display:inline-block;
}

div#pfgmenu ul {
    list-style:none;
    float:right;
}

div#pfgmenu ul a {
    margin:2px 0px 2px 0px;
}

div#pfgmenu ul a:hover {
    color:red;
}



.menu-bg {
    width:24px;
    margin-left:126px;
    background-color:#1967B1;
}

.submenu {
    display:none;
    padding:10px;
    background-color:#1967B1;
    position:absolute;
    width: 136px;
    z-index: 1000;
    color:white;
    border:1px solid silver;
}

a.submenu-item { 
    width:120px;
    font-size:12px;
    display:block;
    padding:5px;
    text-align:center;
    color:black;
}

a.submenu-item:hover {
    color:blue;
}

/*------------------------------*/

.menu-item {
    background-color:#FFFFFF;
    width:80px;
    height:80px;
    padding:5px;
    margin:5px;
    text-align:center;
    font-size:11px;
}

.menu-icon  {
    width:60px;
    height:60px;
    margin:0px auto 0px auto;
}


a.menu-link  {
    width:60px;
    height:60px;
    margin:0px auto 0px auto;
    text-decoration: none;
}


/*----Dashboard Declaratrions---- */

.dash-section{
    margin:10px 0px 10px 0px;
    width:100%;
}

#view-content {
    overflow:hidden;
    width:100%;
}

/*----Form Declaratrions---- */
form {
    width:auto;	
    position:static;
}

form fieldset {
    margin:5px; 
}

form input {
    font-family:arial;
    font-size:12px;
}


form input[type=text],form input[type=password]  {
    font-family:arial;
    font-size:12px;
    width:180px;
}


form label {
    font-family:arial;
    font-size:12px;
    float:left;
    margin:0px 0px 0px 10px;
    width:120px;
    text-align:right;
    line-height:24px;
}

form .description {
    font-family:arial;
    font-size:10px;
    margin:0px 0px 0px 130px;
    text-align:left;
}


/*----Login Page Declarations----*/

div#login_content {
    width:240px;
    margin:150px auto 0px auto;
}

div.login-error {
    padding:5px;
    margin:1px 0px 1px 0px;
    text-align:center;
}


/*----Lead Declarations----*/

#lead_tabs-1 {
    position:relative;
    overflow:hidden;
}

div#subtabs {
    margin-top:20px;
}


.lead-block {

}

.lead-row {
    padding:3px;
    border-bottom: 1px solid #E9F7FE;
}

div#profile div.lead-row {
    min-height:24px;
    line-height:24px;
}

div#profile div.lead-row label {
    font-weight:bold;
}


.lead-detail-row, .loan-detail-row {
    padding:5px;
    border-bottom: 1px solid #E9F7FE;
}


.lead-row label {
    width:120px;
    float:left;
}

.left-col {
    display:inline-block;
    width:700px;
}

.right-col {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    width: 284px;
}

.lead-block, .loan-block {
    width:370px;
    min-height:100px;
    position:relative;
    margin:10px 0px 10px 0px;
}

.lead-block-header, .loan-block-header  {
    padding:5px;
}

.lead-customer {
    display:none;
}

.ui-overlay {
    display:none;
}

form#lead_form label {
    font-family:arial;
    font-size:12px;
    float:left;
    margin:0px 0px 0px 10px;
    width:130px;
    text-align:left;
}


/*----Customer Form Declarations----*/

form#customer input,form#customer select {
    padding:2px;
}

/*----Action Page Declarations----*/

.action-page-list {
    margin:5px;
    padding:10px;
    overflow-y:auto;
}

.action-msg {
    font-weight:bold;
}

.msg-row {
    margin:10px 0px 10px 0px;
}

.msg-param {
    display:none;
}

.email-msg {
    background:url('/images/16/email.png') no-repeat center center;
}

form#action div.lead-row label {
    text-align: left;
}


/*----autocomplete Declarations----*/
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 999999
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}
/*----Login form Declarations----*/

form#login .zend_form {
    text-align:center;
}

div.form-row div {
    text-align:left;
    margin-left:20px;
}


form#login {
    width:250px;
    margin :-10px 0px 0px -5px
}

form#login label {
    float:none;
    margin:0px;
}

form#login .form-row {
    margin:2px 0px 2px 0px;
    padding:0px;
}

form#login .description {
    margin:0px;
    padding:0px;
}

/*----Toolbar Declarations----*/

div.toolbar {
    height:30px;
    padding:5px;
    margin:5px 0px 5px 0px;
    line-height:30px;
}

div.toolbar-links {
    float:left;
    margin-right:5px;

}

div.toolbar-filter {
    float:right;
    padding:0px 10px 0px 10px;
}

div.toolbar-select {
    float:left;
}

div.toolbar-search {
    float:left;
    /*display:none;*/
}

.item-search-button {
    background: url('../images/search.png');
}


/*----Table Declarations----*/

table.adminTable  {
    width:100%;
    padding:0px;
    margin:0px;

}

table.adminTable thead tr th {
    height:30px;
    border-spacing:0px;
}

table.adminTable tbody tr  {
    height:30px;
}

table.adminTable tbody tr td {
    border:1px solid #E2E3E4;
}

table.adminTable tbody a {
    font-weight:bold;
    color:#413F3F;
    text-decoration: none;
}


table.adminTable tbody a:hover {
    font-weight:bold;
    color:red;

}

/*----Pagination Declarations----*/

.paginationControl {
    text-align:center;
    margin:5px 0px 5px 0px;
}


/*----ACL Declaratrions---- */
div#acl {
    background-color:none;
}

.acl-controller {
    font-family:arial;
    font-size: 12px;
    padding:5px;
    background-color: white;
    color:red;
}

.auth-module {
    padding:10px;
}

.auth-module-alert {
    padding-top:5px;
    color:red;
}

/*----Search Declarations----*/

div#search-filter {

}


fieldset#search-category {
    width:auto;
}

fieldset#search-category label {
    width:auto;
    float:none;
    display:inline-block;
    margin:5px;
    padding:0px;
}


fieldset#search-category label input {
    margin:0px 5px 0px 0px;
}

/*----Report Declarations----*/


.report-param {
    display:none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li.top {
    display:inline-block;

}


/*----Docs Sprite Declaration----*/

.doc-icon {
    display:block; background-image: url(../images/48/csg-50cbfcfbe49c7.png);
}

.doc-icon-doc{ background-position: 0 0; width: 48px; height: 48px; } 
.doc-icon-docx{ background-position: 0 -98px; width: 48px; height: 48px; } 
.doc-icon-gif{ background-position: 0 -196px; width: 48px; height: 48px; } 
.doc-icon-jpg{ background-position: 0 -294px; width: 48px; height: 48px; } 
.doc-icon-pdf{ background-position: 0 -392px; width: 48px; height: 48px; } 
.doc-icon-png{ background-position: 0 -490px; width: 48px; height: 48px; } 
.doc-icon-unknown{ background-position: 0 -588px; width: 48px; height: 48px; } 
.doc-icon-xls{ background-position: 0 -686px; width: 48px; height: 48px; } 
.doc-icon-xlsx{ background-position: 0 -784px; width: 48px; height: 48px; } 
.doc-icon-xml{ background-position: 0 -882px; width: 48px; height: 48px; } 

.menu-48 {
    display:block; background-image: url(../images/48/menu-48.png);
}
.menu-48-action{ background-position: 0 0; width: 48px; height: 48px; } 
.menu-48-aggregator{ background-position: -98px 0; width: 48px; height: 48px; } 
.menu-48-auth{ background-position: -196px 0; width: 48px; height: 48px; } 
.menu-48-broker{ background-position: -294px 0; width: 48px; height: 48px; } 
.menu-48-city{ background-position: -392px 0; width: 48px; height: 48px; } 
.menu-48-country{ background-position: -490px 0; width: 48px; height: 48px; } 
.menu-48-customer{ background-position: -588px 0; width: 48px; height: 48px; } 
.menu-48-dashboard{ background-position: -686px 0; width: 48px; height: 48px; } 
.menu-48-geo{ background-position: -784px 0; width: 48px; height: 48px; } 
.menu-48-lead{ background-position: -882px 0; width: 48px; height: 48px; } 
.menu-48-lender{ background-position: -980px 0; width: 48px; height: 48px; } 
.menu-48-licensee{ background-position: -1078px 0; width: 48px; height: 48px; } 
.menu-48-loan{ background-position: -1176px 0; width: 48px; height: 48px; } 
.menu-48-message{ background-position: -1274px 0; width: 48px; height: 48px; } 
.menu-48-process{ background-position: -1372px 0; width: 48px; height: 48px; } 
.menu-48-referrer{ background-position: -1470px 0; width: 48px; height: 48px; } 
.menu-48-report{ background-position: -1568px 0; width: 48px; height: 48px; } 
.menu-48-reports{ background-position: -1666px 0; width: 48px; height: 48px; } 
.menu-48-resource{ background-position: -1764px 0; width: 48px; height: 48px; } 
.menu-48-role{ background-position: -1862px 0; width: 48px; height: 48px; } 
.menu-48-search{ background-position: 0 -98px; width: 48px; height: 48px; } 
.menu-48-source{ background-position: -98px -98px; width: 49px; height: 48px; } 
.menu-48-state{ background-position: -197px -98px; width: 48px; height: 48px; } 
.menu-48-status{ background-position: -295px -98px; width: 48px; height: 48px; } 
.menu-48-suburb{ background-position: -393px -98px; width: 48px; height: 48px; } 
.menu-48-user{ background-position: -491px -98px; width: 48px; height: 48px; } 
.menu-48-usertype{ background-position: -589px -98px; width: 48px; height: 48px; } 

.menu-32 {
    display:block; background-image: url(../images/32/menu-32.png);
}
.menu-32-action{ background-position: 0 0; width: 32px; height: 32px; } 
.menu-32-aggregator{ background-position: -82px 0; width: 32px; height: 32px; } 
.menu-32-auth{ background-position: -164px 0; width: 32px; height: 32px; } 
.menu-32-broker{ background-position: -246px 0; width: 32px; height: 32px; } 
.menu-32-city{ background-position: -328px 0; width: 32px; height: 32px; } 
.menu-32-country{ background-position: -410px 0; width: 32px; height: 32px; } 
.menu-32-customer{ background-position: -492px 0; width: 32px; height: 32px; } 
.menu-32-dashboard{ background-position: -574px 0; width: 32px; height: 32px; } 
.menu-32-geo{ background-position: -656px 0; width: 32px; height: 32px; } 
.menu-32-lead{ background-position: -738px 0; width: 32px; height: 32px; } 
.menu-32-lender{ background-position: -820px 0; width: 32px; height: 32px; } 
.menu-32-licensee{ background-position: -902px 0; width: 32px; height: 32px; } 
.menu-32-loan{ background-position: -984px 0; width: 32px; height: 32px; } 
.menu-32-message{ background-position: -1066px 0; width: 32px; height: 32px; } 
.menu-32-process{ background-position: -1148px 0; width: 32px; height: 32px; } 
.menu-32-referrer{ background-position: -1230px 0; width: 32px; height: 32px; } 
.menu-32-report{ background-position: -1312px 0; width: 32px; height: 32px; } 
.menu-32-reports{ background-position: -1394px 0; width: 32px; height: 32px; } 
.menu-32-resource{ background-position: -1476px 0; width: 32px; height: 32px; } 
.menu-32-role{ background-position: -1558px 0; width: 32px; height: 32px; } 
.menu-32-search{ background-position: -1640px 0; width: 32px; height: 32px; } 
.menu-32-source{ background-position: -1722px 0; width: 33px; height: 32px; } 
.menu-32-state{ background-position: -1805px 0; width: 32px; height: 32px; } 
.menu-32-status{ background-position: -1887px 0; width: 32px; height: 32px; } 
.menu-32-suburb{ background-position: 0 -82px; width: 32px; height: 32px; } 
.menu-32-user{ background-position: -82px -82px; width: 32px; height: 32px; } 
.menu-32-usertype{ background-position: -164px -82px; width: 32px; height: 32px; } 

.menu-24 {
    display:block; background-image: url(../images/24/menu-24.png);
}
.menu-24-action{ background-position: 0 0; width: 24px; height: 24px; } 
.menu-24-aggregator{ background-position: -54px 0; width: 24px; height: 24px; } 
.menu-24-auth{ background-position: -108px 0; width: 24px; height: 24px; } 
.menu-24-broker{ background-position: -162px 0; width: 24px; height: 24px; } 
.menu-24-city{ background-position: -216px 0; width: 24px; height: 24px; } 
.menu-24-country{ background-position: -270px 0; width: 24px; height: 24px; } 
.menu-24-customer{ background-position: -324px 0; width: 24px; height: 24px; } 
.menu-24-dashboard{ background-position: -378px 0; width: 24px; height: 24px; } 
.menu-24-geo{ background-position: -432px 0; width: 24px; height: 24px; } 
.menu-24-lead{ background-position: -486px 0; width: 24px; height: 24px; } 
.menu-24-lender{ background-position: -540px 0; width: 24px; height: 24px; } 
.menu-24-licensee{ background-position: -594px 0; width: 24px; height: 24px; } 
.menu-24-loan{ background-position: -648px 0; width: 24px; height: 24px; } 
.menu-24-message{ background-position: -702px 0; width: 24px; height: 24px; } 
.menu-24-process{ background-position: -756px 0; width: 24px; height: 24px; } 
.menu-24-referrer{ background-position: -810px 0; width: 24px; height: 24px; } 
.menu-24-report{ background-position: -864px 0; width: 24px; height: 24px; } 
.menu-24-reports{ background-position: -918px 0; width: 24px; height: 24px; } 
.menu-24-resource{ background-position: -972px 0; width: 24px; height: 24px; } 
.menu-24-role{ background-position: -1026px 0; width: 24px; height: 24px; } 
.menu-24-search{ background-position: -1080px 0; width: 24px; height: 24px; } 
.menu-24-source{ background-position: -1134px 0; width: 25px; height: 24px; } 
.menu-24-state{ background-position: -1189px 0; width: 24px; height: 24px; } 
.menu-24-status{ background-position: -1243px 0; width: 24px; height: 24px; } 
.menu-24-suburb{ background-position: -1297px 0; width: 24px; height: 24px; } 
.menu-24-user{ background-position: -1351px 0; width: 24px; height: 24px; } 
.menu-24-usertype{ background-position: -1405px 0; width: 24px; height: 24px; } 




ul li.top {
    list-style: none;
    text-align:left;
    color:white;
    z-index : 9999;
    zoom:1;
}	

ul li:hover {
    position:relative;
}


li ul {
    display: none;
    z-index : 9999;
    width:150px;
}

/* Styles for Menu Items */
ul li a {
    display: block;
    text-decoration: none;
    /*padding: 5px;*/
    border-bottom: 0;
    color:white;

}

li ul li a:hover {
    background-color: silver
}	


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li ul { 
    position:absolute;
    margin:1px 0px 0px -1px
} 


/*----Process form----*/

div.lead-row  label[for*=params-] {
    float:none;
} 

div.lead-row label[for*=params-]:not(:nth-child(2)) {
    margin:140px;
}

/*----lender form----*/

div.lead-row  label[for=business] {
    height:20px;
} 

div.lead-row  label[for=aggregator] {
    height:20px;
} 

div.lead-row  label[for*=business-] {
    float:none;
} 

div.lead-row  label[for*=aggregator-] {
    float:none;
} 

div.lead-row  label[for*=lenders-] {
    float:none;
    margin:140px;
} 


div.lead-row label[for*=business-]:not(:nth-child(2)) {
    margin:140px;
}

div.lead-row label[for*=aggregator-]:not(:nth-child(2)) {
    margin:140px;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

/* action */

ul.input-box {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 100%;
    cursor: text;
    font-size: 12px;
    font-family: arial;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.input-box li {
    float:left;
}

li.input-content {
    overflow: hidden;
    height: auto !important;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.input-content span.email-address {
    display: inline;
    padding: 0;
    margin: 0;
}

li.input-content span.remove-input {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.input-field-container {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;	
}

ul.input-box li input {
    border: 0px;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

.ui-autocomplete {
    max-height: 150px;
    width:300px; 
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 150px;
}

.ui-tabs ul li a {
    outline:none;
}  

fieldset#messages ul {
    list-style: none;
}

form#dailylog label {
    width:auto;
}

/* Application Navigation */


div.lead-row label:not(:first-child) {
    width:auto;
    margin:0px 10px;
}

#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 50px #aaa;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #fff;
    background-color:rgb(230, 230, 230);
    width:90%;
    min-height:200px;
    margin:20px auto;
    overflow:hidden;
}

#slide-area {
    min-height:300px;
    position: relative;
    overflow: hidden;
}

.steps {
    width:900px;
    margin:10px auto;
}

.steps fieldset{
    border:none;
    width:84%;
}
.steps fieldset legend{
    text-align:left;
    background-color:#f0f0f0;
    color:#666;
    font-size:14px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    width:98%;
    padding:3px 10px 3px 10px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}

.dirmenu, .gurmenu {
    text-align:left;
    background-color:#f0f0f0;
    color:#666;
    font-size:12px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    width:80%;
    padding:20px;
    margin:10px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}



#navigationT {
    height:45px;
    background-color:rgb(218, 218, 218);
    border-bottom:1px solid #fff;
    -moz-border-radius:6px 6px 0px 0px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}


#navigation {
    height:45px;
    background-color:rgb(218, 218, 218);
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 6px 6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}

#navigation ul,#navigationT ul{
    list-style:none;
    float:left;
    margin-left:22px;
}
#navigation ul li, #navigationT ul li{
    float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
    margin:0px 2px;
}
#navigation ul li a, #navigationT ul li a{
    display:block;
    height:45px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background:#f0f0f0;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a,#navigationT ul li a:hover,
#navigationT ul li.selected a{
    background: rgb(163, 163, 163);
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgb(61, 61, 61);
}	

span.process{
    background: url(../images/ajax-loader-s.gif) no-repeat top left;
    position:absolute;
    top:0px;
    right:1px;
    width:20px;
    height:20px;
}

span.checked{
    background: url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{

    background: url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}

dd { margin:5px 0px; }


.dashboard-container {
    overflow:hidden;
    top:70px;
    left:0;
    right:0;
    bottom:26px;
    height: 400px;
    width: 800px;
    border: 1px solid black;
}

.dashboard-widget {
    margin:10px;
    padding:10px;
}

#accordion-resizer {
    padding: 10px;
    width: 350px;
    height: 80px;
}

#scroll-log{
    height:400px;
    overflow:hidden;
    margin:0; padding:0;
    -webkit-box-shadow:0 1px 13px rgba(0,0,0, .4);
}

#scroll-log li{
    padding:10px 5px;
    display:block;
    background:#efefef;
    color:#333;
    border-bottom:1px solid #ddd;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    font-family: Arial;
}

.exportpdf, .exportprint, .exportword, .exportexcel, .exportemail,
.exportmobile
{ display: inline-block; background: url(../images/16/sprite.png) no-repeat; }

.exportpdf { background-position: -1px -0px; width: 16px; height: 16px; }
.exportprint { background-position: -18px -0px; width: 16px; height: 16px; }
.exportword { background-position: -1px -17px; width: 16px; height: 16px; }
.exportexcel { background-position: -18px -17px; width: 16px; height: 16px; }
.exportemail { background-position: -1px -34px; width: 16px; height: 16px; }
.exportmobile { background-position: -18px -34px; width: 16px; height: 16px; }


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10005;
    background: url('/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.ms-container {
    margin: auto;
}

/*#s2id_emaillist.select2-container .select2-choice { height: 200px; }*/

table.files-container1 tbody,
table.files-container1 thead { display: block; }

table.files-container1 tbody {
    height: 100px;     
    overflow-y: auto;  
    overflow-x: hidden;
}
footer {
    margin-top: 5px;
}

div.left-column {
    width: 24%;
    float:left;
    margin-left: 5px;
}
div.right-column {

    width: 76%; 
    float: left;
    margin-left: -10px;

}
div.top-section {
    width: 100%;
    margin-left: 5px;
}

div.top-panel {
    width: 32%;
    float: left;
    margin: 10px 5px;
}    

.mce-content-body p { padding:0px; margin:0px; }


#fieldset-parentGrp {
    padding: 15px;
}

#fieldset-parentGrp legend {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#fieldset-parentGrp #parent-label label {
    width: auto !important;
    margin:0px;
}

/*Caveat Styles*/

#property-owners tr th, #property-owners tr td {
    border: 1px solid silver;
    height: 30px;
}

.property-document-table tr th, .property-document-table tr td {
    border: 1px solid silver;
    height: 30px;
}

#previous-caveats tr th, #previous-caveats tr td {
    border: 1px solid silver;
    height: 30px;
}

#caveats-lodged tr th, #caveats-lodged tr td {
    border: 1px solid silver;
    height: 30px;
}

#property-settings-table tr th, #property-settings-table tr td {
    border: 1px solid silver;
    height: 30px;
}

#property-details table tr {
    height: 30px;
}

#lodge-form tr td {
    height: 30px;
}

.have-no-uploads {
    width: 100%;
}

.have-uploads {
    width: 80%;
}

.upload-prop-docs {
    margin-left: 10px;
    cursor: pointer;
}

.caveat-right-column {
    padding-left: 10px;
}

.owner-selected {
    color: green;
}

.mandatory {
    color: red;
    font-size: 14px;
}

fieldset {
    border: 1px solid silver;
    margin-bottom: 10px;
}
