/* Document CSS */

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fefeff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


.error, .important {
	font-style: italic;
	color: #FF0000 !important;
	background-color: #FFFFFF;
}


div#accessibility {
	display: none;
}


/* Header */

div#header {
	width: 100%;
	font-size: small;
}

div#header ul#headerlinks {
	background-color: #ffffff;
	text-align: right;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;
	/*border-radius-topleft: 25px;
	border-radius-topright: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;*/
}

div#header ul#headerlinks li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

div#header ul#headerlinks li a:link, div#header ul#headerlinks li a:visited {
	text-decoration: none;
}

div#header ul#headerlinks li a:link {
	color: #999999;
}

div#header ul#headerlinks li a:visited {
	color: #cccccc;
}

div#header ul#headerlinks li a:link:hover, div#header ul#headerlinks li a:visited:hover {
	color: #d69a08;
	text-decoration: underline overline;
	font-style: italic;
}

div#header div#baner {
	position: relative;
}

div#header div#baner, div#header div#baner div#banerleft, div#header div#baner div#banercenter, div#header div#baner div#banerright {
	height: 90px;
}

div#header div#baner div#banerleft, div#header div#baner div#banerright {
	position: absolute;
	width: 50%;
	background-repeat: repeat-x;
	top: 0px;
	/*bottom: 0px;*/
}

div#header div#baner div#banerleft {
	background-image: url(banerLeft.png);
	background-color: #ffffff;
	left: 0px;
}

div#header div#baner div#banerright {
	background-image: url(banerRight.png);
	background-color: #7186b2;
	right: 0px;
}

div#header div#baner div#banercenter {
	position: relative;
	width: 602px;
	background-image: url(banerCenter.png);
	background-color: #b8c2d8;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}



/* Menu */

div#menu {
	float: left;
	color: #000066;
	background-color: #f0f0ff;
	/*border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;*/
	padding-left: 2px;
	padding-right: 2px;
	width: 150px; /* ie margin div#contents */
	font-size: small;
	margin: 2px;
}


div#menu div.portlet {
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	/*border-radius-topleft: 5px;
	-moz-border-radius-top: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;*/
}

div#menu div.portlet h5, div#menu div.portlet h5 a:link, div#menu div.portlet h5 a:visited {
	color: #0080c0;
	font-style: italic;
	font-size: small;
}

div#menu div.portlet h5 {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	cursor: default;
}

div#menu div.portlet h5 a:link, div#menu div.portlet h5 a:visited, div#menu div.portlet div.pBody ul li a:link, div#menu div.portlet div.pBody ul li a:visited {
	text-decoration: none;
	cursor: pointer;
}

div#menu div.portlet h5 a:link:hover, div#menu div.portlet h5 a:visited:hover {
	font-style: normal;
}

div#menu div.portlet h5 a:link:hover, div#menu div.portlet h5 a:visited:hover, div#menu div.portlet div.pBody ul li a:link:hover, div#menu div.portlet div.pBody ul li a:visited:hover {
	text-decoration: underline;
}

div#menu div.portlet div.pBody ul {
	margin: 0px;
	padding: 0px;
	/*padding-top: 2px;*/
	list-style-type: none;
	list-style-image: url(menubullet.png);
	list-style-position: inside;
}

div#menu div.portlet div.pBody ul li {
	margin-left: 1ex;
	padding-left: 1ex;
}

div#menu div.portlet div.pBody ul li a:link {
	color: #000066;
}

div#menu div.portlet div.pBody ul li a:visited {
	color: #000044;
}

div#menu div.portlet div.pBody ul li a:link:hover, div#menu div.portlet div.pBody ul li a:visited:hover {
	color: #0080c0;
	font-style: italic;
}

div#menu div#p-search div#searchBody form div {
	text-align: center;
}

div#menu div#p-search div#searchBody form div input {
	width: 95%;
}


/* Content */

div#contents {
	color: #000044;
	text-align: justify;
	background-color: #ffffff;
	/*border-radius-topleft: 20px;
	-moz-border-radius-topleft: 20px;*/
	padding: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 160px; /* ie width div#menu */
	margin-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #5ed3ff;
	min-width: 580px; /* margin-left - banerCenter.width */
}

div#contents div.toolbox {
	float: right;
	width: 150px;
	font-size: small;
	background-color: #f8c259;
	padding: 1px;
	margin-left: 15px;
	margin-bottom: 25px;
}

div#contents div.toolbox form {
	margin: 0px;
	padding: 0px;
}

div#contents div.toolbox h4.mainTitle {
	font-size: medium;
	background-color: #cccccc;
	text-align: center;
	margin: 0px;
	padding: 2px;
}

div#contents div.toolbox div.tool {
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	margin-top: 1px;
	/*overflow-x: auto;*/
	overflow: auto;
}

div#contents div.toolbox div.tool h5 {
	font-size: small;
	text-align: center;
	margin: 1px;
	padding: 1px;
}

div#contents div.toolbox div.tool input {
	width: 70%;
	font-size: small;
	margin: 2px;
	padding: 0px;
}

div#contents div.toolbox div.tool input.submit {
	width: 60%;
}

div#contents div#article h1, div#contents div#article h2, div#contents div#article h3, div#contents div#article h4, div#contents div#article h5, div#contents div#article h6 {
	font-weight: bold;
}

