/* Minification failed. Returning unminified contents.
(1977,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2552,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    height: 100%;
    overflow-y: scroll;
    margin: 0 !important;
}

input.watermark { color: #999; }

body
{
    background: #003087;
    font-size: 11px;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    color: #000000;
    height: 100%;
}

.tdColorBlue th
{
    color:#0066d0;
}

.searchTableColumn a:visited
{
    color: black;
	
}


.searchTableColumn a:active
{
    color: #CC3333;
}

.card-ico
{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 1px;
}

.card-ico img
{
    display: inline;
}
a:link
{
    color: #0066D0;
}
a:visited
{
    color: black;
}
a:hover
{
    color: #0066D0;
}

a:active
{
    color: #800080;
}

.visited
{
    color: black;
	background-color:#cccccc;
}

#divDetailCourtName a:visited
{
    color: black;
	
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -min-height: 100%;
    -position: relative;
    background-color: white;
}

#logo
{
    background-position: left top;
    background: #f7f4e6 url('../Images/logo.png') no-repeat left top;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 120px;
    background-color: #003087;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background: #f7f4e6 url('../Images/logo.png') no-repeat left top;
    background-color: #003087;
    height: 145px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 0px 0px 40px 10px;
    background-color: #fff;
    -height: 1100px; /*position:absolute;*/ /*margin-top: -5px;*/
    background-repeat: repeat-x;
}

#page-content-inner
{
    background-color: #FFFFFF;
    _bottom: 30px;
    margin: 0 0 2px;
    padding-bottom: 35px;
    _position: absolute;
    _top: 132px;
    width: 755px;
}
#page-content-inner #col-left
{
    width: 198px;
    float: left; /*background:red;*/
    background-color: #ffffff;
    position: relative;
    padding: 1px;
}
#page-content-inner #col-main
{
    width: 535px;
    float: right;
    background-color: #ffffff;
    position: relative;
    top: 0px;
    padding: 1px;
    padding-right: 10px;
}



#escalation-comment-form
{
    overflow: hidden;
}
#escalation-comment-Action-form
{
    overflow: hidden;
}
/* LEFT MENU   
----------------------------------------------------------*/

