/* Elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #454949 url(/img/overhaul/background.jpg) repeat-x;
	font-family: Verdana, sans-serif;
	color: #f1f9f5;
}
body, td, th, {
	font-family: Verdana, sans-serif;
}
img {
	vertical-align: top;
	border-width: 0;
}
a:link, a:visited, a:active, a:hover {
	color: #f1f9f5;
	text-decoration: none;
	border-bottom: 1px solid #ffcc1c;
}
a:hover {
	border-bottom-color: #f1f9f5;
}
a:active {
	color: #fff;
	border-bottom-color: #fff;
}
header, nav, section, aside, footer {
	display: block;
}

/* All content related selectors should be children of #RFContent */
h1, h2, h3, h4, h5, h6 {
	font-family: Impact, sans-serif;
	font-style: italic;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-variant: small-caps;
	padding-left: 1ex;
	border: 4px solid #ffcc1c;
	border-width: 0 0 4px 0;
}
h1 {
	font-size: 2em;
	color: #2b2e2c;
	border-bottom: 4px solid #ffcc1c;
	text-transform: uppercase;
}
h1:first-letter {
	/*
	float: left;
	display: block;
	padding-top: 1em;
	padding-right: 0.2ex;
	*/
	font-size: 150%;
	font-variant: normal;
}
h2 {
	padding-left: 1em;
	font-size: 1.8em;
	color: #414542;
	font-weight: normal;
}
h3 {
	font-size: 1.9em;
	color: #2b2e2c;
}
h4 {
	font-size: 1.8em;
	color: #444b4a;
	border-bottom-width: 3px;
}
h5 {
	font-size: 1.7em;
	color: #4f595c;
	border-bottom-width: 2px;
}
h6 {
	font-size: 1.6em;
	color: #4f595c;
	border-bottom-width: 1px;
}

h3, h4, h5, h6, p, pre, ul, ol, dl, dd {
	margin-top: 1em;
}
p, pre, ul, ol, dl, dd {
	margin-bottom: 1em;
}
p {
	text-indent: 5ex;
}
pre, cite, tt {
	font-family: "ProFont Windows", "Courier New", Courier, Monaco, monospace;
}
pre {
	line-height: 1.6em;
}
hr {
	margin: 1em 0;
	height: 2px;
	background-color: #ffcc1c;
	border-width: 0;
}
m {
	background-color: rgba(255, 200, 0, 0.25);
	padding-left: 0.25ex;
	padding-right: 0.25ex;
}
dl {
	margin: 0 4% 1em 4%
}
dl dt {
	font-weight: bold;
	margin-top: 1em;
}
dl dd {
	margin: 0 0 0.5em 0;
	padding-left: 4ex;
}
/*
	overflow: hidden;
*/
.AsideContainer1 {
	float: right;
	margin-bottom: 3em;
	-webkit-box-reflect: below 4em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0, 0, 0, 0.4)));
}
.AsideContainer2 {
	/*
.AsideContainer1 * {
	-webkit-transform-style: preserve-3d;
}
	-webkit-perspective-origin: top right;
	-webkit-transform-origin: top right;
	-webkit-transform-style: preserve-3d;
	-webkit-animation-timing-function:
	-webkit-transition: all 1s cubic-bezier(0.1, 1.0, 0.6, 0.1);
	-webkit-transform: rotate3d(40deg, 30deg, 10deg, 20);
	-webkit-perspective: 500;
	*/
	-webkit-transition: all 1s ease-in-out;
	-webkit-transform-origin: top right ;
	-webkit-transform: rotateX(160deg) rotateY(135deg) rotateZ(90deg);
}
aside {
	border: 3px solid #fc0;
	margin: 0 1em 1em 1em;
	background-color: #adb8b5;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-webkit-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.25);
	/*
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-background-clip: initial;
	-webkit-background-origin: initial;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-out;
*/
	
}
.AsideContainer2:hover {
	/*
	-webkit-transform-origin: top right;
	*/
	-webkit-transform: rotateY(0deg) rotateZ(3deg) rotateX(0deg);

}
aside h4 {
	padding: 0.2em 1ex;
	background-color: rgba(255, 255, 255, 0.25);
	border-top-width: 3px;
}
aside h4:first-child {
	margin-top: 0;
	border-top-width: 0px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
}

