﻿body 
{
}

.BannerHeader
{
    max-height:     100%;
    padding-top:    5px;
    padding-left:   5px;
}

h1
{
    background:         url(../Images/bg_h2.gif) repeat-y scroll left top transparent;
    background-size:    100%;
	color:              #333;
	display:            block;
	font-family:        "Palatino", "Times New Roman", serif;
	font-size:          21px;
	font-weight:        bold;
    letter-spacing:     1px;
	margin:             0px 0px 2px;
	padding-top:        10px;
    padding-bottom:     10px;
    padding-left:       10px;
    padding-right:      10px;
}

h2 {
    /*here*/
    /*background:         url(../Images/bg_h3.gif) repeat-y scroll left top transparent;
        font-family: "Palatino", "Times New Roman", serif;
	color:              #387569;*/
    color: #01426A;
    display: block;
    font-family: "Lucida Sans", "Palatino", "Times New Roman", serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px 0px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.BaseBody
{
    padding-left:   10px; 
    padding-right:  10px;

}

.DisclaimerBodyHeader {
    /* New Clerk theme */
    color: #01426A;
    font-weight: bold;
}

.LoggedInUserDescription
{
    font-size: small;
}

.warning
{
    font-weight: bold;
    color: red;

}

.TabDataSection {
    /* New Clerk theme */
    font-size: 17px;
    display: block;
    margin: 0px 0px 10px;
    font-family: "Lucida Sans", "Palatino","Times New Roman",serif;
    font-weight: bold;
    color: #01426A
}

.datafooterrow
{
    color:      black;
    text-align: right;
    font-size:  14px;
}

.dataheadermoney
{
    text-align:     right;
}

.datadetailmoney
{
    text-align:     right;
}

.pagination-ys {
    /*display: inline-block;*/
   
    padding-left:   0;
    margin:         20px 0;
    border-radius:  4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
        padding: 0px;
        border-top: 0px;
    }
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span 
{
    position:           relative;
    float:              left;
    padding:            8px 12px;
    line-height:        1.42857143;
    text-decoration:    none;
    color:              blue;
    background-color:   #ffffff;
    border:             1px solid #dddddd;
    margin-left:        -1px;
}
 
.pagination-ys table > tbody > tr > td > span 
{
    position:           relative;
    float:              left;
    padding:            8px 12px;
    line-height:        1.42857143;
    text-decoration:    none;    
    margin-left:        -1px;
    z-index:            2;
    color:              #aea79f;
    background-color:   #f5f5f5;
    border-color:       #dddddd;
    cursor:             default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span 
{
    margin-left:                0;
    border-bottom-left-radius:  4px;
    border-top-left-radius:     4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span 
{
    /*padding-left: 0px;
    padding-right: 0px;*/
    border-bottom-right-radius: 4px;
    border-top-right-radius:    4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus 
{
    color:              #97310e;
    background-color:   #eeeeee;
    border-color:       #dddddd;
}

.LoginButtons
{
    white-space:    normal;
}

.SentenceTerms
{
    padding-left:   20px
}

.SentenceHeader
{
    color:           #337ab7;
}

.CaseInfoHeader
{
    color:          #337ab7;
    font-weight:    bold;
}

.StretchDateTextBox
{
    min-width: 100%;
}

.BenchWarrant
{
    /* red - #b91719 */
    background-color:   yellow !important; 
    /* color:              white !important; */
}

.BenchWarrant a:link
{
   /* color:              #1A1AD7 !important; */
}

.BenchWarrantCaseStyle
{
    /*color:              #b91719 !important; */
}

.BenchWarrantNoteStyle {
    /* red - #b91719 */
    color: red !important;
}

.ChormeImageButton /* This sucks that chorme stopped displaying a pointer on an input type=image HTML */
{
    cursor: pointer;
}