/* CSS */
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background: url(../../images/body-bg.png) center top repeat-x #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #666;
}
table, table td
{
    border: 0px;
}
td
{
    border: 1px solid #FFF;
}
/* BGz */
.box-style th
{
    background: url(../../images/box-header.png) center top repeat-x;
    height: 39px;
    line-height: 39px;
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
}
.box-border
{
    border: 1px solid #e7e7e7;
    border-top: none;
    padding: 30px;
}

.icon-profile
{
    background: url(../../images/icon-profile.png) left center no-repeat;
    padding-left: 25px;
}
.icon-login
{
    background: url(../../images/icon-login.png) left center no-repeat;
    padding-left: 25px;
}
#Login_page .error
{
    /* position:absolute;*/
}
/* Text */
.error
{
    color: #cc0000;
    font-size: 12px;
    font-weight: bold;
}
.au a
{
    text-decoration: underline;
}
.au a:hover
{
    text-decoration: none;
}

.navigation ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.h33 img
{
    display: none;
}
.navigation
{
    line-height: 33px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: url(../../images/nav-seprator.png) left center no-repeat;
}
.navigation a
{
    line-height: 33px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0px 45px;
    background: url(../../images/nav-seprator.png) right center no-repeat;
}
.navigation a:hover
{
    line-height: 33px;
    font-size: 14px;
    font-weight: normal;
    color: #bfddf8;
    text-decoration: none;
    text-align: center;
    padding: 0px 45px;
    background: url(../../images/nav-seprator.png) right center no-repeat;
}