/*
aside, .InfoBox{
	border: 1em solid #95a09f;
	margin: 0 1em;
	padding: 1em;
	
}
aside h3:first-child,
aside h4:first-child,
aside h5:first-child,
aside h6:first-child,
.InfoBox h3:first-child,
.InfoBox h4:first-child,
.InfoBox h5:first-child,
.InfoBox h6:first-child {
	margin-top: 0;
}
.BoxRight, aside {
	float: right;
	width: 30%;
	border-width: 0 0 0 1em;
	margin: 1em 0 0.5em 1em;
}

/* Classes */
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
}

.Shadow {
	-webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
}
.Intro {
	margin: inherit 5% 1em 5%;
	font-style: italic;
}
.Thin {
	margin-left: 5%;
	margin-right: 5%;
}
.Credits {
	color: #999;
	text-align: right;
	font-style: italic;
	margin: 1em;
	font-size: 0.8em;
}
.Credits a:link, .Credits a:visited {
	color: #aaa;
}
.InfoBox {
	margin: 1em;
	padding: 1em;
	border: 1px #ddd solid;
	background-color: #f9f9f9;
}

ol.BulletSpaced li,
ul.BulletSpaced li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
ol.BulletNone,
ul.BulletNone {
	list-style-type: none;
	list-style-image: none;
}


/** hilight.js Syntax Coloration Classes **/
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
pre[title]:before {
	text-align: left;
	display: inline-block;
	content: attr(title);
	background-color: #d7dddd;
	padding: 0.3em 1em;
	border: 1px solid #999;
	border-bottom-width: 0;
	background: #f8f0d9 url("../Inc/Img/SectionBoxBG.png") repeat-x scroll left top;
	-webkit-border-top-left-radius: 0.75em;
	-webkit-border-top-right-radius: 0.75em;
	-moz-border-radius-topleft: 0.75em;
	-moz-border-radius-topright: 0.75em;
	font-style: italic;
	}
pre code {
	display: block;
	background-color: #fbf7ea;
	background-color: #b7bdbd;
	padding: 1em;
	border: 3px dashed #999;
	border: 1px solid #999;
	-webkit-border-top-right-radius: 0.75em;
	-webkit-border-bottom-left-radius: 0.75em;
	-webkit-border-bottom-right-radius: 0.75em;
	-moz-border-radius-topright: 0.75em;
	-moz-border-radius-bottomleft: 0.75em;
	-moz-border-radius-bottomright: 0.75em;
}
code.html {
}
code.html .tag {
	font-weight: bold;
	color: #00f;
}
code.html .tag .attribute {
	font-weight: normal;
	color: #03c;
}
code.html .tag .attribute .value {
	color: #fff;
}
code .css .keyword, code .css .class, code .css .id {
	color: #009;
}
code .css .rule .keyword {
	color: #008000;
}
code .css .rule .value {
	color: #cf3;
}


