﻿ 
/*-----------body----------*/
body
{
    background-image: url(../AFC/images/bg-image.jpg);
    background-repeat: no-repeat;
    background-position: 50% -61px;
    background-attachment: fixed;
    background-color: #000000;
    font-family:  Arial, Helvetica, sans-serif;
    color: #333;
    margin-top: 0px;
    z-index: 90;
}

/*-----------header----------*/
#header-container { padding: 10px; margin: 0 auto; padding-bottom: 50px; }
#header-container .logo img { position: absolute; margin-left: -30px; }
#header-container .main-banner img { position: absolute; margin: 35px 0 0 135px; max-height: 75px; max-width: 670px; }


#body-container { margin: 0 auto; margin-top: 58px; padding: 0px; }
.content-section { background-color: #FFF; border: 17px solid white; border-top-width: 7px;margin-top: 6px; }

 /*-----------link----------*/
a { color: #08c; text-decoration: none; }
a:hover, a:focus { color: #005580; text-decoration: underline; }

/*-----------footer----------*/
#footer-container { background-color: #fff; text-align: left; padding: 10px; margin: 0 auto; }
#footer-container ul { margin: 0; padding: 0; border: 1px solid gainsboro;}
#footer-container ul li { display: inline-block; padding: 15px 50px; list-style-type: none; }
#footer-container ul li:first-child a img { padding: 15px 65px 15px 0; margin-left: -15px; width: 190px; border-right: 1px solid gainsboro; }
#footer-container a { color: #000; }
#footer-container span.intro { float: left; position: absolute; margin-left: 335px; margin-top: 15px; }
#footer-container span.intro { font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; font-size: 15px; font-weight: 100;}

#footer-link-container {
    margin-top: 20px;
    text-align: right;
    font-family: Arial;
    font-size: 8pt;
}

#footer-link-container label {
    color: #fff;
}

#footer-link-container a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.form-control
{
    font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size:12px !important;
    font-weight: normal;
}


.sTitle, .pTitle { width: 100%;}

 .sTitle h1 {
 padding: 15px;
 color: #002a5c;
 font-family: Tahoma;
 font-weight: bold;
 font-size: 24px;
}

.sDesc {
 margin: 15px 15px 15px 15px;
 color:#333 !important;
}

.control-label
{
    font-weight: normal;
}


.survey-page { display: none;}

.pTitle h2 {
   font-size: 13px;
   padding: 2px 30px 2px 7px;
   background-image: url(../AFC/images/bg-section-header.gif);
   background-repeat: no-repeat;
   background-color: #0d2949;
   background-position: right 0;
   color: #ffd204;
   font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.question { margin-left: 15px;margin-right:15px;}

 .rankingOption {
border: 1px solid #ccc;
cursor: pointer;
min-height: 25px;
line-height: 25px;
overflow: hidden;
padding: 5px;
margin-bottom: 5px;
}
 
 tr.matrixAltRow {
    background-color: #e7e7e8;
 }

 tr.matrixRow {
    background-color: #FFFFFF;
 }

td,th { font-weight: normal;}

/*-----------button----------*/
.btn-default
{
    outline-color: #02276B;
    text-align: center;
    background-color: #00225B;
    border-color: #445E7C;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
    border-style: solid;
    outline: 1px solid;
}

.btn-default, .btn-default:hover, .btn-default:focus{
    background-color:#252525;
  
    border-color:dimgrey;
    color:white;
    outline-color: #575757;
}

.btn-default { padding: 8px 10px 8px; font-weight: bold; font-size: 13px; min-width: 80px;}