.menu-item
{
    margin: 5px 5%;
    margin-top: 1px;
    background: #9BD1FA;
    width: 175px;
}
b.rtop, b.rbottom
{
    display: block;
    background: #FFF;
}
b.rtop b, b.rbottom b
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: #9BD1FA;
}
b.r1
{
    margin: 0 5px;
}
b.r2
{
    margin: 0 3px;
}
b.r3
{
    margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4
{
    margin: 0 1px;
    height: 2px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset div
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #696969;
}

/*
input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}
*/
input[readOnly="readonly"]
{
    width: 200px;
    background-color: #f5f4ea;
    border: 0.5px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    padding: 2px;
    border: solid 0px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.clear
{
    clear: both;
}

.error
{
    color: #ff0000;
    display: block;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}


.field-validation-error
{
    font: 12px Tahoma;
    color: #ff0000;
}

.input-validation-error
{
    /*border: 1px solid #ff0000;     background-color: #ffeeee;*/
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* MY TAB 
----------------------------------------------------------*/
ul#tab
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#tab li
{
    display: inline;
    list-style: none;
    padding: 5px 3px 6px 3px;
    display: block;
    font: bold 11px tahoma, geneva;
    color: #000;
    margin: 3px;
    position: relative;
    z-index: 10;
    width: 140px;
    top: 2px;
}

ul#tab li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#tab li.selected
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #FFFF00;
    color: #034af3;
}

ul#tab li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#tab li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

#availableApplications, #selectedApplications
{
    width: 200px;
}

textarea#notes
{
    width: 98%;
    height: 150px;
}

span#error
{
    color: #ff0000;
}

#notice
{
    width: 560px;
    padding: 20px;
}
#notice h1
{
    font-size: 24px;
    font-family: "Courier New" ,Courier,Monospace;
}

#save
{
    position: inherit;
    right: 200px;
}
/* Request   
----------------------------------------------------------*/
div#request-box
{
    _bottom: 0;
    _position: absolute;
    _top: 0;
    width: 100%;
    _border-bottom: 1px solid #AFC2CE;
}

#request-holder-nav
{
    float: left;
    font-size: 11px;
    padding: 10px 10px 10px 8px;
    vertical-align: top;
    width: 190px;
    border-right: 1px solid #AFC2CE;
}

#request-holder-nav .main-step
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#request-holder-nav .main-None-step
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#request-holder-nav .main-None-step li
{
    border-bottom: 1px dotted #B3B3B3;
    font-size: 11px;
    font-weight: bold;
    color: #1B75BB !important;
    margin: 3px 0;
    padding: 0 0 0 0px;
}
#request-holder-nav .main-None-step li.active
{
    border-bottom: 1px dotted #B3B3B3;
    font-size: 11px;
    font-weight: bold;
    color: #FF5A00 !important;
    margin: 3px 0;
    padding: 0 0 0 0px;
}

#request-holder-nav .main-None-step li a, #request-holder-nav .main-None-step li a:visited
{
    color: #1B75BB;
    text-decoration: none;
    font-weight: bold;
    margin: 3px 0;
    padding: 0 0 0 0px;
}
#request-holder-nav .main-None-step li.active a
{
    border-bottom: 1px dotted #B3B3B3;
    font-size: 11px;
    font-weight: bold;
    color: #FF5A00 !important;
    margin: 3px 0;
    padding: 0 0 0 0px;
}


#request-holder-nav h4
{
    color: #DD0000;
    font-size: 13px;
    margin: 5px 0 10px;
}

#request-holder-nav h4 a
{
    text-decoration: none;
}

#request-holder-nav h4 a:visited
{
    text-decoration: none;
}

#request-holder-nav h4 a:hover
{
    color: #FF5A00 !important;
    text-decoration: none;
}
#request-holder-nav .linkAttach
{
    color: #034af3;
}
#request-holder-nav .main-step li
{
    border-bottom: 1px dotted #B3B3B3;
    font-size: 11px;
    font-weight: bold;
    color: #1B75BB !important;
    margin: 3px 0;
    padding: 0 0 0 15px;
}

#request-holder-nav .main-step li.list-application
{
    border-bottom: 0;
}

#request-holder-nav .main-step li.active
{
    color: #FF5A00 !important;
    font-weight: bold;
}

#request-holder-nav .main-step li a, #request-holder-nav .main-step li a:visited
{
    color: #1B75BB;
    text-decoration: none;
    font-weight: bold;
}
#request-holder-nav .main-step li.active a
{
    color: #FF5A00 !important;
    font-weight: bold;
}

#request-holder-nav .main-step li.specify-changes
{
    border-bottom: 0;
}

#request-holder-nav em
{
    color: #DD0000 !important;
    font-style: normal;
    padding-right: 5px;
}

#request-holder-nav .list-application
{
    margin-top: 5px;
}

#request-holder-nav .list-application li
{
    border-bottom: 1px dotted #B3B3B3;
    font-size: 11px;
    margin: 3px 0;
    padding: 0 0 0 15px;
}

#request-holder-nav .list-application li a, #request-holder-nav .main-step li a:visited
{
    color: #1B75BB;
    text-decoration: none;
    font-weight: bold;
    _padding-left: 15px;
}

#request-holder-nav .list-application li.validated a
{
    background: url("../Images/check-icon.jpg") no-repeat scroll left center transparent;
}

#request-holder-nav .list-application li.active a
{
    color: #FF5A00 !important;
    font-weight: bold;
}

#request-holder-nav .main-step li.disabled a
{
    color: gray !important;
    font-weight: bold;
}

#request-holder-nav em
{
    color: #DD0000 !important;
    font-style: normal;
    padding-right: 5px;
}

#request-holder-main
{
    _border-left: 1px solid #AFC2CE;
    _bottom: 30px;
    float: left;
    _left: 210px;
    padding: 5px;
    _position: absolute;
    _top: 162px;
    vertical-align: top;
    width: 535px;
}

div#request-box #request-title
{
    margin: 0;
    padding: 7px 13px 7px 13px;
    color: white;
    font-size: 12px;
    background: #BDD2FF;
}

div#request-box #request-title #breadcrumbs
{
    color: #13A;
    font-size: 16px;
    font-weight: bold;
}

#request-holder-nav .request-option
{
    margin-top: 25px;
    list-style-type: none;
    padding: 0;
}

#request-holder-nav .request-option li
{
    margin: 2px 0;
    padding: 0;
}

#request-holder-nav .request-option li a
{
    background-color: #E4F0F9;
    border: 1px solid #B2D2EA;
    color: #2D6999;
    display: block;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

div.request-child-form-nav
{
    _border-top: 1px solid #CDCDCD;
    _border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #231F20;
    font-size: 11px;
    line-height: 20px;
    margin: 20px 0;
    padding: 5px 0;
    text-align: center;
}

div.request-child-form-nav div.prev
{
    float: left;
    padding-left: 5px;
}

div.request-child-form-nav div.prev a
{
    background: url("../Images/prev.gif") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 15px;
    font-weight: bold;
}

div.request-child-form-nav div.next
{
    float: right;
    padding-right: 5px;
}

div.request-child-form-nav div.next a
{
    background: url("../Images/next.gif") no-repeat scroll right center transparent;
    padding: 2px 15px 2px 2px;
    font-weight: bold;
}

div.listRole-Permission
{
    width: 800px;
    position: inherit;
    height: auto;
}

div.listRole
{
    margin-left: 0px;
    width: 40%;
    float: left;
}

.modalBox
{
    background: #fff none repeat scroll 0;
    position: absolute;
    display: none;
    border: 2px solid #D8D8D8;
    z-index: 1001;
    font-size: 12px;
}

.modalBox .titleContainer
{
    height: 36px;
    background-color: #eb4c07;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
}

.modalBox .title
{
    float: left;
    padding-top: 5px;
}

.modalBox .closeButton
{
    float: right; /*     background:transparent url(Assets/Images/btnClose.png) no-repeat scroll 0% 0%;     */
    background: transparent url(Assets/Images/icons.png) no-repeat scroll 0 -189px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin: 7px;
}

.modalBox .contentContainer
{
    padding: 10px;
}

.progressSmall
{
    background: transparent url(../Images/ajax-loader.gif) no-repeat scroll 0%;
    margin: 5px 25px;
    padding: 5px 25px;
    font-size: 1.1em;
}

.view-edit-delete
{
    float: left;
    margin: 1px;
    width: 21px;
}

.errormessage
{
    margin-bottom: 5px;
}

.screen-path
{
    padding-bottom: 0.5em;
}

.verticalSeparator
{
    border-left: solid 1px #6684bb;
    width: 10px;
    height: 13px;
    margin-left: 10px;
    float: left;
}

.verticalSeparatorSpace
{
    border-left: solid 1px #6684bb;
    width: 10px;
    height: 13px;
    margin-left: 10px;
    float: left;
}

/* SITE FOOTER*/

#footer
{
	clear: both;
	color: #13A;
	padding: 3px 0 0px 0;
	text-align: left;
	line-height: normal;
	margin: 0;
	font-size: 11px;
	-position: fixed;
	bottom: 0px;
	vertical-align: middle;
	width: 100%;
	background: #003087;
}
.footer
{
    width: 100%;
    border-top: solid 1px White;
    height: 65px;
}

.footerLink
{
    font-family: Verdana;
    color: White;
    font-size: 8pt;
}
.footerLink:hover
{
    color: #afc1e1;
}
.footerLinkBlock
{
    margin-left: 35%;
    margin-top: 6px;
    color: #000;
}
.footerTextBlock
{
    position: relative;
    top: -15px;
}
.footerCopyright, .footerRequest
{
    color: #99add0;
    margin: 0px 0px 2px 10px;
    font-family: Verdana;
    font-size: 11px;
}
.floatBreak, .floatBreakIE6
{
    clear: both;
}
.floatBreakIE6
{
    font-size: 1px;
    height: 0px;
    background-color: #2E4B7D;
}
/*END*/



/*SITE LOGIN PART*/
.topMenuLogo
{
    width: 355px;
    height: 100px;
    cursor: hand;
    float: left;
}

#menucontainer
{
    /*padding-top: 79px;*/
}

#menucontainerOverRight
{
    background: #003087;
    width:100%;
    height:37px;
    margin-top:-11px;
    *margin-top:1px;
    *height:38px;
}

.titleLogin
{
    float: right;
    width: 320px;
    height: 75px;
    font-size: 8pt;
    font-family:Verdana, Arial, Helvetica, Sans-serif;
}
.titleLogin p
{
    /*margin-top: -10px;*/
}
.titleLoginFormName
{
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 2px;
    text-align: left; /*text-decoration:*/
}
.titleLoginColumn
{
    margin-bottom: 3px;
}
.titleLoginBlock
{
    background-color: #36558B;
    border: solid 1px #0d2c64;
    height: 100px;
    margin: 3px 3px 3px 0px;
    padding: 3px 5px 0px 5px;
}
.titleLoginPrompt
{
    width: 90px;
    text-align: right;
    float: left;
    margin-right: 3px;
    margin-top: 4px;
}

.loginInputField
{
    width: 80px;
    border: solid 1px #0d2c64;
}

.titleWelcome
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 5px 0px;
    text-align: right;
}
div a.titleWelcomeLink
{
    color: White;
    float: right;
    margin-right: 10px;
}
/*END*/

/*LOGIN OLDER*/

#logindisplay
{
    font-size: 1.1em;
    display: block;
    padding: 10px 0px 0px 10px;
    color: White;
    height: 78px;
    margin-bottom: 10px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}
/*END*/

/* MAIN */
#mainContent
{
    float: left;
    width: 75%;
    margin-top: 10px;
}

#mainContentAdmin
{
    float: left;
    width: 95%;
    margin-top: 10px;
}
/**/
/* INDUSTRY LINKS*/
#industryLinkSite {
    display: block;
    float: right;
    text-align: left;
    color: White;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    width: 23%;
    background-color: #003087;
    height: auto;
}
.industryLinkColumn
{
    padding: 8px;
    width: 23%;
}
.industryLinksBlock
{
}
.industryLinksDelimiter
{
    height: 8px;
}
.industryTitle
{
    background-color: #003087;
    font-family: Verdana;
    font-size: 13px;
    width: 100%;
    height: 18px;
    font-weight: bold;
    text-align: center;
    background-position: right top;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.industryLinksStateName
{
    font-weight: bold;
    margin: 4px 2px 0 2px;
    padding-left: 4px;
    -color: #19376c;
    font-family: Verdana;
    font-size: 12px;
    height: 18px;
    margin: 5px;
    padding-top: 2px;
}
.industrySingleCountyLink, .industrySingleLink, .industrySingleCountyLink:hover, .industrySingleLink:hover
{
    background-image: url(/Content/Images/star_link.png);
    background-repeat: no-repeat;
}
.industrySingleCountyLink, .industrySingleLink
{
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    background-color: #d4d4d4;
    background-position: left 3px;
    height: 13px;
    font-family: Verdana,Arial,Helvetica,Sans-serif ;
    font-size: 8pt;
}
div.industrySingleCountyLink:hover, div.industrySingleLink:hover
{
    background-position: left -16px;
}
div.industrySingleCountyLink a:hover, div.industrySingleLink a:hover
{
    color: #0c285b;
}

/* END */
/* MAIN PAGE */
.mainFlagImage
{
    width: 100%;
    height: 493px;
    background-color: White;
    background-image: url(/Content/Images/Minneapolis.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 10px 0px 10px 0px;
}

#divResult
{
    width: 100%;
}
.SearchOption
{
    clear: both; /*background-color: #E8EEF7;*/
}
#PropertySearch
{
    clear: both;
    padding: 10px 10px 10px 0px;
}
#GrantorAndGranteeSearch
{
    clear: both;
    padding: 10px 10px 10px 0px;
}
#DocumentNumberSearch
{
    clear: both;
    padding: 10px 10px 10px 0px;
}
#CourtNameSearch
{
    clear: both;
    padding: 10px 10px 10px 0px;
}
#AddressSearch
{
    clear: both;
    padding: 10px 10px 10px 0px; /*background-color:#C1C1C1;*/
}
.PropertySearch
{
    display: block;
}
.GrantorAndGranteeSearch
{
    display: block;
      *margin-top:-20px;
}
.DocumentNumberSearch
{
    display: block;
      *margin-top:-20px;
}
.CourtNameSearch
{
    display: block;
   *margin-top:-20px;
}
.AddressSearch
{
    display: block;
    *margin-top:-20px;
}

/*Common CSS BaoDT*/

.lnkHomePage
{
    font-family: Verdana;
    font-size: 8pt;
}

.titleHomePage
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 24px;
    color: #254173;
}

.labelInput
{
    font: bold 12px Verdana;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 6px;
}

.contentInput
{
    font: 11px Tahoma;
    background: #EBF3FF;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 3px 6px 4px 6px;
}

button
{
    font: 12px Tahoma;
}

.tabLabel
{
    font: 12px Tahoma;
}

.pageTitle
{
    font: 14px Tahoma;
}

.errorMessage
{
    font: 12px Tahoma;
    color: #ff0000;
}

.IndicatesRequiredField
{
    font: 12px Verdana;
}

.IndicatesRequiredFieldErrorMessage
{
    font: 12px Verdana;
    color: #ff0000;
}
.menuGroupTitle
{
    font-weight: bold !important;
}
.menuGroupContent
{
    padding-left: 20px;
}
.menuGroupContentSub
{
    padding-left: 36px;
}

.PdfSection
{
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-image: url(/Content/Images/pdf.jpg);
    background-position: center;
}
.OndemanSection
{
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-image: url(/Content/Images/pdf.jpg);
    background-position: center;
}
.NewMessages
{
    vertical-align: middle;
    font-size: .9em; /*color: #72BBDB;*/
    color: White;
    margin-top: -1px !important;
    *margin-top: -3px !important;
    *padding-bottom: 5px !important;
}

.hiddenImageInfo
{
    display: none;
}

.redMessage
{
    color: red;
}
.customMessage
{
    color: blue;
}

.LogOnCss
{
     font: 12px Arial ;
    margin: 0;
    padding: 0;
    
    }
    
 .disclaimerText
{
    font-family: Verdana,Arial,Helvetica,Sans-serif !important;
    font-size: 11px !important;
    color:Black !important;
}
.PropertySearchTable
{
   *margin-top:-20px;
}

.TitleBasketTable
{
   *margin-top:-20px;
}

.TitleBasketDiv
{
   *margin-bottom:-10px 
}

.titleHomePage {
    font-family: Tahoma;
    font-size: 24px;
}

/*Fixed font */
.loginWelcome
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin: 0px 12px;
 }
 input {
     font-size: 13px !important;
     font-family:  Arial, Helvetica, Sans-serif !important;
 }
 .labelTotalMatch {
     margin: 0px 0px;     
     color: Black;
     font: bold 12px Verdana;
 }
textarea {
    font: 13px monospace ;
}
.conditionDiv {
    *margin-top: -20px;
}
.label
{
	text-align: left;
	font-family: Verdana;
    font-size: 12px;	
	color: #525252;
	font-weight: bold;
}

.labelContent
{
	text-align: left;
	font-family: Verdana;
    font-size: 12px;	
	color: #525252;
}

.messageNoRecordFound {
    color: red;
}

#signOfflogo {
   
    background-image: url('../Images/ORIG-SignOff-W.png');
    background-repeat: no-repeat;
    height: 40px;
    margin-top: 0px;
    margin-left: 10px;
    background-position: center;
    padding: 0px;
}

