@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;			/* Remove body margin/padding */
	margin-top: 0px;
	padding-top: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #223377;
	background-color:#FFFFFF;
}

h1, p, #gallery {
	padding-left: 10px;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.banner
{
	background-image:url("/images/blue_grad.png");
	color:black;
}

.title {
	color: #FF9900;
	font-size: 16px;
	line-height: 22px;
}

td {
	padding-left: 3px;
	padding-right: 3px;
}

.spaced {
	line-height: 24px;
}

.footer {
	font-size: 8pt;
	color: #333333;
	background-color: #EEEEEE;
}

.btn {
	cursor:pointer;
	margin-top: 5px;
}

.closeBtn {
	border:none;
	float:right;
	margin: 2px;
}

#MySplitter {
	border: 3px solid #669;
	min-width: 500px;	/* Splitter can't be too thin ... */
	min-height: 300px;	/* ... or too flat */
	height: 100%;
}
#LeftPane {
	background: #eeffff;
	width: 175px;
	min-width: 150px;
	/* max-width: 300px; */
	overflow: auto;		/* Scroll bars appear as needed */
	margin-top: 2px;
	margin-left: 2px;
}
#TopPane {				/* Top nested in right pane */
	background: #eeffff;
	height: 250px;		/* Initial height */
	min-height: 75px;	/* Minimum height */
	overflow: hidden;	
}
#BottomPane {			/* Bottom nested in right pane */
	background: #eeffff;
	min-height: 75px;
	overflow: auto;
}

/* Splitbar styles; these are the default class names */

.vsplitbar {
	width: 6px;
	background: #669 url(/images/vgrabber.gif) no-repeat center;
}
.vsplitbar:hover, .vsplitbar.active {
	background: #c66 url(/images/vgrabber.gif) no-repeat center;
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE */
	background: #c99;
}
.hsplitbar {
	height: 6px;
	background: #669 url(/images/hgrabber.gif) no-repeat center;
}
.hsplitbar.active, .hsplitbar:hover {
	background: #c66 url(/images/hgrabber.gif) no-repeat center;
}
