@charset "utf-8";

* {
	margin: 0; padding: 0; border: none;
}

table {
	border-collapse: collapse;
}

td, th {
	border: none;
	vertical-align: middle;
	font-size: 12px;
}

ul {
	margin: 10px; margin-left: 10px;
	list-style-type: none;
}

li {
	font-size: 12px;
}

p {
	font-size: 12px;
	text-align: left;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
}

.left {
	text-align: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.vtop {
	vertical-align: top;
}

.vmiddle {
	vertical-align: middle;
}

.vbottom {
	vertical-align: bottom;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.small-jump {
	height: 20px;
}

.jump {
	height: 30px;
}

.bold {
	font-weight: bold;
}


.black {
	color: black;
}

.white {
	color: white;
}

.red {
	color: red;
}

.blue {
	color: #0020cc;
}

.green {
	color: #008020;
}

.orange {
	color: #f80;
}

.small {
	font-size: 10px;
}

.litepadding {
	padding: 2px 5px;
}

.padding {
	padding: 5px;
}

.largepadding {
	padding: 10px;
}

.error {
	padding: 10px; margin: 10px;
	background: transparent;
	border: none;
	color: #800000;
	font-weight: bold;
}
	.error span {
		background-color: #ffcece;
	}

	.error a, .error a:link, .error a:visited {
		color: #cc0000;
		font-weight: normal;
		text-decoration: underline;
	}
	.error a:hover {
		text-decoration: underline;
	}

.success {
	padding: 10px; margin: 10px;
	background: transparent;
	border: none;
	color: #008000;
	font-weight: bold;
}
	.success span {
		background-color: #ceffce;
	}
	.success a, .success a:link, .success a:visited {
		text-decoration: underline;
		font-weight: normal;
		color: #008000;
	}
	.success a:hover {
		text-decoration: underline;
	}

.time {color: #000080;}

.light {color: #888;}
