body {
	margin:0px;
	color:#000;
	font-size:14px;
	font-family:Arial;
	text-align:center;
	margin-bottom:10px;
	background-color:#eee;
	line-height:1.5em
}

.page {
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	}

.align_left {
	font-size:13px;
	color:#306161;
	margin-left:10px;
	float:left;
	width:auto;
}	

.align_right {
	font-size:13px;
	color:#306161;
	margin-left:10px;
	float:right;
	width:700px;
}

.green {
	color: green;
}

.red {
	color: red;
}

#title a:link, #title a:visited  {
	font-size:15px;
	font-weight:bold;
	color:#306161;
	text-decoration:underline;
}		
	
img, img a:link, img a:visited { border:0px; text-decoration:none; }

.line_0 {
	background:#216db8;
	color:#fff;
	font-weight:bold;
	}	

.line_0 a {
	color:#fff;
	}		
	
.line_1 {
	background:#fff
	}

.line_2 {
	background:#eee
	}
	
#only_print {
	display:inline
	}

#only_screen {
	display:none
	}

legend {
	font-size:17px;
	padding:0 10px;
	font-weight:bold
	}

fieldset {
    font-family: sans-serif;
    border: 5px solid #1F497D;
    background: #ddd;
}

fieldset legend {
    background: #1F497D;
    color: #fff;
    padding: 5px 10px ;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #ddd;
    margin-left: 20px;
}	

.bbr20 {
	clear:both;
	padding:20px;
	}
	
.bbr15 {
	clear:both;
	padding:15px;
	}
	
.bbr10 {
	clear:both;
	padding:10px;
	}

.bbr5 {
	clear:both;
	padding:5px;
	}
	
.bbr {
	clear:both;
	}			

h2 {
	font-size:16px;
	margin:0px;
	margin-bottom:5px;
	font-weight:bold
	}

#trail, #trail a:link {
	font-size:14px;
	margin:0px;
	margin-bottom:30px;
	}	

#trail a:link, #trail a:visited {
	text-decoration:underline;
	}		

table.def td{
	padding: 4px;
}	
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #ccc;
	background-color: white;
	-moz-border-radius: ;
}

table.sample .title {
	background-color:#dce7be;
	font-weight:bold;
}

.input1 {
	width:80px;
	}

.input2 {
	width:675px;
	}

.input3 {
	width:340px;
	}

.input4 {
	width:200px;
	}			

.botton {
	background-color:#eee;
	border:#000 1px solid;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	width:100px;
	height:25px;
	}	

small {
	font-size:13px;
	}
	
.menu_right {
	position:absolute;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	bottom:67px;
	right:35px;
	}

.menu_right a:link, .menu_right a:visited  {
	color:#FFFFFF;
	}	

.menu_left{
	position:absolute;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	bottom:67px;
	left:20px;
	}	
	
.menu_left a:link, .menu_left a:visited  {
	color:#FFFFFF;
	}

.col_01 {
	color:#28678a;
	}	

.col_01 a:link, .col_01 a:visited {
	color:#28678a;
	}			

		/*iframe*/
#upload_frame {
	border:0px;
	height:40px;
	width:400px;
	display:none;
}

#progress_container {
	width: 300px; 
	height: 30px; 
	border: 1px solid #CCCCCC; 
	background-color:#EBEBEB;
	display: block; 
	margin:5px 0px -15px 0px;
}

#progress_bar {
	position: relative; 
	height: 30px; 
	background-color: #F3631C; 
	width: 0%; 
	z-index:10; 
}

#progress_completed {
	font-size:16px; 
	z-index:40; 
	line-height:30px; 
	padding-left:4px; 
	color:#FFFFFF;
}