/* 2ndmortgagedirect.com CSS V2 */
/* Created by Adam Janzen */
/* ---------------------- GLOBALS --------------------------------------------*/
body{
  padding: 0;
  margin: 0;
  font-family: tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-image: url(images/bg.gif);
  color: #636466;
}

a{
  text-decoration: none;
  color: #0000B0;
}

a:hover{
  color: #990000;
}

h2{
  color: #001060;
}

div{
  position: relative;
  font-size: 10pt;
}
table{
  font-size: 10pt;
}
/* ---------------------------------------------------------------------------*/
/* Main Wrapper Table - has 1 row, 1 col */
table#wrapper{
  width: 800px;
  /*background: #EFEFEF;*/
  background: #FFFFFF;
  border: 1px solid #636466;
}

div#header{
  height: 100px;  
  color: #FFFFFF;
  vertical-align: middle;
}

div#menubar{
  height: 1.7em;
  padding-right: 7px;
  text-align: right;
  border-bottom: 1px solid #ABABAB;
  margin-bottom: 10px;
}

div#mainmenu{
  width: 190px;
}

div#content{
  min-height: 500px;
  width: 100%;
}
td#maincontent{
  width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  vertical-align: top;
}


div#footer{
  border-top: 1px solid #ABABAB;
  font-size: 8pt;
  text-align: center;
  color: #8C8C8C;
}
/* ---------------------------------------------------------------------------*/
td.menucell{
  padding-left: 3px;
  font-size: 10pt;
  font-weight: bold;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  
}
td.selmenucell{
  padding-left: 3px;
  font-size: 10pt;
  font-weight: bold;
  border-top: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
  background: #0066FF;
  color: #FFFFFF;
}
td.selmenucell a{
  color: #FFFFFF;
  padding-left: 3px;
}
td.selmenucell_hover{
  cursor: hand;
  font-size: 10pt;
  font-weight: bold;
  border-top: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
  background: #203A66;
  color: #FFFFFF;
}
td.selmenucell_hover a:hover{
  color: #FFFFFF;
  padding-left: 3px;
}
td.selmenucell_hover a{
  color: #FFFFFF;
  padding-left: 3px;
}
/* Have to define both menucell and menucell_hover, as if they hover over the box, but not the link */
td.menucell a{
  color: #636466;
}
td.menucell a:hover{
  color: #FFFFFF;
}

td.menucell_hover{
  cursor: hand;
  font-size: 10pt;
  font-weight: bold;
  border-top: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
  background: #203A66;
  color: #FFFFFF;
}
td.menucell_hover a{
  color: #FFFFFF;
  padding-left: 3px;
}
td.menucell_hover a:hover{
  color: #FFFFFF;
  padding-left: 3px;
}
table.appform td{
  padding-left: 10px;
}
table.appform td.strong{
  font-weight: bold;
}
.appform h2{
  color: #001060;
  font-size: 11.5pt;
  border-bottom: 1px solid #000000;
  padding-top: 5px;
}
.appform input{
  color: #333333;
	height: 20px;
	margin-left: 10px;
  font-family: "Arial";
	font-size: 11px;	
}


.menusep{
  width: 1em;
  color: #ABABAB;
  text-align: center;
}

h1.header{
  color: #001060;
  border-bottom: 1px solid #636466;
  font-size: 1.5em;
  text-transform: lowercase;
}
tr.bluerow{
  background: #001060;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 7pt;
  text-transform: uppercase;
  text-align: center;
}

.red{
  color: #FF0000;
}
.greypane{
  border: 1px solid #ABABAB;
  text-align: center;
  padding: 2px;
  background-image: url(images/grey_bg.gif);
  margin: 2px;
  color: #000000;
}
img.imgframe{
  margin: 5px;
}
div.imgframe{
  /* Put the border around the 5px edge, default to 0px (smallest width) */
  border: 1px solid #CDCDCD;
  width: 0px;
}

