body, h1, h2, h3, h4, h5, p, div, iframe, form, table, td, th
{
	line-height: 1.4em;
	font-family: Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

body
{
	text-align: center;
	color: #2E302F;
	background-color: #7B776F;
	font-size: 14px;
	max-width: 1600px;
	min-width: 960px;
	/* Compensate for IE6's maddeningly frustrating failure to comply with min-/max-width: */
	width: expression(this.parentElement.offsetWidth > 1602 ? "1600px" : this.parentElement.offsetWidth < 958 ? "960px" : "auto");
	/* beautiful, isn't it?  You gotta love IE... */
}

h1,
h2,
h3
{
	color: #2E302F;
	text-align: center;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	color: #2E302F;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 15px;
}

table * input
{
	max-width: 98%;
}

td
{
	padding: 2px 4px;
}

th
{
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: underline;
}

a:link,
a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.targetNew
{
	padding-right: 14px;
	background: transparent url('/images/linkOpensInNewWindow.png') center right no-repeat;
}

img
{
	border: 0;
	max-width: 95%;
}

#ParentContainer
{
	position: relative;
	width: 100%;
	text-align: left;
	background: url('/images/layout/bodyrow_right.jpg') top right repeat-y;
}

#ErrorFrame
{
	color: #FF0000;
	background-color: #FFF2F2;
	margin: 5px auto;
	border: 2px solid #FF0000;
}

#ErrorFrame ul
{
	list-style: none;
}

#ErrorFrame ul li
{
	color: #FF0000;
}

#LoginFrame
{
	position: absolute;
	top: 126px;
	right: 17px;
	height: 33px;
	margin: 0;
	padding: 4px 5px 0 12px;
	text-align: right;
	font-size: 12px;
	background: url('/images/layout/loginbg.jpg') 0 0 no-repeat;
}

#LoginFormContainer
{
	display: none;
}

#LoginFrame form
{
	display: inline;
	height: 12px;
	padding: 0;
	margin: 0;
}

#LoginFrame input
{
	font-size: 11px;
	line-height: 12px;
	padding: 0;
	margin: 0 2px;
}

#LoginFrame input[type=button],
#LoginFrame input[type=submit]
{
	width: 60px;
}

#LoginTable
{
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #045051;
}

#LoginTable table
{
	margin: 0 auto;
}

#LoginTable a
{
	font-size: 11px;
}

#HeaderContainer
{
	height: 140px;
	width: 100%;
	background: url('/images/layout/header_right.jpg') top right no-repeat;
	color: #000000;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#MenuContainer
{
	float: left;
	width: 250px;
	color: #333333;
	margin: 0 0 0 -100%;
	padding: 0 0 0 20px;
	background: url('/images/layout/bodyrow_left.jpg') top left repeat-y;
}

#ContentWrapper
{
	float: left;
	width: 100%;
	background: transparent url('/images/layout/bodyrow_left.jpg') top left repeat-y;
}

/*
	FireFox doesn't take into account the white background _image_ behind the content
	area and uses its "this text is on a dark background" selection behavior -- blue
	text, white selection -- which looks odd since it actually is not on a dark
	background. So we'll just wrap the entire area in a div with a background _color_
	of white. This triggers FF to use white-on-blue instead.
*/
#WhiteWash
{
	background-color: #FFFFFF;
}

#ContentContainer
{
	margin: 20px 10px 0 260px;
	padding: 5px 10px;
	border-left: 1px solid #2E302F;
	background: transparent;
}

#ContentContainer > p
{
	text-align: justify;
	margin: 10px 10px 20px 5px;
}

#ContentContainer table.borderedGreenTable
{
	margin: 0 auto;
	border: 5px double black;
}

#ContentContainer td.borderedGreenTable
{
	background-color: #F2F9F9;
	border: 1px solid #BBBBBB;
}

#ContentContainer th.borderedGreenTable
{
	text-align: center;
	color: white;
	background-color: #205A5C;
	border-bottom: 1px solid #222222;
}

#BottomCap
{
	clear: left;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url('/images/layout/footer_right.jpg') top right no-repeat;
}
#BottomCap p
{
	background: url('/images/layout/footer_left.jpg') top left no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;
}
#FooterContainer
{
	clear: both;
	width: 100%;
	color: #CFC7B0;
	font-size: 13px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

#MenuContainer .title
{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 33px;
	color: #FFFFFF;
	height: 37px;
	width: 223px;
	margin-top: 5px;
	padding-left: 16px;
	background-image: url(/images/layout/menuheader.jpg);
	background-repeat: no-repeat;
	text-shadow: 2px 3px 3px #022626;
}

#MenuContainer .content
{
	width: 223px;
	background-image: url(/images/layout/menurow.jpg);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 8px;
	overflow: hidden;
}

#MenuContainer .content label
{
	color: #454C4D;
	font-weight: bold;
}

#MenuContainer .footer
{
	display: block;
	color: #333333;
	height: 14px;
	width: 223px;
	background-image: url(/images/layout/menubottom.jpg);
	background-repeat: no-repeat;
}

#MenuContainer ul
{
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

#MenuContainer li
{
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

#MenuContainer li li
{
	line-height: 1.5em;
	border-top: 1px solid #AAAAAA;
}

#MenuContainer li li:first-child
{
	margin-top: 5px;
}

#NavItems
{
	width: 200px;
}

#NavItems a
{
	color: #544D4C;
	font-weight: bold;
	border: 0;
	padding: 2px;
}

#NavItems a:hover
{
	color: #544D4C;
}

#MenuContainer .subNav
{
	display: none;
	list-style: none;
	padding-left: 8px;
}

#MenuContainer li.info
{
	display: block;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

#MenuContainer a.directLink,
#MenuContainer a.directLink:link,
#MenuContainer a.directLink:hover
{
	display: block;
	width: 167px;
	line-height: 1em;
	font-weight: 100;
	padding-left: 17px;
	margin-bottom: 4px;
}

#ContentContainer li
{
	padding: 3px 5px;
	margin-bottom: 5px;
}

#ContentContainer a
{
	font-weight: bold;
}

#ContentContainer a:link,
#LoginFrame a:link
{
	color: #205A5C;/*#045051;*/
}

#ContentContainer a:visited,
#LoginFrame a:visited
{
	color: #2E7F82;/*#046264;*/
}
#ContentContainer a:hover,
#LoginFrame a:hover
{
	color: #06878A; /*#632A03;*/
}

#FooterContainer p
{
	color: #C6C5C1;
}

#FooterContainer a
{
	font-weight: bold;
	color: #C6C5C1;
}

ul.noBullets
{
	list-style: none;
	line-height: 1em;
}

div.warningNote
{
	background-color: #FFFDEF;
	padding: 5px;
	border: 2px solid black;
}

div.monospace
{
	width: 600px;
	margin-left: 40px;
	font-family: monaco;
	font-size: 12px;
	text-align: justify;
	line-height: 2em;
}

.expandWidget
{
	position: relative;
	top: 4px;
	float: left;
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0;
	background: url(/images/menuexpand.gif) 0 0 no-repeat;
	background-color: transparent;
}

.collapseWidget
{
	position: relative;
	top: 4px;
	float: left;
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0;
	background: url(/images/menucollapse.gif) 0 0 no-repeat;
	background-color: transparent;
}

a.collapseWidget:link,
a.collapseWidget:visited,
a.expandWidget:link,
a.expandWidget:visited
{
	text-decoration: none;	
}

a.expandWidget:hover,
a.collapseWidget:hover
{
	background-position: -13px 0;
}

.activeMenuSelection
{
	background-color: #EEEEEE;
	/*border: 1px solid #AAAAAA;*/
}
.activeMenuSubSelection
{
	background-color: #FFFFFF;
	/*border: 1px solid #AAAAAA;*/
}

#ContentContainer p.centered
{
	text-align: center;
}

.centered
{
	display: block;
	margin: 0 auto;
}

#ContentContainer .compact
{
	margin: 0;
	padding: 0;
}

#ContentContainer .finePrint,
#ContentContainer .dialogFinePrint
{
	font-size: smaller;
	color: #333333;
	margin: 1px;
}

.spacious li
{
	margin: 20px;
}

.requiredInfo
{
	color: #FF0000;
}

tr.row_1
{
	background-color: #EEEEEE;
}
tr.row_2
{
	background-color: #DDDDDD;
}
tr.row_3
{
	background-color: #CCCCCC;
}

#NewUserForm
{
	width: 98%;
	text-align: center;
}

#NewUserForm table
{
	width: 95%;
	text-align: left;
	margin: 0 auto;
}

#NewUserForm th
{
	text-align: center;
	text-decoration: none;
}

#NewUserForm input[type=submit]
{
	width: 120px;
	margin: 10px;
}

ul.revisions
{
	list-style: none;
	background-color: #EEEEEE;
	font-size: 12px;
	font-style: italic;
	margin: 5px;
	padding: 0;
	border: #333333;
}
ul.revisions li
{
	line-height: 1em;
}

.alignedLabel
{
	float: left;
	display: block;
	width: 160px;
	font-weight: bold;
}

.alignedField
{
	float: left;
	margin-left: 10px;
}

#ContentContainer a.jLink,
#ContentContainer a.jLink:hover,
#ContentContainer a.jLink:active
{
	color: #184476;
	text-decoration: none;
}
#ContentContainer a.jLink img
{
	margin: 0 auto;
}

table.optionGroup
{
	margin: 5px auto;
	font-size: 12px;
	border: 1px solid #2E302F;
	border-collapse: collapse;
}
table.optionGroup th
{
	color: #FFFFFF;
	background-color: #205A5C;
	font-size: 12px;
	padding: 0;
	text-decoration: none;
	border: 1px solid #2E302F;
}
table.optionGroup tr
{
	vertical-align: top;
}

table.optionGroup td
{
	border: 1px solid #2E302F;
	padding: 2px;
}

.buttonHolder
{
	width: 98%;
	margin: 10px auto;
	text-align: center;
}
.buttonHolder input
{
	text-align: center;
	width: 160px;
	margin: 5px 10px;
}
.buttonHolder input.big
{
	width: 180px;
}
.buttonHolder input.bigger
{
	width: 200px;
}
.buttonHolder input.biggest
{
	width: 250px;
}

pre.RPGListing,
textarea.RPGInput
{
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	line-height: 1em;
	width: 98%;
	padding: 2px;
}
pre.RPGListing
{
	background-color: black;
	color: #FF9933;
}
pre.RPGListing span
{
	color: #FFFFFF;
}