
/* CSS Document for the Xclusive Banking */

body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    color: #333333;
    background-color: #FFFFFF;
    width:100%;
}
.CenterPB
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px; /* make this half your image/element height */
    margin-left: -20px; /* make this half your image/element width */
    width: auto;
    height: auto;
    font-size: 11px;
    font-weight: bolder;
}
.popup-div-background
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    filter: alpha(opacity=90);
    opacity: 0.7; /* the following two line will make sure     /* that the whole screen is covered by     /* this transparent layer */
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}
h1, h2, h3, p
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
}

.cleared
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}
#main-Div
{
    width: 100%;
      min-width:1000px!important;
    min-height:768px!important;
    margin: 0px;
    padding: 0px;
    background-image: url(../Icons/tophead-background.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

#main-Div-inner
{
    width: 100%;
    position: relative;
 
    min-height:768px!important;
    margin: 0px;
    padding: 0px;
    background-image: url(../Icons/footer-bg.png);
    background-repeat: repeat-x;
    background-position: 0px 100%;
}

#main-cont-Div
{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color:#4B6C9E !important;
}
/*------------------------Start Top Heading part CSS------------------------------*/
#top-header
{
   /*width: 125px;*/  /*height: 100px;*/
   width: 1000px;

    margin: 0px;
    position: relative;
    padding: 0px;
    float: left;
  /*  top: 0px;
    left: 904px;*/
    background-color:#4B6C9E !important;
}

#top-logo
{
    width: 199px;
    height: 77px;
    float: left;
    margin: 11px 6px 12px 6px;
    padding: 0px;
    position: relative;
}

#top-company-name
{
    width: 600px;
    height: 88px;
    margin: 6px;
    padding: 0px;
    float: right;
    text-align: right;
}

#top-company-name h1
{
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

#top-company-name h3
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 1px;
    margin: 2px 0px 0px 0px;
}

#top-company-name p
{
    font-family: Tahoma;
    font-size: 12px;
    text-align: right;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 2px 0px 0px 0px;
}

/*-----------------------------Ended Top Heading CSS Part------------------------------*/

/*************************Start Top Menu CSS*******************************/

#top-menu
{
    /*width: 95%;
    height: 20%;*/
    width: 100%;
    height: 47px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
   /* top: 0px;
    left: 5px;*/
    background-color:#4B6C9E !important;
   
}


#menu-wrap
{
    width: 100%;
    margin: 1px 9px 1px 26px;
    float: left;
    padding: 0px;
    position: static;
    color:#4B6C9E;
    background-color:#4B6C9E !important;
}
#menu-wrap div.icon
{
    text-align: center;
    margin-right: 0px;
    float: left;
}
.selectedA
{
    font-weight: bold !important;
    color: #F07302 !important;
}
#menu-wrap div.icon a
{
    display: block;
    color: #666;
    padding: 5px 20px 5px 20px;
    vertical-align: middle;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu-wrap div.icon a:hover
{
    background-position: 0px; /* background-image: url(../Icons/menu-hover-bg.gif);     background-repeat: repeat-x;*/
    color: #4B6C9E !important;
    background-color: #BFCBD6;
    
}
#menu-wrap div.icon ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    float: left;
    background-color: #4B6C9E;
}
#menu-wrap div.icon ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    min-height: 2px;
    line-height: .7em;
    vertical-align: middle;
    text-align: left;
}
#menu-wrap div.icon ul li:hover
{
    position: relative;
    z-index: 599;
    cursor: default;
}

#menu-wrap div.icon ul li ul
{
    left: 99%;
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 598;
    width: 200px;
}
#menu-wrap div.icon ul li ul li
{
    list-style-type: none;
    float: none;
    position: relative;
    z-index: 599;
    cursor: default;
    line-height: 1em;
    left: 0;
}
#menu-wrap div.icon ul li ul li ul
{
    list-style-type: none;
    float: right;
    left: 99%;
    top: 0%;
    z-index: 599;
}
#menu-wrap div.icon ul li ul li ul
{
    list-style-type: none;
}
#menu-wrap div.icon ul li:hover > ul
{
    visibility: visible;
}
.MainSelected
{
    /* background-image: url(../Icons/menu-hover-bg.gif);*/
    background-repeat: repeat-x;
    background-position: center center;
    color: #0B55C4;
}

#menu-wrap img
{
    padding: 0px 5px;
    margin: 0 auto;
    border: none;
}
#menu-wrap span
{
}
/****************************Ended Top Menu CSS****************************/

#mid-main-cont-wrap
{
    width: 100%;
    min-height: 646px !important;
    margin: 0 0 0 0px;
    padding: 0px;
    float: left;
    position: relative;
    background-color: #E3E2E3;
    top: 0px;
    left: 0px;
    text-align: left;
}
#date-field
{
    width: 1270px;
    margin: 5px 20px 0px 10px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #aa3223;
}

#mid-left
{
    width: 225px;
    float: left;
    margin: 10px 10px 0px 10px;
    padding: 0px;
    position: relative;
}

#mid-left-menu-wrap
{
    width: 225px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

#mid-left-menu-top
{
    width: 225px;
    height: 35px;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px; /* background-image:url(../Icons/left-menu-top.gif); */
    color: #FFFFFF;
    background-color: #B8B8B8;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#mid-left-menu-top h2
{
    font-family: Tahoma;
    font-size: 17px;
    font-weight: bold;
    color: #2E484B;
    text-align: center;
    margin: 5px 0px 0px 0px;
}

#mid-left-menu-mid
{
    width: 223px;
    float: left;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #C0D6DA;
    border-right: 1px solid #C0D6DA;
}

#mid-left-menu-mid ul
{
    margin: 0px;
    padding: 0px;
}

#mid-left-menu-mid ul li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #C0D6DA;
}

#mid-left-menu-mid ul li a
{
    display: block;
    margin: 0px;
    padding: 4px 4px 4px 30px;
    font-family: verdana;
    font-size: 13px;
    font-weight: normal;
    color: #2E484B;
    text-decoration: none;
    background-image: url(../Icons/bullets-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
#mid-left-menu-mid ul li b
{
    display: block;
    margin: 0px;
    padding: 1px 1px 1px 20px;
    font-family: verdana;
    font-size: 13px;
    font-weight: normal;
    color: #2E484B;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

#mid-left-menu-mid ul li a:hover
{
    background-color: #B8B8B8;
    font-weight: bold;
    color: #F07302;
}
#mid-left-menu-mid ul li a:hover
{
    background-image: url(../Icons/hover-bullets-image.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
#mid-left-menu-mid ul li ul
{
    margin: 0px;
    padding: 0px;
}
#mid-left-menu-mid ul li ul li
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
/* For Accrodian Panel C is used */
#mid-left-menu-mid ul li c
{
    display: block;
    margin: 0px;
    padding: 4px 4px 4px 30px;
    font-family: verdana;
    font-size: 13px;
    font-weight: normal;
    color: #2E484B;
    text-decoration: none;
    background-image: url(../Icons/bullets-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 47%;
}
#mid-left-menu-mid ul li c:hover
{
    background-color: #B8B8B8;
    font-weight: bold;
    color: #F07302;
    cursor: pointer;
}
#mid-left-menu-mid ul li c:hover
{
    background-image: url(../Icons/hover-bullets-image.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
/* C Ends Here */

.odd-menu-row
{
    background-color: #EAF1F2;
}

#mid-right
{
    width: 97%;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 20px 20px 20px;
    position: relative;
}
#info-top-header
{
    width: 973px;
    height: 30px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #A9CDC9;
}

#info-top-header-left
{
    width: 350px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#info-top-header-right
{
    width: 350px;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.header-icon-block
{
    width: auto;
    margin: 0px;
    padding: 3px 8px 4px 8px;
    float: right;
    position: relative;
}

#info-top-header-right a
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #2E484B;
    text-decoration: none;
}

#info-top-header-right a:hover
{
    color: #F07302;
}

.header-icon-block img
{
    float: left;
    margin: 0px 5px 0px 0px;
    border: none;
    cursor: pointer;
}

#info-top-header-left h2
{
    font-family: Tahoma;
    font-size: 17px;
    font-weight: bold;
    color: #2E484B;
}
#info-top-div
{
    width: 973px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    position: relative;
    border-bottom: 1px solid #A9CDC9;
}

#info-top-div-left
{
    width: 430px;
    position: relative;
    float: left;
    margin: 0px 0px 0px 10px;
}

.info-top-div-left-title
{
    width: 175px;
    padding: 3px 0px;
    float: left;
    margin-right: 10px;
    text-align: right;
    font-weight: bold;
    font-family: verdana;
    font-size: 12px;
    color: #333333;
    position: relative;
}

.info-top-div-left-details
{
    width: 245px;
    float: right;
    padding: 3px 0px;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    font-family: verdana;
    font-size: 12px;
    color: #333333;
    position: relative;
}

#info-top-div-right
{
    width: 275px;
    position: relative;
    float: right;
    margin: 0px;
}

#info-img-holder
{
    width: 100px;
    height: 120px;
    float: right;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#info-img-holder img
{
    border: 1px solid #67A4B8;
}

#sign-wrapper
{
    width: 275px;
    float: right;
    margin: 0px;
}

#sign-wrapper-header
{
    width: 100%;
    padding-bottom: 5px;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    color: #2E484B;
    text-align: center;
    border-bottom: 1px solid #67A4B8;
}

#sign-img-wrapper
{
    width: 275px;
    float: right;
    position: relative;
    margin: 5px 0px;
    padding: 0px;
}

.sign-block
{
    width: 112px;
    float: left;
    margin: 0px 5px;
    padding: 0px;
    position: relative;
}

.sign-block img
{
    margin: 0px auto;
    padding: 0px;
    display: block;
    border: none;
}

.magnify-glass
{
    width: 30px;
    height: 28px;
    float: right;
    position: relative;
    margin: 0px;
    cursor: pointer;
}

.magnify-glass img
{
    margin: 0px;
    padding: 0px;
    border: none;
    cursor: pointer;
}

#view-all-info
{
    width: 265px;
    float: right;
    margin: 0px;
    padding: 15px 10px 0px 0px;
}

#view-all-info h3
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #2E484B;
    text-align: right;
}

#view-all-info h3 a
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #2E484B;
    text-decoration: none;
    text-align: right;
}

#view-all-info h3 a:hover
{
    color: #F07302;
}

#search-block
{
    width: 973px;
    height: 28px;
    position: relative;
    float: left;
    margin: 20px 0px 0px 0px;
    background-color: #73989F;
    border: 1px solid #354A4F;
}

#search-block-inner
{
    width: 968px;
    height: 26px;
    position: relative;
    float: left;
    margin: 0px;
    border: 1px solid #E0EAEB;
}

#search-block-inner form
{
    margin: 1px 0px 0px 20px;
    padding: 0px;
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
    color: #1B292C;
}

#search-block-inner form label
{
    margin: 0px 10px 0px 20px;
}


#member-list-block
{
    width: 973px;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

#pagination-block
{
    width: 973px;
    float: left;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    position: relative;
}

#pagination
{
    width: 80%;
    float: right;
    margin: 0px;
}
#pagination ul
{
    margin: 0px;
    padding: 0px;
}
#pagination li
{
    margin: 1px;
    padding: 0px;
    list-style-type: none;
    float: right;
    background-color: #DCECEF;
    border: 1px solid #9AC5C9; /*background-image:url(../images/menuSeperator.png); 	background-repeat:no-repeat; 	background-position:100% 1px;*/
}

#pagination li a
{
    margin: 0px;
    padding: 2px 3px;
    display: block;
    color: #333333;
    font-weight: normal;
    font-family: Verdana;
    letter-spacing: 1px;
    font-size: 10px;
    text-decoration: none;
}
#pagination li a:hover
{
    color: #FFFFFF;
    display: block;
    background-color: #345961;
}


#list-member-block
{
    width: 968px;
    float: left;
    margin: 2px 0px 4px 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #354A4F;
}

#list-member-block table
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    border-collapse: collapse;
}

#list-member-block table th
{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 3px 0px;
    background-image: url(../Icons/seperator.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: #43747E;
}

#list-member-block table td
{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    padding: 5px 0px;
    border-right: 1px solid #CED9EA;
}

#list-member-block table tr.odd-row
{
    background-color: #E3E2E3;
}

#list-member-block table tr.even-row
{
    background-color: #dde8f4;
}

#list-member-block table tr.odd-row a
{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

#list-member-block table tr.odd-row a:hover
{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    background-color: #a3bdd9;
}
/*------------------------- CSS for Main inner page---------------------*/

#inner-main
{
    width: 768px;
    margin: 0px auto;
    padding: 20px 0px;
    position: relative;
    height: 100%;
}

#logo-big
{
    width: 768px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    background-image: url(../Icons/xclusive-logo-big.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#icon-palate
{
    width: 768px;
    height: 444px;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    background-image: url(../Icons/icon-botton-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#icon-wrapper
{
    width: 722px;
    height: 398px;
    margin: 23px;
    padding: 17px 21px;
    float: left;
    position: relative;
}

.icon-block
{
    width: 128px;
    height: 148px;
    float: left;
    margin: 17px 21px;
    padding: 0px;
    position: relative;
    background-image: url(../Icons/icon-bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

.icon-block-inner
{
    width: 86px;
    height: 106px;
    float: left;
    margin: 21px;
    padding: 0px;
    position: relative;
}

.icon-img-block
{
    width: 86px;
    height: 65px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.icon-img-block img
{
    margin: 0px auto;
    display: block;
    position: relative;
    border: none;
}

.icon-title
{
    width: 86px;
    height: 35px;
    float: left;
    position: relative;
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 3px 0px;
    text-align: center;
}

.icon-title a
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #466368;
    text-decoration: none;
    letter-spacing: 1px;
}

.icon-title a:hover
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #FA7F08;
    text-decoration: none;
}
/*------------------------- CSS Ended of Main Inner Page----------------*/


/*---------------------------Footer CSS Started-----------------------*/



#footer-wrap
{
    width:100%;
    min-height: 75px !important;
    margin: 0px;
    padding: 0px;
    float: left;
    
    top: -1px;
    left: 27px;
}

#copyright
{
    width: 100%;
    float: right;
    margin: 10px 5px 5px 300px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

#copyright1
{
    width: 50%;
    float: left;
    margin: 10px 5px 5px 300px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
/*---------------------------Footer CSS Ended-------------------------*/


/*------------------------CSS Start For The Form----------------------*/

#all-form-wrap
{
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.form-fieldset-wrapper
{
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px0px;
}
.form-fieldset-wrapper1
{
    width: 550px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px 0px;
}
.form-fieldset-wrapper-top-left
{
    width: 24px;
    height: 25px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../Icons/cornerTL.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
}
.form-fieldset-wrapper-top-right
{
    /*width: 26px;*/
    width: 34px;
    height: 25px;
    float: left;
    position: relative;
    margin-top: -25px !important;
    float: right !important;
    padding: 0px;
    background-image: url(../Icons/cornerTR.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    /*margin-right: 10px;*/
}

.form-fieldset-wrapper-top
{
    width: 95%;
    height: 25px;
    position: relative;
    margin: 0 0 0 24px;
    padding: 0px;
    background-image: url(../Icons/line.png);
    background-repeat: repeat-x;
    background-position: 0px 9px;
}

.form-fieldset-wrapper-top-page
{
    width: 96%;
    height: 25px;
    position: relative;
    margin: 0 0 0 24px;
    padding: 0px;
    background-image: url(../Icons/line.png);
    background-repeat: repeat-x;
    background-position: 0px 9px;
}

.form-fieldset-wrapper-top-page1
{
    width: 555px;
    height: 25px;
    position: relative;
    margin: 0 0 0 24px;
    padding: 0px;
    background-image: url(../Icons/line.png);
    background-repeat: repeat-x;
    background-position: 0px 9px;
}
.form-fieldset-wrapper-top-small
{
    width: 715px;
    height: 25px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../Icons/form-round-top.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
}
.form-fieldset-wrapper-mid
{
    width: 99.1% !important;
    /*width: 98.8% !important;*/
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #539f91;
    border-right: 1px solid #539f91;
}
.form-fieldset-wrapper-mid-page
{
    width: 99.1% !important;
    /*width: 985px;*/ 
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #539f91;
    border-right: 1px solid #539f91;
}
.form-fieldset-wrapper-mid-page1
{
    width: 99.1% !important;
    /*width: 985px;*/ 
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #539f91;
    border-right: 1px solid #539f91;
}
form-fieldset-wrapper-mid-page1
{
    width: 100% !important;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #539f91;
    border-right: 1px solid #539f91;
}
.form-fieldset-wrapper-mid-small
{
    width: 713px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #539f91;
    border-right: 1px solid #539f91;
}
.form-fieldset-wrapper-mid-inner
{
    width: 98.8%;
    /*width: 99%;*/
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}
.form-fieldset-wrapper-mid-inner-small
{
    width: 695px;
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}


.form-fieldset-wrapper-mid-inner9 table
{
    border-collapse: collapse;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CED9EA;
    background-color: #B8B8B8;
}
.form-fieldset-wrapper-mid-inner input[type=password]
{
    height: 17px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}
.form-fieldset-wrapper-mid-inner9 input[type=text]
{
    height: 17px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}
.form-fieldset-wrapper-mid-inner9 textarea.textarea-styled
{
    height: 50px;
    width: 212px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}








.form-fieldset-wrapper-mid-inner1
{
    width: 950px;
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}


.form-fieldset-wrapper-mid-inner9
{
    width: 98.8%;
    /*width: 99%;*/
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}
.form-fieldset-wrapper-mid-inner91
{
    width: 99%;
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}
.form-fieldset-wrapper-mid-inner2
{
    width: 950px;
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}
.form-fieldset-wrapper-top-small h2
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #003300;
    margin: 0px 0px 0px 20px;
    background-color: #E3E2E3;
    display: block;
    float: left;
    padding: 0px 10px;
}

.form-fieldset-wrapper-top h2
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #003300;
    margin: 0px 0px 0px 20px;
    background-color: #FFFFFF;
    display: block;
    float: left;
    padding: 0px 10px;
}
.form-fieldset-wrapper-top-page h2
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #003300;
    margin: 0px 0px 0px 20px;
    background-color: #E3E2E3;
    display: block;
    float: left;
    padding: 0px 10px;
}
.form-fieldset-wrapper-mid-inner9 table
{
    background-color: #B8B8B8;
}

.form-fieldset-wrapper-mid-inner1 table
{
    border-collapse: collapse;
    min-width: 673px !important;
    width: 97%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CED9EA;
    background-color: #B8B8B8;
}

.form-fieldset-wrapper-mid-inner table
{
    border-collapse: collapse;
    min-width: 675px !important;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CED9EA;
    background-color: #B8B8B8;
    top: 3px;
    left: -2px;
}
.form-fieldset-wrapper-mid-inner-small table
{
    border-collapse: collapse;
    min-width: 675px !important;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CED9EA;
    background-color: #B8B8B8;
}

.form-fieldset-wrapper-mid-inner input[type=text]
{
    height: 17px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
    width:212px;
}
.form-fieldset-wrapper-mid-inner-small input[type=text]
{
    height: 17px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}


.form-fieldset-wrapper-mid-inner textarea.textarea-styled
{
    height: 50px;
    width: 212px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}
.form-fieldset-wrapper-mid-inner-small textarea.textarea-styled
{
    height: 50px;
    width: 212px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}
.form-fieldset-wrapper-mid-inner1 input[type=text]
{
    height: 17px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}

.form-fieldset-wrapper-mid-inner1 textarea.textarea-styled
{
    height: 50px;
    width: 212px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}
.Multiline
{
    height: 50px;
    width: 212px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
    text-transform: uppercase;
}
.textBox1
{
    width: 80%;
    margin: 0px;    
}
.textBoxlogin
{
    width: 212px;
    margin: 0px;
  
}
.textBox9
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;    
    height: 21px;
    width: 91.2%;
}

.textBoxSearch
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 91.2px;    
}
.textBox11
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 80% ;    
}

.textBox12
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 39%;
    text-transform: uppercase;
}

.FUpload
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 20px;
    top: 0;
    right: 0;
    z-index: 2;
    width: 170px;
    text-transform: uppercase;
}
.FUpload1
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 12px;
    height: 22px;
    top: 0;
    right: 0;
    z-index: 2;
    width: 170px;
    text-transform: uppercase;
}
.Login
{
    padding: 150px 0px 0px 330px;
}
.textBox13
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 65%;
    text-transform: uppercase;
}

.textBox14
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 84%;
    text-transform: uppercase;
}

.textBox15
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 40%;
    text-transform: uppercase;
}

.textBox16
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 31%;
    text-transform: uppercase;
}
.textBox17
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 92%;
    text-transform: uppercase;
}
.textBox18
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 21px;
    width: 197px;
    text-transform: uppercase;
}
.textBoxbig
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 42px;
    width: 91%;
    text-transform: uppercase;
}
.textBoxbigA
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 82px;
    width: 91%;
    text-transform: uppercase;
}
.listbox
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 200px;
    width: 80%;
    text-transform: uppercase;
}
.listboxMedisSource
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 82px;
    width: 55%;
    text-transform: uppercase;
}
.listbox1
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 100px;
    width: 200px;
    text-transform: uppercase;
}

.listbox2
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 80px;
    width: 170px;
    text-transform: uppercase;
}

