/* DEFAULTS
----------------------------------------------------------*/
body   
{
    background: #fff;
    font-size: .80em;
    font-family: Arial, "Segoe UI";
    margin: 0px;
    padding: 0px;
    color: #696969;
    overflow:hidden;
}
a:link, a:visited
{
    color: #034af3;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #034af3;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

span.whitelink a
{
    color:White !important;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2
{
    font-size: 1.5em;
    font-weight: 600;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    background-color: #fff;
    margin: 0px auto 0px auto;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #5C5C5C;
    width: 100%;
    border-bottom: solid 1px silver;
}
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
    border: none;
    line-height: 2em;
    font-size: 1em;
    font-family: Tahoma, Arial
}
.main
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
/* TAB MENU   
----------------------------------------------------------*/
/* MISC  
----------------------------------------------------------*/
.EditCommand
{
    text-decoration:underline;
    color:Blue;
    cursor:pointer;
}
.EditCommand :hover
{
    text-decoration:none;
}
.NotesCommand
{
    text-decoration:underline;
    color:Blue;
    cursor:pointer;
}
.NotesCommand :hover
{
    text-decoration:none;
}
.SelectedRow
{
    color:White;
    background-color:Gray;
}

#Dialog
{
    display: none; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-top:0px; 
    background-color:#fff;
}

#Dialog-Internal
{
    width:400px;
    float:left;
    overflow:auto;
}
#Dialog-Internal table
{
    width:95%;   
}
#Dialog-Internal td
{
    padding:3px;
    border-top:solid 1px silver;
}
#Dialog-Internal td input
{
    width:300px; 
}
#Dialog-Internal th
{
    font-size:small;
    font-weight:bold;
    text-align:right;
    padding-right:5px;
    width:150px;
    border-top:solid 1px silver;
    vertical-align:top;
    padding:3px;
}
#Dialog_Claim input
{
    border:solid 1px silver;
    background-color:White;
}
#Dialog_Claim input[disabled]
{
    border:solid 1px silver;
    background-color:silver;
}
#ClaimNotes
{
    padding:10px;
}
#pnlISRImages
{
    padding:10px;
}
#pnlISRImages ul
{
    margin-left:0px;
    padding-left:10px;
    margin-left:10px;
    margin-top:0px;
    margin-bottom:0px;
    list-style-type:disc;
}
#right-col
{
    border-left:solid 1px silver;
    min-height:50px;
    margin-left:10px;
    overflow:auto;
}
.noteBox
{
    margin-top:5px;
    padding:3px;
    border:solid 1px silver;
    background-color:#fff;   
}
.noteBox div
{
    border-bottom:solid 1px silver;
    margin-bottom:3px;
    padding:3px;
    background-color:#F5F5F5;
}
.CommandBar
{
    font-size:small;
    border-bottom:solid 1px silver;
    background-color:#f5f5f5;
    padding-left:5px;
    padding-right:5px;
}
.CommandBar div
{
    padding:1px;
    cursor:pointer;
    zoom:1;
    display:inline-block;
    *display:inline;
    border:solid 1px #f5f5f5;
}
.cmdButton:hover
{
    padding:1px;
    cursor:pointer;
    zoom:1;
    display:inline-block;
    *display:inline;
    border:solid 1px gray;
    background-color:#BAD3EA;
    color:#000000;
}
.CommandBar .spacer
{
    width:10px;   
}
.pager
{
    padding-right:3px;
    cursor:pointer;
    padding:3px;
}
.pagerSelected
{
    font-weight:bold;
    color:Black;
}
.statusBar
{
    margin-left: 1px; 
    margin-right: 1px; 
    text-align: left; 
    border-left: solid 1px silver; 
    border-right: solid 1px silver; 
    border-bottom: solid 1px silver; 
    background-color:#f5f5f5;
    padding:5px;
}
.Sort
{
    cursor:pointer;
    text-align:left;
}
.Sort:hover
{
    color:White;
    background-color:silver;
}

.SortedDESC, .SortedASC {color:White; background-color:silver;}
.SortedDESC span
{
    display:inline-block;
    float:right;
    width:20px;
    background-image: url(images/ui-icons_ff0006_256x240.png);
    background-position: 0 -16px;
}
.SortedASC span
{
    display:inline-block;
    float:right;
    width:20px;
    background-image: url(images/ui-icons_ff0006_256x240.png);
    background-position: -64px -16px;
}
.BlendedSelect
{
    display:none;
}
.TableHighlight
{
    background-color: #BAD3EA;
    color: #000000;
}
.inputElement
{
    width:100%;
    border:solid 1px silver;
    padding:3px;
}
.InputLabel
{
    color: #797979;
    display: block;
    font-weight: 700;
    line-height: 1.4em;
}
#Dialog_Claim td
{
    text-align:right;
}
#Dialog_Claim th
{
    text-align:left;
}

#pnlSummary
{
    height:200px; 
    width:378px; 
    background-color:whitesmoke; 
    padding:3px; 
    position:fixed; 
    border-bottom:solid 1px silver;
}


#pnlSummary td
{
 border:none;
 font-size:small;
 font-weight:bold;
}

.AttentionMessage
{
    font-weight:bold;
    font-size:medium;
    margin: 30px 30px 30px 30px;
}
.Rush
{
    background-color:Red;
}


#pnlNotifications { background-color:Silver;}
#pnlNotifications div
{
    padding:5px 5px 5px 30px; 
    margin-left:10px;
}

#pnlNotifications div.err
{
    background: url(/Content/Images/notification-icon.jpg) no-repeat left;
    color:Red;
}

#pnlNotifications div.warn
{
    background: url(/Content/Images/warning_icon.png) no-repeat left;
    color:Yellow;
}

#pnlNotifications div.notify
{
    background: url(/Content/Images/warning_icon2.png) no-repeat left;
    color:Green;
}

#pnlNotifications div.printnot
{
    background: url(/Content/Images/warning_icon3.png) no-repeat left;
    color:Blue;
}

#spacer
{
    height:210px;
}
    
 .pnlSearch
 {
     padding:3px;
     background-color:#f5f5f5;
     text-align:left;
     font-size:13px;
     border-left:solid 1px silver;
     border-right:solid 1px silver;
     margin-left: 1px;
     margin-right: 1px;
     display:inline-block;
 }
 
 .pnlSearch input
 {
    width:300px;   
 }