﻿html
{
    width:100%;
    height:100%;
}
body
{
    width:100%;
    height:100%;
    margin:0;
    font-family:Verdana;
    font-size:10px;
}
form 
{
    width:100%;
    height:100%;
}
a
{
    font-size:10px;
    color:#0D079F;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
h1
{
    margin:0;
    font-size:13px;
    padding:5px 0px 0px 10px;
    color:White;
}
h2
{
    font-size:13px;
    margin:0;
    padding:5px 0px 2px 0px;
    border-bottom:1px dotted white;
}
fieldset 
{
   -moz-border-radius-bottomleft: 7px;
   -moz-border-radius-bottomright: 7px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 7px;
   -webkit-border-radius: 7px;
   border-radius: 3px;
}
#file_menu_container
{
    background-color:#B1C8E8; 
    height:22px;
}
.file_menu
{
    float:left; 
    text-align:center;
}
.file_menu:hover
{
    float:left; 
    text-align:center;
    background-image:url(../Images/file_menu_bg.gif);
    background-repeat:repeat-x;
    height:14px;
}
.file_menu a
{
    font-size:11px;
    color:Black;
    text-decoration:none;
}
#sub_menu
{
    height:25px; 
    background-image:url(../Images/bg1.gif); 
    background-repeat:repeat-x;
}
.sub_menu_img
{
    float:left; 
    width:22px; 
    padding-top:4px;
}
.sub_menu_text
{
    float:left; 
    padding:5px 0px 0px 0px;
}
.sub_menu_text a
{
    font-size:11px;
    color:Black;
    text-decoration:none;
}
#nav_container
{
    width:auto;
    height:auto;
}
#ctl00_tree_view
{
    width:auto;
    height:auto;
}
#tree_container
{
    height:auto; 
}
.h1
{
    background-color:#0D079F; /*#C0C0C0*/
    height:26px;
}
.title_container
{
    height:26px; 
    padding:10px 0px 0px 10px;
}
.title_image
{
    float:left; 
    width:22px;
}
.title_text
{
    float:left; 
    padding:5px 0px 0px 0px;
    width:600px;
}
.menu_container
{
    border:1px solid #6593CF; 
    position:absolute; 
    background-color:White; 
    padding:1px;
    top:17px;
    width:194px;
    z-index:2;
}
.menu_container:hover
{
    display:block;
}
.menu_folder
{
    background-image:url(../Images/sub_menu_left_bg.gif); 
    background-repeat:repeat-y;
}
.menu
{
    border:1px solid transparent; 
    height:20px;
}
.menu:hover
{
    height:20px;
    border:1px solid #FFBD69; 
    background-image:url(../Images/sub_menu_bg.gif); 
    background-repeat:repeat-x;
    cursor:pointer;
}
.menu_left
{
    float:left; 
    padding-top:7px; 
    width:29px; 
    height:14px; 
}
.menu_right
{
    float:left; 
    padding-top:4px; 
    width:150px; 
    padding-left:5px;
}
.menu_key
{
    background-image:url(../Images/icon_key.png); 
    background-repeat:no-repeat; 
    background-position:center;
}
.menu_person
{
    background-image:url(../Images/icon_person.png); 
    background-repeat:no-repeat; 
    background-position:center;
}
.menu_note
{
    background-image:url(../Images/icon_email.png); 
    background-repeat:no-repeat; 
    background-position:center;
}
#ctl00_ContentPlaceHolder1_UpdatePanel1, #ContentPlaceHolder1_UpdatePanel1
{
    width:auto;
    height:100%;
}
.page_padding
{
    padding:10px;
    height:100%;
    overflow:hidden;
    /*border:1px solid black;*/
}
.tab_size
{
    height:18px;
}
.tab_container
{
    height:17px; 
    float:left;
}
.tab_bg
{
    border-top:1px solid #A1ABA7; 
    border-left:1px solid #A1ABA7; 
    border-right:1px solid #A1ABA7; 
    background-image: url(../Images/tab_bg.gif); 
    background-repeat:repeat-x; 
    height:17px; 
    text-align:center;
}
.tab_bg_clicked
{
    border-top:1px solid #A1ABA7; 
    border-left:1px solid #A1ABA7; 
    border-right:1px solid #A1ABA7; 
    border-bottom:1px solid #fbfafc;
    height:17px; 
    text-align:center;
    z-index:1;
    position:relative;
    background-color:#fbfafc;
}
.tab
{
    padding:2px 0px 0px 0px;
}
.tab a
{
    text-decoration:none;
    color:Black;
}
.form_border
{
    background-color:#FBFAFC; 
    border:1px solid #A1ABA7; 
    padding:10px;
}
.fieldset_title
{
    font-size:11px;
    color:#6F9DD9;
}
.textbox_border
{
    border:1px dotted white; 
    padding:2px;
}
.textbox
{
    font-size:11px;
    border:1px solid #6F9DD9;
    background-color:White;
    text-indent:3px;
}
.textarea
{
    font-size:11px;
    border:1px solid #6F9DD9;
    background-color:White;
}
.droplist
{
    font-size:11px;
    border:1px solid #6F9DD9;
    background-color:White;
}
.button_border
{
    border:1px dotted white; 
    padding:0px;
}
.button
{
    color:Black;
    font-size:11px;
    padding:1px;
}
.error
{
    color:Red;
}
.contactsrow, .nohoverow
{
    font-size:10px;
    height:20px;
    border-top:1px solid #DDE2F0;
}
.contactsrow_alt
{
    font-size:10px;
    height:20px;
    background-color: #DDE2F0;
}
.contactsrow:hover
{
    height:20px;
    background-image:url(../Images/sub_menu_bg.gif); 
    background-repeat:repeat-x;
}
.contactsrow_alt:hover
{
    height:20px;
    background-image:url(../Images/sub_menu_bg.gif); 
    background-repeat:repeat-x;
}
.contactsrow a
{
    color:#6F9DD9;
    text-decoration:none;
}
.contactsrow a:hover
{
    text-decoration:underline;
}
.contactsrow_alt a
{
    color:#6F9DD9;
    text-decoration:none;
}
.contactsrow_alt a:hover
{
    text-decoration:underline;
}
.contactsrow label
{
    /*color:#6F9DD9;*/
    padding-left:5px;
}
.contactsrow_alt label
{
    /*color:#6F9DD9;*/
    padding-left:5px;
}
.contactsrow_0 { float:left; width:auto; padding-top:3px; }
.contactsrow_1 { float:left; width:2%; padding-top:3px; }
.contactsrow_2 { float:left; width:25%; padding-top:3px; }
.contactsrow_3 { float:left; width:12%; padding-top:3px; }
.contactsrow_4 { float:left; width:20%; padding-top:3px; }
.contactsrow_5 { float:left; width:8%; padding-top:3px; }
.contactsrow_6 { float:left; width:15%; padding-top:3px; }
.contactsrow_7 { float:left; width:17%; padding-top:3px; }
.contactsrow_8 { float:left; width:10%; padding-top:3px; }
.contactsrow_9 { float:left; width:9%; padding-top:3px; }
.contactsrow_10 { float:left; width:45%; padding-top:3px; }
.contactsrow_11 { float:left; width:6%; padding-top:3px; }
.contactsrow_12 { float:left; width:7%; padding-top:3px; }
.contactsrow_13 { float:left; width:19%; padding-top:3px; }
.contactsrow_14 { float:left; width:5%; padding-top:3px; }
.contactsrow_15 { float:left; width:11%; padding-top:3px; }
.contactsrow_6 input[type="checkbox"] { margin:0px; padding:0px; }
.mailrow
{
    height:25px;
}
.mailrow a
{
    color:#6F9DD9;
    text-decoration:none;
}
.mailrow a:hover
{
    text-decoration:underline;
}
.pager
{
    width:20px;
}
.load_overlay {position:fixed; top: 40%; z-index:1004; overflow: auto; height: auto; padding: 10px; font-size: 10px; color:#6F9DD9; border: 1px solid #6F9DD9; background-repeat:no-repeat; background-color: #fff; text-align:center;}
.fade_overlay {position: absolute; top:0%; left:0%; width:100%; height:5000px; background:url(../Images/overlay1.png) 0 0 repeat; z-index:1003;}
.editoverlay { background-image: url(../Images/Overlay_edit.png); width:100%; height: 100%; display:block; position:fixed; top: 0px; left: 0px; z-index:110;}
.editItems { position:absolute; width:98%; left:0px; }
.editItems a { color:#6F9DD9; text-decoration:none; }
.editItems a:hover { text-decoration:underline; }
.editMain { height:auto; overflow:auto; padding:0px 5px 0px 2px; }
.editCont1 { height:30px; }
.editCont2 { height:35px; }
.editCont3 { height:20px; }
.editLeft { float:left; width:150px; }
.editRight { float:left; width:300px; }
.validate { color:Red; padding:10px 10px 10px 40px; font-weight:bold; display:inline; background-image:url(../Images/delete_32.png); background-repeat:no-repeat;}
.success { color:Black; padding:10px 10px 10px 40px; font-weight:bold; display:inline; background-image:url(../Images/tick_32.png); background-repeat:no-repeat;}
.rblList label { padding:4px 2px 0px 2px; }
.cms_item {margin: 0px; padding: 10px 0px 20px 0px; width: 100%; text-align:left; color:#000;}
.cms_item .label { padding: 3px 0px 3px 0px; display:inline-block;}

/*PAGINATION STYLES */
.Paginate a { display: inline-block; border: 1px dotted #0b9444; padding: 4px 8px 4px 8px; margin-right: 5px; margin-left: 5px; color: #666; background-color: #fff;}
.Paginate a:hover { background-color: #ddd; border-color: #666;}
.Paginate_current { display: inline-block; border: 1px dotted #0b9444; padding: 4px 8px 4px 8px; margin-right: 5px; margin-left: 5px; color: #fff; background-color: #0b9444;}

.Dtable_export { float:right; padding-right: 15px; padding-top: 15px;}
.Dtable_export input[type="text"], label {float:left;}
.Dtable_export select { border: 1px solid #ccc; font-family:Arial; color: #333; font-size: 11px;}
.Dtable_range { float:left; padding-right: 15px; padding: 15px 0px 10px 15px;}
.Dtable_range label {float:left;}
.Dtable_range input[type="text"] {border: 1px solid #ccc; padding: 3px; font-family:Arial; color: #333; font-size: 11px; margin: 5px 5px 5px 5px; width:100px;}
.SearchBox {float:right; padding: 0px 15px 0px 15px; display:inline-block;}
.SearchBox input { float:left; font-size: 11px; color: #333;}
.SearchBox input[type="text"] { width: 120px; border: 1px solid #ccc; font-size: 11px; padding: 4px; margin: 6px 5px 0px 0px;}

.TRtable { background-color: #eee; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; padding: 0px; display:inline-table; height: auto;}
.TRtable_hdrs { font-weight:400; border-bottom: 1px solid #ccc; display: table-row; font-size: 12px;}
.TRtable_hdrs div { display: table-cell; padding: 8px;}
.TRtable_data { display: table-row; margin: 0px; padding: 0px;}
.TRtable_data input[type="text"] { width: 90px; border: 1px solid #ccc; font-size: 11px; padding: 6px; margin: 0px;}
.TRtable_data input[type="label"] {width: 90px; padding: 0px; word-wrap:break-word;}
.TRtable_data1 input[type="label"] {width: 70px; padding: 0px; word-wrap:break-word;}
.TRtable_data input[type="checkbox"] {float:left; padding-top: 0px; padding-bottom: 0px;}
.TRtable_data ul, li { margin: 0px; padding: 0px;}
.TRtable_data div { display: table-cell; padding: 6px; background-color: #fff; border-bottom: 1px dotted #6F9DD9; vertical-align:middle; margin: 0px;  word-wrap:break-word;}

/*Search Pop Detail Table */
.CDtable { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; padding: 0px; display:inline-table; height: auto;}
.CDtable_hdrs { background-color: #eee; font-weight:400; border-bottom: 1px solid #ccc; display: table-row; font-size: 12px;}
.CDtable_hdrs div { display: table-cell; padding: 8px;}
.CDtable_data { display: table-row; margin: 0px; padding: 0px;}
.CDtable_data input[type="text"] { width: 90px; border: 1px solid #ccc; font-size: 11px; padding: 6px; margin: 0px;}
.CDtable_data input[type="label"] {width: 90px; padding: 0px; word-wrap:break-word;}
.CDtable_data1 input[type="label"] {width: 70px; padding: 0px; word-wrap:break-word;}
.CDtable_data input[type="checkbox"] {float:left; padding-top: 0px; padding-bottom: 0px;}
.CDtable_data:hover { background-image:url(../Images/sub_menu_bg.gif); background-repeat:repeat-x; height:20px; }
.CDtable_data ul, li { margin: 0px; padding: 0px;}
.CDtable_data div { display: table-cell; padding: 6px; background-color: transparent; border-bottom: 1px dotted #ccc; vertical-align:middle; margin: 0px;  word-wrap:break-word;}

/*Reports Table*/
.tblHead {width:100%; height:30px; padding-top:20px; padding-left:50px;}
.tblRow {float:left; width:100px; border:1px solid #666; height:20px; padding:5px 0px 0px 0px; text-align:center; font-weight:bold;}
.rotate {
    /* Opera */
    -o-transform:rotate(-90deg);
    /* Safari */
    -webkit-transform:rotate(-90deg);
    /* Firefox */
    -moz-transform:rotate(-90deg);
    /* IE */
    -ms-transform:rotate(-90deg);
    /* Opera */
    -o-transform:rotate(-90deg);
    /* Internet Explorer */
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}