html {
  height:100%;
}
body {
  background-color: #FFF;
  color: #000;
  height: 100%;
  border: 0;
  margin: 0;
  padding:0px;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  /*background-image: url(../images/bkg_page.gif);*/
  background-repeat: repeat-x;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

#contain {
  width:100%;
  height:100%;
  border-top: 0;
  clear: both;
  text-align: center;
}

* html #contain { /* for IE */
  height: 100%;
}

.fimagesed-content {
  width: 794px; /* for IE */
  margin: 0 auto 0 auto;
  text-align: left;
}

#header-band {
  background: url("../images/top-bg-redband.png") repeat-x top left #FFF;
  width: 100%;
  height: 153px; /* for IE */
}
#header-band { /* for non-IE */
  height: auto;
  min-height: 153px;
}

#header-band-home {
  background: url("../images/top-bg-redband-home.png") repeat-x top left #FFF;
  width: 100%;
  /*height: 88px; /* for IE */
}

html>body #header-band-home { /* for non-IE */
  height: auto;
  min-height: 88px;
}

#header-logo {
  padding-top: 8px;
  width: 173px;
  height: 36px;
}

#header-search-box {
  float: right;
  margin-top: 9px;
  width: 438px;
  height: 33px;
  background: url("../images/top-bg-search.png") no-repeat top left #FFF;
}
#header-search-box ul {
  margin: 0;
  padding: 0 5px 0 0;
  list-style: none;
  white-space: nowrap;
}
#header-search-box li {
  float: right;
  padding: 0;
}
#header-search-box input,
#header-search-box select {
  padding: 0;
  margin: 5px 10px 0 0;
}

#header-search-box-home {
  clear: right;
  float: right;
  margin-top: 15px;
  width: 438px;
  height: 33px;
  background: url("../images/top-bg-search.png") no-repeat top left #FFF;
}
#header-search-box-home ul {
  margin: 0;
  padding: 0 5px 0 0;
  list-style: none;
  white-space: nowrap;
}
#header-search-box-home li {
  float: right;
  padding: 0;
}
#header-search-box-home input,
#header-search-box-home select {
  padding: 0;
  margin: 5px 10px 0 0;
}
#header-login {
  float: right;
  padding-top: 8px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
}
#header-login a,
#header-login a:visited {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
}
#header-login-home {
  float: right;
  margin-top: 8px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
}
#header-login-home a,
#header-login-home a:visited {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
}

#browse-box {
  width: 784px;
}

#browse-tabs {
  margin-top: 5px;
  background: url("../images/bg-upper-browse.png") no-repeat bottom left #FFF;
  height: 30px;
  width: 100%;
}

#browse-tabs ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  white-space: nowrap;
}

#browse-tabs li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  background: url("../images/tab-right-noselect.png") no-repeat right top;
  height: 30px;
  font-size: 14px;
}
#browse-tabs li a {
  display: block;
  background: url("../images/tab-left-noselect.png") no-repeat left top;
  padding: 8px 15px 5px 15px;
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
* html #browse-tabs li a { /* for IE */
  width: 1%;
}

#browse-tabs li:hover, #browse-tabs li.sfhover, #header li:hover a {
}
#browse-tabs li:hover a, #browse-tabs li.sfhover a {
}

#browse-tabs #browse-tabs-current {
  background: url("../images/tab-right-select.png") no-repeat right top;
}
#browse-tabs #browse-tabs-current a {
  background: url("../images/tab-left-select.png") no-repeat left top;
  color: #f6631c;
}

#browse-tabs #browse-tabs-newmail {
  background: url("../images/tab-right-noselect.png") no-repeat right top;
}
#browse-tabs #browse-tabs-newmail a {
  background: url("../images/tab-left-noselect.png") no-repeat left top;
  color: #2c70b4;
}

#browse-tabs-status {
  position: relative;
  right: 10px;
  top: 15px;
  text-align: right;
  white-space: nowrap;
}
#browse-tabs-status-text, #browse-tabs-status-text a {
  font-size: 11px;
  color: #2b6bab;
  text-decoration: none;
}

#browse-pink-box-no-top {
  width: 767px;
  padding: 6px 0 7px 15px;
  background-color: #ffefe0;
  border: 1px solid #cccccc;
  border-top: 0;
}
#browse-pink-box-no-top a {
  padding-left: 15px;
  color: #f6631c;
  text-decoration: underline;
}

