body {
	font-size: 12px;
}
div.last_update {
	width: 100%;
	text-align: right;
	color: #888;
}
div.section {
	width: 770px;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 5px;
}
div.title {
	height: 32px;
	border-bottom: solid 1px black;
}
	div.section h1 {
		float: left;
		font-size: 30px;
		color: #C01933;
		font-weight: bold;
		font-style: normal;
		text-transform: none;
	}
	div.section h2 {
		float: right;
		font-size: 28px;
		color: #888;
		font-style: normal;
	}
	div.section h3 {
		font-size: 24px;
		color: #000066;
		margin-top: 0px;
		padding-top: 0px;
	}
	table th {
		font-size: 12px;
	}
	table td {
		font-size: 12px;
	}
	table.large th {
		font-size: 14px;
	}
	table.large td {
		text-align: center;
		font-size: 18px;
	}
		.larger {
			font-size: 22px;
		}
	table.infobox {
	}
div.side {
	float: right;
}
div.left {
	float: left;
	background-color: white;
	margin-left: 0;
	margin-right: 10px;
	padding-right: 10px;
}

div#aclist {		/* this is for details.php embeded ac list */
	clear: both;
}
	div#aclist h2 {
		float: none;
	}

table#modlist td {
	font-size: 16px;
}


div#menuCont {
	background: #003366 url(http://www.widgetheads.net/images/header_basic.png) no-repeat top left;
	width: 100%;
	height: 77px;
	text-align: right;
	position: fixed;
}
	div#menuCont img {
		padding: 12px;
	}
	div#mainCont {
		position: fixed;
		top: 77px;
		width: 100%;
	}
		div#mainCont div {
			float: left;
			overflow: auto;
			margin-left: 2px;
		}
			div#mainCont div table {
				padding: 0;
				margin: 0;
				margin-left: 1px;
			}
		div#showCont {
			width: 105px;
		}
			div#showCont table th {
				text-align: left;
			}
		div#sortCont {
			/*width: 200px;*/
		}
div#footCont {
	position: fixed;
	height: 17px;
	width: 100%;
	background-color: #AB9C85;
	border-top: solid 1px #4C3B10;
	color: #ffffff;
	text-align: center;
}
		div.footMenu {
			position: fixed;
			/*left: 2px;*/
			text-align: center;
			background-color: #f2f2f2;
			color: #000000;
			font-weight: bold;
			border: solid 1px #4C3B10;
			padding: 3px 5px;
			margin: 0;
			cursor: pointer;
			z-index: 20;
		}
		div.footBox {
			position: fixed;
			/*left: 2px;*/
			display: none;
			background-color: #f9f9f9;
			color: #000000;
			border: solid 1px #4C3B10;
			padding: 3px;
			text-align: left;
		}
		ul#bookmarkList {
			margin: 0;
			padding: 0;
		}
		ul#bookmarkList li {
			list-style-type: none;
			margin: 0;
			padding: 5px 10px;
			cursor: pointer;
			border-bottom: solid 1px #4C3B10;
		}
		ul#bookmarkList li#lastBookmark {
			border: 0;
		}
		ul#bookmarkList li.bookmarkOn {
			background-color: #AB9C85;
			color: #ffffff;
		}
		
		
.limit_box {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #ffffff;
	border: solid 1px black;
	text-align: left;
	padding: 5px;
}


/*	USE FOR ROW CLICK
table.aclist tr:hover td {
	background-color:  #f2f2f2;
	cursor: pointer;
}*/