h1
{
    font-size: 24px;
    font-weight: bold;
    color: #00529b;
    text-decoration: none;
}
h1 small
{
    font-size: 20px;
    font-weight: normal;
    color: #00529b;
    text-decoration: none;
}
h3
{
    font-size: 18px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

a
{
    color: #00529b;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.b12 a
{
    font-size: 12px;
    font-weight: bold;
}
input[type="button"], input[type="reset"], input[type="submit"]
{
    cursor: pointer;
}
/* Grid*/
.grid-465
{
    width: 465px;
}
.grid-175
{
    width: 165px;
}
.grid-100
{
    width: 100px;
}

/* space */
.h116
{
    height: 116px;
}
.h33
{
    height: 33px;
}
.mt5
{
    margin-top: 5px;
}
.mt10
{
    margin-top: 10px;
}
.mt15
{
    margin-top: 15px;
}
.mt18
{
    margin-top: 18px;
}
.mt40
{
    margin-top: 40px;
}
.mt20
{
    margin-top: 20px;
}
.mt30
{
    margin-top: 30px;
}

.mr20
{
    margin-right: 20px;
}
.ml30
{
    margin-left: 30px;
}
.pt30
{
    padding-top: 30px;
}
.pr10
{
    padding-right: 10px;
}
.pt15
{
    padding-top: 15px;
}
.p5
{
    padding: 5px;
}
.input-110
{
    width: 110px;
}
/* Structure */
#container
{
    min-height: 100%;
    position: relative;
}
#header
{
}
#body
{
    background: url("../../images/body-shadow-bg.png") no-repeat scroll center top transparent;
    line-height: 22px;
    margin: 0 auto;
    padding: 48px 0 60px;
    width: 1160px;
}
#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: #eceff1;
    font-size: 12px;
    color: #666;
}
#footer, #footer td
{
    line-height: 48px;
}
#footer a
{
    color: #666;
    text-decoration: none;
    padding: 0px 5px;
}
#footer a:hover
{
    color: #666;
    text-decoration: underline;
    padding: 0px 5px;
}
/* Menu Buttons */
/* Form */
form
{
    margin: 0;
    padding: 0;
}
.input-style, input[type="text"]
{
    padding: 2px;
    border: 1px solid #7f9db9;
    font-size: 13px;
    color: #666;
    background: url(../../images/input-bg.gif) left top no-repeat;
}
.calender-icon {
    background: url("../../images/icons/calender.jpg") no-repeat scroll 128px 3px transparent;
    width: 228px;
}.calender-icon input
{
    background: none;
}
.btn-style
{
    padding: 0px 20px;
}

.createuser-header
{
    text-align: right;
}
.addbutton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    color: #656565;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 5px 6px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ededed;
    cursor: pointer;
    text-align: left;
}
.addbutton:hover
{
    background-color: #dfdfdf;
    background-image: url("../../images/icons/add-icon-hover.png");
}
.addbutton:active
{
    position: relative;
    top: 1px;
}
.addbutton
{
    background-image: url("../../images/icons/add-icon.png");
    background-position: 5px 8px;
    background-repeat: no-repeat;
}
.button-input
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #7F9DB9;
    cursor: pointer;
    display: inline-block;
    color: #333;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    width: auto;
    overflow: visible;
}
.button-input:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}
.button-input:active
{
    position: relative;
    top: 1px;
}
.button-input:focus
{
    outline: none;
}
/*---table structure---*/
table
{
    line-height: normal;
}
.page-title, .page-title-2
{
    background: url("../../images/title-bg.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: normal;
    line-height: 47px;
    height: 47px;
    padding-left: 20px;
    padding-right: 30px;
    text-align: left;
}
.page-title-2
{
    height: 38px;
    line-height: 38px;
    padding: 0 23px 0 15px;
}
.rocord-list table
{
    width: 100%;
    margin: 10px 0 0;
}
.rocord-list table table
{
    margin: 0px;
}
.rocord-list table th
{
    background: url("../../images/gray-bg.png") repeat-x scroll 0 0 #8E8E8E !important;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 12px;
    height: 38px; /*    line-height: 36px;*/
    padding: 0 5px;
    text-align: left;
}
#fancybox-frame
{
}
.rocord-list table th a
{
    color: #FFF;
    display: block;
    padding-bottom: 8px;
}
/* .SortedDescending a {
    background: url("../../images/order-icon-desc.png") no-repeat scroll center bottom transparent;
    color: #FFFFFF;
    display: block; 	
}
 .SortedAscending  a{
    background: url("../../images/order-icon-asc.png") no-repeat scroll center bottom transparent;
    color: #FFFFFF;
    display: block; 
}*/
.rocord-list table td
{
    border: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
}

/*.rocord-list table td a
{
    color: #666666;
    text-decoration: underline;
}*/
.rocord-list  table td a, table td a:active, .rocord-list table td a:link
{
    text-decoration: underline;
    color: #105EA0;
}
.record-page
{
    border: 1px solid #CCCCCC;
    padding: 20px;
}
.rocord-list table tr:hover
{
    background: #e6eaed;
}


.medinput
{
    width: 195px;
    margin: 5px 0 10px;
}
.pager td
{
    border: 2px solid #FFFFFF !important;
    text-align: right;
    padding: 0px !important;
}
.pager tr, .pager:hover
{
    background: #FFF !important;
}
.pager table
{
    width: auto;
    float: right;
}
.pager a
{
    font-weight: bold;
}
.header-dropdown
{
    margin: 10px 0 0;
    width: 120px;
    display: block;
}
/*--- Profile Page-----*/
#profile-form td
{
    border: 1px solid #fff;
}
#profile-form input[type="text"], #profile-form input[type="password"], #profile-form select
{
    width: 220px;
}
#profile-form .input-style, #profile-form input, #profile-form select
{
    float: left;
}
#profile-form input[type="submit"]
{
    margin-left: 140px;
}

/*--- REVIEW APP FORM-----*/
.gobtn
{
    font-size: 14px;
    padding: 0px 4px;
}
#property-info th, .form-fields-table th
{
    background: url("../../images/gray-bg.png") repeat-x scroll 0 0 #8E8E8E !important;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 2px;
}
#property-info
{
    margin: 0 0 28px;
}
#property-info th
{
    padding: 6px 7px;
    text-align: left;
}
#property-info input
{
    padding: 2px;
}

#property-info td
{
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 3px 8px;
}
#property-info table
{
    border-left: 1px solid #CCCCCC;
}
.rev-form-wrapper
{
    border: 1px solid #CCCCCC;
    padding: 28px 29px 15px;
}
.rev-app-move
{
    float: right;
    line-height: normal !important;
    padding: 0 0 0;
}
.rev-app-move span
{
    font-size: 14px;
    font-weight: bold;
}
.review-desc
{
    background: url("../../images/icons/mobile-icon.jpg") no-repeat scroll 0 0 #EBEFF2;
    border-radius: 0 5px 5px 5px;
    border-right: 1px solid #EBEFF2;
    height: 38px;
    padding: 0 10px 0 80px;
    color: #000;
    margin: 0 0 25px;
}

.review-desc td
{
    font-size: 11px;
    line-height: 38px;
    padding: 0 2px;
}
.form-fields-table
{
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 12px;
}
.form-fields-table table th
{
    padding: 8px 10px;
    text-align: left;
}
.form-fields-table table td
{
}
.form-fields-table input, .form-fields-table label
{
    vertical-align: middle;
}
.form-fields-table .grid-175
{
    color: #000;
    font-weight: bold;
}
.form-fields-table .grid-175 input
{
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.form-fields-table .p5
{
    border-bottom: 1px solid #CCCCCC;
    padding: 6px 0 7px 6px;
}
.form-fields-table .grid-175, .form-fields-table .grid-100
{
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.form-fields-table .grid-175
{
    padding: 11px 2px 11px 8px;
}
.form-fields-table .grid-100
{
    padding: 10px 3px;
}
.thick-border
{
    border-bottom: 8px solid #CCCCCC;
}
.span-bold
{
    font-weight: bold;
}
.black-text
{
    color: #000;
}
.blue-title
{
    background: url("../../images/blue-title.jpg") repeat-x scroll 0 0 #386083;
    border: 1px solid #CECDC9;
    color: #FFFFFF;
    padding: 3px 10px;
}
.blue-title-text
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2.15em;
}
.orng-btn input
{
    border: 0px;
    background: transparent;
    background: url("../../images/ornge-btn.png") repeat-x scroll 0 0 transparent;
}
.orng-btn span
{
    background: url("../../images/ornge-btn.png") repeat-x scroll right 0 transparent;
    padding-right: 5px;
}
.orng-btn input, .orng-btn span
{
}
.orange-btn
{
    overflow: hidden;
    height: 26px;
    background: url(../../images/orange-left.png) no-repeat scroll 0 0px transparent;
    padding: 0 0 0 7px;
}
.orange-btn input, .orange-btn a
{
    border: 0px;
    background-color: transparent;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    padding: 0 0 0 20px;
}
.orange-btn .orange-btn-inner
{
    background: url("../../images/orange-inn.png") repeat-x scroll 0 0 transparent;
    margin: 0;
    padding: 4px 2px 0px 6px;
    height: 24px;
}
.orange-btn input
{
    width: auto;
    overflow: visible;
}
.orange-btn .orange-btn-right
{
    background: url("../../images/orange-right.png") no-repeat scroll right 0 transparent;
    height: 26px;
    width: 7px;
}
.orange-btn input, .orange-btn .orange-btn-right, .orange-btn span
{
    vertical-align: top;
}
.orange-btn span
{
    float: left;
}
.edit-icon
{
    background: url("../../images/button-icons.png") no-repeat scroll 0 -20px transparent;
}
.scan-icon
{
    background: url("../../images/button-icons.png") no-repeat scroll 0 0px transparent;
}
.refresh-icon
{
    background: url("../../images/button-icons.png") no-repeat scroll 0 -42px transparent;
}
.mail-icon
{
    background: url("../../images/button-icons.png") no-repeat scroll 0 -62px transparent;
}
.hold-icon
{
    background: url("../../images/button-icons.png") no-repeat scroll 0 -77px transparent;
}

.gray-btn
{
    background: url("../../images/gray-btn-left.png") no-repeat scroll 0 0 transparent;
    height: 26px;
    padding: 0 5px;
    margin-top: 1px;
    margin-bottom: 1px;
    float: left;
}
.gray-btn .gray-btn-inn
{
    background: url("../../images/gray-btn-inner.png") repeat-x scroll 0 0 transparent;
    border: 0 none;
    color: #666666;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 4px 6px;
    margin: 0px;
    vertical-align: top;
    overflow: visible;
    width: auto;
    height: 26px;
}
.gray-btn-inn:disabled
{
    color: #b6b3b3;
}

.gray-btn .gray-btn-right
{
    background: url("../../images/gray-btn-right.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 26px;
    width: 5px;
}
.gray-btn:hover
{
    /* opacity:0.8;filter:alpha(opacity=80); IE patch */
}
.gray-btn:active
{
    position: relative;
    top: 1px;
}
.blue-text-small
{
    color: #02519c;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0;
}
.search-text td
{
    color: #02519C;
    font-size: 11px;
}
.taxYear
{
    color: #02519C;
    font-size: 11px;
}
#missing-doc
{
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 10px 10px 10px 20px;
}
#missing-doc label
{
    color: #000;
}
#missing-doc input
{
    margin-left: 0;
}
#tool-bar
{
    float: right;
}
#tool-bar .orange-btn
{
    float: left;
}
.total-orange-btn
{
    margin: 10px 20px;
}
/*-- Ajax Tabs---*/
.ajax__tab_header
{
    background: url("../../images/tabs-bg.jpg") repeat-x scroll 0 0 transparent !important;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #FFFFFF;
    height: 30px;
    padding: 10px 26px 0;
}
.ajax__tab_header span, .ajax__tab_header a
{
    background-image: none !important;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 14px !important;
}
.ajax__tab_header:before, .ajax__tab_header:after 
{
    display: none !important;
}
.ajax__tab 
{
    margin-top: 0px !important;
}
.ajax__tab_active a
{
    background: #FFF !important;
    font-size: 12px;
    color: #315b81;
}
/*.ajax__tab_active a span{ padding:0px 10px !important;}*/
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab
{
    background-color: #607A93;
    height: 20px !important;
    outline: medium none;
    padding: 4px 15px !important;
}
.ajax__tab_tab
{
    background-color: #627c95 !important;
    color: #FFF;
}
.ajax__tab_hover .ajax__tab_tab
{
    background-color: #627c95 !important;
    color: #FFF;
    font-weight: normal;
}
.ajax__tab_xp .ajax__tab_body
{
    padding: 0px 30px 30px !important;
    border-color: #CCCCCC !important;
}
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer
{
    padding-right: 14px !important;
}


.finished
{
    border: solid 2px #B22222;
    margin-top: 10px;
    padding: 10px;
    color: #B22222;
    font-weight: bold;
    font-style: italic;
    height: 80px;
}

.opened
{
    display: block;
}
.closed
{
    display: none;
}

.search-fields
{
    margin-top: 10px;
}
.msg
{
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
