/* General Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
img {
	vertical-align: top;
}
embed {
	vertical-align: top;
}
/* General Style */
html {
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #ffffff;
}
.ic {
	border: 0;
	float: right;
	background: #fff;
	color: #f00;
	width: 50%;
	line-height: 10px;
	font-size: 10px;
	margin: -220% 0 0 0;
	overflow: hidden;
	padding: 0;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #0073EA;
	font-weight: bold;
}
tr, td {
	width: 45px;
    font-size: 20px;
}
/* Body Content Setting */
.main {
	width: 440px;
    font-size: 18px;
	padding: 5px 10px;
    line-height: 40px;
	margin: 10px;
}
.front {
    width: 900px;
    height: 100%;
    margin: 40px auto;
    text-align: center;
    font-size: 18px;
	padding: 5px 10px;
}
.left {
    float: left;
    padding: 5px;
}
.right {
    float: right;
    padding: 5px;
}
#over {
}
#side-nav {
    float: left;
}
#content {
    float: right;
}
/* Form and Validation Setting */
.label {
	display: block;
	float: left;
	width: 50px;
	text-align: right;
	padding-right: 10px;
}
.form-row {
	padding: 5px 0;
	clear: both;
	width: 400px;
	margin-bottom: 10px;
}
.LV_valid {
	color: #00CC00;
    font-size: 16px;
}
.LV_invalid {
	color: #CC0000;
    font-size: 16px;
}
.LV_validation_message {
	font-weight: bold;
	margin: 0 0 0 5px;
    font-size: 16px;    
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active, .fieldWithErrors input.LV_valid_field, .fieldWithErrors textarea.LV_valid_field {
	border: 1px solid #00CC00;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active, .fieldWithErrors input.LV_invalid_field, .fieldWithErrors textarea.LV_invalid_field {
	border: 1px solid #CC0000;
}
#errormsg {
    color: #ff0000;
    display: none;
    font-size: 16px;
    margin: 0;
    text-align: center;
}
/* Numbering match case Setting */
.match1 {
	color: #ff0000;
    text-decoration: underline;
}
.match2 {
	color: #0000ff;
    text-decoration: underline;
}
.match3 {
	color: #208820;
    text-decoration: underline;
}
.match4 {
	color: #d070d0;
    text-decoration: underline;
}
.match5 {
	color: #00ffff;
    text-decoration: underline;
}
.match6 {
	color: #00ff00;
    text-decoration: underline;
}
/* Footer Setting */
.footer {
    color: #000000;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 18px    
}
/* Button Setting */
.button {
    margin: 0 50px;
}
.submit-btn {
	background: #0073EA;
	background: -moz-linear-gradient(top,#0073EA 0%,#0073EA 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0073EA),color-stop(100%,#0073EA));
	background: -webkit-linear-gradient(top,#0073EA 0%,#0073EA 100%);
	background: -o-linear-gradient(top,#0073EA 0%,#0073EA 100%);
	background: -ms-linear-gradient(top,#0073EA 0%,#0073EA 100%);
	background: linear-gradient(top,#0073EA 0%,#0073EA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0073EA',endColorstr='#0073EA',GradientType=0);
	padding: 3px 18px;
	color: #fff;
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 16px;
    font-weight: bold;
	border-radius: 48px;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border: 1px solid #1A87B9;
}
/* MISC Setting */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.highlight {
    color: #ff0000;
    font-weight: bold;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.ui-dialog .ui-dialog-content {
	padding: 5px;
}
