﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
form {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.Clear {
	clear: both;
}

/*--------------------------------------------------------*/
#BgColor {
	background-image: url('../Images/Bg_Color.png');
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F0F0F0;
}
#BgTop {
	background-image: url('../Images/Bg_Top.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 940px;
	margin-bottom: 2em;
}
#Centext {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	/*margin-left:180px;*/
	margin-bottom: 2em;
}
#Footer {
	background-color: #C8C8C8;
	text-align: center;
}
#Footer p {
	font-size: 12px;
	padding: 10px;
}

/*--------------------------------------------------------*/
#Centext h1 {
	background-color: #64DC00;
	height: 26px;
	margin-top: 15px;
	display: block;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #64DC00;
	border-left-color: #64DC00;
	font-weight: bold;
}
#Centext h1 span {
	padding: 0px 50px 0px 15px;
	background-image: url('../Images/Bg_H1.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 26px;
	vertical-align: middle;
	display: block;
}
#Centext h2 {
	color: #CC3300;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
}
#Centext p {
	padding-left: 15px;
	margin-top: 5px;
	color: #3E3A39;
	font-size: small;
	line-height: 1.8em;
}
#Centext p.a1 {
	text-indent: 24px;
}
#Centext p.a2 {
	padding-left:40px;
	text-indent: -26px;
}

/*------------------------------------- table ----------------------*/
table.table04 {
	width: 97%;
	border: 1px solid #C0C0C0;
	text-align: center;
	margin: 10px auto;
	font-size: small;
	color: #3E3A39;
}
table.table04 th {
	padding: 5px;
	border: 1px solid #C1C1C1;
	font-weight: bold;
}
table.table04 td {
	padding: 5px;
	border: 1px solid #C1C1C1;
}
table.table04 tr.bg1 {
	background-color:#DCFADC;
}
table.table04 tr.bg2 {
	background-color:#FFE1FF;
}
table.table04 tr.bg3 {
	background-color: #FAF094;
	color: #CC0000;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #C0C0C0;
}
.textbox
{
    *width:50px;
    text-align:center;
}
ul.ShowPic {
	padding-left: 3.5%;
	width: 100%;
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
}
ul.ShowPic li {
	margin: 5px;
	border: 1px solid #C0C0C0;
	display: inline-block;
	float: left;
	width: 30%;
	min-height: 17em;
	height/**/: auto;
	height: 17em;
	background-color: #F1F1F1;
}
ul.ShowPic li img {
	padding: 1px;
	border: 3px solid #669999;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
    height: 214px;
}
ul.ShowPic li span {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
#Centext input[type="text"]
{
    text-align:center;
    width:50px; /* fix*/
}


.lbl
{
    font-weight:bold;
    font-size:1.3em;
}