#signOfflogoRight {
    background-image: url('../Images/ORIG-SignOff-W.png');
    background-repeat: no-repeat;
    z-index: 1; 
    position: absolute;
    margin-top: -10px;
    width: 240px;
    height: 40PX;
    right: 10px; 
}

#footerSignOfflogoRight {
    background-image: url('../Images/SignOff-Artboard 325.png');
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    margin-top: -15px;
    width: 325px;
    height: 67px;
    right: 0px;
}

#PayPalIframe {
    width: 550px;
    height: 350px;
    overflow: hidden;
}
/* END */
/*------------------------------------------ BUTTON	*/
.form-buttons
{
	text-align: right;
	padding: 10px 10px 5px 0px;
	margin-bottom: 15px;
}

.form-buttons-left
{
	text-align: left;
	padding: 5px 0px 0px 5px;
	margin-bottom: 0px;
}

.form-buttons-right
{
	text-align: right;
	padding: 0px 5px 0px 0px;
	margin-bottom: 5px;
}

.formbutton
{
	width: 120px;
	min-width: 120px;
    padding-left: 5px;    
    padding-right: 5px;
	font: 8pt tahoma;
	height: 2.1em;
	padding-top: 0.1em;
	padding-bottom: 0.4em;
}
.ui-dialog-buttonpane-top 
{ text-align: left ; 
  
   background-image: none;

    border-top-style: none;
}