#browse-criteria {
  width: 100%;
}

#browse-criteria-tab {
  float: left;
  margin-top: 8px;
  background: url("../images/tab-right-browse-criteria.png") no-repeat right top;
  height: 28px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
* html #browse-criteria-tab { /* for IE */
  width: 1%;
}
#browse-criteria-tab-start {
  background: url("../images/tab-left-browse-criteria.png") no-repeat left top;
  height: 28px;
}
#browse-criteria-tab-text {
  padding: 8px 12px 2px 12px;
}

#browse-criteria-box {
  width: 772px;
  padding: 6px 5px 6px 5px;
  border: 1px solid #cccccc;
  clear: left;
}

.dark-orange {
  color: #e94f20;
}

.dark-grey {
  color: #666666;
}

.bold {
  font-weight: bold;
}

.dark-orange2 {
  color: #e57238;
}

.bright-orange {
  color: #ff6633;
}

.royal-blue {
  color: #1560ab;
}

.light-grey {
  color: #999999;
}

.dark-red {
  color: #bf1c03;
}

.pink-red {
  color: #cc3333;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font11 {
  font-size: 11px;
}

#browse-criteria-pink-box {
  width: 758px;
  padding: 6px;
  background-color: #ffefe0;
  border: 1px solid #cccccc;
  color: #333333;
  line-height: 25px;
}
#browse-criteria-pink-box label {
  color: #e94f20;
  font-weight: bold;
  font-size: 12px;
}

#browse-criteria-update-btn {
  display: inline;
}

#browse-criteria-update-btn input {
  padding-left: 35px;
  vertical-align: middle;
  padding-bottom: 3px;
}

.paging-box {
  width: 100%;
  text-align: center;
  margin: 10px;
  color: #3375b6;
  text-decoration: none;
  font-weight: bold;

/*
 * line-height is given the height of the box, for vertical 
 * centering of text
 */
  line-height: 43px;
  height: 43px;
}
.paging-box a {
  color: #3375b6;
  text-decoration: none;
  font-weight: normal;
}
.paging-box img {
  margin-left: 10px;
  vertical-align: middle;
}

#profile-box {
  width: 610px;
}

#profile-box-details {
  width: 100%;
}

.padding-11 {
  line-height: 11px;
}
.padding-8 {
  line-height: 8px;
}
.padding-6 {
  line-height: 6px;
}

#profile-box-rest {
  width: 607px;
}

.grey-border-box {
  border: 1px solid #cccccc;
}

.grey-border-box-no-top {
  border: 1px solid #cccccc;
  border-top: 0;
}

.grey-border-box-header {
  padding: 2px;
  border-bottom: 1px solid #cccccc;
}
.grey-border-box-header-inner {
  background-color: #ffefe0;
  color: #f6631c;
  font-size: 15px;
  line-height: 26px;
  padding-left: 13px;
}

.grey-border-box-content {
  padding: 10px 15px 10px 15px;
}

.grey-border-box-content-wide {
  width: 100%;
}

#ad-box {
  width: 160px;
  float: right;
}
#ad-728x90 {
  text-align: right;
  padding-top: 5px;
}

#footer-band {
  background: url("../images/bottom-bg-redband.png") repeat-x top left #FFF;
  width: 100%;
  clear: both;
  height: 43px; /* for IE */
}
html>body #footer-band { /* for non-IE */
  height: auto;
  min-height: 43px;
}

#footer-band-bot {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url("../images/bottom-bg-redband.png") repeat-x top left #FFF;
  width: 100%;
  clear: both;
  height: 43px; /* for IE */
}
html>body #footer-band-bot { /* for non-IE */
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: auto;
  min-height: 43px;
}

#footer-copyright {
  float: left;
  padding-top: 25px;
  color: #FFF;
  font-size: 9px;
}

#footer-links {
  float: right;
  padding-top: 25px;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
}
#footer-links a,
#footer-links a:visited {
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
}

/***** HOME *****/

#home-left {
  width: 464px;
  padding-right: 5px;
}

