html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


html
{
}
body
{
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt; line-height: 1.3; font-weight: normal;
	background: none;
}
h1 { font-size: 2em; font-weight: bold; }
h2 { font-size: 1.5em; font-weight: bold; }
p { color: #333; text-align: justify; text-indent: 2em; }
table
{
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}
tbody
{
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
ul
{
	display: block;
	list-style-type: circle;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
ol
{
	margin:50px;
}
li
{
	display: list-item;
	text-align: -webkit-match-parent;
}
a:link, a:visited, a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	margin:auto;
}
/*-- Container --*/
#container
{
	min-height: 100%;
	background-color: #fff;
}

/*-- Header --*/
#header
{
	width:100%; left:0; top:0; position: fixed; z-index: 1;
	margin: 0; padding: 0 10px; height: 2em; line-height: 2;
	border-bottom-width: 3px; border-bottom-style: solid;
	border-bottom-color: #3c78b5;
	background-color: #003366;
}
#header a
{
	color: #ffffff;
}
#headpath
{
	/*font-size: 14px;*/
	list-style: none; padding: 0; margin: 0; overflow: auto;
}
#headpath li
{
	color: #ffffff;	white-space: nowrap;
	display: inline; float: left;
	padding-left: 15px; padding-top: 2px;
	background: url(wimg/w_headpath.png) no-repeat 3px center;
}
#headpath li.first
{
	padding-left: 0; background-image: none;
}

/*-- login --*/
#access
{
	padding: 0; margin-right: 20px; float: right;
	position: relative; z-index: 2;
}
form { margin: 0; padding: 0; display: inline-block; }
.inputacc
{
	/*font-size: 14px;*/
	padding: 0px 1px; color: #97abbf; background: transparent;
	border: 1px solid #3a4767;
}
.inputacc:hover, .inputacc:focus
{
	border: 1px solid #babdb6;
}


/*-- sidebar --*/
#sidebar
{
	position: fixed; height:100%; width: 250px; float: left;
	padding: 0; margin: 0;
	background: url(wimg/w_sidebar.png) repeat-y right top;
	background-color: #f0f0f0; color: #4C4C4C;
	font-size: 1em; line-height: 1.3;
}
#sidebar a
{
	color: #4c4c4c;
}
#sidebar a:hover
{
	color: black;
}
#sidebar a.focus
{
	/*color: black;*/ font-weight: bold;
}

/*-- tree --
.tree { margin: 10px; }
.tree ul { padding: 0; margin: 0; }
.tree li
{
	list-style-position: inside;
	list-style-image: url(wimg/tree_exp_leaf.gif);
	background: url(wimg/tree_i.gif) repeat-y top left;
	padding-left: 18px;	text-indent: -18px;	cursor: pointer;
	padding-bottom: 10px;
}
.tree li:last-child { background: url(wimg/tree_i_half.gif) no-repeat; }
.tree .expanded { list-style-image: url(wimg/tree_exp_minus.gif); }
.tree .contracted { list-style-image: url(wimg/tree_exp_plus.gif); }
.tree .expanded ul { display: block; }
.tree .contracted ul { display: none; }
*/

.tree { margin: 10px; }
.tree ul { padding: 0; margin: 0; }
.tree li
{
	margin-left: 15px; cursor: pointer;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 10px;
}
.tree .expanded { list-style-image: url(wimg/arrow_down.png); }
.tree .contracted { list-style-image: url(wimg/arrow_right.png); }
.tree .expanded ul { display: block; }
.tree .contracted ul { display: none; }
.tree .contact { list-style-image: url(wimg/icon_email_mini.gif); margin-top: 10px; }


/*-- content --*/
#content, #main
{
	min-height: 40em; position: relative;
	margin-top: 2em; margin-left: 250px;
	padding: 20px; border: 0;
	font-size: 1.1em;
	overflow-x: auto;
/*border: 1px dotted red;*/
}
#content h2, #main h2 
{
	margin-bottom: .5em;
	font-size: 1.6em;
	padding-bottom: 2px;
	border-bottom: 1px solid #919699;
}
#content h2
{
	margin-top: 2em;
}
#content a
{
	color: #006DAF;
}

#main
{
	background-color: rgb(246, 245, 243);
}


.article
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 20px;
	max-width: 900px;
}

.left 
{
	float:left;
	margin: 10px 10px 10px 0;
}
.right
{
	float: right;
	margin: 10px 0 10px 10px;
}
.clear
{
	clear: both;
}


.table-wrap {}
.table-body
{
	padding: 0; margin: 5px 0;
	border-collapse: collapse;
}
table.table-body th.table-th
{
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 5px;
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
	min-width: .6em;
}
table.table-body td.table-td
{
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 5px;
	vertical-align: top;
	min-width: .6em;
}
table.table-body ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 10px;
}


/*-- presentation --*/
.wp_title 
{
	width: 962px; margin: 0 auto; margin-top: 75px;
	font-size: 1.6em; font-weight: bold; color: white; text-align:center;
	background: #97abbf; padding: 10px; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.wp_content 
{
	width: 960px; margin: 0 auto;
	background: #ffe; padding: 10px;
	border: 1px solid #000080; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.wp_content p 
{ 
	font-size: 1.5em; color: black; 
	margin: 10px 40px 0 40px;
	text-align: justify; text-indent: 0; 
}
.wp_first
{
	width: 960px; margin: 0 auto; margin-top: 75px;
	background: #ffe; padding: 10px;
	border: 1px solid #000080; 
	border-radius: 10px;
}
.wp_list
{
	margin: 50px 20px;
}
.wp_list li
{
	font-size: 1.4em; color: #c80000;
	margin-bottom: 20px; padding-left: 10px;
}
.wp_list ul li
{
	font-size: 1em; color: black; margin:0;
}
.wp_list span
{
	color: black;
}

.wp_text_smart
{
	width: 80px; margin-left: 40px; margin-top: 15px; float: left;
	font-size: 60px; font-weight: bold; color: #c80000;
	text-shadow: 5px 5px 3px #808080;
}
.wp_list_smart
{
	margin: 20px; margin-left: 100px;
	list-style-type: none;
}
.wp_list_smart li
{
	font-size: 1em; padding: 15px; margin-left:0; margin-bottom: 15px;
	background: #f0f0f0;
}
.wp_img
{
	margin: auto;
}
.wp_pageno
{
	font-size: 1.2em; font-weight: bold; color: #97abbf; text-align:right;
	margin: 0;
}


/*-- copyright --*/
#copyright
{
	font-size: .8em; color: #4C4C4C;
	border-top: 1px dashed #cccccc;
	margin: 40px -20px 10px;
	padding: 20px; padding-bottom:0px;
}


/*-- footer --*/
#footer
{
	position: fixed; bottom: 0; width: 250px; clear: both;
	padding-bottom: 5px; text-align: center;
}
#footer a
{
	font-size: .8em; color: #4C4C4C;
}