/** Table Styles **/
table.DataTable {
	border: 0 none transparent;
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 0.5em;
	margin-bottom: 1em;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
	/*
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
	*/
}
table.DataTable th {
	background: #f7db96 url("../Inc/Img/TabBarTabBG.png") repeat-x scroll left top;
	/*
	background: #d9b455 url(/Web/HeaderFooter/images/tableheaderbg.gif) repeat-x;
	*/
	border-top: 0px #e9cb7d solid;
	border-right: 1px #b89c4a solid;
	border-bottom: 1px #a98f4c solid;
	border-left: 1px #dcb755 solid;
	margin: 0;
	text-align: center;
	font-size: 1.1em;
	padding: 0.25em 1ex;
}
/* Top Left */
table.DataTable tr:first-child th:first-child,
table.DataTable tr:first-child td:first-child,
table.DataTable tr:first-child td:first-child img,
table.DataTable tr:first-child,
table.DataTable thead {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-left-width: 0;
}
/* Top Right */
table.DataTable tr:first-child th:last-child,
table.DataTable tr:first-child td:last-child,
table.DataTable tr:first-child td:last-child img,
table.DataTable tr:first-child,
table.DataTable thead {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-right-width: 0;
}
/* All Bottom Cells */
table.DataTable tr:last-child td {
	border-bottom-width: 0;
}
/* Bottom Left */
table.DataTable tr:last-child td:first-child,
table.DataTable tr:last-child td:first-child img,
table.DataTable tr:last-child,
table.DataTable tbody {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}
/* Bottom Right */
table.DataTable tr:last-child td:last-child,
table.DataTable tr:last-child td:last-child img,
table.DataTable tr:last-child,
table.DataTable tbody {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
/* All TFoot Cells */
table.DataTable tfoot tr:last-child th,
table.DataTable tfoot tr:last-child td {
	border-bottom-width: 0;
}
/* TFoot Bottom Left */
table.DataTable tfoot tr:first-child th:first-child,
table.DataTable tfoot tr:first-child,
table.DataTable tfoot {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}
/* TFoot Bottom Right */
table.DataTable tfoot tr:first-child th:last-child,
table.DataTable tfoot tr:first-child,
table.DataTable tfoot {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
table.DataTable th .TableSubtitle {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
}
table.DataTable td.TableCaption {
	font-size: 70% !important;
	text-align: center;
}
table.DataTable td {
	border: 0 solid #ccc;
	border-bottom-width: 1px;
	margin: 0;
	padding: 0.5ex;
	/*
	background-color: rgba(255, 220, 0, 0.2);
	*/
}
table.DataTable td td {
	border-bottom-width: 0;
}
table.DataTable th a:visited,
table.DataTable th a:hover,
table.DataTable th a:link {
	color: #009;
	text-decoration: underline;
}
div.light,
table.DataTable .light {
	background: #eedeb5 url(/Web/HeaderFooter/images/tableheaderbglight.gif) repeat-x;
	border: 1px #c3bead solid;
	border-color: #d2cfc2 #d2cfc2 #918e81 #d2cfc2;
}
table.DataTable ul,
table.DataTable h6,
table.DataTable h5,
table.DataTable h4,
table.DataTable h3,
table.DataTable h2,
table.DataTable h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*
.DataTable ul {
	list-style-image: url(/images/Bullets/ballsmall.gif);
}
.DataTable ul ul {
	list-style-image: url(/images/Bullets/CircleGold.png);
}
*/
table.DataTable.AlternateRows td {
	border-bottom-width: 0;
}
table.DataTable .RowOdd td,
.AlternateRows .RowOdd td,
.AlternateRows .RowOdd {
	background-color: rgba(0, 0, 0, 0.1);
}
table.DataTable .RowEven td,
.AlternateRows .RowEven td,
.AlternateRows .RowEven {
	background-color: rgba(255, 255, 255, 0.1);
}
table.DataTable td.Empty, table.DataTable tr.Empty td,
.AlternateRows td.Empty, .AlternateRows tr.Empty td,
.AlternateRows .Empty.RowOdd, .AlternateRows .Empty.RowEven,
.AlternateRows .RowOdd td.Empty, .AlternateRows tr.Empty.RowOdd td,
.AlternateRows .RowEven td.Empty, .AlternateRows tr.Empty.RowEven td {
	background-color: transparent;
	border-bottom-width: 0;
}


.FormTable {
	margin-bottom: 1em;
}
.FormTable th {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #333;
	border-bottom: 1px solid #444;
}
.FormTable td {
	padding: 0.3em 1ex !important;
	margin: 0 !important;
}
.FormTable td.CellLabel, .FormTable td.CellFull {
	font-size: 90%;
	color: #222;
	vertical-align: top;
	padding: 0.5em 1ex 1em 2ex;
	width: 30%;
}
.FormTable td.CellLabel {
	text-align: right;
}
.FormTable td.CellFull {
	width: auto;
}
.FormTable td.CellLabel label, .FormTable td.CellFull label {
	font-weight: bold;
}
.FormTable td.CellLabel span, .FormTable td.CellFull span {
	font-size: 90%;
	font-style: italic;
}
.FormTable ul li,
.FormTable ol li {
	margin-bottom: 0.5em;
}
/* IDs */

/***  CSS 3 Section  ***/
*[align="center"] {
	margin-left: auto;
	margin-right: auto;
}