#header {
	width: 900px;

}
#header #mainmenu ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#header #mainmenu li {
	display: inline;
	float: left;
}
#header #mainmenu a {
	display: block;
	width: 130px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	background-image: url(../img/tab-grey.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}
#header #mainmenu a:hover {
	background-image: url(../img/tab-yellow.gif);
	color: #FFFFFF;
	text-decoration: none;

}

#header .box {
	border-top-width: 6px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}
#header #secondmenu {
	background-image: url(../img/header-bar.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#header #secondmenu ul {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	float: right;
	padding: 0px;
}
#header #secondmenu li {
	display: inline;
	float: left;
}
#header #secondmenu li a {
	display: block;
	width: 120px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../img/tab-green.gif);
	background-repeat: repeat-x;
	height: 15px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#header #secondmenu li a:hover {
	color: #FF6600;
	text-decoration: none;

}
#header .icons {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../img/arrowx.gif);
	background-repeat: no-repeat;
	color: #FDA502;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	display: table-cell;
	
}
#header .icons a {
	color: #FDA502;
	text-decoration: none;
	font-weight: bold;
}
#header .icons a:hover {
	color: #0066FF;
}

#contents {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 10px;
}
.win {
	border: 1px solid #336633;
}
.win .title {
	color: #FFFFFF;
	background-color: #336633;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.win .contents {
	padding: 5px;
	font-size:11px;
}
.win .controlbar {
	background-color: #CCCCCC;
	text-align: right;
	padding: 3px;
}
#dialog {
	border: 2px solid #0033CC;
	width: 400px;
	position: fixed;
	left: 33%;
	top: 45%;
}
#dialog .title {
	color: #FFFFFF;
	background-color: #0033CC;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#dialog .contents-red {
	background-color: #DBDBDB;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 90px;
	background-image: url(../img/icon-error.gif);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}
#dialog .contents-blue {
	background-color: #DBDBDB;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 90px;
	background-image: url(../img/icon-info.gif);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}
#dialog .contents-white {
	background-color: #DBDBDB;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 90px;
	background-image: url(../img/icon-confirmation.gif);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}
#dialog .action {
	background-color: #DBDBDB;
	text-align: center;
	padding: 5px;
}