/**************************************************************
   Visit studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/
html,
body {
  height: 100%;
}

body {
    text-align: center;
    /*background: #ededed url(../images/bg/bg_b.gif) repeat-x top center;*/
    font: 400 0.7em verdana, arial, sans-serif;
    line-height: 170%;
    color: #555;
    background-image:url("../../web/images/bg/whm_back.jpg");
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-position:center;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}

.colTitle
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: large;
            font-weight: bold;
            color: #4A657A;
            text-align:center;
        }

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}

/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}

/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
    position: relative;
    top: 0px;
    }

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover,
input.button1:hover {
  color: #000;
  background:#E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background:#FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
  width:110px;
  margin-bottom:3px;
}
input.button1 {
    font: 400 0.9em verdana, serif;
    cursor: pointer;
    color:#ffffff; /*#F0F0F0;   */
    background:#e70c4a; /*#3b5d77;    */
    width: 134px;
    margin-bottom: 6px;
    margin-left:2px;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bolder;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 3px 3px 6px #000;
    -webkit-box-shadow: 3px 3px 6px #000;
}

input.radio {
  background: none;
  border: 0px;
}
.step1
      {
    left:3px;
    text-align: center;
    height:600px;
      }
.SelectBox
      {
    position:relative;
    float:left;
    margin-left:20px;
    width: 220px;
    height: 400px;
}

.largeText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #FF6600;
}

.medText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #FF6600;
    text-align:center;
}

.smText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.redText
{
    color:Red;
}

.orangeText
{
    color:Orange;
}
.greenText
{
    color:Green;
}
.blueText
{
    color:#008080;
}
.bold
{
    font-weight:bold;
}
.bolder
{
    font-weight:bolder;
}
.continue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:medium;
    background-color: #ccffcc;
    color: #FC0328;
    width:230px;
    font-weight:bold;
}
.doover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:small;
    padding:2px 2px 2px 2px;
    border:solid 1px #898989;
    background-color: #ccffcc;
    color: #898989;
    width: 230px;
    font-weight: bold;
}
.txtbox
{
    padding: 3px;
    /*border: 1px solid #3C7FAF;*/
    /*position: relative;*/
    top: 0px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #3C7FAF;
    background-color: #EFF1F4;
    width: 100%;
    overflow: auto;
    display: block;
    text-align: left;
    left: 0px;
}
asp:listitem
{
    font-size: large;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.txtbox2
{
    font-family: Arial, Helvetica, sans-serif;
    background-color:#EFF1F4;
    width:180px;
    border:solid 1px;
}

.txtbox3
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    width: 155px;
    border: solid 1px;
    margin-left:5px;
}
.txtbox4
{
    width:220px;
    padding:5px 2px 0 2px;
    margin:4px 6px 0 6px;
    background-color: White;
    height:auto;
}

.disclaim
{
    font-family: "Courier New";
    font-size: x-small;
    color: #6699FF;
    line-height: 8pt;
}
.contbutton
{
    background-image: url('../images/Instruments/cont.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    border-style: none;
}
.labelText
{
    /*margin-left:10px;*/
    font-family: Verdana;
    font-weight: bold;
    font-size: medium;
    color: #008080;
    text-align: center;
}
.bulletList ul li
{
    font-family: Verdana;
    font-weight: bold;
    font-size: small;
    text-align:left;
    list-style-type:circle;
}

.ques
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-style:italic;
    font-weight:bold;
    color:Green;
}
.ans
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight:bold;
    color: #FF6600;
}
.Titletext
{
    /*margin-left:10px;*/
    font-family: Verdana;
    font-weight: bold;
    font-size: large;
    color: #008080;
    text-align: center;
    width:100%;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}
listitem asp:listitem
{
    text-align:center;
    white-space:nowrap;
    display:inline;
}
.labelformbox
{
    padding: 3px;
    /*border: 1px solid #3C7FAF;*/
    /*position: relative;*/
    top: 0px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #3C7FAF;
    background-color: #EFF1F4;
    width: 100%;
    overflow: auto;
    display: block;
    text-align: left;
    left: 10px;
}
.processwait
{
    font-weight: bolder;
    text-align: center;
    font-size: xx-large;
    top: 33%;
    position: absolute;
    left: 10%;
    color: #FF0000;
    height: 700px;
    width: 80%;
    cursor: wait;
}
