@CHARSET "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

abbr {
	border-bottom: 1px dashed;
	cursor: help;
}

body {
	background-color: #4a0f00;
	text-align: center;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	color: #b02300;
	border-bottom: 1px solid #6c1600;
	margin: 0.8em 0 0.4em 0;
	padding-bottom: 0.1em;
	line-height: 1.3em;
}

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.6em
}

h3 {
	font-size: 1.4em
}

h4 {
	font-size: 1.2em
}

h5 {
	font-size: 1em
}

h6 {
	font-size: 1em
}

ul {
	margin-left: 1.5em;
	line-height: 1.6em;
	list-style: square;
}

div#tocdiv ul {
	list-style: none;
}

div#tocdiv ul li ul {
	margin-bottom: 0.75em;
}

div#tocdiv ul li ul li ul {
	margin-bottom: 0.25em;
}

a {
	border-bottom: 1px dashed #000;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
}

a:hover {
	border-bottom-style: solid;
}

p+p {
	margin-top: 0.5em;
}

#container {
	width: 960px;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px auto;
	text-align: left;
}

#content {
	padding: 10px 20px 50px 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}

table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	width: 95%;
	margin: 10px auto;
	background: #fff;
	border-collapse: collapse;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table th {
	padding: 8px 8px;
	background-color: #ffcbbf;
	border: 1px solid #b02300;
	border-width: 1px 0;
	color: #333;
}

table td {
	padding: 6px 8px;
	color: #666;
	border-bottom: 1px solid #ccc;
}

table .field_name {
	width: 150px;
}

table .field_type {
	width: 80px;
}

table .field_default {
	width: 120px;
}

table tr>td:first-child {
	font-weight: bold;
}

table tr.required>td:first-child,span.required {
	color: #b02300;
}

table tr.required>td:first-child:before {
	content: "* ";
}

table tr.group td,table tr.subgroup td dl.group {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666;
	background-color: #ffeeea;
}

table tr.returngroup td,table tr.subgroup td dl.group {
	text-align: left;
}

table tr+tr.group {
	border-top: 2px solid #000;
}

table tr.subgroup td {
	padding: 0;
	border-bottom: 0;
}

table tr.subgroup td dl {
	margin-left: 50px;
	display: table-row :
}

table tr.subgroup.sublevel2 td dl {
	margin-left: 100px;
}

table tr td dl dt,table tr td dl dd {
	display: table-cell;
	padding: 6px 8px;
	color: #666;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

table tr td dl dt {
	font-weight: bold;
}

div.alert {
	padding: 5px 15px;
	margin: 5px 1%;
	border: 1px solid #ffba00;
	background-color: #fff2ce
}

div.alert h6 {
	border-bottom: 0;
	font-size: 1em;
	color: #b88600;
	margin: 2px 0;
}

blockquote {
	margin: 5px 5px 5px 30px;
	border: 1px solid #B02300;
	border-left-width: 5px;
	padding: 10px;
	background-color: #FFEEEA;
	line-height: 1.3em;
}

label {
	vertical-align: middle;
}

label[for] {
	cursor: pointer;
}

fieldset {
	border: 1px solid;
	border-color: #84c084 #69b269 #69b269 #84c084;
	padding: 10px;
	background-color: #e9efe9;
	margin-top: 15px;
}

legend {
	font-weight: bold;
	padding: 5px 10px;
	background-color: #b1c8b1;
}

dl {
	padding: 2px 0;
	clear: left;
}

dt {
	clear: both;
	font-weight: bold;
	padding: 4px 0 2px 0;
	text-align: left;
}

dd {
	padding: 5px 0 2px 6px;
}

input[type=text],input[type=password],select {
	width: 300px;
	border: 1px solid;
	padding: 3px;
	border-color: #84c084 #69b269 #69b269 #84c084;
}

small {
	font-size: 0.8em;
}