/* reset */
body, h1, h2, h3, h4, p, table {
	padding: 0;
	margin: 0;
}

/*p, ul, ol, li, pre, q,
em, b, i, u, table
{
	font-size: 9pt;
}*/

ol li {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #1e51be;
}

a:hover {
	text-decoration: underline;
}

img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

* {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Navbar */

#navbar {
	position: fixed;
	top: 0;
	font-size: 8pt;
	width: 100%;
	background-color: #f1f1f1;
	border-bottom: 1px solid silver;
}

#navbar-left {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navbar-right {
	border-left: 1px solid silver;
	float: right;
	padding: 3px 10px;
	display: none;
}


/* @end */



/* @group Main Page */

#frame {
	margin: 30px auto 0;
	width: 450px;
}

#contentleft {
	margin-top: 20px;
	text-align: center;
	float: left;
	padding-right: 30px;
}

#contentleft h1 {
	font: bold 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin-top: 10px;
}

#contentleft p {
	font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 10px;
}

#contentright {
	border-left: 1px solid silver;
	margin-top: 20px;
	padding-left: 30px;
	float: left;
	padding-top: 10px;
}

.section {
	margin-top: 10px;
	margin-bottom: 30px;
}

.section h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 2px;
}

.section h4 {
	font-size: 12px;
}

p#copyright {
	font-size: 8pt;
	float: left;
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
	color: gray;
}

/* @end */

/* @group Pages */

#page {
	padding-right: 20px;
	padding-top: 35px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 9pt;
}

#page h1 {
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page h2 {
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page h4 {
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9pt;
	line-height: 14pt;
}

ul.related {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

/* @end */


/* @group Boxes */

div.infobox {
	border: 1px solid silver;
	margin-bottom: 10px;
}

div.infobox h3 {
	font-size: 8pt;
	border-bottom: 1px solid silver;
	background-color: #e2ecfe;
	padding: 3px 5px;
}

div.infobox p {
	padding: 5px;
	font-size: 8pt !important;
}

div.infobox img.left {
	float: left;
}

.box {
	display: inline-block;
	padding: 5px 10px;
	text-align: left;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Misc */

.gray {
	background-color: #e8e8e8;
	border: 1px solid silver;
}

.blue {
	background-color: #e2ecfe;
	border: 1px solid #a7c9fe;
}

.green {
	background-color: #dbfedf;
	border: 1px solid #7be37f;
}

.red {
	background-color: #fdd2d7;
	border: 1px solid #fd93a0;
}

.bold {
	font-weight: bold;
}

.indent {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 9pt;
}

.point {
	list-style-type: square;
	display: list-item;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 5px;
}

.small {
	font-size: 8pt !important;
}

ul.spacey li, ol.spacey li {
	margin-bottom: 5px;
	line-height: 12pt;
}

ul.changes {
	margin: 0;
	padding-left: 30px;
	list-style-type: square;
	padding-right: 10px;
}

ul.changes li {
	margin-bottom: 5px;
}

/* @end */

