﻿
.TopItem
{
  background-color:#F0F0F0;
  font-family: tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-top: 4px;
  padding-bottom: 2px;
  cursor:e-resize;
}

body
{
    font-family: tahoma;
    font-size: 9.5pt;
    margin: 0px;
    background-image:url(page_bg.gif); 
    background-repeat:repeat-x;
    background-color: #D1E0EA;
}

a
{
    text-decoration: none;
    color: #336699;
}
a:hover
{
    text-decoration: underline;
    color: red;
}

input, textarea, select
{
    font-family: tahoma;
    font-size: 9.5pt;
}

.actButton
{
    background-image: url(button_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid dimgray;    
    padding: 0px 4px 0px 4px;
    margin: 0px 4px 4px 0px;
    font-family: Verdana;
    font-size: 9.5pt;
}

div.TaskList
{
    padding-top: 4px;
    padding-bottom: 4px;
}
div.TaskList div.Task
{
    background-position: 4px 4px;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 14px;
    background-image: url(Bullet.gif);
    background-repeat: no-repeat;
}

table.Data
{
    width: 100%;
    border-collapse: collapse;
}

table.Data tr td.HeaderCell
{
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    padding: 0px 4px 0px 8px;
    height: 20px;
    font-family: Tahoma;
    font-size: large;
    background-color: #F5F5F5;
    color: #666666;    
    text-align: left;
}

table.Data tr td.LabelCell
{
    border-bottom: solid 1px dimgray;
    padding: 2px 4px 0px 8px;    
    height: 20px;
    text-align: right;        
    width: 180px;
    font-family: Tahoma;
    font-size: inherit;    
    color: #666666;
    margin-left: 120px;
}
table.Data tr td.LabelCellMandatory
{
    border-bottom: solid 1px dimgray;
    padding: 2px 4px 0px 8px;    
    height: 20px;
    text-align: right;        
    width: 180px;
    font-family: Tahoma;
    font-size: inherit;    
    color: red;
    margin-left: 120px;
}
table.Data tr td.SepCell
{
    width: 4px;
}

table.Data tr td.ReadCell
{
    border-bottom: solid 1px dimgray;
    padding: 0px 4px 0px 4px;    
    font-family: Tahoma;
    font-size: inherit;    
    
}
table.Data tr td.ReadCell .editBox
{    
    border: solid 1px dimgray;
    padding: 1px 4px 2px 4px;
    margin: 0px 4px 4px 4px;
    font-family: Tahoma;
    font-size: inherit;
    float: left;
}
table.Data tr td.ReadCellReadOnly
{
    border-bottom: solid 1px dimgray;
    padding: 0px 4px 0px 4px;    
    font-family: Tahoma;
    font-size: inherit;    
    
}
table.Data tr td.ReadCellReadOnly .editBox
{    
    border: solid 1px dimgray;
    padding: 1px 4px 2px 4px;
    margin: 0px 4px 4px 4px;
    font-family: Tahoma;
    font-size: inherit;
    float: left;
    background-color: lightgray;
}
table.Data tr td.ReadCellSearch
{
    border-bottom: solid 1px dimgray;
    padding: 0px 4px 0px 4px;    
    font-family: Tahoma;
    font-size: inherit;    
    
}
table.Data tr td.ReadCellSearch .editBox
{    
    border: solid 1px dimgray;
    padding: 1px 4px 2px 4px;
    margin: 0px 4px 4px 4px;
    font-family: Tahoma;
    font-size: inherit;
    float: left;
}
table.Data tr td.LabelCell .editBox
{    
    border: solid 0px dimgray;
    padding: 1px 4px 2px 4px;
    margin: 0px 4px 4px 4px;
    font-family: Tahoma;
    font-size: inherit;
    float: left;
}
table.Page
{
    width: 100%;
    border-collapse: collapse;
}

table.Page tr.HeaderRow td.HeaderCell
{
    border-bottom: solid 1px dimgray;
    padding: 0px 4px 0px 8px;
    height: 50px;
}

table.Page tr.HeaderRow td.HeaderCell div.Title
{
    font-family: Tahoma;
    font-size: x-large;
    color: #666666;
}

table.Page tr.HeaderRow td.HeaderCell div.PageTitle
{
    font-size: 24pt;
    color: #DCDCDC;    
    font-family: Arial;
    float: right;
    position: absolute;
    width: 600px;
    height: 25px;    
    top: -2px;
    right: 10px;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: -4px;
}

table.Page tr.HeaderRow td.BreadCrumbCell
{
    border-bottom: solid 1px dimgray;
    padding: 0px 4px 0px 8px;
    height: 15px;    
}
table.Page tr.HeaderRow td.BreadCrumbCell div.BreadCrumb
{
    font-family: Arial;
    font-size: small;
    color: #666666;    
}
table.Page tr.HeaderRow td.BreadCrumbCell div.WelcomeNote
{
    font-family: Arial;
    font-size: small;
    color: #666666;
    font-style: oblique;
}

table.Page tr.BodyRow td.BodyCell
{
    padding: 8px;    
}

table.Page tr.BodyRow td.BodyCell div.Break
{
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 1px;
    border-top: solid 1px #696969;
}

table.Page tr.BodyRow td.BodyCell div.Section
{
    padding:  4px 12px 4px 20px;
    font-weight: bold;    
    background-color: #696969;
    background-image:url(frame_header_bg.gif);
    background-repeat: repeat-x;        
    color: #D1E0EA;   
    border-bottom: solid 1px dimgray;
    text-transform: uppercase;
    text-align: left;
    color: #F0F0F0;
    font-family: tahoma;
    font-size: 9.5pt;
    margin:   -9px -8px  -10px -8px;
}

table.Page tr.BodyRow td.BodyCell div.Description
{
    color: #696969;
    padding-bottom: 4px;
}

table.Page tr.FooterRow td.FooterCell
{
    border-top: solid 1px #696969;
    color: #696969;
    padding: 4px;
}

table.Error
{
    border-collapse: collapse;
    margin-bottom: 4px;
    margin-top: 4px;    
}

table.Error tr.ErrorRow td.ErrorCell .editBox
{
    border-bottom: solid 1px dimgray;
    border-top: solid 1px dimgray;
    background-color:#E8E8E8;
    font-family: Tahoma;
    font-size: inherit;
    color:Black;
    padding: 2px 5px 2px 5px;
    text-align: left;
}
table.Info
{
    width:300px;
}

table.Info tr.InfoRow td.InfoCell .editBox
{
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
}
table.Frame tr.FrameRow td.FrameHead
{
    padding: 2px 12px 2px 8px;
    font-weight: bold;
    background-color: #696969;
    background-image:url(frame_header_bg.gif);
    background-repeat: repeat-x;
    border-bottom: solid 1px dimgray;
    text-transform: uppercase;
    text-align: right;
    color: #D1E0EA;
    font-family: tahoma;
    font-size: 9.5pt;    
    margin: -8px -8px 8px -8px;
}
table.Frame tr.FrameRow td.FrameBody
{
    padding: 2px 12px 2px 8px;
    background-color: white;
    border: solid 1px #D1E0EA;
    margin: -8px -8px 8px -8px;
}
table.Frame tr.FrameRow td.FrameBody div.FrameContent
{    
    font-weight: bold;
    overflow:auto;    
    text-align: left;
    color: #696969;
    font-family: tahoma;
    font-size: x-small;
}
.GridView
{
}

.GridView .Footer
{
}

.GridView .Header th
{
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    text-align: left;
    background-color: #F5F5F5;
    padding: 4px;
}

.GridView tr.EmptyDataRow td
{
    padding: 4px 4px 24px 4px;
    color:#696969;
}

.GridView .Row td
{
    border-bottom: solid 1px silver;
    padding: 3px 2px 3px 2px;
    text-align: left;
    background-color:#b8d1f3;
}

.GridView .AlternatingRow td
{
    border-bottom: solid 1px silver;
    padding: 3px 2px 3px 2px;
    text-align: left;
    background-color:#dae5f4;
}

.GridView .SelectedRow td
{
    border-bottom: solid 1px silver;
    padding: 3px 2px 3px 2px;
}

table.GridView tr.Pager
{
}

.DetailsView
{
}

.DetailsView tr.AlternatingRow td
{
    padding: 4px 4px 4px 4px;
}

.DetailsView tr.CommandRow td
{
    padding: 4px 0px 4px 4px;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    background-color: #F5F5F5;
}

.DetailsView tr.CommandRow td a
{
    margin-right: 4px;
}

.DetailsView .EditRow
{
}

.DetailsView .EmptyDataRow
{
}

.DetailsView .FieldHeader
{
    color: #696969;
    padding: 4px;
    font-weight: normal;
}

.DetailsView .Header
{
}

.DetailsView .InsertRow
{
}

.DetailsView .Page
{
}

.DetailsView tr.Row td
{
    padding: 4px 4px 4px 4px;
}

.DetailsView .Required
{
    font-weight: bold;
}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B; /*font-family: Arial, Sans-Serif;*/
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font: Wingdings;
    font-family: Tahoma;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Tahoma;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.PopupWindow
{
    min-width:200px;
    min-height:150px;
    background-color: #696969;
    background-image:url(frame_header_bg.gif);
}
.PopupHeader
{
    font-weight: bold;    
    background-color: #696969;
    background-image:url(frame_header_bg.gif);
    background-repeat: repeat-x;        
    color: #D1E0EA;   
    border-bottom: solid 1px dimgray;
    text-transform: uppercase;
    text-align: left;
    font-family: tahoma;
    font-size: 9.5pt;
}

.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}

 
.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}