.listbox12
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 80px;
    width: 190px;
    text-transform: uppercase;
}
.listbox3
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    height: 180px;
    width: 170px;
    text-transform: uppercase;
}
.textBox2
{
    width: 120px;
    margin: 0px;
    text-transform: uppercase;
}
.textBoxsendEmail
{
    background-color: #E3E2E3;
    border: 1px solid #82AFD9;
    font-family: Tahoma;
    font-size: 11px;
    width: 170px;
    margin: 0px;
    text-transform: uppercase;
}
/*.form-fieldset-wrapper-mid-inner table tr{
	border-bottom:1px solid #539F91;
	}
*/
/*.form-fieldset-wrapper-mid-inner table tr.odd-row-field{
	background-color:#B8B8B8;
}*/
.form-fieldset-wrapper-mid-inner table td
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    padding: 3px 5px;
}
.form-fieldset-wrapper-mid-inner-small table td
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    padding: 3px 5px;
}
.form-fieldset-wrapper-mid-inner9 table td
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}

.form-fieldset-wrapper-mid-inner1 table td
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    padding: 3px 5px;
}

.form-fieldset-wrapper-bottom-left
{
    width: 23px;
    height: 13px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../Icons/cornerBL.png);
    background-repeat: no-repeat;
    background-position: 0px 100%;
}
.form-fieldset-wrapper-bottom-right
{
    /*width: 26px;*/
    width: 34px;
    height: 22px;
    float: right;
    position: relative;
    margin-top: -9px;
   /* margin-top: -468px;*/
    padding: 0px;
    background-image: url(../Icons/cornerBR.png);
    background-repeat: no-repeat;
    background-position: 0px 100%;
   margin-right: 0px;
}
.form-fieldset-wrapper-bottom
{
    width: 95.05%;
    height: 13px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../Icons/line.png);
    background-repeat: repeat-x;
    background-position: 0px 100%;
}
.form-fieldset-wrapper-bottom-page
{
    /*width: 95%;*/
    width: 95%;
    height: 13px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url('../Icons/line.png');
    background-repeat: repeat-x;
    background-position: 0px 100%;
    /*top: 0px;
    left: 0px;*/
    
}
.form-fieldset-wrapper-bottom-mid
{
    width: 24px;
    height: 13px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../Icons/line.png);
    background-repeat: repeat-X;
    background-position: 0px 100%;
}
.form-fieldset-wrapper-bottom-small
{
    width: 715px;
    height: 13px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../Icons/form-round-bottom.png);
    background-repeat: no-repeat;
    background-position: 0px 100%;
}