#home-intro {
  width: 100%;
}
#home-intro p {
  font-size: 16px;
  color: #999999;
  margin: 0;
  margin-bottom: 5px;
}
#home-intro img {
  float: right;
  padding-right: 10px;
}
#home-howtos a {
  color: #1560ab;
  font-size: 13px;
}
#home-msgs dl dt {
  color: #1560ab;
  font-size: 13px;
}
#home-msgs dl dd {
  margin: 0;
  font-size: 13px;
  color: #666;
  font-style: italic;
}

#home-right {
  width: 300px;
  float: right;
}

.home-right-content {
  color: #666;
  font-size: 12px;
}
.home-right-content a,
.home-right-content a:visited {
  text-decoration: underline;
  color: #1560ab;
  font-size: 11px;
  font-weight: bold;
}

#home-left dl {
  font-size: 13px;
  color: #666;
}
#home-left dl dt {
  font-size: 16px;
}
#home-left dl dt a, 
#home-left dl dt a:visited {
  color: #1560ab;
  font-size: 16px;
}
#home-left dl dt li {
  font-size: 13px;
  margin-left: 10px;
}
#home-left dl dd {
  padding-bottom: 3px;
}

.home-tab {
  margin-top: 5px;
  height: 30px;
  width: 100%;
}

.home-tab ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
  white-space: nowrap;
}

.home-tab li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  background: url("../images/tab-right-noselect.png") no-repeat right top;
  height: 30px;
  font-size: 14px;
  width: 100%;
}
.home-tab li a {
  display: block;
  background: url("../images/tab-left-noselect.png") no-repeat left top;
  padding: 8px 15px 5px 15px;
  color: #999999;
  font-weight: normal;
  text-decoration: none;
}
* html .home-tab li a { /* for IE */
  width: 1%;
}

.home-tab .home-tab-red {
  background: url("../images/tab-right-select.png") no-repeat right top;
}
.home-tab .home-tab-red a {
  background: url("../images/tab-left-select.png") no-repeat left top;
  font-size: 14px;
  color: #f36725;
}


/******** MEMBER ***********/

#member-left {
  width: 292px;
  float: left;
}

#member-right {
  width: 478px;
  float: right;
}

#member-tab {
  background: url("../images/tab-member.png") no-repeat left top;
  height: 49px;
}

#member-tab #member-tab-inner {
  padding: 6px 12px;
}

#member-tab #member-name {
  font-size: 18px;
  color: #c01e04;
  font-weight: bold;
}

#member-tab #member-quote {
  font-size: 11px;
  color: #333333;
  font-weight: normal;
}

#member-info-box {
  padding: 8px;
  font-size: 11px;
  color: #333333;
}

#member-embed-table td {
  font-size: 11px;
  color: #666666;
  font-weight: bold;
}

#member-recommend dt {
  font-size: 12px;
  color: #1557a2;
  font-weight: bold;
}

#member-recommend dd {
  margin-left: 20px;
}
#member-recommend dd,
#member-recommend dd a {
  font-size: 12px;
  color: #c01e04;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
}

.member-box-header {
  padding: 3px 10px;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #ed5819;
  background-color: #ffefe0;
}
.member-box-header a {
  color: #ed5819;
  text-decoration: none;
}
.member-box-content {
  margin: 10px 12px;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}
.member-box-content a, 
.member-box-content a:visited {
  color: #2165aa;
  text-decoration: none;
}


.member-profile-box {
  width: 136px;
  height: 95px;
  border: 1px solid #c01e04;
  font-size: 14px;
  font-weight: bold;
  color: #155faa;
}
.member-profile-box-inner {
  padding: 6px;
}
.member-profile-box center {
  padding-top: 5px;
  padding-bottom: 15px;
}
.member-profile-box a,
.member-profile-box a:visited {
  font-size: 12px;
  color: #c01e04;
  font-style: italic;
  text-decoration: underline;
}

#member-right #top-command {
  width: 100%;
  text-align: right;
  padding: 2px;
  color: #333333;
  text-decoration: none;
}
#member-right #top-command a,
#member-right #top-command a:visited {
  color: #2165aa;
  text-decoration: none;
}


/******** FROM OLD td.css FILE ***********/

.google { font-size: 13px; font-family: Arial, Geneva, Helvetica, sans-serif; font-weight: normal; }
.google a:visited { font-size: 13px; font-family: Arial, Geneva, Helvetica, sans-serif }
.google a:link { font-size: 13px; font-family: Arial, Geneva, Helvetica, sans-serif }

