/*
	/parknpool/includes/styelsheets_0802/defaults.css
	 
	Copyright (c) 2008 ParknPool Corp.
	
	2008/02/08 mv	Initial coding.
*/

/* --- Main Page Container --- */

body {
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 0;
	text-align: center;
}

#body_wrapper {
	margin: 0 auto;
	width: 100%; /* Change width to 100% 2007/12/18 */
	min-width: 960px; /* Added 2007/12/18 to allow stretching. */
}

/* --- Global Settings --- */

div, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0; }
p { margin: 0; }

a:link, a:visited, a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline; 
	color: #003399
}

a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none; 
}

.getAttention { 
	color: #cc0000;
	font-weight: bold;
}

/* Indent styles */

.indent10 {
	padding: 0px 0px 0px 10px;
	text-align: left;
}

.indent20 {
	padding: 0px 0px 0px 20px;
	text-align: left;
}

.indentLeft25 {
	padding: 0px 0px 0px 25px;
	text-align: left;
}

/* --- Text Styles --- */

.medText {
	font-size: medium;
}

.smallText {
	font-size: small;
}

.xSmallText {
	font-size: x-small;
}

.xxSmallText {
	font-size: xx-small;
}

/* --- Float Hack --- */

.fh:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.fh { display: inline-table; }

/* Hides from IE-mac */
* html .fh { height: 1%; } 
.fh { display: block; }
/* Hides from IE-mac */
#pgBdy #activeContent table tr td div table tr th p em {
	color: #008080;
}
#pgBdy #activeContent table tr td p span {
	color: #004080;
}
#pgBdy #activeContent table tr td p {
	color: #004080;
}

