@charset "windows-874";
/* CSS Document */
/* -------------------------------------------------------------------Body------------------------------------------------------------------------ */
body{
	margin:0px;
	text-align:center;
	font-family:"MS Sans Serif", "Microsoft Sans Serif";
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#464646;
}
a:link:{
	color:#FF9313;
	text-decoration:none;
}
a:hover:{
	color:#FF9313;
	text-decoration:underline;
}
a:active:{
	color:#FF9313;
	text-decoration:underline;
}
a:visited:{
	color:#999999;
	text-decoration:underline;
}
/* -------------------------------------------------------------------Structure------------------------------------------------------------------------ */
#mainTable{
	background:url(images/bodyBg.gif) center repeat-y;
}
#leftBg{
	background:url(images/manLeftnav.jpg) no-repeat bottom left;
}
.head2{
	font-weight:bold;
	color:#5F93BB;
	text-decoration:none;
}
.head3{
	color:#5F93BB;
	text-decoration:none;
}
.position{
	color:#999999;
}
ul{
	list-style-image:url(images/bullet.gif);
	list-style-type:circle;
	margin:5px 0px 5px 25px;
}
#hr{
	background:url(images/hr.gif) repeat-x center;
	height:7px;
}
/* -------------------------------------------------------------------Footer------------------------------------------------------------------------ */
#footerBg{
	background:url(images/footerBg.gif) no-repeat;
}
#footerTxt{
	font-family:Verdana;
	text-align:center;
	padding-top:20px;
	width:775px;
	font-size:9px;
	color:#A3A3A3;
}
.txt1 {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px
}
.txt2 {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px
}
a:link {  color: #2874BF; text-decoration: underline}
a:hover {  color: #CC3300}
a:active {  color: #CC3300}
a:visited {  color: #999999}
#subtable {
	font-family: "MS Sans Serif";
	font-size: 11px;
	font-weight: normal;
	width: 687px;
}
#table1 {
	font-family: "MS Sans Serif";
	width: 334px;
	height: 200px;
}

/**********    For innonews    *************/
#navbar {
    float: left;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #8DA5FF;
    margin-bottom: 2em;
    padding: 2em 0 0 0;
}

#navbar li {
    float: left;
    background-image: url("innonews/images/tab_left.gif");
    background-repeat: no-repeat;
    margin: 0 1px 0 0;
    padding: 0 0 0 8px;
}   

#navbar a {
    float: left;
    display: block;
    background-image: url("innonews/images/tab_right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0.2em 10px 0.2em 0;
    text-decoration: none;
    font-weight: bold;
    color: #333366;
}   

#newrelease #navbar li.newrelease,
#biobusiness #navbar li.biobusiness,
#ecoindustry #navbar li.ecoindustry,
#designsolution #navbar li.designsolution,
#special #navbar li.special {
    background-image: url("innonews/images/tab_active_left.gif");
}

#newrelease #navbar li.newrelease a,
#biobusiness #navbar li.biobusiness a,
#ecoindustry #navbar li.ecoindustry a,
#designsolution #navbar li.designsolution a,
#special #navbar li.special a {
    background-image: url("innonews/images/tab_active_right.gif");
    background-color: transparent;
    color:#FFFFFF;
}

#pagenavbar {
    float: right;
    margin-right: 40px;
}

#pagenavbar li {
    float: left;
    list-style: none;
    margin-right: 20px;
}

#pagenavbar li.selectedpage a{
    color: #FF0000;
}

#pagenavbar a {
    float: left;
}

#newscontent .contentelement{
    float: left;
    padding: 10px;
    width: 626px;
    border-color: #7095C1;
    border-style: none none dotted;
    border-width: 0 0 thin;
    clear: both; 
}

#newscontent img.newsimage {
    float: left;
    width: 110px;
    height: 75px;
    margin-left: 10px;
    margin-right: 30px;
}

#newscontent .newsheader {
    float: left;
    font-size: 12px;
    font-family: tahoma, sans-serif;
    font-weight: bold;
}

#newscontent .newstitle {
    color: #666666;
    font-size: 12px;
    font-family: tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.spacer {
    clear: both;
}
