* { margin: 0; padding: 0; }

body, table, pre
{
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color: #4c4c4c;
}

img { border-style: none; }
a   { outline: none; }

h1, h2, h3, h4, h5, h6, h1 a
{
	margin: 0 0 .5em 0;
	font-size: 150%;
	color: #000;
	text-decoration: none;
}

h1 {}
h2 { font-size: 130%; }
h3 { font-size: 115%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }
h6 { font-size: 105%; }

h1.page-title
{
	margin: 0 0 15px;
	line-height: 1.2em;
}

a        { text-decoration: none; color: #436f97; }
a:hover  { text-decoration: underline; color: #000; }

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
{
	margin: 0 0 .3em;
	padding: 0 0 0 1.3em;
	background: url(../images/global/bullet_list.gif) 0 .4em no-repeat;
}

ul ul, ol ul { margin: .5em 0 0 2em; }

ul ul li, ol ul li
{
	margin: 0 0 .3em;
	padding: 0 0 0 1.3em;
	font-size: 85%;
	background: url(../images/global/bullet_disc.gif) 0 .7em no-repeat;
}

ol           { list-style-type: decimal; }
ol ol, ul ol { margin: .5em 0 0 2em; }

ol li
{
	margin: 0 0 .3em 1.2em;
	padding: 0;
}

ol ol li, ul ol li
{
	margin: 0 0 .3em 1.2em;
	font-size: 85%;
	list-style-type: lower-alpha;
	background: none;
}

.hr
{
	margin: 0 0 10px 0;
	height: 10px;
	background: url(../images/global/dashes.gif) 0 bottom repeat-x;
}

.callout, blockquote
{
	display: block;
	padding: 25px;
	font-size: 170%;
	font-style: oblique;
	background: #f2f2f2;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;	
}

span.callout { margin: 1.5em 0; }

.small     { font-size: 9px; }
.big       { font-size: 120%; }
.disabled  { opacity: .5; filter: alpha(opacity=50); }
.hidden    { display: none; }

.page-info {
	font-style: italic;
	color: black;
}

.data-table
{
	width: 100%;
	border-collapse: collapse;
}

.data-table td
{
	padding: 15px;
	font-size: 85%;
	line-height: 1em;
	background: #f2f2f2;
	border-bottom: 1px solid #fff;
}

.data-table tr.even td { background: #e7e7e7; }

.data-table .table-header, .data-table .table-header td
{
	padding: 10px 15px;
	font-size: 110%;
	font-weight: bold;
	color: #a6a6a6;
	background-color: #000;
}

.data-table .table-header strong, .data-table .table-header td strong { color: #ce2a1e; }

.caption-right
{
	background: #eee;
	clear: right;
}

.caption-left {
	border: solid 1px #ccc;
	padding: 1px;
	clear: left;
}

.caption-right img, .caption-left img
{
	margin: 0;
	border: none;
}

.caption-right p, .caption-left p
{
	margin: 1px 0 0 0;
	padding: 5px;
	font-size: 11px;
	color: #333;
	background-color: #eee;
	line-height: 140%;
}

.caption-right, .image-right
{
	float: right;
	margin: 5px 0 15px 15px;
}

.caption-left, .image-left
{
	float: left;
	margin: 5px 15px 15px 0;
}

.caption-right .image-right, .caption-left .image-left, .caption-right .image-left, .caption-left .image-right { float: none; }



.mceVisualAid {	border: 1px dashed #bbb; }