/* CSS Document */
html
{
	font-family:Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#606D80;
}
h1
{
	color:#13345a;
	font-weight:bold;
	font-size:20px;
	margin:10px 10px 15px 0px;
}
h1 sub
{
	font-size:14px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	top:5px;
	left:5px;
	color:#999999;
}
h2
{
	color:#13345a;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
/* A light-colored subhead */
h3
{
	color:#E0E0E0;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}
/* Similar to h3, a subheading, but darker */
h4
{
	color:#999999;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}
h6
{
	font-style:italic;
	margin:10px 10px 10px 0px;
	color:#999999;
}
p
{
	margin-bottom:10px;
}
.errorText
{
	color:#FF0000;
}
.tinyText
{
	font-size:10px;
	font-style:italic;
}
.subtleText
{
	font-size:10px;
	color:#999999;
}
a
{
	text-decoration:none;
	color:#13345a;
}
a:hover
{
	text-decoration:underline;
	color:#13345a;
}
table
{
	border-collapse:collapse;
	margin:0px 0px 10px 1px;
}
table td, table th
{
	padding:4px;
	border:1px solid #7f9db9;
}
table th
{
	font-weight:bold;
}
textarea
{
	width:300px;
	height:100px;
}
textarea.short
{
	height:40px;
}
input
{
	border: 1px solid #7f9db9;
	background-color:#FFFFFF;
	padding:2px;
}
input.textLong
{
	width:300px;
}
tr.tallRow td, tr.tallRow th
{
	vertical-align:top;
}
td.submitRow
{
	padding-top:10px;
	text-align:right;
}
.clearer
{
	clear:both;
}
.dashedRule
{
	height:0px;
	border-bottom:1px dashed #8e9db0;
}
.blueBox
{
	margin:10px;
	padding:10px;
	border:1px solid #cfd9e5;
	background-color:#F2F7FC;
	width:300px;
}
/*	SimpleModal styles:
	SimpleModal internally defines the following CSS classes:
		* modalOverlay: used to style the overlay div - helpful for applying common styles to different modal dialogs
		* modalContainer: used to style the container div - helpful for applying common styles to different modal dialogs
		* modalData: (Added in v1.1.1) used to style the data element - helpful for applying common styles to different modal dialogs
		* modalCloseImg: used to style the built-in close icon */
.modalOverlay
{
	background-color:#000;
}
.modalContainer
{
	top:35px;
	left:35px;
	background-color:#fff;
	position:absolute;
	z-index:10;
	padding:10px;
}
.modalData
{}
.modalCloseImg
{}
/*	END SimpleModal styles */
#contentDiv {
	margin:15px;
}
#map {
	width: 700px;
	height: 500px;
	margin: 15px 15px 15px 0px;
	border: dotted;
}
#addCatTable
{
	/*width:500px;*/
}
#allPlacesLink {
	cursor:pointer;
}