div#contents div#article h1 {
	font-size: 2.2em;
}

div#contents div#article h2 {
	font-size: 1.8em;
}

div#contents div#article h3 {
	font-size: 1.4em;
}

div#contents div#article h4 {
	font-size: 1.2em;
}

div#contents div#article h5 {
	font-size: 1.1em;
}

div#contents div#article h6 {
	font-size: 1.0em;
}

div#contents div#article h1#pageTitle {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1px;
	font-size: 2.3em;
}

div#contents div#article h2.articleSummaryTitle {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	padding: 0px;
}

div#contents div#article h2#subPageTitle, div#contents div#article h3.articleSummarySubTitle {
	font-size: small;
}

div#contents div#article h2#subPageTitle {
	margin-top: 1px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 2px;
}

div#contents div#article h3.articleSummarySubTitle {
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

div#contents div#article h2#subPageTitle span.subpages, div#contents div#article h3.articleSummarySubTitle span.subpages {
	font-style: italic;
}

div#contents div#article h3.articleSummarySubTitle span.subpages a:link, div#contents div#article h3.articleSummarySubTitle span.subpages a:visited {
	font-weight: bold;
}

div#contents div#article p {
	text-indent: 5ex;
	margin-left: auto;
	margin-right: auto;
}

div#contents div#article a:link, div#contents div#article a:visited {
	text-decoration: none;
	cursor: pointer;
}

div#contents div#article a:link {
	color: #85a2dd;
}

div#contents div#article a:visited {
	color: #93a4c3;
}

div#contents div#article a:link:hover, div#contents div#article a:visited:hover {
	font-style: italic;
	text-decoration: underline;
}

div#contents div#article a:link.external {
	color: #9b91d9;
}

div#contents div#article a:visited.external {
	color: #a393c3;
}

div#contents div#article pre {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #dedeff;
	border-style: dashed;
	border-color: #7b9c9d;
	border-width: 3px;
	/*overflow-x: auto;*/
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 2.5em;
	padding-left: 15px;
	padding-right: 15px;
}

div#contents div#article ul li {
	list-style-type: square;
}

div#contents div#article dt {
	font-weight: bold;
	font-style: italic;
}

div#contents div#article span#siteSub {
	visibility: hidden;
	display: none;
}

div#contents div#article table#toc, div#contents div#p-cactions, div#contents div#p-personal {
	float: right;
	clear: right;
	width: 300px;
	border-style: solid;
	border-color: #f8c259;
	border-width: 1px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 25px;
	padding: 5px; 
}

div#contents div#article table#toc div#toctitle h2 {
	font-size: medium;
	font-style: italic;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 1em;
	margin-right: 1em;
	display: inline;
}

div#contents div#article table#toc div#toctitle span.toctoggle {
	font-size: small;
	width: 12ex;
}

div#contents div#article table#toc div#toctitle span.toctoggle a:link, div#contents table#toc div#toctitle span.toctoggle a:visited, div#contents table#toc div#toctitle span.toctoggle a:link:hover, div#contents table#toc div#toctitle span.toctoggle a:visited:hover {
	color: #1b66ff;
}

div#contents div#article table#toc div#toctitle span.toctoggle a:link:hover, div#contents table#toc div#toctitle span.toctoggle a:visited:hover {
	font-style: italic;
	text-decoration: underline; 
}

div#contents div#article table#toc ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3ex;
	padding-right: 0px;
	text-align: left;
	font-size: small;
}

div#contents div#article table#toc ul li {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}

div#contents div#article table#toc span.tocnumber {
	visibility: hidden;
	display: none;
}

div#contents div#article table#toc ul li a:link, div#contents div#article table#toc ul li a:visited {
	color: #0000dd;
}

div#contents div#article table#toc ul li a:link:hover, div#contents div#article table#toc ul li a:visited:hover {
	font-style: italic;
	color: #0000ff;
}

div#contents div#article table#toc ul li.toclevel-4, div#contents div#article table#toc ul li.toclevel-5, div#contents div#article table#toc ul li.toclevel-6 {
	display: none;
}


div#contents div#article div.printfooter {
	visibility: hidden;
	display: none;
}


/* Footer */

div#footer {
	clear: both;
	width: 100%;
	font-size: small;
	background-color: #ecf6fe;
	border-color: #c2e7f4;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 6px;
	border-bottom-width: 4px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
	/*border-radius-bottomleft: 25px;
	border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;*/
}

div#footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#footer ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

div#footer ul li a:link, div#footer ul li a:visited {
	text-decoration: none;
	border-style: none;
}

div#footer ul li a:link {
	color: #000066;
}

div#footer ul li a:visited {
	color: #000099;
}

div#footer ul li a:link:hover, div#footer ul li a:visited:hover {
	color: #0080c0;
}

div#footer ul#validator {
	text-align: center;
	list-style-type: none;
	margin-top: 4px;
}

div#footer ul#validator li {
	margin-left: 2px;
	margin-right: 2px;
}

div#footer ul#validator li a:link, div#footer ul#validator li a:visited {
	text-decoration: none;
	border-style: none;
}

div#footer ul#validator li a:link img, div#footer ul#validator li a:visited img {
	width: 80px;
	height: 15px;
	border-width: 0px;
	border-style: none;
}