.googleurl { color: #008000; font-size: 10px; font-family: Arial, Geneva, Helvetica, sans-serif; font-weight: normal; }
.googleurl a:link { color: #008000; text-decoration: none}
.googleurl a:visited { color: #008000; text-decoration: none}

.bluefade {
	background-image: url(../images/bkg_bluegrad.jpg);
	border: 1px solid #8FD1ED;
}
.greenfade {
	background-image: url(../images/bkg_greengrad.jpg);
	border: 1px solid #90EC6C;
}
.leftshadow {
	/*background-image: url(../images/bkg_leftshadow.gif);*/
}
.rightshadow {
	/*background-image: url(../images/bkg_rightshadow.gif);*/
}

td {
	font-size: 11px;
	line-height: 16px;
}
.content {
	padding: 10px;
}
.smalltext {
	font-size: 12px;
}
.celltext {
	font-size: 13px;
	/*font-stretch: wider;*/
	width: 15px;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 5px;
}
.bottomcontent {
	padding-right: 25px;
	padding-left: 45px;
}

input.button 
{
    font-size: 11px;
    background-color:#e9e9e9;
    border: 1px solid #7BBBD6;
}

  body#onecolumn div#main-content {
    padding: 0em 35px;
    width: 648px;
  }
  body#twocolumn-right div#main-content {
    padding: 0em 25px;
    width: 420px;
    margin-left: 10px;
  }
  body#twocolumn-left div#main-content {
    padding: 0em 25px;
    width: 420px;
    margin-right: 8px;
    display: inline;
  }
  body#twocolumn-left div#sidebar {
    padding-left: 15px;
    width: 215px;
  }
  body#twocolumn-right div#sidebar {
    padding-right: 15px;
    width: 215px;
  }
  body#threecolumn div#main-content {
    padding: 0em 25px;
    width: 370px;
  }
  body#threecolumn div#sidebar {
    padding-left: 15px;
    width: 125px;
    margin-left: 10px;
    display: inline;
  }
  body#threecolumn div#sidebar-alternate {
    padding-right: 15px;
    width: 125px;
  }

  /* specific styles */

  h1#page-title {
    font-size: 220%;
    font-weight: normal;
    color: #125ebc;
    letter-spacing: -1px;
    display: block;
    border: 0em;
    padding: 0em;
    margin: 0em;
    line-height: 100%;
  }
  div#g_description {
    font-size: 140%;
    font-weight: normal;
    color: #125ebc; 
  }

  /* correcting horizontal margins for different layouts */

  body#twocolumn-left div#header, body#threecolumn div#header {
    padding-left: 25px;
  }

  #container {
    width: 718px;
    text-align: left;
    margin: 0 auto;
  }

  body div#container {
    padding: 0em;
    margin-top: 0em;
    height: 100%;
    border-top: 1px solid #e2e6ec; /* a hack: without it Firefox adds top margin in layouts with sidebar */
    background: url(/-/includes/style/madison/madison-one/container-top.gif) top no-repeat;
  }
  div#container div.wrapper {
    padding: 0em;
    margin: 0em;
  }
  div#header {
    padding: 0em 35px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-bottom: 1em; /* hack for IE6 */
    margin: 0em;
    margin-top: 2em;
    background: url(/-/includes/style/madison/madison-one/header-fill.gif) repeat-y;
  }
  div#header div.wrapper {
    padding: 0em;
    margin: 0em;
  }
  div#main-content {
    line-height: 160%;
    color: #3f3f3f;
    background: url(/-/includes/style/madison/madison-one/content-top.gif) top no-repeat;
  }
  div#sidebar,div#sidebar-alternate {
    font-size: 83%;
    line-height: 140%;
    color: #3f3f3f;
    background: url(/-/includes/style/madison/madison-one/content-top.gif) top no-repeat;
    padding: 0em;
    margin: 0em;
    padding-top: 1.5em;
  }
  div#footer {
    margin-top: 2em;
    background: url(/-/includes/style/madison/madison-one/content-top.gif) top no-repeat;
    padding: 1em 35px;
    color: #7f7f7f;
  }
  div#footer hr { /* I don't like this, but I have no idea why that <hr> is there */
    display: none;
  }