.ui-dialog-buttonset-top
{
	
	 padding: .3em 0 .5em .4em;
  float:right;
}

.ui-dialog-buttonset-top .ui-button
{
	margin-left:.3em;
}
.formbutton-option
{	
	font: 8pt tahoma;
	height: 2.1em;
	padding-top: 0.1em;
	padding-bottom: 0.4em;
}

.formbuttonspecify
{
	
	font: 8pt tahoma;
	height: 2.1em;
	padding-top: 0.1em;
	padding-bottom: 0.4em;
}

/*------------------------------------------ FORM */
.formtable-grid
{
	width: 100%;
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-size: medium;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: -webkit-auto;
	border: 1px solid #D8D8D8;
}
.formtable-grid th
{
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
	padding-left: 5px;
	padding-right: 2px;
	border: 1px solid #D8D8D8;
	color: #525252;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
}
.formtable-grid td
{
	padding-left: 5px;
	padding-right: 2px;
	/* BuuHT- fix bug lose border when remove column
	/*border-left: 1px solid #D8D8D8;*/
	border: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-size: 11px;
	height: 15px;
}

.formtable, .formtableUser
{
	width: 100%;
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-size: medium;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: -webkit-auto;
	border: 1px solid #D8D8D8;
}
.formtable th
{
	text-align: left;
	background-color: #e8eef4;
	border-bottom: 1px solid #D8D8D8;
	padding-left: 5px;
	padding-right: 6px;
	color: #525252;
	font-size: medium;
	font-weight: bold;
	height: 20px;
}
.formtable td, .formtableUser td
{
	text-align: left;	
	color: #525252;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 6px;   
}