.my_btn
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    width: 98px;
    border: 0px;
    background-image: url('../../images/ImgCloseBlue.jpg');
    cursor: pointer;
    background-repeat: no-repeat;
}

#master_content .ajax__combobox_itemlist
{
    margin: 0px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background-image: url(AJAX/combo-bg.png);
    background-position: top left;
    border: 0px none;
    color: #FFFFFF;
    padding: 4px 0px 3px 5px;
    font-size: 13px;
    height: 16px;
    width: 240px;
    position:inherit
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(AJAX/toolkit-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 23px;
    width: 23px;
}
.AjaxToolkitStyle .ajax__combobox_itemlist
{
    border-color: #0F2543;
    background-color: #EFEFEF;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    background-image: url(AJAX/aqua-bg.gif);
    background-position: top left;
    border: 0px none;
    padding: 2px 0px 0px 8px;
    font-size: 11px;
    height: 17px;
    width: 150px;
}
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(AJAX/aqua-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 19px;
    width: 19px;
}
.AquaStyle .ajax__combobox_itemlist
{
    border-color: #000000;
    background-color: #FFFFFF;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(ComboBox/images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}


.ajax__combobox_inputcontainer 
{
}
.ajax__combobox_textboxcontainer
{
}
.ajax__combobox_textboxcontainer input
{
}
.ajax__combobox_buttoncontainer
{
}
.ajax__combobox_buttoncontainer button
{
    background-image: url(<%=WebResource("ComboBox.arrow-down.gif")%>);
    background-position: center;
    background-repeat: no-repeat;
    border-color: ButtonFace;
    height: 15px;
    width: 15px;
}
.ajax__combobox_itemlist
{
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
    text-align: left;
    border: solid 1px ButtonShadow;
    background-color: Window;
    color: WindowText;
}
.ajax__combobox_itemlist li
{
    white-space: nowrap;
    width: 100%;
    padding: 0 3px 0 2px;
}

.watermark{
    border: solid 1px dimgray;
    padding: 1px 4px 2px 4px;
    margin: 0px 4px 4px 4px;
    font-family: Tahoma;
    font-size: inherit;
    float: left;
    color:lightsteelblue}


table.Data tr td.watermark
{
    border-bottom: solid 1px dimgray;
    padding: 0px 4px 0px 4px;    
    font-family: Tahoma;
    font-size: inherit;    
}
table.Data tr td.watermark .editBox
{    
    border: solid 1px dimgray;
    padding: 1px 4px 2px 4px;
    margin: 0px 4px 4px 4px;
    font-family: Tahoma;
    font-size: inherit;
    float: left;
    background-color: red;
}

table.Page tr.BodyRow td.BodyCell div.ReportTitle
{
     padding:  4px 12px 4px 20px;
    font-weight: bold;    
    text-transform: uppercase;
    text-align: center;
    font-family: tahoma;
    font-size: 13pt;
    margin:   -9px -8px  -10px -8px;
    color:blue;
}

.MyModalBackground
    {
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }
    .MyModalPopup
    {
        background-color: #FFFFFF;
        width: 300px;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0
      
    }
    .MyModalPopup .header
    {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .MyModalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .MyModalPopup .footer
    {
        padding: 6px;
    }
    .MyModalPopup .yes, .MyModalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }
    .MyModalPopup .yes
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
    .MyModalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }