BODY {
	font-family: sans-serif;
	font-size: 12px;
    margin:0px;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
}

TABLE, TD {
	font-family: sans-serif;
	font-size: 12px;
}

TR {
	vertical-align: top;
	background-color: rgb(240,240,240);
}

TD {
	padding: 3px;
}

THEAD {
	font-weight: bold;
}

TABLE.hilite TBODY TR:hover {
	background-color: #fff;
}
TABLE.hilite TBODY TR TD {
	border-bottom: 1px solid #fff;
}
TABLE.hilite TBODY TR:hover TD {
	border-bottom: 1px solid #ccc;
}

H1,H2,H3,H4,H5 {
	margin-top: 2px;
}

H1 {
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: white;
}

H2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

IMG {
	border: 0px;
}

A {
	color: rgb(0, 102, 0);
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

A.black {
	color: black;
}

.info {
	background-color: rgb(215, 228, 189);
	color: #000;
	font-size: 1.1em;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid rgb(0, 102, 0);
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow: 0 0 3px #b2b2b2;
	-moz-box-shadow: 0 0 3px #b2b2b2;
	-webkit-box-shadow: 0 0 3px #b2b2b2;
	behavior: url('/js/PIE.htc');
}

.path {
	color: gray;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 5px;
	margin-top: 0px;
}

.date {
	color: gray;
	font-size: 0.8em;
	margin: 0 0 2px 0;
}

p.imagegroup {
	margin: 2px 0 5px 5px;
}
p.imagegroup img{
	margin: 1px;
}

.error {
	color: red;
}

div.bordered {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow: --1px 4px 6px #b2b2b2;
	-moz-box-shadow: -1px 4px 6px #b2b2b2;
	-webkit-box-shadow: -1px 4px 6px #b2b2b2;
	behavior: url('/js/PIE.htc');
}

.clear {
	clear: both;
}

#container {
	max-width: 1200px;
	min-width: 960px;
	margin: auto;
}

#left {
	float: left;
	width: 150px;
	margin: 9px;
}

#left div {
	margin-bottom: 10px;
	text-align: right;
}

#right {
	float: right;
	width: 150px;
	margin: 12px;
	margin-top: 15px;
}

#right div {
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px 0px;
}

#main {
	padding: 15px 178px 12px 178px;
}

#content {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 15px 12px 21px 12px;
	min-height: 550px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow: -1px 5px 8px #b2b2b2;
	-moz-box-shadow: -1px 5px 8px #b2b2b2;
	-webkit-box-shadow: -1px 5px 8px #b2b2b2;
	behavior: url('/js/PIE.htc');
}

.questbook-comment {
	margin: 10px 0 20px 0;
	border: 1px solid #b2b2b2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url('/js/PIE.htc');
}

.questbook-comment .header {
	background-color: rgb(215, 228, 189);
	border-bottom: 1px solid rgb(0, 102, 0);
	padding: 3px 6px;
}

.questbook-comment .message {
	padding: 6px;
	margin-bottom: 6px;
}
.questbook-comment .response-header {
	background-color: rgb(215, 228, 189);
	padding: 1px 20px;
}
.questbook-comment .response-message {
	padding: 6px 20px;
	margin-bottom: 6px;
}
