@charset "utf-8";
/* Stylesheet File													*/
/* paragraph.css 													*/
/* Modified March 09th 2010								 			*/
/* http://www.heder.nu/		 									    */

/* reset browser style */

address, caption, cite, code, dfn, em, strong, var, optgroup, abbr, acronym {
	font-variant: normal;
	margin: 0;
	padding: 0;
	border: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
	font-size: 100%;
	list-style-type: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}
body {
	font: normal 0.8em/1.5em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: normal;
	word-spacing: 0em;
	letter-spacing: 0;
	color: #303030;
}

/* paragraph style */

p {
	margin-bottom: 12px;
	line-height: 20px;
	font-size: 12px;
}
h1 {
	margin: 0px -1px;
	margin-bottom: 8px;
	line-height: 32px;
	font-size: 26px;
}
h2 {
	margin-bottom: 10px;
	line-height: 27px;
	font-size: 19px;
}
h3 {
	margin-bottom: 10px;
	line-height: 27px;
	font-size: 19px;
	color: #4d7143;
}
h4 {
	margin-bottom: 2px;
	font-size: 16px;
	color: #4d7143;
}
h5 {
	margin-bottom: 2px;
	font-size: 16px;
}
h6 {
	font-style: oblique;
	font-size: 11px;
}

/* anchor style */

a {
	text-decoration: none;
	color: #21759b;
}
a:hover {
	text-decoration: underline;
	color: #4d7143;
}

/* list style*/

ul, ol {
	margin-left: 2em;
	margin-bottom: 14px;
	line-height: 18px;
	font-size: 12px;
}
ul li {
	padding-bottom: 4px;
	list-style: disc outside;
}
ol li {
	margin-left: 1em;
	padding-bottom: 4px;
	list-style: decimal outside;
}
ul ol, ol ul, ol ol, ul ul  {
	margin-top: 4px;
	margin-bottom: -4px;
}

/* list special style*/

ul.bullet {
	margin-left: 0;	
}
ul.bullet li {
	padding: 1px 0 4px 2em;
	background: url(../images/bullet.png) no-repeat 4px 6px;
	list-style: none;
}
ul.tick {
	margin-left: 0;	
}
ul.tick li {
	padding: 1px 0 4px 2em;
	background: url(../images/bullet_tick.png) no-repeat 2px 2px;
	list-style: none;
}
ul.custom {
	margin-left: 0;	
}
ul.custom li {
	padding: 1px 0 4px 2em;
	background: url(../images/bullet_custom.png) no-repeat 2px 2px;
	list-style: none;
}

/* dl style*/

dl {
	width: 490px;
	padding-bottom: 2px;
	overflow: hidden;
	font-size: 12px;
}
dl dt {
	width: 100px;
	display: inline;
	float: left;
}
dl dd {
	width: 380px;
	display: inline;
	float: right;
}

/* action style */

.action, a.related {
	width: 50px;
	padding: 1px 0;
	padding-left: 14px;
	background: transparent url(../images/action_arrow.png) no-repeat 0px 8px;
	white-space: nowrap;
	display: block;
	color: #4d7143;
	clear: both;
}
.action:hover, a.related:hover {
	text-decoration: underline;
	color: #4d7143;
}

/* document style */

.document {
	width: auto;
	padding: 1px 0;
	white-space: nowrap;
	display: block;
	color: #303030;
}
.document img {
	margin-right: 4px;
	vertical-align: -3px;
}
.document:hover {
	text-decoration: underline;
	color: #4d7143;
}

/* table style */

table {
	width: auto;
	margin: 10px -7px;
	margin-bottom: 20px;
	display: table;
}
table th {
	padding: 3px 7px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #303030;
}
table td {
	padding: 3px 7px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #303030;
}

/* simple table style */

.simple {
	width: auto;
	margin: 10px 0;
	margin-bottom: 20px;
}
.simple td, .simple th {
	padding: 3px 5px 3px 14px;
	background: transparent url(../images/background_table_space.png) repeat-y top left;
	border-top: 1px solid #d5d5d5;
	font-size: 11px;
	color: #303030;
}
.simple .row1 td, .simple .row1 th {
	border-top: none;
}
.simple .row1 th {
	font-weight: bold;
}
.simple th.start {
	padding: 5px 5px;
	background-image: none;
}
.simple td.start {
	padding: 3px 5px;
	background-image: none;
}

/* styled table style */

.styled {
	width: auto;
	margin: 10px 0;
	margin-bottom: 20px;
}
.styled th {
	padding: 4px 9px 4px 7px;
	background: #b5b5b5 url(../images/background_table_cell.png) repeat-y top right;
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}
.styled td {
	padding: 4px 9px 4px 7px;
	font-size: 11px;
	color: #303030;
}
.styled .even td {
	background: #fafafa url(../images/background_table_cell.png) repeat-y top right;
}
.styled .odd td {
	background-color: #ffffff;
}

/* styled theme2 table style */

