/* --- orange --- */

a:visited, a:link, .fontX{
	color: #FF6600;
	text-decoration: none;
}

/* --- white --- */

.linkA a:visited, .linkA a:link, .fontA{
	color: white;
	text-decoration: none;
}

/* --- black --- */

.linkB a:visited, .linkB a:link, .fontB{
	color: black;
	text-decoration: none;
}

a:hover, .linkA a:hover, .linkB a:hover{
	text-decoration: underline;
}

/* --- main --- */

html, body{
	width: 100%;
	height: 100%;
	margin: 0;
}

div{
	overflow: hidden;  /* for FF, Opera */
	zoom: 1; /* for IE6 */
	text-align: left;
}

body, td, th, div, p, span, select, input, textarea{
	font-family: Verdana, "MS Sans Serif", Tahoma, Helvetica;
	font-size: 8pt;
	color: #525250;
}

img{
	border: 0;
}

ul{
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 17px;
	/* margin-left: 17px; */
	text-align: left;
}

ol{
	text-align: left;
}

li{
	margin-top: 3px;
	margin-bottom: 3px;
}

hr{
    color: #D0D0D0;
    height: 1pt;
}

form{
	margin: 0;
}

.square{
	width: 5px;
	height: 5px;
	background: #525250;
}

.border, .borderA{
	border: #A8A8A8 1px solid;
}

.notice, .noticeA{
	padding: 20px;
	text-align: center;
}

/* --- font --- */

.fontAR, .arrow{
	font-family: "MS Sans Serif", Tahoma, Helvetica;
    font-size: 8pt;
}

.fontHD, .head{
	font-size: 10pt;
}

.fontMN, .mini{
	font-size: 7pt;
}

.fontSC, .selected{
	color: red;
}

.fontSA{
	/*color: #DCA814;*/
}

/* --- bg --- */

.bg, .bgA{
	background: #ededed;
}

/* --- center --- */

.center, .centerT{
	text-align: center;
}

.centerM{
	margin: 0 auto;
}

/* --- vertical --- */

.verticalM{
	vertical-align: middle;
}

/* --- input --- */

.inputA{
	width: 215px;
	border: gray 1px solid;
	background: transparent;
}

/* --- table (table = tableA) --- */

.table, .tableA{
	width: 99%;
	margin: 0 auto;
}

.table, .tableA, .tableB, .tableC, .tableD{
    border-collapse: collapse;
    background-color: #ffffff;
}

.table td, .table th, .tableA td, .tableA th, .tableB td, .tableC th, .table03 td, .tableD th{
	text-align: left;
    padding: 5px;
}

.tableD td, .tableD th{
    padding: 0px;
}

.table td, .table th, .tableA td, .tableA th, .tableC td, .tableC th{
	border: #CCCCCC 1px solid;
}

.tableB td, .tableB th, .tableD td, .tableD th{
	border: 0px;
}

/* --- calendar --- */

.calendar{
	width: 100%;
}

.calendarM, .calendarH{ /*, .calendarM a:visited, .calendarM a:link{*/
	text-align: center;
	font-weight: bold;
	/*color: #297F7E;*/
}

.calendar td{
	border: #ededed 1px solid;
	padding: 2px;
	text-align: center;
	color: #999;
}