*{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
}

/*form,fieldset,table{
	margin: 0pt;
	padding: 0pt;
}*/

.top, .top b{
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.top b{
	font-size: 20px;
	font-weight: bold;
}

.menu tr td{
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.menu tr td a{
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.menu tr td a:hover{text-decoration: underline;}

.title{
	margin-left: 10px;
	color: #fff;
	font-weight: bold;
}

.subtitle{
	margin-left: 10px;
	font-size: 15px;
	color: #c70028;
	font-weight: bold;
}

div.footer{
	margin-left: 10px;
	color: #5a5a5a;
}

div.pct{
	color: #666;
	text-align: center;
	margin-right:10px;
}

div.pct a{
	color: #c1241d;
	text-decoration: none;
}

div.pct a:hover{
	text-decoration: underline;
}

div.pln{
	color: #666;
	text-align: center;
}

/* FORM TABLE */
td.formTable table{
	border-collapse: collapse;
	width: 100%;
}

td.formTable th,
td.formTable td{
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 10px 20px 15px 0pt;
}

td.formTable th{
	width: 1%;
	text-align: right;
	white-space: nowrap;
}

td.formTable .lastRow th,
td.formTable .lastRow td{border-bottom: none;}

.mainButton {font-weight: bold;}
.req {color: #c00;}
.edit {width: 40em;}
textarea.edit{
	width: 41em;
	*width: 40em;
}
.editN {width: 10em;}
.editDate {width: 4em;}
.editDateY {width: 6em;}

.editPage {text-align: center;}

textarea{height: 150px;}

span.hint{
	color: #999;
	margin-left: 10px;
}

/* BOX */
div#warningBox, 
div#infoBox {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}

div#warningBox p,
div#warningBox ul,
div#infoBox p,
div#infoBox ul {padding-left: 25px;}

div#warningBox .title,
div#infoBox .title {
	font-weight: bold;
	color: #c00;
}

div#warningBox ul,
div#infoBox ul {
	list-style-type: disc;
	list-style-position: inside;
}

div.warning {
	background-color: #fff4c2;
	border-color: #fc3;
}

div.info {
	background-color: #f4ffc2;
	border-color: #cf3;
}

div.error {
	background-color: #f99;
	border-color: #966;
}

div.warning p {background: url(../img/warning.gif) no-repeat;}
div.info p {background: url(../img/ok.gif) no-repeat;}
div.error p {background: url(../img/error.gif) no-repeat;}

div#infoBox{position: relative;}
div#infoBox div#closeInfoBox{
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

div#infoBox div#closeInfoBox a{
	font-size: 0.9em;
	color: #06c;
	text-decoration: none;
}

div#infoBox div#closeInfoBox a:hover{text-decoration: underline;}
