﻿


body
{
    background: #fff;
    font-size: .70em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    height: 100%;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    color: white;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4F81BD;
    width: 100%;
    height: 7%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    margin-top: 4px;
    color: black;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: white; /* padding: 8px 0px 0px 0px;*/
    bottom: 0;
    text-align: center;
    height: 5%;
    width: 100%;
    line-height: normal;
    background-color: #4F81BD;
    padding: 4px 0;
    position: fixed;
}


/* TAB MENU   
-----------------------------------E8C3CD-----------------------*/

div.hideSkiplink
{
    background-color: #FFC2D2;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #4F81BD;
    border: 1px black solid;
    color: Black;
    display: block;
    padding: 3px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: White;
    color: Black;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color: white;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: white;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.HLeft th
{
    text-align: left !important;
}

/* ADDED BY ARVIND FOR DCU  
----------------------------------------------------------*/

.BGIMG
{
    /*background-image: url('../IMAGES/images.jpg');*/
    background-color: #4F81BD;
    background-repeat: repeat-x;
    height: 20px;
    vertical-align: middle;
    border: solid 1px black;
    border-bottom: none;
    padding-left: 3px;
    padding-right: 3px;
    color: White;
}

.bottomborder_left
{
    border: solid 1px black;
    border-bottom: none;
    border-left: none;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    width: 160px;
    height: 20px;
}

.bottomborder
{
    border-bottom: solid 1px black;
}

.BGIMG_FDR
{
    /*background-image: url('../IMAGES/images.jpg');*/
    background-color: #4F81BD;
    background-repeat: repeat-x;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px black;
    border-bottom: none;
    padding-left: 3px;
    padding-right: 3px;
    border-left: none;
    font-weight: bold;
}

.bottomborder_left_FDR
{
    border: solid 1px black;
    border-top: none;
    border-left: none;
    vertical-align: middle;
    text-align: right;
    padding-left: 3px;
    padding-right: 3px;
    width: 120px;
    height: 20px;
    border-left: none;
}
.bottomborder_FDR
{
    border-left: solid 1px black;
}

.align_r
{
    text-align: right;
    font-weight: normal;
}

.border_top
{
    border-top: solid 1px black;
}
.borderbottom
{
    border-bottom: solid 1px black;
}

/*------------set % wise widht */

.leftMenu
{
    width: 15%;
    float: left;
    border-right-style: solid;
    border-right-width: 3px;
    border-right-color: #4181BD;
    border-bottom-style: solid; /* height:500px;  */
    border-bottom-width: 3px;
    border-bottom-color: #4181BD;
    margin-bottom: 3%;
   
}


.RightMenu
{
    width: 84%;
    float: right;
    margin-bottom: 3%;
   /* overflow: auto; */
}

.Report
{
   
}

.MenuHead
{
    background-color: #4F81BD;
    background-repeat: repeat-x;
    height: 25px;
    vertical-align: middle;
    padding-left: 2px;
    cursor: pointer;
    color: White;
}



.hader
{
    color: White;
    background-color: #4F81BD;
    border: solid 1px #4A636B;
    padding: 2px 5px;
}


.button
{
    box-shadow: 2px 2px 5px #CCC;
    background-color: #4F81BD;
    font-weight: lighter;
    color: White;
    border: solid 1px #4A636B;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.buttondisabled
{
    box-shadow: 2px 2px 5px #CCC;
    background-color: #4e667d;
    font-weight: lighter;
    color: White;
    border: solid 1px #4A636B;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
}
/* control common css submit button 51px write and  */
input[type='submit']
{
    box-shadow: 2px 2px 5px #CCC;
    background-color: #4F81BD;
    font-weight: lighter;
    color: White;
    border: solid 1px #4A636B;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 0px;
}

input[type='text']
{
    margin: 0px 2px 0px 5px;
    box-shadow: 1px 1px 5px #CCC;
    width: 200px;
    padding: 2px 3px;
    border: solid 1px gray;
    font-size: 11px;
}
input[type='password']
{
    margin: 0px 30px 0px 5px;
    box-shadow: 1px 1px 5px #CCC;
    width: 200px;
    padding: 2px 3px;
    border: solid 1px gray;
}

select
{
    margin: 0px 30px 0px 5px;
    box-shadow: 1px 1px 5px #CCC;
    width: 208px;
    border: solid 1px gray;
    padding: 1px;
    font-size: 11px;
}
textarea
{
    margin: 0px 30px 0px 5px;
    box-shadow: 1px 1px 5px #CCC;
    height: 40px;
    width: 200px;
    padding: 2px;
    border: solid 1px gray;
    font-size: 11px;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus, select:hover
{
    border-color: black;
    font-size: 11px;
}



input[type='submit']:focus, input[type='submit']:hover
{
    background-color: #3D608A;
    font-size: 11px;
}

input.txtbox
{
    margin: 0px 5px 0px 5px;
    width: 120px;
    font-size: 11px;
}

select.txtbox
{
    margin: 0px 5px 0px 5px;
    width: 120px;
    font-size: 11px;
}

.gridHeaderStyle1
{
    background-color: #4F81BD;
    font-size: 11px;
    color: White;
}




.gridRowStyle
{
    background-color: White;
    font-size: 11px;
    border: none;
    color: Black;
}

.gridAlternatingRowStyle
{
    background-color: #4F81BD;
    font-size: 11px;
    border: none;
    color: White;
}
.ControlName
{
    padding-left: 5px;
    font-size: 11px;
    height: 18px;
    width: 150px;
    background-color: #D3DFEE;
    border-bottom: solid 1px black;
    color: Black;
}

.FullWidth
{
    width: 100%;
}
.FieldSet
{
    border: solid 1px black;
    margin: 0px;
    padding: 0px;
    padding: 2px;
    margin-left: 3px;
}
.Legend
{
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    color: black;
}
.Mandatory
{
    color: Red;
}
.PageTitle
{
    background-color: #4F81BD;
    padding: 3px;
    border: solid 1px black;
    font-weight: bold;
    color: White;
}


/* css for mobile number with two column */

input.MCountryCode
{
    margin: 0px 5px 0px 5px;
    box-shadow: 1px 1px 5px #CCC;
    width: 13px;
    padding: 2px 3px;
    border: solid 1px gray;
}
input.MobileNo
{
    margin: 0px 30px 0px 0px;
    box-shadow: 1px 1px 5px #CCC;
    width: 170px;
    padding: 2px 3px;
    border: solid 1px gray;
}


/* css for mobile number with two column */

/* section border */

.SectionBorder
{
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    color: black;
    border: solid 1px black;
    margin: 0px;
    padding: 0px;
    padding: 5px 2;
    margin-left: 3px;
    margin-right: 3px;
    height: auto;
    width: auto;
    margin: 5px 0 0 0;
}

/*     gridview css       */
.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: black;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #4F81BD;
    border-left: solid 1px #525252;
    font-size: 11px;
}

.mGrid .alt
{
    background: #D3DFEE;
}
.mGrid .pgr
{
    background: #D3DFEE;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

/*     gridview css       */

.List
{
    list-style: none;
}


/*     modalPopupMsg css  begin     */
.ToolBar
{
    border: solid 1px #D3DFEE;
    padding: 10px;
    margin-bottom: 20px;
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popup_Container
{
    background-color: white;
    border: 2px solid #4F81BD;
    padding: 0px 0px 0px 0px;
    height: 120px;
    width: 300px;
}



.popup_Titlebar
{
    background-color: #4F81BD;
    height: 29px;
}

.popup_Body
{
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.TitlebarLeft
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
}
.TitlebarRight
{
    background: url('../../Images/cross_icon_normal.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Buttons
{
    margin: 10px;
}
/*     modalPopupMsg css  end     */

.custom
{
}
