
body {
    background-color: silver;
    font-family: Luxi Sans, Sans-Serif, Helvetica;
  }

div.title {
	font-size : xx-large;
	text-align : center;
  }


div.page_title {
	/*height: 1.7em;*/
	line-height: 1.6em; /* vertical text center */
	background-color:    gray;
	border-color:        black;
	border-right-style:  solid;
	border-bottom-style: solid;
	color: #42ecc4;
	font-family:  Arial;
	font-size :   130%;
	font-weight:  bold;
	text-align:   center;
	letter-spacing: 5pt;
}


table.menu {
	background-color: gray;
	border-color: black;
	border-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 26%;
}

table.content_info {
	background-color: silver;
	border-color: black;
	border-style: none;
	border-top-style: solid;
	width: 66%;
}

table.content {
	background-color: silver;
	border-color: black;
	border-style: none;
	border-top-style: solid;
	width: 76%;
}


div.menu_item {
	color: white;
	/*_cursor: pointer;*/
	font-family : Arial;
	font-size: large;
	font-weight : bold;
	margin-left: 1em;
}

div.menu_item_opened {
	color: black;
	/*_cursor: pointer;*/
	font-family : Arial;
	font-size: large;
	font-weight : bold;
	margin-left: 1em;

	/*_background-color : #e2ecfb;*/
}

div.news_date {
    color : blue;
    /*_font-weight : bold;*/
	margin-left : 5mm;
  }

div.news_title {
	color: #A52A2A;/*  brown;*/
	font-size : medium;
	font-weight : bold;
    margin-left : 25mm;
  }

div.news_content {
	font-size : small;
	margin-left : 10mm;
	text-align: justify;
}


div.download_title {
	color : #A52A2A;/*  brown;*/
	font-weight : bold;
}

td.download_item {
	font-size : small;
}

div.img_desc {
	font-size : small;
	text-align :  center;
}


p.content, ul.content {
	font-size : small;
	margin-left : 5mm;
	text-align: justify;
	list-style-type : inherit;
	/*list-style : inherit;*/
}


table.sections {
	background-color: silver;
	border-color: black;
	border-style: none;
	font-size : small;
	width: 95%;
}

table.table_section {
	border-color: black;
	border-style: none;
	width: 95%;
}

table.unstable_section {
	border-style: none;
}

td.download_section_title {
	border-style: none;
	color : #A52A2A;/*  brown;*/
	font-size : medium;
	font-weight : bold;
}

td.package_name {
	font-size : small;
	font-weight : bold;
	text-align: right;
}


a.menu_item:link {
	/*_color : #e2ecfb;*/
	color: white;
	font-family : Arial;
	font-size: large;
	font-weight : bold;
	text-decoration: none;
	margin-left: 1em;
}

a.menu_item:visited {
	/*_color : #e2ecfb;*/
	color: white;
	font-family : Arial;
	font-size : large;
	font-weight : bold;
	margin-left: 1em;
	text-decoration : none;
}

a.menu_item:hover {
	/*_background-color : #1bd8cb;*/
	background-color: #400000;
	/*_color:#008CF4;*/

/*	_display: inherit;
	_padding-left: 1em;
	_margin-left: -0.3%;*/
}

a.menu_item_opened:visited {
	color : gray;
	font-family : Arial;
	font-size : large;
	font-weight: bold;
	margin-left: 1em;
	text-decoration : none;
}

div.log_section {
    margin-left: 5em;
    font-size   : small;
	font-family : Sans-Serif;
}

div.log_header {
    border-style: none;
    color : #A52A2A;/*  brown;*/
    font-weight : bold;
}

div.log_item {
	color: black;
	margin-left: 1em;
	text-align  : justify;
	display: block;
	white-space: pre;
}