.styled.theme2 {
	width: auto;
}
.styled.theme2 th {
	background: none;
	background-color: #25491b;
	border: none;
	color: #ffffff;
}
.styled.theme2 .even td {
	background: none;
	background-color: #d6e0d4;
	color: #303030;
}
.styled.theme2 .odd td {
	background: none;
	background-color: #c2d1be;
	color: #303030;
}

/* styled theme3 table style */

.styled.theme3 {
	width: auto;
}
.styled.theme3 th {
	background: none;
	background-color: #4e4742;
	border: none;
	color: #ffffff;
}
.styled.theme3 .even td {
	background: none;
	background-color: #d5cac4;
	color: #303030;
}
.styled.theme3 .odd td {
	background: none;
	background-color: #c2b8b2;
	color: #303030;
}

/* holder table style */

table.holder {
	width: 480px !important;
	margin: 0px -12px 0px 0px;
	text-align: left;
}
table.holder th, table.holder td {
	padding: 0px 12px 0px 0px;
}
table.holder th table, table.holder td table{
	width: 228px !important;
}
table.holder th .simple th, table.holder th .simple td {
	padding: 3px 5px 3px 14px;
}
table.holder td .simple th, table.holder td .simple td {
	padding: 3px 5px 3px 14px;
}
table.holder th .styled th, table.holder th .styled td {
	padding: 4px 9px 4px 7px;
}
table.holder td .styled th, table.holder td .styled td {
	padding: 4px 9px 4px 7px;
}

/* inline table style */

table.inline {
	width: auto;
	margin: 0px;
	padding: 0px;
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	position: relative;
	left: 0px;
	top: 0px;
}
table.inline th, table.inline td {
	background: none !important;
	background-color: transparent !important;
	border: none !important;
}
table.inline tr.row1 th, table.inline tr.row1 td {
	font-weight: normal;
}
table th table.inline, table td table.inline {
	margin: 0px -7px -2px -7px;
}
table th table.inline th, table th table.inline td {
	padding: 0px 7px 2px 7px;
}
table td table.inline th, table td table.inline td {
	padding: 0px 7px 2px 7px;
}
.simple th table.inline, .simple td table.inline {
	margin: -3px -5px -3px -14px;
	margin: 0px -5px -2px -14px;
}
.simple th table.inline th, .simple th table.inline td {
	padding: 0px 5px 2px 14px;
}
.simple td table.inline th, .simple td table.inline td {
	padding: 0px 5px 2px 14px;
}
.styled th table.inline, .styled td table.inline {
	margin: 0px -9px -2px -7px;
}
.styled th table.inline th, .styled th table.inline td {
	padding: 0px 9px 2px 7px;
}
.styled td table.inline th, .styled td table.inline td {
	height: 15px;
	padding: 0px 9px 2px 7px;
}

/* text style */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
sub, sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
pre, code, kbd, samp, tt {
	font-size: 12px;
	line-height: 18px;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
	color: #4d7143;
}
abbr {
	border-bottom: 1px dotted #9c9c9c;
	color: #8e8e8e;
	cursor: help;
}
q:before, q:after {
	content: '';
}

/* blockquote style */

blockquote {
	padding-top: 3px;
	padding-right: 16px;
	margin-bottom: 14px;
	background: transparent url(../images/blockquote_start.png) no-repeat left 3px;
}
blockquote p {
	margin: 0;
	padding-bottom: 1px;
	background: transparent url(../images/blockquote_end.png) no-repeat right bottom;
	font-style: oblique;
	font-size: 12px;
	color: #787878;
}
blockquote p a {
	text-decoration: none;
	color: #787878;
}
blockquote p a:hover {
	text-decoration: none;
	color: #303030;
}
blockquote p:first-letter {
	margin-left: 20px;
}

/* factbox style */

.factbox {
	margin-top: 10px;
	margin-bottom: 14px;
	border: 1px solid #dddddd;
}
.factbox div {
	padding: 6px 8px;
	padding-bottom: 0px;
	border: 6px solid #ffffff;
	background-color: #eaeff4;
}
.factbox div p, .factbox div h3, .factbox div ul, .factbox div ol {
	margin-bottom: 6px;
}

/* definition style */

.definition {
	padding-bottom: 10px;
}
.definition dl {
	width: 100%;
	padding: 0;
	margin-bottom: 3px;
	background-color: #fafafa;
	line-height: 15px;
	font-size: 11px;
	color: #303030;
}
.definition dt {
	width: 16%;
	padding: 2px 0px 3px 4px;
}
.definition dd {
	width: 80%;
	padding: 2px 4px 3px 4px;
	border-left: 3px solid #ffffff;
}

/* definition plain style */

.definition.plain dl {
	margin: 0;
	background: none;
}
.definition.plain dl dt, .definition.plain dl dd {
	padding: 2px 0;
	border: none;
}

/* image style */

img.left {
	float: left;
	margin: 0 12px 4px 0;
	display: block;
}
img.right {
	float: right;
	margin: 0 0 4px 12px;
	display: block;
}
span.center {
	width: auto;
	float: none;
	margin-bottom: 8px;
	text-align: center;
	display: block;
}
img.none {
	float: none;
	margin-bottom: 8px;
}

/* alignment style */

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}


