body
{
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#666666;
	min-width:800px;
	background-image:url(images/interface/background_1.png);
	background-repeat: no-repeat;
	background-position:top right;
	padding-bottom: 20px;
}
img
{
	border: 0px;
}
#logo
{
/*
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(images/interface/nikon_logo_01.gif);
	width:136px;
	height:136px;
	z-index:3;
*/
}
#slogan
{
	position:absolute;
	top:40px;
	padding:10px;
	color:#ffffff;
	left:68px;
	z-index:3;
}
#menu
{
	position:absolute;
	left:0%;
	top:300px;
	z-index:1;
}
#title
{	
	position:absolute;
	top:70px;
	height:35px;
	left:20%;
	z-index:2;
	color:#999;
	font-size:16px;
	padding-left:10px;
	padding-top:2px;
	padding-right:10px;
}
#formstyle
{
	position:absolute;
	border: outset 1px #666666;
	padding: 10px;
	width:60%;top:100px;
	left:20%;
	background-color:#ffffff;
	z-index:4;
	min-width:600px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
}
#back_up
{
	width:800px;
	height:533px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;
}
#back_right
{
	width:425px;
	height:524px;
	background-image:url(images/interface/background_2.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}
#back_down
{
	width:800px;
	height:533px;
	background-repeat:no-repeat;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:0;
}
#login
{
	position:absolute;
	top:33%;
	left:33%;
	height:150px;
	width:450px;
	z-index:5;
}
.selected
{
	border-bottom: outset 1px #666;
	width:500px;
	padding-left:10px;
}
li.selected a
{
	border:none;
	color:#666;
	font-weight:bold;
}

.textstyle
{
	position:relative;
	left:110px;
	border: outset 1px ;
	color: #666666;
}

.callendarbutton
{
	position:relative;top:2px;
	left:115px;height:25px;
	border: outset 1px ;
	color: #666666;
}

.filestyle
{
	position:absolute;
	width:100%;
	top:15px;
	color: #666666;
}
.areastyle
{
	position:absolute;
	top:15px;
	width:99%;
	height:90px;
	border: outset 1px;
	z-index:8;
}
.selectstyle
{
	position:relative;
	left:110px;width:150px;
	background-color: #f2f2f2;
	color:#666666;
}
.submitstyle
{
	background-color: #f2f2f2;
	color:#666666;
}
a,a:active,a:visited
{
	color:#666;
	text-decoration:none;
}
a:hover
{
	color:#000;
}
p
{
	position:relative;
	margin-top:2px;
	margin-bottom:0px;
}
label
{
	position:absolute;
	height:14px;
	width:110px;
}
ul
{
	list-style:none;
}
table
{
	position:relative;
	float:left;
	width:100%;
	border-right:solid 1px #666;
	border-top:solid 1px #666;
	margin-bottom:20px;
}
td
{
	border-left: solid 1px #666;
	border-bottom: solid 1px #666;

}
td.h
{
	border-left: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color:#f2f2f2;
	text-align:center;
	font-weight:bold;
}
form
{
/*	position:relative;
	border: solid 1px red;*/
}