﻿/* general */

p
{
	margin: 0.5em 1em 0.8em 0;
	line-height: 1.4em;
	text-align: justify;
}

p strong, ul li strong, ul li ul li strong, ul li ul li ul li strong,
{
	color: #1F1F1F;
}

#content p
{
	margin: 0 1em 1em .5em;	
}

span.blackText
{
	color: #000000;
}

.external
{
	background:url(/_images/icon_external_link.gif);
	display: inline;
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding: 4px 5px 0 5px;
	text-decoration: none;
}

.external_lower
{
	background:url(/_images/icon_external_link.gif);
	display: inline;
	background-repeat: no-repeat;
	padding: 2px 5px 8px 5px;
	text-decoration: none;
}

.pdf
{
	background:url(/_images/pdf.gif);
	display: inline;
	background-repeat: no-repeat;
	background-position: 1px 0;
	padding: 2px 5px 0 5px;
	text-decoration: none; !important
}

.source
{
	font-size: 85%;
}

#page_outer
{
    font-size:90%;
    color:#017f62;
}
#errorMsg
{
    color:Red !important;
    font-size:90%;
}

.italicText
{
    font-style:italic;
}

.boldText
{
    font-weight:bold;
}

img.homepage
{
	float: right;
}

p.homepage
{
	clear:both;
}

/* links */
a:link, a:active, a:focus
{
    text-decoration:none;
    color:#0101CD;	
}

a:hover
{
    text-decoration:underline;
    color:#346A74;
}

a:visited
{
	text-decoration: none;
	color: #346A74;  
}

a:visited:hover
{
	text-decoration: underline;
	color: #346A74;
}

/* End links */


/* headings */
h1
{
    color:#017f62;
	text-align: left;
	font-size: 1.6em;
	margin: 1em 0 1em 0;
}

h2
{
    color:#017f62;
	text-align: left;
	font-size: 1.3em;
	margin: 2em 0 0.5em 0;	
}

h2.smaller
{
    color:#017f62;
	text-align: left;
	font-size: 1.2em;
	margin: 1.5em 0 0.5em 0;	
}

h3
{
    color:#017f62;
	text-align: left;
	font-size: 1.2em;
	margin: 1.5em 0 0.5em 0;	
}

h4
{
    color:#017f62;
	text-align: left;
	font-size: 1.1em;	
	margin: 1.5em 0 0.5em 0;	
}

h5
{
	color:#017f62;
	text-align: left;
	font-size: 1em;	
	margin: 1.5em 0 0.5em 0;
}

#content h1 
{
	margin: 0 1em 1em .5em;	
}

/* End headings */

/* bulleted and numbered lists */
ul.noBullet
{
    list-style-type:none;
}

ul
{
    margin:0;
}

.innercontent ul li
{
	list-style-type: square;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
    margin-left: 2.5em;
}

.innercontent ul li ul li
{
	line-height: 1.4em;
    margin-left: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(/_images/bullet_dash.gif);
}

.innercontent ul li ul li ul li
{
	line-height: 1.4em;
    margin-left: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(/_images/bullet_double_dots.gif);
}

.innercontent ul.contents
{
	margin: 0 0 0 1.25em;
}

.innercontent ul.contents li
{
	list-style-type: square;
	margin-right: 1em;
}

ol
{
	margin: 0px;
	padding: 10px 0px 0px 22px;	   	
	line-height: 1.4em;
	text-align: justify;
}

ol li
{
	text-align: justify;
	padding-left: 5px;
	padding-bottom: 10px;
}

ol li ol.alpha
{
	margin: 0;	
	line-height: 1.4em;
	text-align: justify;	
}

ol li ol.alpha li
{
	list-style-type:lower-alpha;
	padding-bottom: 10px;
}

#legal ul li
{
	list-style-type: none;
	list-style: none;
}

/* End bulleted and numbered lists */

/* tables */
table
{
	background-color : #FFFFFF;
	border-color : #000000;
	border-collapse: collapse;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	line-height : 1.3em;
	font-size: 85%;
	width : 100%;
	margin-top: 0;
}

table td
{
	border : 0;
	padding : 6px 5px 6px 5px;
	vertical-align: top; 
}

table th
{
	text-align : left;
	font-style: normal;
	color:#017f62;
	font-weight: normal;
	padding: 6px 5px 6px 5px;
	vertical-align: top;
}

table tr.column th
{
	text-align : left;
	font-style: normal;
	border-bottom : 1px solid #CCCCCC;
	color:#017f62;
	font-weight: bold;
	padding: 6px 5px 6px 5px;
	vertical-align: bottom;
}

table.reports
{
	background-color : #FFFFFF;
	border-color : #000000;
	border-collapse: collapse;
	border-top : 1px solid #D99A4E;
	border-bottom : 1px solid #D99A4E;
	font-size: 90%;
	width : 90%;
	margin-top: 0;
}

table.reports td
{
	border : 0;
	padding : 5px 5px 5px 5px;
	vertical-align: top;
}

table.reports th
{
	text-align : left;
	font-style: normal;
	color:#017f62;
	font-weight: bold;
	padding: 6px 5px 6px 5px;
	vertical-align: top;
	border-bottom: 1px solid #A7D0D9;
}


/* End tables */

.errortext
{
	color: Red;	
}

hr
{
	text-align: left;
	width: 25%;
	margin: 1em 0 0.2em 0;
}

caption
{
	color:#017f62;
	text-align: left;
	font-size: 1em;	
	margin: 1.5em 0 0.5em 0;
	padding: 1em 0 0.5em 0;
	font-weight: bold;
}

hr.toc
{
	text-align: center;
	width: 50%;
}

.indent
{
	margin-left: 3em;
}

.guideline_link
{
	text-align: right;
}
.guideline_link a
{
	color:#017f62;
	font-size: 1em;	
	margin: 1.5em 0 0.5em 0;
	padding: 1em 0 0.5em 0;
	font-weight: bold;
	text-decoration:underline;
}

