html, body{
	width: 100%;
	height: 100%;
}
html {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	min-height: 100%; 
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #737373;
	line-height: 22px;
	background: #5f5f5f url('../images/bkgrnd_woven.png') top center;
	text-align: center;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.active {
	color: #004c93;
}

h1, h2 {
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h2 {
	color: #737373;
	font-size: 12px;
	font-weight: normal;
}
.clr {
	clear: both;
}
ul, li {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 0 17px;
}
#background {
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	text-align: center;
}
#spacer {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	background: url('../images/bkgrnd_menu.png') top left repeat-y;
	
}
p {
	margin: 0 0 0 0;
}

/* Content */
#content {
	z-index: 10;
	position: relative;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}
#main {
	float: left;
	width: 720px;
	margin: 60px 0 0 80px;
}

#top {
	float: left;
	height: 138px;
	width: 864px;
}
#top img {
	margin: 40px 0 0 630px;
}
.content {
	float: left;
	width: 420px;
	margin: 0 0 20px 0;
}
.contact {
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
}
#dashboard {
	float: left;
	background-color: #c1c1c1;
	height: 30px;
	width: 865px;
	overflow: hidden;
}
#dashboard .ico, a img.ico {
	border: 1px solid #9A9A9A;
}
#txt_appl a img.ico {
	margin: 0 0 5px 5px;
}
#dashboard .ico {
	float: left;
}
#dashboard .selected{
	width: 150px;
	float: left;
	margin: 4px 0 0 80px;
}
#dashboard #tools {
	float: left;
	margin: 0 0 0 224px;
}
#dashboard .tool {
	float: left;
	margin: 6px 0 0 0;
	width: 75px;
	line-height: 19px;
}
#dashboard .selected img, #dashboard .tool img, #dashboard #tools a.appl img {
	margin: 0 4px 0 0;
}

#dashboard #tools_appl, #dashboard #tools_mat {
	float: left;
	margin: 0 0 0 274px;	
}
#dashboard #tools_mat {
		margin: 0 0 0 79px
}
#dashboard #tools_appl .paging, #dashboard #tools_mat .paging {
	float: left;
	width: 199px;
	text-align: center;
	margin: 6px 0 0 0;
	line-height: 19px;
}
#dashboard #tools_appl img, #dashboard #tools_mat img {
	float: left;
	margin: 6px 0 0 0;
	line-height: 19px;	
}
#dashboard #tools.appl {
	float: left;
	margin: 0 0 0 80px;
}
#dashboard #tools a.appl {
	width: 115px;
	float: left;
	margin: 4px 0 0 0;
}
#dashboard a.active {
	color: #fff;
	font-weight: bold;
}
#route{
	width: 480px;
	float: right;	
}
#map{
	width: 480px;
	height: 350px;
}
.smaller {
	font-size: 10px;
}

/* column */
.column {
	font-size: 10px;
	float: left;
	width: 132px;
	margin: 0 10px 10px 0;
}

/* detail */
#detail_1, #detail_2 {
	float: left;
	width: 140px;
	margin: 0px 70px 0 0;
	overflow: hidden;
}
#detail_2 {
	margin: 0px 24px 0 0;
}
#detail_2.dsnumber {
	margin: -5px 24px 0 0;
}
#form_mat_2 .input {
	width: 120px;
}
#txt, #txt_appl {
	margin: -5px 0 0 0;
	float: left;
	width: 345px;
}
#txt_appl {
	margin: 0;
	width: 490px;
}
#txt table, #txt_appl table {
	line-height: 16px;
/*	font-size: 90%;*/
}
#txt table td, #txt table th {
	text-align: left;
	padding: 0 10px 0 0;
}
.photo, .photo.small, .photo.medium {
	float: left;
	border: 1px solid #c1c1c1;
	width: 138px;
	height: 138px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.photo.small {
	width: 63px;
	height: 63px;
	margin: 0 10px 10px 0;
}
.photo.small.last {
	margin: 0 0 10px 0;
}
.photo.medium {
	width: 78px;
	height: 78px;
}

/* Menu */
#menu {
	float: left;
	margin: 137px 0 0 0;
	padding: 0 0 30px 0;
	width: 135px;
	border-top: 1px solid white;
}
#menu ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#menu ul li {
	float: left;
	margin: 0;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid white;
}
#menu ul li a {
	width: 115px;
	float: left;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#menu ul li a:hover, #menu ul li a.active {
	color: #004c93;
	background-color: #d9d9d9;
}

/* popup */
#bg {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10000;
	display: none;
	filter:alpha(opacity=0.8); 
	opacity: 0.8; 
	-moz-opacity: 0.8;
}
#popup{
	z-index: 10001;
	margin: 0 auto;
	position: fixed;
	width: 490px;
	height: 490px;
	padding: 20px;
	display: none;
	background: url('/images/bkgrnd_popup.png') top left no-repeat;
}
#close {
	float: left;
	position: fixed;
	width: 21px;
	height: 21px;
	margin: 0;
	z-index: 10002;
	display: block;
	background-color: red;
	background: url('/images/ico_close.png') top left no-repeat;
}
#popup img{
	float: left;
	margin: 0;
	padding: 0;
}


/*Print*/
@media print {
	#content{width: 100%;}
	html{background-image: none; background-color: white;}
	#menu, #top, #dashboard, #detail_1, #popup, #bg, #spacer  {background-image: none; display: none;}
	table{width:400px;}
	td{width: 200px;}
}