/* 
  --------------------------------------------------------------
  File:    styles.css
  Purpose: www.aedeverywhere.com style sheet
  Author:  Vistature Technologies Inc.

  Copyright (c) 2007 Vistature Technologies Inc., All Rights Reserved.
  --------------------------------------------------------------
*/

  html, body {
    margin            : 0;
    color             : #595959;
    font              : normal 11px/14px Tahoma, Arial, Helvetica, Sans-Serif;
    }
  .warning {
  	color			  : #cc0000
	}
  .caution {
	color: #ffcc00;
	}
  .white {
  	color			  : #ffffff
	}
  .bold {
  	font			  : bold;
	}
  .emailtext {
	font			  : bold 14px/14px Tahoma, Arial, Helvetica, Sans-Serif;
	}
  img {
    border            : 0px;
    }
  ul {
    margin            : 0px;
    padding-left      : 25px;
    }
  td {
    color             : #595959;
    font              : normal 11px/14px Tahoma, Arial, Helvetica, Sans-Serif;

    }
  input, select {
    color             : #595959;
    font              : normal 11px/14px Tahoma, Arial, Helvetica, Sans-Serif;
    }
  h3 {
    margin            : 0 0 5px 0;
    font              : bold 18px/24px Tahoma, Arial, Helvetica, Sans-Serif;
    }
  h4 {
    margin            : 10px 0 10px 0;
    font              : bold 11px Tahoma, Arial, Helvetica, Sans-Serif;
    color             : #595959;
    }
  p {
    margin-top        : 15px;
    margin-bottom     : 15px;
    }
  hr {
    border            : 0;
    width             : 100%;
    color             : #ccc;
    background-color  : #ccc;
    height            : 1px;
    }
  label {
    cursor          : hand;
    cursor          : pointer;
    }  a,
  a:visited {
    color             : #3a73a8;
    text-decoration   : none;
    }
  a:hover,
  a:active {
    color             : #b0974a;
    text-decoration   : none;
    }
  a.black,
  a.black:visited {
    color             : #444;
    text-decoration   : none;
    cursor            : hand;
    cursor            : pointer;
    }
  a.black:hover,
  a.black:active {
    color             : #b0974a;
    text-decoration   : none;
    cursor            : hand;
    cursor            : pointer;
    }
  span.large {
    font-size         : 14px;
    font-weight       : bold;
    }
  span.gray-text {
    color             : #999;
    }
  ul.bullet {
    margin-top        : 10px;
    margin-left       : 10px;
    list-style-image  : url('../img/products/list_arrow.gif')
  }
  ul.sitemap {
    margin-top        : 10px;
    margin-left       : 10px;
    list-style-image  : url('../img/document.gif');
    font              : normal 11px/16px Tahoma, Arial, Helvetica, Sans-Serif;
  }

  /* -- login -- */

  #login {
    margin            : 0 auto;
    width             : 824px;
    height            : 15px;
    margin-bottom     : 5px;
    color             : #e1e1e1;
    }
  #login a,
  #login a:visited {
    color             : #e1e1e1;
    text-decoration   : none;
    }
  #login a:hover,
  #login a:active {
    color             : #ffcc33;
    text-decoration   : none;
    }
  #container {
    margin            : 0 auto;
    width             : 824px;
    text-align        : left;
    height            : 100%;
    background-color  : #FFF;
    }
  #content {
    width             : 100%;
    margin            : 0px;
    margin-left       : 25px;
    margin-right      : 25px;
    width             : 774px;
    }
  #columns {
    width             : 100%;
    padding           : 0px;
    margin            : 0px;
    }
	
table.LoanDetails {
	clear: both;
	margin: 0px 0px 0px 0px;
	border: 0px none;
}
tr.LoanDetails {
	height: 0px;
	border: none;
}
td.LoanDetails {
	padding-left: 12px;
	padding-right: 12px;
	border: none;

}
