/* CSS Document */


<!--
body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #934b20;
}
body {
	background-image: url(../../images/smart_02.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #801102;
}

a:link {
	color: #b94c11;
}
a:visited {
	color: #b94c11;
}
a:hover {
	color: #000000;
}

a:active {
	color: #FF0000;
}

/* a-white-bold */
.a-white-bold:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.a-white-bold:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;

}
.a-white-bold:hover {
	color: #fff602;
	font-weight:bold;
	text-decoration: underline;

}
.a-white-bold:active {
	color: #000000;
	font-weight:bold;
}

/* a-white */
.a-white:link {
	color: #FFFFFF;
	text-decoration:none;
}
.a-white:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.a-white:hover {
	color: #fff602;
	text-decoration: underline;
}
.a-white:active {
	color: #000000;
}

/* a-left */
.a-left:link {
	color: #924609;
	text-decoration:none;
}
.a-left:visited {
	color: #924609;
	text-decoration:none;
}
.a-left:hover {
	color: #b90000;
	text-decoration: none;
}

/* a-bold */
.a-bold:link {
	color: #924609;
	font-weight:bold;
	text-decoration:none;
}
.a-bold:visited {
	color: #924609;
	font-weight:bold;
	text-decoration:none;
}
.a-bold:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

/* a-bold-line */
.a-bold-line:link {
	color: #924609;
	font-weight:bold;
	text-decoration:underline;
}
.a-bold-line:visited {
	color: #924609;
	font-weight:bold;
	text-decoration:underline;
}
.a-bold-line:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

/* a-poot */
.a-poot:link {
	color: #FFFFFF;
}
.a-poot:visited {
	color: #FFFFFF;
}
.a-poot:hover {
	color: #990000;
}

/* a-poot-menu */
.a-poot-menu:link {
	color: #8e0000;
	text-decoration:none;
}
.a-poot-menu:visited {
	color: #8e0000;
	text-decoration:none;
}
.a-poot-menu:hover {
	color: #990000;
	text-decoration:underline;
}


/* Border */
.border {border-style:solid;
	border-width:1px;
	border-color:#bc6c44;
	}
.border-02 {border-style:solid;
	border-width:1px;
	border-color:#e99824;
	}	
.border-green {border-style:solid;
	border-width:1px;
	border-color: #99CC00;
	}
.border-inside {
	border-style:solid;
	border-width:1px;
	border-top-color:#bc6c44;
	border-left-color:#bc6c44;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}	
.border-left-right {
	border-left-style:solid;
	border-left-color:#b85e04;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#b85e04;
	border-right-width:1px;
	}
.border-top-bott {
	border-top-style:solid;
	border-top-color: #fffadf;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ecd694;
	border-bottom-width:1px;
	background-color:#f8e5ae;
	}
.border-TB-Sub {
	border-top-style:solid;
	border-top-color: #fffadf;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ecd694;
	border-bottom-width:1px;
	background-color:#f9efc1;
	}	
.border-TB-Sub-02 {
	border-top-style:solid;
	border-top-color: #fffadf;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ecd694;
	border-bottom-width:1px;
	background-color:#fff5cc;
	}
.border-top-white {
	border-top-style:solid;
	border-top-color: #fffadf;
	border-top-width:1px;
	}
.border-bott-grey {
	border-bottom-style:solid;
	border-bottom-color:#ecd694;
	border-bottom-width:1px;
	}
.border-bott-dot {
	border-bottom-style: dotted;
	border-bottom-width:1px;
	border-bottom-color:#bc6c44;
	}
.border-bott {
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #bc6c44; 
	}
.border-bott-orange {
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #e99824; 
	}
.border-bott-balck {
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #000000; 
	}
.border-bott-red {
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #b94c11; 
	}



/* Form */
.form {border-style:solid;
border-color:#CCCCCC;
border-width:1px;
font-family:Tahoma, Verdana;
font-size:11px;
color: #333333;
text-indent:2px;
}


/*
.form-01 {border-style:solid;
border-top-color:#666666;
border-left-color:#666666;
border-bottom-color:#FFFFFF;
border-right-color:#FFFFFF;
border-width:1px;
background-color:#f2f2f2;
font-family:Tahoma, Verdana;
font-size:11px;
color: #333333;
text-indent:2px;
}
*/
.form-01 {
	border-style:solid;
	border-width:1px;
	border-top-color: #999999;
	border-left-color:#999999;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	background-color:#ffebe0;
	text-indent:2px;
	font-size:10px;
	color:#b94c11;
	}

.form-table {
	border-style:solid;
	border-width:1px;
	border-color:#FDF9E3;
	background-color:#FDF9E3;
	text-indent:2px;
	font-size:9px;
	color:#934b20;
	}

.form-table-numeric {
	border-style:solid;
	border-width:1px;
	border-color:#FDF9E3;
	background-color:#FDF9E3;
	text-indent:2px;
	font-size:9px;
	color:#934b20;
	text-align:center;
	}

.form-02 {
	border-style:solid;
	border-width:1px;
	border-top-color: #e2bebe;
	border-left-color:#e2bebe;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	background-color:#ffffff;
	text-indent:2px;
	font-size:10px;
	}

	
.no-space {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	}

/* Map */
.map-bot-sol {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}


.map-top-sol {
border-top-style:solid;
border-top-width:1px;
border-top-color: #CCCC99;
}

.map-TL {
border-top-style:solid;
border-top-width:1px;
border-top-color: #CCCC99;
border-left-style:solid;
border-left-width:1px;
border-left-color: #CCCC99;
}

.map-TR {
border-top-style:solid;
border-top-width:1px;
border-top-color: #CCCC99;
border-right-style:solid;
border-right-width:1px;
border-right-color: #CCCC99;
}

.map-LTR {
border-top-style:solid;
border-top-width:1px;
border-top-color: #CCCC99;
border-right-style:solid;
border-right-width:1px;
border-right-color: #CCCC99;
border-left-style:solid;
border-left-width:1px;
border-left-color: #CCCC99;
}

.map-righ-sol {
border-right-style:solid;
border-right-width:1px;
border-right-color: #CCCC99;
}

.map-left-sol {
border-left-style:solid;
border-left-width:1px;
border-left-color: #CCCC99;
}

.Green-line {
	color: #336600;
	font-weight: bold;
	text-decoration:underline;
}


/* Others */
.repeat-x {background-repeat:repeat-x}
.repeat-y {background-repeat:repeat-y}
.repeat-no {background-repeat:no-repeat}

.white {color: #FFFFFF}
.white-bold {color: #FFFFFF; font-weight: bold; }
.red {color: #FF0000}
.red-bold {color: #990000; font-weight: bold; }
.red-bold-16 {color: #990000; font-size:18px; font-family: Arial, Helvetica, sans-serif}
.red-bold-line {color: #990000; font-weight: bold; text-decoration:underline; }
.bold{font-weight:bol}
.yellow-bold {color: #f6ff00; font-weight: bold; }
.disable {color: #CCCCCC}
.Green-bold {color: #336600; font-weight: bold; }
.Green {color: #336600;}
.font-12 {font-size:12px}
.font-14 {font-size:14px}
.red-line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}





-->


