BODY
{
	background-color: #382E2F;
	margin: 0;
	padding: 0;
}

/*Content DIV Class*/

div#wrapper{
	width : 780px;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	background:#FFFFFF;
	z-index: 1;
}

div#header{
	width : 100%;
	margin: 5px 5px -3px 5px; /*changed margin-bottom to -3px*/
	padding: 0;
	z-index: 50;
	position:relative;
}

/* Menu Start */
#foxmenucontainer{
	height:31px;
	display:block;
	padding:0px 0px 0px 11px;
	background-image:url(../pic/bg_alpsnavi.gif);
	background-repeat:repeat-x;
	text-align: left;
	margin: 0px 5px 0 5px;
	position: relative;
	}

/*##########################*/
/*###### HACK FOR 3PX GAP ######*/
/*##########################*/

* html #foxmenucontainer{
	margin-top: -3px!important;
}

#foxmenu{position:relative;display:block;height:31px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvetica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#FFFFFF;text-decoration:none;padding:9px 37px 0 37px;height:22px;background:transparent url(../pic/foxmenu_bg-OFF.gif) repeat-x top left;}
#foxmenu ul li a:hover{color:#065C7B;background:transparent url(../pic/foxmenu_bg-OVER.gif) repeat-x;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#071A4C;background:#FFFFFF; background:transparent url(../pic/foxmenu_bg-OVER.gif) repeat-x;}
/* Menu End */


div#subnavi{
	text-align: left;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	background:white;
	background-image:url(../pic/bg_navisub.gif);
	background-repeat:repeat-x;
}

div#content{
	height: 100%;
	background-color: #FFFFFF;
	border-bottom-width: 0;
	margin: 240px 32px 0 32px;
	padding: 0;
	position: relative;
	text-align:justify;	
	}

div#content_bgdot{
	height: 130px;
	background-color: #555555;
	margin: 0px 5px 0 5px;
	padding: 0;
	position: relative;
	background-image: url(../pic/bg_dots.gif);
	}

div#content_info{
	height: 100%;
	background-color: #FFFFFF;
	border-bottom-width: 0;
	margin: 25px 32px 0 32px;
	padding: 0;
	position: relative;
	text-align:justify;
	}

div#cat01{
	font-size:11px;
	width: 177px;
	height: 255px;
	background-color: #FFFFFF;
	margin: 25px 5px 0 16px;
	padding: 0;
	position: absolute;
	z-index: 5;
	}

div#cat02{
	font-size:11px;
	width: 177px;
	height: 255px;
	background-color: #FFFFFF;
	margin: 25px 5px 0 203px;
	padding: 0;
	position: absolute;
	z-index: 5;
	}
	
div#cat03{
	font-size:11px;
	width: 177px;
	height: 255px;
	background-color: #FFFFFF;
	margin: 25px 5px 0px 390px;
	padding: 0;
	position: absolute;
	z-index: 5;
	}	

div#cat04{
	font-size:11px;
	width: 177px;
	height: 255px;
	background-color: #FFFFFF;
	margin: 25px 5px 0px 577px;
	padding: 0;
	position: absolute;
	z-index: 5;
	}	

div#copyrite{
	width: 100%;
	height:50px;
	background:#065C7B;
	background-image: url(../pic/bg_copyrite.gif);
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#copyrite a:link{
color:#fff;
text-decoration:none;
}

#copyrite a:visited{
color:#fff;
text-decoration:none;
}

#copyrite a:hover{
color:#fff;
text-decoration:underline;
}

#copyrite a:active{
color:#fff;
text-decoration:none;
}

/* Forms */

.alert{
color: #EB272B;
}
.contentA{
	padding:10px;
	width:440px
}
.left{
	width:130px;
	float:left;
	padding:5px 0px 0px 5px;
	min-height:24px;
	font-weight: bold;
}
.right{
	width:290px;
	float:left;
	padding:5px;
	min-height:24px;
}
.clear{
	float:none;
	clear:both;
	height:0px;
}
.row{
}
.row p{
	margin:5px 0 5px 0;
}
.text{
	width:190px;
}
tr:focus{
	background-color:#fcfcf0;
}
.over{
	background-color:#F03431;
	background-image:url(../pic/gfx_overline.gif);
	color: #FFFFFF;
}
.over .note{
	color: #F03431;
}
.out{
	background-color:none;
}
.note{
	font-size: 11px;
	font-weight: bold;
	color: #F03431;
}



/* Tables */

table .head{
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#666;
	padding: 10px 0 10px 0;
}

.headr{
	border-right:1px solid #ccc;
}

.lcm{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
	padding: 5px 0 5px 0;
}

.rcm{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
	padding: 5px 0 5px 0;
}

/* Images */
.imageinline{
	display: inline;
}