﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
   
    font-size: .80em;
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
   
}

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;
    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: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #7F7FFF;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    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: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    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;
}

.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;
}

#header
{
    width:100%;
    height:40px;
        background:#47a3da;
}
#content
{
    height:560px;
    width:100%;
   margin-top:20px;
}
#footer
{
    width:100%;
    height:100px;
    margin-top:30px;
    background:#eee;
}
#subheader
{
  width:100%;
    height:80px;
  
}
.wrapper
{
    width:1000px;
    margin:auto;
}

#accordion span {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
#accordion h3 {
padding-left: 2.2em;
}
.close
{border: none;
background: #47a3da;
color: #fff;
padding: 15px 0 15px 0;
display: block;
width: 100%;
cursor: pointer;
margin: 10px 0;
text-align: center;
border-bottom: 1px solid #0d77b6;
 background-image:url(../images/fast_forward.png);
  background-repeat:no-repeat;
  background-position:right;
}
.close a:link
{
 color:#fff;
  font-size:1.2em;
  text-decoration:none;

}
.close h3
{

}
opendiv
{
    background:#fff;
    border:2px solid  #0d77b6;
}
.close:hover{background: #258ecd; background-image:url(../images/fast_forward.png);
  background-repeat:no-repeat;
  background-position:right;}
.open
{
    border: none;

color: #fff;
padding: 15px 0 15px 0;
display: block;
width: 100%;
cursor: pointer;
text-align: center;
    background: #0d77b6;
    background: #258ecd; background-image:url(../images/fast_forward1.png);
  background-repeat:no-repeat;
  background-position:right;
}
.open a:link
{
    color:#fff;
  font-size:1.2em;
  text-decoration:none;
 
 }

.anchortext
{
color: #000!important;
font-family: Tahoma;
text-decoration: none;
padding-left:20px;

  background-position:left;
  line-height:25px;
}

