/* 
	GreenColor: #b3c948 
	LightGreen: #f8faed
*/
body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 30px 10px;
	color: #333333;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }

td, th, p, div, span {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px
}

p {
	margin: 10px 10px;
	text-indent: 1em;
}

.listEntry {
	margin-bottom: 10px;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}
a:hover {
	color: #515151;
	text-decoration: none;
	border-bottom: 1px dotted #b3c948;
}

.articleText { 
	margin-bottom: 3px;
	text-align: justify;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

hr {
	height: 1px;
	border: 1px;

	color: #b3c948;
}

.articleSummary {
	font-family: "Trebuchet MS", Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.v09 {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 14px; }


/*
.formButton	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
*/

input, textarea, select {
	border: 1px solid #b3c948;
	margin: 2px 10px;
	font-size: 11px;
}

/* search */
.formSearch { font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	vertical-align: middle;
}
.nav_table a:hover  {
	text-decoration: none;
	border: 0;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:hover {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

.articleList_toptext {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px "Trebuchet MS", sans-serif;
}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
#list_top_ul li a { color: #515151; }
#list_top_ul li a:hover {
	color: #333333;
	border: 1px dotted #999999;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	border-top: 1px solid #b3c948;
	list-style-type: none;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#list_level li { 
	margin: 0; 
	border-bottom: 1px solid #b3c948;
}
#list_level a {
	display: block;
	padding: 3px;
	width: 210px;
	border: 0;
}
#list_level a {
	color: #515151;
	text-decoration: none;
}
#list_level a:hover {
	background-color: #f8faed;
	color: #000000;
	border: 0;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	background-color: #f8faed;
	color: #515151;
}

li {
    list-style-image: url(../../img/pinfo/GreenDot.gif);
}

.indexTitle {
	margin: 0;
	padding: 5px; 
	border-bottom: 1px solid #b3c948;
	font-size: 1.5em;
	color: black;
}

.indexNews {
	margin: 0;
	padding: 10px; 
	border-bottom: 1px solid #cccccc;
	overflow: auto;
}

.indexDate { 
	color: #b3c948;
	font-weight: bold;
}

.listEntry {
	margin: 0;
	padding: 10px; 
	border-bottom: 1px solid #cccccc;
}

/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#containerIndex {
	width: 100%;
	margin: 0px;
	padding: 35px 0px 0px 0px;
}

#headerBlock {
	padding: 0px;
	margin-bottom: 0px;
}

#mainBlock {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#leftBlock {
	width: 210px;
	margin: 0;
	padding: 75px 0px 0px 0px;
	background: URL(../../img/pinfo/topGreen.jpg) top left no-repeat; 
}

#leftBlockIndex {
	width: 210px;
	margin: 0;
	padding: 35px 0px 0px 0px;
	background: URL(../../img/pinfo/topGreen.jpg) top left no-repeat; 
}

#rightBlockIndex {
	width: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 35px 0px 0px 0px;
	background: URL(../../img/pinfo/GreenLine.gif) top right no-repeat;
}

#footerBlock {
	padding: 5px;
	padding-left: 230px;
	margin-top: 5px;
	background: URL(../../img/pinfo/footerImg.gif) top left no-repeat;
	font-size: 1em;
	color: #999999;
}

#footerBlock a {
	font-size: 1em;
	color: #666666;
	border-bottom: 1px transparent;
}

#footerBlock a:hover {
	font-size: 1em;
	color: #666666;
	border-bottom: 1px dotted #cccccc;
}

#breadcrumb {
	width: 100%;
	height: 25px;
	font-size: 1em;
	color: #666666;
	padding-top: 3px;
	margin-bottom: 10px;
	vertical-align: middle;
	background: URL(../../img/pinfo/GreenLine.gif) top right no-repeat;
}

#breadcrumb a {
	font-size: 1em;
	color: #666666;
	border-bottom: 1px transparent;
}

#breadcrumb a:hover {
	font-size: 1em;
	color: #666666;
	border-bottom: 1px dotted #999999;
}
.breadcrumb_spacer { font-size: 9px; }