/*-----------------------CSS Ended of Form----------------------------*/

/*----------------------CSS for TAB System Form----------------------*/
.form-tabMenu
{
    width: 724px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.form-tabMenu ul
{
    margin: 0px 0px 0px 5px;
    padding: 0px;
    float: left;
    position: relative;
}

.form-tabMenu ul li
{
    list-style-type: none;
    float: left;
    display: block;
    margin: 0px 1px 0px 0px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    border: 1px solid #539F91;
}


.form-tabMenu ul li a
{
    display: block;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #395A5E;
    padding: 5px 11px;
    text-decoration: none;
    background-image: url(../Icons/tab-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.form-tabMenu ul li a:hover
{
    display: block;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #0b55c4;
    padding: 5px 15px;
    text-decoration: none;
    background-image: url(../Icons/tab-menu-hover-bg.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
/*-----DDDDDDDDDDDDDDD----*/

/*ENNNNNNNNNND*/
.tab-form-wrap
{
    width: 973px;
    float: left;
    margin: -1px 0px 0px 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #539F91;
}

.tab-headline
{
    width: 685px;
    float: left;
    margin: 10px 0px 0px 30px;
    position: relative;
    padding: 0px;
    z-index: 5000;
}

.tab-headline h1
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #003300;
    margin: 0px;
    background-color: #E3E2E3;
    display: block;
    float: left;
    padding: 3px 20px;
}
.tab-form-wrap-inner
{
    width: 695px;
    float: left;
    margin: -12px 10px 10px 10px;
    padding: 10px 0px;
    position: relative;
    border: 1px solid #539F91;
}

.tab-form-wrap-inner-all-forms
{
    width: 665px;
    float: left;
    position: relative;
    margin: 10px 10px 5px 10px;
    padding: 5px;
    background-color: #B8B8B8;
    border: 1px solid #CED9EA;
}

/*----------------------CSS Ended of TAB System Form-----------------*/

.data-table
{
    border-collapse: collapse;
    min-width: 665px !important;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.data-table input[type=text]
{
    height: 17px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}



.data-table textarea.textarea-styled
{
    height: 50px;
    width: 212px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}


.textBox3
{
    width: 522px;
    margin: 0px;
}
/*.form-fieldset-wrapper-mid-inner table tr{
	border-bottom:1px solid #539F91;
	}
*/
/*.form-fieldset-wrapper-mid-inner table tr.odd-row-field{
	background-color:#B8B8B8;
}*/
.data-table td
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    padding: 3px 5px;
}

.btnWrap
{
    width: 973px;
    float: left;
    margin: 10px 0px 0px;
    padding: 0px;
    position: relative;
}

.btn-fields
{
    width: 450px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 155px;
    padding: 0px;
    display: block;
}

.btn
{
    margin: 0px 5px;
    padding: 2px 6px;
    float: left;
    position: relative;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}
/*--------------Start Left block-----------------------------------*/
.left-blocks
{
    width: 225px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    border: 1px solid #C0D6DA;
}


.left-blocks-headline
{
    width: 225px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    background-image: url(../Icons/left-blocks-headline-bg.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border-bottom: 1px solid #C0D6DA;
}

.left-blocks-headline h1
{
    font-family: tahoma;
    font-size: 17px;
    font-weight: bold;
    color: #2E484B;
    padding: 5px;
    text-align: center;
}

.left-blocks-inner
{
    width: 203px;
    float: left;
    margin: 5px 5px 0px 5px;
    padding: 5px;
    position: relative;
    background-color: #eaf1f2;
    border: 1px solid #d0e1e3;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #2E484B;
}

.left-blocks-inner label
{
    margin-left: 5px;
    position: relative;
}
.left-blocks-inner p
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #2E484B;
    line-height: 18px;
}

.user-sum-report
{
    width: 225px;
    float: left;
    position: relative;
    margin: 20px 0px;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #2e484b;
    background-color: #9dbec7;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
}

.my-select
{
    border: 1px solid #2F4F4F;
    color: #FFFFFF;
    background-color: #487078;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #eaf1f2;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
    color: #2e484b;
    padding-top: 0px;
}

.accordionContent table
{
    width: 100%;
    float: left;
    border: none;
}
.accordionContent table th
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #2e484b;
    padding: 5px;
    background-color: #d4e4e6;
}


.accordionContent table td
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #2e484b;
    text-align: right;
    padding: 3px;
}
.accordionLink
{
    text-decoration: none;
}
.accordionHeader a
{
    color: #1f3537;
    text-decoration: none;
}

.accordionHeader a:active
{
    color: #FFFFFF;
}

.count-mes-block
{
    width: 20px;
    height: 20px;
    margin-top: -12px;
    color: #FFF;
    padding: 0px;
    float: right;
    font-family: Verdana;
    position: relative;
    font-size: 11px;
    margin-left: -15px;
    z-index: 100000;
    background-image: url(../Icons/count-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*-------------Ended Left Block-----------------------------------*/

/*---------------For Grid System-------------------------*/
.GridRowOver
{
    background-color: #FFEFC5;
    border-bottom: solid 1px #c0d6da;
    text-transform: uppercase;
}
.GridItem
{
    border-bottom: solid 1px #c0d6da;
    color: #333333;
    font-size: 12px;
    font-family: Verdana;
    text-transform: uppercase;
}

.GridItem td
{
    padding: 5px;
    text-transform: uppercase;
}
.GridHeader
{
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
    background-color: #436c74;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
}
.GridHeader a
{
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
    background-color: #436c74;
    color: #FFFFFF !important;
    text-align: left;
    text-transform: uppercase;
}
.GridHeader th
{
    padding: 3px;
    text-transform: uppercase;
}
.GridFooter
{
    background-color: #90a5a8;
    border-bottom: solid 1px #c0d6da;
    text-transform: uppercase;
}
.GridAltItem
{
    background-color: #eaf1f2;
    color: #333333;
    font-size: 12px;
    font-family: Verdana;
    text-transform: uppercase;
}


.GridAltItem td
{
    padding: 3px;
    text-transform: uppercase;
}
.grid-view
{
    width: 100% !important;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #c0d6da;    
}
.grid-pagination
{
    border-color: #99FF99;
    border-style: Dotted;
    border-width: 1px;
    text-align: right;
}
.grid-pagination td table
{
    float: right !important;
    text-transform: uppercase;
    width: auto !important;
    min-width: auto !important;
}
.grid-pagination table td
{
    margin: 0px 2px !important;
    padding: 0px !important;
    background-color: #DCECEF;
    border: 1px solid #9AC5C9;
    text-transform: uppercase;
}

.grid-pagination a
{
    color: #333333;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 3px 6px !important;
    text-decoration: none;
    text-transform: uppercase;
}

.grid-pagination a:hover
{
    color: #FFFFFF;
    display: block;
    background-color: #345961;
    text-transform: uppercase;
}

.grid-pagination td span
{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 3px 6px;
    background-color: #345961; /*background-color:#D23106*/
    color: #FFFFFF;
    text-transform: uppercase;
}
#list-member-block2
{
    width: 100%;
    float: left;
    margin: 2px 0px 4px 0px;
    padding: 0px;
    border: 1px solid #354A4F;
    font-size: 12px;
    font-family: Verdana;
    text-transform: uppercase;
}
.form-fieldset-wrapper-mid-inner2
{
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    background-color: #B8B8B8;
    font-size: 12px;
    font-family: Verdana;
    text-transform: uppercase;
}
.list-member-block3
{
    width: 980px;
    float: left;
    margin: 2px 0px 4px 0px;
    padding: 0px;
    border: 1px solid #354A4F;
    font-size: 12px;
    font-family: Verdana;
    text-transform: uppercase;
}
.form-fieldset-wrapper-mid-inner3
{
    width: 980px;
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    background-color: #B8B8B8;
    font-size: 12px;
    font-family: Verdana;
    text-transform: uppercase;
}
/*---------------Ended Grid System----------------------*/
.textBox5
{
    width: 120px;
    margin: 0px;
    border: 1px solid #E3E2E3 !important;
    background-color: #E3E2E3 !important;
    color: #E3E2E3;
}
.textBox6
{
    height: 16px;
    width: 200px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}

.btnSearch
{
    font-family: Tahoma;
    cursor: pointer;
    font-size: 11px;
    padding: 2px 10px;
    margin: 0px 5px;
    background: url(../Icons/button_bg.png) #B3E4F4 repeat-x 0px 0px;
    border: 1px solid #82afd9;
}


/* For Print Grid*/


.GridRowOver1
{
    background-color: #FFEFC5; /*	border-bottom: solid 1px  #c0d6da;*/
}
.GridItem1
{
    /*	border-bottom: solid 1px  #c0d6da;*/
    color: #333333;
    font-size: 12px; /*border-right:1px solid #000;*/
    font-family: Verdana;
}

.GridItem1 td
{
    padding: 5px;
}
.GridHeader1
{
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
    background-color: #436c74;
    border-bottom: 1px solid #436C74;
    color: #FFFFFF;
    text-align: left;
    border-top: 1px solid #436C74;
}

.GridHeader1 th
{
    padding: 3px;
}
.GridFooter1
{
    background-color: #90a5a8;
    border-bottom: solid 1px #c0d6da;
}
.GridAltItem1
{
    /*background-color: #eaf1f2;*/
    color: #333333;
    font-size: 12px;
    font-family: Verdana;
}


.GridAltItem1 td
{
    padding: 3px;
}
.grid-view1
{
    width: 70% !important;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #c0d6da;
}





/*-------------Ended Left Block-----------------------------------*/


.form_left
{
    width: 405px;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 100%;
    position: relative;
}

.form_round_border
{
    width: 99.8%;
    float: left;
    margin: 10px 0px 20px 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #539F91;
}

.margin_0px
{
    margin-bottom: 0px !important;
}

.form_round_heading_row
{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}
h2.slide_top
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #003300;
    margin: -10px 0px 0px 20px;
    background-color: #E3E2E3;
    display: block;
    float: left;
    padding: 0px 10px;
}

.round_form_content
{
    width: 93%;
    margin: 10px;
    padding: 0px;
    position: relative;
    float: left;
    background: #B8B8B8;
}

.round_form_content table
{
    border-collapse: collapse;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CED9EA;
    background-color: #B8B8B8;
    top: 0px;
    left: 0px;
}

.round_form_content table td
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    padding: 3px 5px;
}
.round_form_content table td input[type=text]
{
    height: 17px;
    width: 90%;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}
.round_form_content9
{
    width: 93%;
    margin: 10px;
    padding: 0px;
    position: relative;
    float: left;
    background: #B8B8B8;
}

.round_form_content9 table
{
    border-collapse: collapse;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CED9EA;
    background-color: #B8B8B8;
    top: 0px;
    left: 0px;
}

.round_form_content9 table td
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
}
.round_form_content9 table td input[type=text]
{
    height: 17px;
    width: 90%;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}
.form_right
{
    width: 405px;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    height: 100%;
    margin-left: 15px;
}


/*------------Dashboard--------------------*/

#dashboard_search
{
    width: 980px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 10px;
}
#dashboard_search #dash_searchblock
{
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#dashboard_search #dash_searchblock input[type=text]
{
    height: 17px;
    width: 200px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}
#dashboard_search #dash_searchblock input[type=button]
{
    font-family: Tahoma;
    cursor: pointer;
    font-size: 11px;
    padding: 2px 10px;
    margin: 0px 5px;
    background: url(../Icons/button_bg.png) #B3E4F4 repeat-x 0px 0px;
    border: 1px solid #82afd9;
}
#dashboard_search #dash_searchblock input[type=button]:hover
{
    color: #FFFFFF;
    background: url(../Icons/button_bg_hover.png) #B1E0FF repeat-x 0px 0px;
}

#dashboard_Fullwrap
{
    width: 980px;
    float: left;
    padding: 20px 10px 10px 10px;
    position: relative;
    margin: 0px;
}

#dashboard_left
{
    width: 560px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#dashboard_right
{
    width: 390px;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.dashboard_grid_rounded
{
    width: 99.8%;
    float: left;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #539F91;
}

.dashboard_grid_rounded_heading_row
{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.dashboard_grid_table_wrapper
{
    width: 94%;
    margin: 10px;
    padding: 0px;
    position: relative;
    float: left;
    background: #B8B8B8;
}

.dashboard_grid_table_wrapper table
{
    border-collapse: collapse;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    border-top: 1px solid #CED9EA;
    border-left: 1px solid #CED9EA;
    background-color: #B8B8B8;
}


.dashboard_grid_table_wrapper table td
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    padding: 3px 5px;
    border-bottom: 1px solid #CED9EA;
    border-right: 1px solid #CED9EA;
}
.dashboard_grid_table_wrapper table th
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px;
    background: #446C76;
}

.dashboard_grid_table_wrapper table td.thumbImg
{
    padding: 5px;
}
.dashboard_grid_table_wrapper table td.thumbImg a img
{
    border: none;
}
.dashboard_grid_table_wrapper table td.thumbImg img
{
    max-width: 98px;
    height: inherit;
    display: block;
    margin: 0px auto;
    border: none;
}

.dashboard_grid_table_wrapper table td input[type=text]
{
    height: 14px;
    width: 98%;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}


.data-table1
{
    border-collapse: collapse;
    min-width: 100px !important;
    width: 50%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.data-table1 input[type=text]
{
    height: 14px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}
.data-table1 textarea.textarea-styled
{
    height: 50px;
    width: 180px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}
.data-table1 td
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    padding: 3px 5px;
}




/* New MId Inner for GroupCheckbox */

.form-fieldset-wrapper-mid-innerc
{
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    width: 97%;
}
.form-fieldset-wrapper-mid-innerc table
{
    border-collapse: collapse;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CED9EA;
    background-color: #B8B8B8;
}

.form-fieldset-wrapper-mid-innerc input[type=text]
{
    height: 17px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}

.form-fieldset-wrapper-mid-innerc textarea.textarea-styled
{
    height: 50px;
    width: 212px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    background-color: #E3E2E3;
    border: 1px solid #82afd9;
}

.form-fieldset-wrapper-mid-innerc table td
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    padding: 3px 5px;
}
.PanelCheckboxList
{
    height: 180px;
    width: 190px;
    background-color: #E3E2E3;
    border-style: Solid;
    border-width: 1px;
    border-color: #82AFD9;
}
.labelMesag
{
    text-decoration: blink;
}


.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #726F6F;
    color: White;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight: bold;
}

#main-frame
{
    width: 500px;
    padding: 10px;
    margin: 0px auto;
    background-color: #E0ECED;
    border: 1PX solid #9BAEAF;
    z-index: 50000;
}

#main-frame h1
{
    color: #374E51;
    margin: 0px 0px 10px 0px;
    font-family: Tahoma;
    font-size: 14px;
    letter-spacing: 1px;
}


#main-frame p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #374E51;
}