.formlabel
{
	text-align: left;
	font: 10px Verdana;
	font-family:Tahoma;
    font-size: 11px ;
    font-weight: bold;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 6px;
	color: #525252;
}


.formbody
{
	font-family:Tahoma;
	font-size: 11px;
	vertical-align: top;
	background: #EBF3FF;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding: 3px 6px 4px 6px;
}
.formbodysurvey
{
	font-family: verdana;
	font-size: .7em;
	vertical-align: top;
	background: none;
	border-top: none;
	padding: 5px 8px 15px 8px;
}
.formvalidation
{
	color: #ff0000;
	font-family: verdana;
	font-size: 8pt;
}
.formline
{
	border-top: 1px solid #c4c4c4;
	padding-right: 8px;
	padding-left: 8px;
}
.formdescription
{
	color: #4C4C4C;
	font-family: tahoma;
	font-size: 8pt;
	text-align: left;
}

.fontTextArea
{
	font-family: Verdana;
	font-size: 9.0pt;
}

 .ddlist
 {
	font-family: Verdana;
	font-size: 9.0pt;
}

.standardheader
{
	text-align: left;
	font-size: 18px;
	margin-bottom: 3px;
	color: #3e282b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.radiotext
{
	cursor: default;
	text-align: left;
	font-family: verdana;
	font-size: 8pt;
	height: 19px;
}

/*------------------------------------------ TEXT */

p
{
	margin: 20px 0 20px 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}

strong
{
	/* Use for black bold text */
	font-weight: bold;
	color: #3E282B;
	line-height: 15px;
}

/*------------------------------------------ TITLE */

h1
{
	/* Use for red tittle */
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E282B;
}
h2
{
	/* Use for red tittle */
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E282B;
}
h3
{
	/* Use for top title of the right block */
	display: block;
	position: relative;
	top: -2px;
	margin: 0px 0px 0px 25px;
	padding-left: 3px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E282B;
	background-color: white;
	width: 130px;
	height: 12px;
	vertical-align: middle;
}
h4
{
	/* Use for black title of the right block */
	margin: 15px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E282B;
}
h5
{
	/* Use for red title of the left block */
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #C00010;
}
h6
{
	/* Use for red little title */
	margin: 15px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00010;
}

/*------------------------------------------ LIST */

dl, dt, dd, ul, li, ol
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*------------------------------------------ TEXT STYLES */
.smalltext
{
	text-align: left;
	font-family: tahoma;
	font-size: 8pt;
	color: #525252;
}
.normaltext
{
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #525252;
}
.labeltext
{
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #525252;
	font-weight: bold;
}
.titletext
{
	text-align: left;
	font-family: verdana;
	font-size: 36px;
	color: #525252;
	font-weight: bold;
}
.textRed
{
	color: #E98B0D;
	font-weight: normal;
}
.smalltextnormal
{
	text-align: right;
	font-family: tahoma;
	font-size: 8pt;
	color: #525252;
}

.checkbox-list
{
	max-height: 80px;
	max-width: 300px;
	overflow: auto;
	border: #ccc 1px solid;
	background: #fff;
	color: #000;	
}

.checkbox-core-role
{
	max-height: 130px;
	max-width: 250px;
	overflow: auto;
	border: #ccc 1px solid;
	background: #fff;
	color: #000;
}
.checkbox-list-stations
{
	max-height: 245px;
	max-width: 250px;
	overflow: auto;
	border: #ccc 1px solid;
	background: #fff;
	color: #000;
}


.titlepage
{
	color:#213D6F;
	}
.validation-summary-errors ul li
{
	font-weight:normal;
	}
.ui-button-text-only .ui-button-text
{
	padding: .1em 1em;
}

.pager
{
    margin:8px 3px;
    padding:3px;
    text-align:center;
    height:auto;
    position:relative;
}

.ComboboxPager
{
	float:right;
}

.pager .disabled
{
    border:1px solid #ddd;
    color:#999;
    margin-top:4px;
    padding:3px;
    text-align:center;
}

.pager .current
{
    background-color:#4b72a9;
    border:1px solid #009;
    color:#fff;
    font-weight:bold;
    margin-top:4px;
    padding:3px 5px;
    text-align:center;
}

.pager a
{
    border: 1px solid #4b72a9;
    color: #06c;
    margin-top: 4px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
}

.hasDatepicker
{
	display: inline;
	font-family: Verdana;
	font-size: 9.0pt;	
}

.ui-datepicker-trigger
{
	margin-left: 2px;
	font-family: Verdana;
	font-size: 9.5pt;
}

.ui-dialog
{
	padding: 0;	
}

.ui-dialog .ui-dialog-titlebar
{
	border:0;
}

.ui-dialog .ui-dialog-buttonpane button
{
	margin: 0.1em 0.4em 0 0;
}

.lookUpItem
{
	display: inline;	
}

#Orbitoverlay
{
    position: fixed;
    --z-index: 99999999;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.70;
    cursor: wait;
    display: none;
}

.loader
{
    background-image: url(../Images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    z-index: 100;
    position: fixed;
    width: 56px;
    margin-left: -60px;
    margin-top: 0px;
    top: 3px;
    right: 3px;
    cursor: wait;
    padding: 10px 10px 10px 40px;
    color: #000;
    font-size: 12px;
    font-weight: bolder;
    font-family: Arial, Times New Roman, Tahoma, Verdana;
    background-color: #BDD2FF;
}
.otherFields
{
    font-family: Verdana;
	font-size: 9.5pt;
}

.alignColumn
{
    padding-left:30px;    
}

.messageResult
{
    margin-bottom:10px; color: Red; font-family:Verdana; font-weight:bold
    }


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.menu
{
	background-image: url(Images/menu.gif);
}
.sf-menu
{
	line-height: 1.0;
	padding-top: -5px; /* thidd fix font -family*/
	font-family: Verdana !important;
}
.sf-menu ul
{
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	line-height: 1.0;
}
.sf-menu ul li
{
	width: 100%;
}
.sf-menu li:hover
{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
	float: left;
	position: relative;
}
.sf-menu a
{
	display: block;
	position: relative;
	white-space: nowrap;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
{
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
{
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
{
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu
{
	/*float: left;*/
	margin-bottom: 1em;
}
.sf-menu a
{
	/*border-left: 1px solid #fff; 	border-top: 1px solid #CFDEFF;*/
	padding: .75em 1px;
	/*color: #bdbebf !important;*/
	font-weight: bold;
	color:White !important;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited
{
	/* visited pseudo selector so IE6 applies text colour*/
	color: #13a;
}
.sf-menu li
{
	/*background: #BDD2FF;*/
}
.sf-menu li li
{
	background: #AABDE6;
}
.sf-menu li li li
{
	background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
	/*background: #CFDEFF;*/
	color: Orange;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul
{
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator
{
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../Images/menu-arrow-1.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator
{
	/* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator
{
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator
{
	background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator
{
	background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator
{
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul
{
	background: url('../Images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off
{
	background: transparent;
}

.sf-menu li
{
	width: 117px;
	text-align: center;
    font-size: 11px;
}

.sf-menu li a:hover
{
	color:Orange !important;
}

textarea{
        height:300px;
        width:400px;
        max-height:300px;
        max-width:400px;
    }

/*Name Search*/
.SearchForm
{
	width: 100%;
	float: left;
}
.SearchMasterOption
{
	background-color: #003087;
}
/*buttons*/
.roundedButtonLeft, .roundedButtonRight
{
	float: left;
	height: 27px;
	text-align: center;
}
.shortRoundedButtonCenter, .longRoundedButtonCenter
{
	float: left;
	height: 27px;
	text-align: center;
}

.roundedButtonLeft, .roundedButtonRight
{
	width: 7px;
	background-repeat: no-repeat;
}
.roundedButtonGray
{
	background-image: url(/Content/Images/blue_btn.png);
}
.roundedButtonWhite
{
	background-image: url(/Content/Images/blue_btn_w.png);
}
.roundedButtonLeft
{
	background-position: left 0px;
}
.roundedButtonRight
{
	background-position: left -56px;
}
.roundedButtonRight
{
	margin-right: 3px;
}
.shortRoundedButtonCenter, .longRoundedButtonCenter
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #d5e0f3;
	border: none;
	background-position: left -28px;
	background-repeat: repeat-x;
	width: 100px;
}
.shortRoundedButtonCenter:hover, .longRoundedButtonCenter:hover
{
	color: #ffffff;
}
.longRoundedButtonCenter
{
	width: 150px;
}
/*----------------*/
.formTitle
{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #254173;
	margin-bottom: 15px;
}


.shortRoundedButtonCenter, .longRoundedButtonCenter, .titleLoginInput
{
	cursor: pointer;
}
/*Address/PID Search*/
.roundedFormTopLeft, .roundedFormTopRight, .roundedFormBottomLeft, .roundedFormBottomRight, .roundedFormTopCenter, .roundedFormBottomCenter
{
	background-image: url(/Content/Images/blue_tbl.png);
	overflow: hidden;
}
.roundedFormTopRight, .roundedFormBottomRight
{
	float: right;
}
.roundedFormTopLeft, .roundedFormBottomLeft
{
	float: left;
}
.roundedFormTopLeft, .roundedFormTopRight, .roundedFormBottomLeft, .roundedFormBottomRight
{
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
}
.roundedFormBottomLeft
{
	background-position: left -24px;
}
.roundedFormTopLeft
{
	background-position: left 0px;
}
.roundedFormTopRight
{
	background-position: left -16px;
}
.roundedFormBottomRight
{
	background-position: left -40px;
}
.roundedFormTopCenter, .roundedFormBottomCenter
{
	height: 7px;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

.roundedFormTopCenter
{
	background-position: left -8px;
}
.roundedFormBottomCenter
{
	background-position: left -32px;
}

.roundedFormCenter
{
	padding-left: 7px;
	padding-right: 7px; /*    border-left:solid 1px #1e3d73;     border-right:solid 1px #1e3d73;*/
	border: none;
	line-height: 1.1;
	float: left;
}
.roundedFormCenter, .roundedFormBottomCenter, .roundedFormTopCenter, .roundedFormTopLeft, .roundedFormTopRight, .roundedFormBottomLeft, .roundedFormBottomRight
{
	background-color: #003087;
}

.closeButton
{
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	float: right;
	background-color: #5d83c7;
	background-image: url(/Content/Images/closeButton.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 21px;
	color: White;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 2px;
}
.selectFree, .subdivisionSelectFree
{
	display: none;
	font: 10px Verdana;
	z-index: 2000;
	background: #dddddd;
	overflow: hidden;
}

/* NEW SEARCH SECTION*/

/* TOP */
.roundedSearchSectionTopLeft, .roundedSearchSectionTopRight, .roundedSearchSectionBottomLeft, .roundedSearchSectionBottomRight, .roundedSearchSectionTopCenter, .roundedSearchSectionBottomCenter, .roundedSearchSectionLeft
{
	background-image: url(/Content/Images/gray_tbl.png);
	-overflow: hidden;
}
.roundedSearchSectionTopCenter, .roundedSearchSectionBottomCenter
{
	height: 11px;
	background-repeat: repeat-x;
	float: left;
	-width: 100%;
}
.roundedSearchSectionTopCenter
{
	background-position: left -12px;
}
.roundedSearchSectionTopRight
{
	background-position: left -36px;
	float: right;
}
.roundedFormBottomCenter
{
	background-position: left -32px;
}

.roundedSearchSectionTopLeft, .roundedFormBottomLeft
{
	height: 11px;
	width: 11px;
	float: left;
}
.roundedSearchSectionTopRight, roundedSearchSectionTopLeft
{
	height: 11px;
	width: 11px;
}

/*BOTTOM */

.roundedSearchSectionBottomRight
{
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: left -60px;
	float: right;
}
.roundedSearchSectionBottomLeft
{
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: left -72px;
	float: left;
}
.roundedSearchSectionLeft
{
	width: 11px;
	float: left;
	background-repeat: repeat-y;
	background-position: left -24px;
}
.searchTable
{
	background-color: White;
	border: 1px solid #797979;
	border-collapse: separate;
	width: 100%;
	border-right: 0px;
}
.searchTableHeader
{
	background-color: #C1C1C1;
	color: #454545;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


.searchTableBody
{
	border: 1px solid #A5A5A5;
	font-family: Verdana;
	font-size: 11px;
}
.searchTableColumn, .searchTableColumnTaxpayer
{
    /* thidd change font-family */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	-padding: 0 4px;
}

.searchTableColumn, .searchTableHeader tr th, .searchTableColumnTaxpayer
{
	border-right: 1px solid #A5A5A5;
	vertical-align: top;
}
.searchResult
{
	background-color: #D4D4D4;
	border-top: 7px solid #2E4B7D;
	margin-top: 0;
	width: 100%;
}
.hiddenSub
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	margin-right: 10px;
}
.hiddenMB
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.labelhiddenGranttorrensearch
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;

}
.hiddenGrantSub
{
    margin-left :95px;
    margin-right : 15px;
}
.labelhiddenDoctorrensearch
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;

}
.hiddenDocSub
{
    margin-left :95px;
    margin-right : 15px;
}


/*BUTTON*/
.ButtonGroup
{
	position: relative;
	background-image: url(/Content/Images/blue_btn.png);
	height: 27px;
}
.ButtonGroup, .ButtonLeft
{
	float: left;
	background-repeat: no-repeat;
	position-left: 0px;
}
.ButtonGroup, .ButtonRight
{
	--float: right;
	background-repeat: no-repeat;
	background-position: left -55px;
}
.ButtonGroup, .ButtonRound
{
	background-repeat: repeat;
	background-position: left -27px;
	text-align: center;
	vertical-align: middle;
}

.subdivisionLookupButton
{
	font-family: Verdana;
	font-size: 12px;
	color: #1b1a1a;
	text-align: center;
	margin: 6px 2px 0px 2px;
	width: 60px;
	border: solid 1px #818181;
	background-color: #bebebe;
	float: left;
	height: 20px;
	background-image: url(/Content/Images/grayButtons_bg2.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

.searchResultOddRow, tr.docDetailSingleOddRow, .searchResultOddRow1
{
	background-color: #e7e6e6;
}
.searchResultEvenRow, tr.docDetailSingleEvenRow, .searchResultEvenRow1
{
	background-color: White;
}
.searchResultOddRow, .searchResultEvenRow, .searchTableHeader,.searchTableHeaderLeft
{
	height: 28px;
}

.searchResultFoundRow, tr.docDetailSingleEvenRow, .searchResultEvenRow1
{
	background-color: #ffff80;
}

.searchConditionHeaderLabel
{
	color: White;
	font-weight:bold;
}


.DropdownlistStyle
{
	width: 122px;
}


