/* ------------------------------------------------------------ 
/* hotsplots Stylesheet
 */

/* General fonts */
body { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

P, OL, UL, DIV, TR, TD {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  font-weight: normal;
}

H1 { 
  font-size: 13px; 
  color: #666;
  padding-top: 15px;
  padding-left: 1px;
}

H2 { 
  font-size: 12px; 
  color: #666;
  padding-top: 2px; 
  padding-left: 1px;
}

H3 { 
  font-size: 12px; 
}

P#error { 
  margin-top: 10px;
  font-weight: bold;
  color: red;
}

P#small { 
  font-size: 11px;
}

input, textarea {
    width: auto;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #666;
}

/* ------------------------------------------------------------
 * Left menu
 */
TD#menu_left {
  font-size: 10px;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 7px;
  background: #ccc;
}

TD#menu_left .info { 
  font-size: 10px; 
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #444;
}

TD#menu_left ul { 
  margin: 5px 0px;
  padding: 0px;
}

TD#menu_left li { 
  font-size: 11px;
  font-weight: bold;
  list-style: none;
  margin: 0px;
}

.lo1-no a { 
  margin-left: 0px;
  display: block;
  text-decoration: none;
  padding: 6px 5px 6px 9px;
  background: #e5e5e5;
  color: #666;
  border-bottom: 1px #fff solid;
}

.lo1-no a:hover { 
  text-decoration: none;
  background: #f90;
  color: #fff;
}



/* ------------------------------------------------------------
 * Header (very top of content page)
 */

TD#header img { 
  margin-bottom: 5px;
}

TD#header H1 { 
  font-size: 12px;
  margin: 0px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  background: url(/fileadmin/img/backgndLogin.gif);
} 

TD#headspace { 
  padding-top: 20px;
} 
TD#footspace { 
  padding-top: 20px;
} 

/* ------------------------------------------------------------
 * Content
 */
TD#content {
  background: url(/fileadmin/img/back_col3.gif) no-repeat top left #fff;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 15px;
  vertical-align: top;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

TD#contentVIP {
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 15px;
  vertical-align: top;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.note a { 
  text-decoration: none;
  color: #1e6289; 
  font-weight: bold;  
}

.note a:hover {
    background-color: #eef;
    text-decoration:underline;
  }

.note { 
  margin-left: 0px;
  margin-right: 18px;
  margin-bottom: 10px;
}

#msgArea { 
  margin-top: 7px;
  font-weight: bold;
  color: #444;
}

TABLE#loginarea { 
  margin-bottom: 50px;
}

DIV.note P#small { 
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: bold;
  color: #666;
} 

DIV.note P#price { 
  margin-top: 15px;
  font-size: 10px;
  font-weight: bold;
  color: #444;
}

DIV.note P#error { 
  font-size: 13px;
  padding: 2px;
}

DIV.note H2 { 
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  color: #444;
}

DIV.note TD { 
  font-weight: normal;
  font-size: 11px;
}

