* { margin: 0; padding: 0; }

body, table, pre
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 183%;
	color: #333;
}

img { border-style: none; }
a   { outline: none; }

h1, h2, h3, h4, h5, h6, h1 a
{
	margin: 0 0 .5em 0;
	font-size: 16px;
	text-decoration: none;
}

h1 { color: #861c1e; }
h2 {}
h3 { font-size: 14px; }
h4 { font-size: 12px; }

h1.page-title
{
	margin: 0 0 15px;
	padding: 7px 10px 11px 10px;
	font-size: 21px;
	line-height: 1.2em;
	background: #ecede8 url(../images/bkg_titles.gif) 0 bottom repeat-x;
	border-top: 1px solid #d4d1bb;
}

a        { color: #729cb3; }
a:hover  { color: #adc7d6; }

a.small-link { font-size: 10px; }
code         { color: #555; background-color: #ccc;}


p, dt, dd, blockquote, table, pre
{
	margin: 0 0 1.4em;
}

dt
{
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

ul, ol, dl
{
	margin: 0 0 1.4em 1.4em;
	list-style-type: none;
}

ul li
{
	padding: 0 0 .3em 1.4em;
	background: url(../images/blt_disc.gif) 0 .7em no-repeat;
}

ul ul, ol ul
{
	margin: 1em 0 0 1.4em;
}

ul ul li, ol ul li
{
	padding: 0 0 0em 1.4em;
	font-size: 90%;
	background: url(../images/blt_disc.gif) 0 .9em no-repeat;
}

ol
{
	list-style-type: decimal;
}

ol li
{
	margin: 1em 0 0 1.2em;
	padding: 0;
}

ol ol li, ul ol li
{
	font-size: 90%;
	list-style-type: lower-alpha;
}

.hr
{
	margin: 0 0 10px 0;
	padding: 0;
	height: 10px;
	font-size: 0px;
	line-height: 0;
	background: url(../images/dashes.gif) 0 bottom repeat-x;
}

.small     { font-size: 75%; }
.big       { font-size: 120%; }
.disabled  { opacity: .5; filter: alpha(opacity=50); }
.hidden    { display: none; }

.data-table
{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d7cfb8;
	border-left: 1px solid #d7cfb8;
}

.data-table td
{
	padding: 5px;
	line-height: 1em;
	border-bottom: 1px solid #d7cfb8;
	border-right: 1px solid #d7cfb8;
}

.data-table tr.even td { background: #eaebe6; }

.data-table .table-header, .data-table .table-header td
{
	font-size: 11px;
	font-weight: bold;
	background-color: #eaebe6;
	border-bottom: 1px solid #d7cfb8;
	border-right: 1px solid #d7cfb8;
}

.caption-right, .caption-left
{
	background: #fff;
}

.caption-right img, .caption-left img
{
	margin: 0;
	padding: 2px;
	border: 1px solid #d7cfb8;
}

.caption-right p, .caption-left p
{
	margin: 0;
	padding: 5px 8px;
	font-size: 11px;
	font-style: oblique;
	line-height: 1.5em;
	color: #fff;
	background: #245F8C;
}

.caption-right
{
	float: right;
	margin: 5px 0 10px 10px;
}

.caption-left
{
	float: left;
	margin: 5px 10px 10px 0;
}

.mceVisualAid {	border: 1px dashed #bbb; }