#main-frame label
{
    float: left;
    margin: 0px 5px 0px 0px;
    width: 60px;
    padding: 3px 0px 2px 0px;
}

#main-frame input[type=text]
{
    width: 170px;
    height: 14px;
    font-family: Tahoma;
    font-size: 11px;
    color: #374E51;
}

.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#main-frame1
{
    width: 300px;
    padding: 10px;
    margin: 0px auto;
    background-color: #E0ECED;
    border: 1PX solid #9BAEAF;
    z-index: 50000;
}
#main-frame1 h1
{
    color: #374E51;
    margin: 0px 0px 10px 0px;
    font-family: Tahoma;
    font-size: 14px;
    letter-spacing: 1px;
}


#main-frame1 p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #374E51;
}

#main-frame1 label
{
    float: left;
    margin: 0px 5px 0px 0px;
    width: 80px;
    padding: 3px 0px 2px 0px;
}

#main-frame1 input[type=text]
{
    width: 170px;
    height: 14px;
    font-family: Tahoma;
    font-size: 11px;
    color: #374E51;
}
.btnclose
{
    background-image: url(../Icons/lightbox-btn-close.gif);
}
#menu-wrap1{
	width:988px;
	margin:1px 6px;
	float:left;
	padding:0px;
	position:relative;
}
#menu-wrap1 div.icon {
	text-align: center;
	margin-right: 7px;
	float: left;
	vertical-align:middle;
}

