
/*
BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote {font-size:11pt; font-family:Verdana; color:black;}

body{
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #DDDDDD;
}
A:link    {color:0000ff;text-decoration:none;}
A:visited {color:800080;text-decoration:none;}
A:active  {color:444444;text-decoration:none;}
A:hover  {color:444444;text-decoration:none;}

.input {border:solid 1 silver;font-family:Verdana;font-size:10pt;color:black;background-color:white;height:19px;cursor:hand;}
.sb_head {border:solid 1 black;font-family:Verdana;font-size:10pt;color:black;background-color:white;height:19px}
.sb_textarea {border:solid 1 silver; font-family:Verdana;font-size:10pt;color:black;background-color:white}
.sb_submit {border:solid 1;border-color:c3c3c3;background-color:white;width:100%;height:100%}
.sb_input {border:solid 1;border-color:c3c3c3;background-color:f7f7f7;height:17px}
.sb_form {border:solid 1;border-color:ffffff;background-color:f7f7f7}
.sb_search {border:solid 1;border-color:c3c3c3;background-color:ffffff;height:17px}
.sb_contents {border:solid 1;border-color:c3c3c3;background-color:ffffff;width:100%;}
.sb_comment_contents {border:solid 1;border-color:c3c3c3;background-color:ffffff;width:100%;}
.sb_comment_input {border:solid 1 silver;font-family:Verdana;font-size:10pt;color:black;background-color:white;cursor:hand;}
.t8_gray {font-family:Tahoma;font-size:8pt;color:gray;}
.t7_gray {font-family:Tahoma;font-size:7pt;color:gray;}
.t9b_gray {font-family:Tahoma;font-size:8pt;color:gray;font-weight:bold;}
.t7_4a4d4a {font-family:Tahoma;font-size:7pt;color:#4a4d4a;}
.t8_4a4d4a {font-family:Tahoma;font-size:8pt;color:#4a4d4a:font-weight:bold;}
.t7b_black {font-family:Tahoma;font-size:7pt;color:black;font-weight:bold;}
.g8_gray {font-family:Verdana;font-size:8pt;color:gray;}

*/

/* This is the new style.css for the Irrlicht homepage written by N.Gebhardt,
   hope it works now for all browsers. */

body 
{
	background-color: #BBBBBB;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

table.main
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 90%;
}


h1
{
	font-size: 13px;
}

a
{
	color: #3A2A8C;
}

a:hover
{
	color: #7777FF;
}

td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.5em;
	text-align: left;
}

pre
{
	line-height: 1;
	font-size: 12px;
}

table.borderedbox
{
	width: 95%;
	margin-left: 10px;
	vertical-align: top;
	border: 1px solid #000000;
	background-color: #EEEEEE;
}

table.borderedbox td
{
	vertical-align: top;
	border: 1px solid #000000;
}

td.mainframe
{
	vertical-align: top;
}

table.newsbox
{
	width: 95%;
	margin-left: 10px;
	vertical-align: top;
}

table.newsbox td
{
	vertical-align: top;
}

td.newscontent
{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}


td.newscontentleft
{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	width: 135px;
}

td.newscaption
{
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666699;
}

td.newsdate
{
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #666699;
	width: 135px;
}


td.linkbar
{
	background-color: #666699;
	text-align: right;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	padding-right: 10px;	
}

td.linkbar a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

td.logobar
{
	text-align: left;
	margin: 0;
	padding: 0;
}

td.linkbar a:hover
{
	color: #7777FF;
	font-weight: bold;
}

.sideBarTitle 
{
	font-weight: bold;
	margin: 0px 10px 0px 5px;
	padding: 5px 0px 5px 0px;
}

td.sidebar
{
	border-right:      1px solid #999999;
	background-color:  #EEEEEE;
	border-bottom: 1px solid #000000;
	width: 140px;
	height: 1px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.sidebarentry
{
	text-align: left;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 10px 0px;
}

.sidebarentry a
{
	color:           #3A2A8C;
        text-decoration: none;
        font-weight:     normal;
        margin: 0px 0px 0px 0px;
        padding: 2px 5px 2px 20px;
        display:         block;
}

.sidebarentry a:hover 
{
	background: #666699;
	color:      #FFFFFF;
}


.copyrighttext
{
	text-align: right;
	font-weight: normal;
	font-size:8px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


