﻿html, body {
    margin: 0;
    padding: 0;
    background-color:#808285;
    font-size:16px;
   /*font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;*/
   /**/
    /*font-family: sans-serif;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
     font-family:  "Swis721 BT";
}


h3 {    
    font-size: 18px;
    color:black;
}


ol.alpha {list-style-type: lower-alpha; }
ol.initial {list-style-type: initial; }
ol.decimal {list-style-type: decimal; }

li {
margin-left: 0;
margin-right: 10%;
margin-top: .5em;
margin-bottom: .5em;
}


#main {
    text-align:left;
    background-color:#ffffff;
    margin: auto;
    width: 1000px;
    /*border: 3px solid #73AD21;*/
    padding: 10px;
}

#header{
    clear:both;    
    position: relative;
    min-height: 100px;
    top:0px;
    bottom:0px;    
}

#header-content{
    position: relative;
    /*border: 3px solid #ffd800;*/
    min-height: 60px;
    color:#808285;
}

#header  #header-content .logo{
    margin: 0px;
    border: 0px solid #ccc;
    float: left;
    height:50px;
    width:50px;
}

#header  #header-content .dept{    
    margin: 0px;
    /*border: 3px solid #ccc;*/
    float: right;
    width: 300px;     
    position: absolute;
    bottom: 0;
    right:0;
    font-size:20px;
    text-align:right;
    
}

#header .top-banner{
    background-image: url('../Contents/images/topBanner.jpg');
    height:300px;
}

 .heading-msg{
    padding:20px 40px;
    text-align:center;
    text-align: justify;
    text-justify: inter-word;
    color:#808285;
    /*border: 3px solid #ccc;*/
    
}

#Content{
    clear:both;
}

#Content #menu{
    float:left;
    width:192px;
    /*border: 3px solid #ccc;*/
}

#Content #menu .links{
    margin:2px;
    clear:both;
    width:188px;
    height:47px;
    min-width:188px;
    background-image: url('../Contents/images/btn-bg.gif');
    text-align:center;
    vertical-align:central;    
    line-height: 47px;    
    font-size:13px;

}

#Content #menu .links-pdf{
    margin:2px;
    clear:both;
    width:188px;
    height:223px;
    min-width:188px;
    background-image: url('../Contents/images/WBPolicyCover.jpg');
    background-repeat:no-repeat;
    text-align:center;
    vertical-align:central;    
    line-height: 47px;    
    font-size:12px;
    border:1px solid #ee4344;
    cursor: pointer; 
    cursor: hand;
}



#Content #menu .links a{
    color: #FFFFFF;
    text-decoration: none;    
}

#Content #menu .links a:hover{
    color: #FFFFFF;
    text-decoration: none;   
    font-weight:bold; 
}


#Content #content-pages{
    padding-left:15px;
    top:0px;
    float:left;
    /*border: 3px solid #ccc;*/
    width: 780px;
    color:#808285;
}


#footer{
    clear:both;    
    position: relative;
    min-height: 30px;
    top:0px;
    bottom:0px;
    /*border: 3px solid #ff0000;*/
    text-align:center;
    font-size:12px;
}


.info{
    font-size:10px;
    color:black;
}

.feedback_bg {
            width: 100%;
            padding: 2px;
            margin: 3px;
            align-items: center;
        }

        .field {
            background-color: #C0C0C0;
            padding: 3px;
            height: 37px;
        }

        .caption {            
            text-align: center;
            color: #FFFFFF;
            background-color: #808285;
            width: 150px;
        }

        .error {
            color: red;
            font-weight: bold;
        }

        .show{ display:block;}
        .hide{ display:none;}

/*.button{
    
    margin:5px;
    background-color:#808285;
    padding:3px;
}*/

.button {
	-moz-box-shadow:inset 0px 1px 3px 0px #c9ccd1;
	-webkit-box-shadow:inset 0px 1px 3px 0px #c9ccd1;
	box-shadow:inset 0px 1px 3px 0px #c9ccd1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #808285), color-stop(1, #808285));
	background:-moz-linear-gradient(top, #808285 5%, #808285 100%);
	background:-webkit-linear-gradient(top, #808285 5%, #808285 100%);
	background:-o-linear-gradient(top, #808285 5%, #808285 100%);
	background:-ms-linear-gradient(top, #808285 5%, #808285 100%);
	background:linear-gradient(to bottom, #808285 5%, #808285 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#808285', endColorstr='#808285',GradientType=0);
	background-color:#808285;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 25px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #808285), color-stop(1, #808285));
	background:-moz-linear-gradient(top, #808285 5%, #808285 100%);
	background:-webkit-linear-gradient(top, #808285 5%, #808285 100%);
	background:-o-linear-gradient(top, #808285 5%, #808285 100%);
	background:-ms-linear-gradient(top, #808285 5%, #808285 100%);
	background:linear-gradient(to bottom, #808285 5%, #808285 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#808285', endColorstr='#808285',GradientType=0);
	background-color:#808285;
}
.button:active {
	position:relative;
	top:1px;
}