#menu-wrap1 div.icon a {
	display: block;
	float: left;
	color: #666;
	padding:5px 15px 5px 15px;
	vertical-align: middle;
	text-decoration: none;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
}

#menu-wrap1 div.icon a:hover {
	background-repeat:repeat-x;
	background-position:0px 0px;
	color: #0B55C4;
	width: 200px; height: 50px;
	cursor:pointer;
}


#menu-wrap1 img  { padding: 0px 10px; margin: 0 auto; border:none; }
#menu-wrap1 span { display: block; text-align: center; margin-top:2px; }
.icon-block{
	width:128px;
	height:148px;
	float:left;
	margin:17px 21px;
	padding:0px;
	position:relative;
	background-image:url(../Icons/icon-bg.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}

.icon-block-inner{
	width:86px;
	height:106px;
	float:left;
	margin:21px;
	padding:0px;
	position:relative;
}

.icon-img-block{
	width:86px;
	height:65px;
	float:left;
	margin:0px;
	padding:0px;
}

.icon-img-block img{
	margin:0px auto;
	display:block;
	position:relative;
	border:none;
}

.icon-title{
	width:86px;
	height:35px;
	float:left;
	position:relative;
	margin:6px 0px 0px 0px;
	padding:0px 0px 3px 0px;
	text-align:center;
}

.icon-title a{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#466368;
	text-decoration:none;
	letter-spacing:1px;
}

.icon-title a:hover{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#FA7F08;
	text-decoration:none;
}

.ajax__tab_body ajax__scroll_none
{
    width:100%;
}

.menus navStuff
{
    width:100% !important;

     background-color:#4B6C9E !important;
}

.icon
{
    width:11%;
}

.paneldiv
{
    opacity: 1;
    position: fixed;
    z-index: 100001;
    left: 10% !important;
    top: 10% !important;   
}


#lblError
{
    color:Red !important; 
}

#lblmessage
{
    color:Red !important; 
}

#lblmsg
{
    color:Red !important; 
}

#lblMesag
{
    color:Red !important; 
}