/*
lpm-default.css
(c)2002-2004 Jan Pieter Waagmeester 
questions and support[jpwaag@hotmail.com]
http://linkpage.jpwaag.com/
*/
BODY{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-left : 20px;
	margin-right : 20px;
	background-color: #C0DFFD;
	text-align: center;
}
TABLE.markupTable TD{
  vertical-align: top;
}

.head{
	width: 100%;
	height: 15pt;
	text-align: center;
	vertical-align: middle;
	background-color : #3366CC;
	font-weight : bold;
	font-size : 14px;
}
.body{
	width: 100%;
	text-align: center;
	background-color : #C0DFFD;
	font-size : 12px;
	vertical-align : middle;
	padding: 0px 0px 2px 0px;
}
.image{

  width: 100%;
  text-align: center;
  vertical-align : middle;
}
.html{
  width: 100%;
  text-align: center;
  vertical-align : middle;
}
A.dark{
	text-decoration: none;
	color: #003366;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.6em;
}
A.dark:hover{
	text-decoration: underline;
	color: #003366;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-weight: bold;
}
A.smallDark{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
A.smallDark:hover{
	text-decoration: underline;
	color: #000000;
	font-size: 10px;
}
TBODY TD.small{
	color: #003366;
	font-size: 11px;
	text-align: center;
}
TBODY TD.title{
	font-size : 30px;
	font-weight : bold;
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A{
	color: #FF6600;
	text-decoration: underline;
	font-size: 10px;
}
A:hover{
	color: #FF6600;
	text-decoration: underline;
	font-size: 10px;
}
.grey{
  text-decoration: none;	
	color: #CDCDCD;	
	font-size: 10px;
}
/* stats.php */
TD.header{	
	text-align: center;	
	background-color : #000099;	
	color: White;	
	font-weight : bold;
	vertical-align : middle;
  font-size: 14px;
}

TD.cell {
	text-align: center;
	background-color : #6495ED; 
	font-size : 13px;
	vertical-align : middle;
}
TD.lcell {
	text-align: center;
	background-color : #00CFFE;
	font-size : 13px;
  vertical-align : middle;
}
.center{
	text-align: center;
}

a.link {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 13px;
}
a.link:hover {
	color: #FFFFFF; 
	font-size: 13px;
}
/* 
* suggest.php:
*/
.suggestTitle{
	font-size : 30px;
	font-weight : bold;
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
}
.suggestCell {
	text-align: center;
	background-color: #E6F3FF;
	font-size: 12px;
	vertical-align: middle;
}
.suggestHeader{
	text-align: center;
	background-color : #6699FF;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
}
A.suggest{
	color: #FF6600;
	text-decoration: underline;
	font-size: 20px;
}
A:hover.suggest{
	color: #FF9900;
	text-decoration: underline;
	font-size: 20px;
}