@import url(uiShell.css);
@import url(search.css);
@import url(d20MonsterFilter.css);
@import url(d20SpellFilter.css);

/* @group Common */
* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

a:link {
	color: #004480;
}

a:visited {
	color: #335C80;
}

a:hover, a:active {
	color: #995C1F;
}

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	background-color: #FDF2E4;
	background-image: url(/images/uiBodyBkg.gif);
	background-repeat: repeat-x;
}

blockquote {
	background-color: #f2f2f2;
	padding: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 1em;
}

h1 {
	margin-left: 10px;
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-style: italic;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h6 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-style: italic;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: 0px;
}

ol {
	margin: 1em 1em 1em 1.5em;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

textarea {
	font-family: "Bitstream Vera Sans Mono", Courier, "Andale Mono";
	font-size: 12px;
	width: 100%;
}

ul {
	margin: 1em;
}

/* @end */
/* @group Sub Navigation */
#subNavBox {
	padding: 10px;
	border-color: #999999;
	border-width: 1px;
	border-style: dotted none dotted none;
	margin: 5px 0 0 10px;
}

#subNav {
}

#subNav td {
	padding: 0px 20px 0px 0px;
}

#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subNav li {
	padding: 0px 0px 2px 0px;
	font-size: 12px;
}

#subNav a:link {
	color: #000099;
}

#subNav a:visited {
	color: #660099;
}

#subNav a:hover, #subNav a:active {
	color: #990000;
}

/* @end */
/* @group Content */
#content {
	padding: 0 10px 10px 10px;
}

/* @group Body Content */
#bodytext {
}

#bodytext h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#bodytext h2 + p {
	margin-top: 0;
}

.downloadInfo {
	color: #999999;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 12px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

.wrappingList li {
	padding-bottom: 10px;
}

/* @group Data Tables */
table.dataTable {
	border-collapse: collapse;
	border-color: #4E6174;
	border-width: 1px;
	border-style: none solid solid solid;
}

table.dataTable caption {
	text-align: left;
	margin: 1em 0 0 0;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
	white-space: nowrap;
}

table.dataTable th {
	padding: 2px 5px 2px 5px;
	background-color: #315B7F;
	color: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none dotted;
	background-image: url(/images/ui_tableHeaderBkg.gif);
	background-repeat: repeat-x;
	border-color: #999999;
}

table.dataTable td {
	padding: 2px 5px 2px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: none dotted none dotted;
}

table.dataTable tr.odd {
	background-color: #FFFFFF;
}

table.dataTable tr.even {
	background-color: #F2F2F2;
}

/* @end */
/* @group Definition Tables */
table.definitionTable {
	margin-top: 5px;
}

table.definitionTable caption {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-top: 1em;
}

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child {
	margin-top: 0;
}

/* @end */
/* @group Annotated Subpages Block */
fieldset.annotatedLinks {
	border-color: #999999;
	border-width: 1px;
	border-style: dotted;
	padding: 5px;
}

fieldset.annotatedLinks legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

fieldset.annotatedLinks th {
	text-align: right;
	white-space: nowrap;
}

fieldset.annotatedLinks td {
}

/* @end */
/* @group Forms */
form fieldset {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS";
}

form legend {
	padding: 2px 10px 2px 10px;
	font-size: 18px;
	font-weight: normal;
	border-color: #5175AE;
	border-width: 1px;
	border-style: solid;
	background-color: #537DB9;
	color: #ffffff;
}

form fieldset fieldset {
	border-color: #cccccc;
	border-width: 1px;
	border-style: dotted;
	padding: 0 10px 10px 10px;
	margin: 5px 0 10px 0;
}

form fieldset fieldset legend {
	padding: 2px 10px 3px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	color: #000000;
}

form fieldset fieldset .checkboxItem {
	margin-top: 2px;
}

input[type=checkbox] {
}

label {
	margin-left: 5px;
}

div.checkboxColumn {
	width: auto;
	float: left;
	margin-right: 20px;
}

form fieldset + table {
	margin-top: 10px;
}

form table + fieldset {
	margin-top: 10px;
}

form th {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 2px 1px 0;
	border-color: transparent;
	border-width: 1px;
	border-style: none;
}

form td {
	padding: 1px 0 1px 1px;
	vertical-align: top;
}

form input.text, form textarea, input[type=file], input[type=password], input[type=text] {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 1px 5px 1px 5px;
	background-color: #F2F2F2;
}

form textarea {
	padding: 0;
	width: 100%;
}

form select {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #f2f2f2;
}

form option {
	padding-left: 5px;
}

form td.notValid, form td.valid {
	white-space: nowrap;
}

form .notValid .validationIcon, form #allNotValid .validationIcon {
	background-image: url(/images/ui_notValid.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

form .validPromo .validationIcon {
	background-image: url(/images/ui_valid.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

img.validationIcon {
	border: none;
	vertical-align: text-bottom;
	margin: 0 0 0 3px;
}

form .valid span {
	background-image: none;
	padding: 1px 6px 1px 6px;
	margin: 0;
}

form p.valid span {
	display: none;
}

form div.annotation {
	font-size: 10px;
	white-space: normal;
}

form .formSubmissionButtons {
	text-align: center;
}

/* @end */
/* @group Site Map */
.liOne {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.liTwo {
	font-size: 14px;
	font-weight: bold;
}

.liThree, .liFour, .liFive {
	font-size: 12px;
	font-weight: normal;
}

/* @end */
/* @end */
/* @group Featured Images */
#featuredImages {
	padding: 0 10px 0 10px;
}

.featuredImage img {
	margin: 10px 0 0 0;
	border: 1px solid #666666;
}

.featuredImageCaption {
	text-align: center;
	font-size: 12px;
	margin: 2px 0 0 0;
}

/* @end */
/* @end */
/* @group Sidebar */
#sidebar {
	padding: 20px 10px 0 10px;
	vertical-align: top;
}

.sidebarBlock {
	background-image: url(/images/uiSidebarHeaderBkgRt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 219px;
	margin-bottom: 1em;
}

.sidebarBlock h2 {
	background-image: url(/images/uiSidebarHeaderBkgLt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px 5px 10px;
	margin: 0px;
}

.sidebarBlock h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.sidebarContent {
	background-color: #E6E6E6;
	border-color: #A7A7A7;
	border-width: 1px;
	border-style: none solid solid solid;
	padding: 8px 8px 0 8px;
}

.sidebarContent p {
	margin: 0 0 10px 0;
}

.sidebarContent ul {
	margin: 0 0 15px 15px;
	padding: 0;
}

.sidebarContent li {
}

.sidebarContent a:link {
	color: #104165;
	text-decoration: none;
}

.sidebarContent a:visited {
	color: #1D6E9F;
	text-decoration: none;
}

.sidebarContent a:hover {
	text-decoration: underline;
}

.sidebarContent a:active {
	text-decoration: underline;
	color: #000000;
}

.sidebarContent blockquote {
	font-size: 12px;
	margin-right: 0;
	margin-left: 0;
}

.sidebarImage {
	border: 1px solid #000;
}

.sidebarImageCaption {
	font-size: 12px;
	text-align: center;
	margin-bottom: 1em;
}

/* @end */
/* @group TinyMCE */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
	background-image: none;
}

/* @end */