.anchortext:hover
{
color: #06068B;
font-weight: bold;
}
.welcome_txt
{
    font-size:1.2em;
    margin-right:5px;
    background-image:url(../images/admin.png);
    background-repeat:no-repeat;
    padding-left:18px;
    color:#fff;
}
.setting_txt, .logout_txt
{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:left top;
    padding-left: 18px;
}
.welcome_txt a:link{color:#fff;}

.setting_txt{background-image:url(../images/setting.png);}
.logout_txt{background-image:url(../images/logout.png);}
.setting_txt:hover, active{color:#E17009;}

.left_pannel
{
    width:25%;
    float:left;

}

.right_pannel
{
    width:75%;
    float:left;
    min-height:400px;

}

.pagecontent
{
    width:95%;
    margin:0 1em 0 1em;
    
padding:0 20px 20px 20px;
    height:100%;
   -moz-box-shadow: 8px 7px 10px 0 #ccc;
-webkit-box-shadow: 8px 7px 10px 0 #ccc;
box-shadow: 8px 7px 10px 0 #ccc;
border:1px solid #f2f2f2;
border-radius:14px;
}
.pagehead
{
  font-size: 18px;
color: #000;
padding: 0 0 15px 5px;
margin-top: 8px;
font-weight: bold;
  font-family: "Segoe UI semibold", Arial, Helvetica, Verdana, sans-serif;
  background:url(../images/arrow.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position-y: 3px;
}
.divtable
{
    display:table
    
}
.divtr
{
    width:100%;
    padding: 5px 0 2px 0;
}
 .divtd
 {
     display: table-cell;
 }
 
 .w100{width:80px;} .w100{width:100px;}   .w120{width:120px;}   .w140{width:140px;}   .w160{width:160px;}   .w180{width:180px;}   .w200{width:200px;}   .w220{width:220px;} .w240{width:240px;} .w280{width:280px;} .w300{width:300px;} .w320{width:320px;} .w330{width:330px;} .w460{width:460px;} .w480{width:480px;}   
 .h20{height:20px;}     .h30{height:30px;}    .h40{height:40px;}    .h50{height:50px;}    .h60{height:60px;}    .h80{height:80px;}  .h100{height:100px;}  
 
 .padleft20{padding-left:20px;}
 .txt{
 font-family: Arial;
font-size: 13px;
color: black;
text-decoration: none;
padding-left: 5px;
border: solid 1px #C3C3C3;
}
        .enlarge
        {
        }
        .login-widget
        {
            float: left;
            width: 600px;
            position: fixed;
            top: 5%;
            left: 50%;
            margin: 0 0 0 -300px;
            z-index: 900;
         border:7px solid;
              
            border-color: #41455C;
            -moz-background-clip: padding;
            -webkit-background-clip: padding;
            background-clip: padding-box;
            background: #fff;
            padding: 0;
        }
        .login-widget .popup
        {
            float: left;
            width: 100%;
            margin: 0px;
            padding: 0px;
            z-index: 900;
        }
        .popup1 img.cntrl
        {
            position: absolute;
            right: -0px;
            top: -28px;
            z-index: 900;
        }
        #fade1
        {
            background: #000;
            position: fixed;
            top: 0px;
            width: 100%;
            height: 100%;
            filter: alpha(opacity=10);
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
            left: 0;
            z-index: 900;
        }
        #enlarge1
        {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 900;
        }
        .logo
        {
            margin: auto;
            width: 990px;
        }
        .logo img
        {
            float: left;
            padding-left: 10px;
        }
        .popupclose
{
    background-image: url(../images/btn_close_x_sprite.png);
    cursor: pointer;
    float:right;
    margin: 7px 7px 0 0;
    background-position: 5px 5px;
    border:none;
    margin-top: 0;
right: 10px;
top: 10px;
width: 22px;
height: 22px;
background-repeat: no-repeat;

}
        #popupheader
        {
            height: 30px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #919191 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #919191 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #919191 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #919191));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #919191 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #919191 100%);
padding: 5px 0 0 5px;
        }
        .dialogcontent
        {padding:15px;
         /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #EBEBEB 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #EBEBEB 100%);
/* Opera */ 
background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #EBEBEB 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #EBEBEB));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #EBEBEB 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top left, #FFFFFF 0%, #EBEBEB 100%);
         }
.addbutton
{
   display: inline-block;
color: #ffffff;
background-color: #FFAD33;
border: 1px solid #FFAD33;
font-weight: bold;
font-size: 11px;
text-align: center;
padding: 10px;
padding-top: 1px;
padding-bottom: 2px;
text-decoration: none;
margin-left: 1px;
border-radius: 5px;
white-space: nowrap;
height:25px;
}
.addbutton:hover
{
    background-color: #fff;
    color:#000;
}
.btn_act:hover
{

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #ED9F2B 50%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #ED9F2B 50%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #ED9F2B 50%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(.5, #ED9F2B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ED9F2B 50%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #ED9F2B 50%);
border-color: #bbb;
color: #333;
text-shadow: 0 1px 0 #fff;}

.btn_act 
{
    
    display: inline-block;
text-decoration: none;
font-size: 12px;
line-height: 27px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 3px;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-weight:bold;
border:1px solid #ED9F2B;
background:#ED9F2B;/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFD942 0%, #ED9F2B 50%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFD942 0%, #ED9F2B 50%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFD942 0%, #ED9F2B 50%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFD942), color-stop(.5, #ED9F2B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFD942 0%, #ED9F2B 50%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFD942 0%, #ED9F2B 50%); }

.gridedit{ 
               cursor: pointer;
    float:right;
    margin: 7px 7px 0 0;
 background-color:transparent;
 background-image: url(../images/edit.gif);
    border:none;
    margin-top: 0;
right: 10px;
top: 10px;
width: 22px;
height: 22px;
background-repeat: no-repeat;}
.griddelete{ 
               cursor: pointer;
    float:right;
    margin: 7px 7px 0 0;
 background-color:transparent;
 background-image: url(../images/btn_close_x.png);
    border:none;
    margin-top: 0;
right: 10px;
top: 10px;
width: 22px;
height: 22px;
background-repeat: no-repeat;}
.divgrid
{
    padding:15px 5px 5px 0;
    height:100%;
    overflow-x:scroll;
    margin-top:15px;    
}
.header {
background-color: #EDEAD9;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 12;
color: black;
font-weight: bold;
border: 1px solid #828282;
background-repeat: repeat-x;
background-position: 0 -408px;
background-color: #e6e6e6;
font: normal 12px/23px "Segoe UI", Arial, sans-serif;
background-image: url(../images/WebResource.png);
background-position: 0 -72px;
background-color: #E6E6E6;
background-position: 0 -408px;
background-repeat: repeat-x;
}
.Grid {
background-color: #E4DCD6;
color: #493f24;
font-family: Calibri;
font-size: small;
font-weight: normal;
border-color: #868B62;
border-style: solid;
border-width: 1px;
}
.required
{
    border-color:Red;
    font-family: Arial;
font-size: 13px;
color: black;
text-decoration: none;
padding-left: 5px;
}
.norequired
{
    border-color:initial;
    font-family: Arial;
font-size: 13px;
color: black;
text-decoration: none;
padding-left: 5px;
}
.selectcontrol{padding:2px}
.red{color:Red;}
.green{color:green;}
.disablectrl
{
    background:#f2f2f2;
}
.dyn170
{
    width:170px
}
.dyn90
{
    width:87px
}
.dyn30
{
    width:30px
}
#MainContent_rbtn
{
    width:200px;
}
.w50
{
    width:50px
}
.w40
{
    width:40px
}
.w30
{
    width:30px
}
.grideditcover {
cursor: pointer;
float: right;
margin: 7px 7px 0 0;
background-color: transparent;
background-image: url(../images/print.png);
border: none;
margin-top: 0;
right: 10px;
top: 10px;
width: 22px;
height: 22px;
background-repeat: no-repeat;
}

.gridexport {
cursor: pointer;
float: right;
margin: 7px 7px 0 0;
background-color: transparent;
background-image: url(../images/download.png);
border: none;
margin-top: 0;
right: 10px;
top: 10px;
width: 22px;
height: 22px;
background-repeat: no-repeat;
}