﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    background-color: #ffffff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
}

.Ltr
{
    text-align: left;
    direction: ltr;
}
.Rtl
{
    text-align: right;
    direction: rtl;
}

.TreeMenuRow1
{
    border-bottom: solid 1px #A1C9E7;
    background-color: #013B6D;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.TreeMenuRow2
{
    border-bottom: solid 1px #A1C9E7;
    background-color: #01559E;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #B1CAE8;
    cursor: pointer;
}
.TreeMenuRow3
{
    border-bottom: solid 1px #A1C9E7;
    background-color: #6499C5;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #032747;
    cursor: pointer;
}
.TreeMenuRow4
{
    border-bottom: solid 1px #A1C9E7;
    background-color: #83B0D5;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #032747;
    cursor: pointer;
}

.TreeMenuRowPadding
{
    padding: 2px 10px 2px 10px;
}



.PathNavigationItem
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #013B6D;
    text-decoration: none;
}

.PathNavigationSeperator
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #013B6D;
}

.ToolBar_Caption
{
    font-size: 12px;
    font-weight: bold;
    color: #013b6d;
}
.ToolBar_Text
{
    font-size: 12px;
    color: #013b6d;
}


.ToolBar_TextRed
{
    font-size: 12px;
    color: red;
}

.CommandBar_Img
{
    cursor: pointer;
    border-width: 0;
}

.Cmd_Img
{
    cursor: pointer;
    border-width: 0;
}
.Cmd_Home
{
    cursor: pointer;
    font-size: 9pt;
    font-weight: bold;
    color: #013b6d;
    text-decoration: none;
}

/* /// Grid Start /// */
.Grid
{
    background-color: #ffffff;
    border-color: #366c9a;
    direction: rtl;
}

.Grid td
{
    direction: ltr;
}

.Grid table td a
{
    color: #ffffff;
}
.Grid table td a:hover
{
    color: #ffffff;
    font-weight: bold;
}

.Grid, .detailsview
{
    width: 100%;
}
.Grid_Header
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #013B6D;
    font-weight: bold;
    height: 20px;
    color: #e5ebf0;
    cursor: default;
    text-align: center;
}
.Grid_RowEvn
{
    font-size: 9pt;
    cursor: pointer;
    background-color: #ffffff;
}
.Grid_RowAlt
{
    font-size: 9pt;
    cursor: pointer;
    background-color: #e5ebf0;
}
.Grid_Pager
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #366c9a;
    font-weight: bold;
    width: 100%;
    color: #e5ebf0;
    text-align: center;
}
.Grid_PagerNum
{
    font-size: 9pt;
    font-family: Arial;
    background-color: #e5ebf0;
    font-weight: bold;
    width: 20px;
    height: 15px;
    color: #013B6D;
    cursor: pointer;
    text-align: center;
}
.Grid_PagerNumSlct
{
    font-size: 9pt;
    font-family: Arial;
    background-color: #013B6D;
    font-weight: bold;
    width: 20px;
    height: 15px;
    color: #e5ebf0;
    cursor: pointer;
    text-align: center;
}

.RowOver
{
    background-color: #82A4CE;
}
/* /// Grid End /// */

.SubjectCaption
{
    font-size: 10pt;
    font-weight: bold;
    color: #c51919;
}
.SubjectText
{
    font-size: 9pt;
    color: #454545;
}

/* ********************************
	TABS
********************************* */
.TabNormal
{
    width: 117px;
    height: 20px;
    font-size: 12px;
    color: White;
    text-align: center;
    border-bottom: solid 1px white;
    background-color: #6499C5;
    padding-top: 2px;
    cursor: pointer;
}
.TabSelected
{
    width: 116px;
    height: 20px;
    font-size: 12px;
    color: #FAE501;
    text-align: center;
    border-top: solid 1px white;
    background-color: #013B6D;
    padding-top: 2px;
    cursor: default;
}

/* ********************************
	ADVANCED SEARCH
********************************* */
.AdvancedSearchBG
{
    background-color: #E6EBF1;
    padding-right: 3px;
}
.AdvancedSearchLabel
{
    font-size: 11px;
    font-family: Arial;
    color: #013B6D;
}
.AdvancedSearchTextBox
{
    border: solid 1px #013B6D;
    width: 100px;
}
.AdvancedSearchDropDown
{
    border: solid 1px #013B6D;
    width: 103px;
}
.AdvancedSearchButton
{
    background-image: url(images/but_search.gif);
    width: 61px;
    height: 28px;
    font-size: 11px;
    font-family: Arial;
    color: white;
    text-align: center;
    cursor: pointer;
}

/*** /// Home Page /// ***/
.Home_Caption
{
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14pt;
    font-weight: bold;
    color: #022544;
    height: 30px;
}
.Home_TextBox_Cap
{
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12pt;
    font-weight: bold;
    color: #216E9C;
}
.Home_TextBox_Txt
{
    overflow: hidden;
    width: 227px; /*227*/
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10pt;
    color: #366c9a;
}
.Home_FooterItem
{
    margin-right: 1px;
    margin-left: 1px;
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
}

.cellWidthHP
{
    width: 290px; /*247*/
}
/*** /// Pub Item /// ***/
.Item_TabNormal
{
    width: 200px;
    height: 19px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #6499C5;
    padding-top: 2px;
    cursor: pointer;
    border-left: solid 1px #ffffff;
}
.Item_TabSelected
{
    width: 200px;
    height: 20px;
    font-size: 12px;
    color: #FAE501;
    text-align: center;
    background-color: #013B6D;
    padding-top: 2px;
    cursor: default;
    border-left: solid 1px #ffffff;
}
.Item_Body
{
    width: 100%;
    background-color: #e5ebf0;
}
.Item_CmdLink
{
    height: 28px;
    font-size: 10pt;
    font-family: Arial;
    color: #013B6D;
    cursor: pointer;
    text-decoration: underline;
}
.Item_LblRed
{
    width: 150px;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #c51919;
}
.Item_Lbl
{
    width: 120px;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.Item_Txt
{
    font-size: 11px;
    font-family: Arial;
    color: #000000;
}
.Item_Line
{
    width: 100%;
    height: 2px;
    font-size: 1pt;
    background-color: #366C9A;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    padding: 3px;
    background-color: Transparent;
    
}

.send-page-wrap
{
    background-color: #fff;
    width: 490px;
    color: #666666;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 14px;
    padding: 10px 10px 20px 10px;
    background-image: url(images/email_background.gif);
    background-repeat: repeat-x;
}


.send-input
{
    border: 1px solid #AFC2DB;
    color: #666666;
    display: inline;
    font-size: 10px;
    height: 16px;
    margin-left: 0;
    margin-right: 10px;
    width: 250px;
}

.send-multi
{
    border: 1px solid #AFC2DB;
    color: #666666;
    font-size: 11px;
    margin-left: 0;
    width: 250px;
    height: 70px;
    overflow:hidden;
}

.sendemailbutton
{
    display: inline-block;
    background-color: #dcddde;
    text-decoration: none;
    border: 1px solid #939597;
    color: #3c5099;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
}