/* ---------- reserved ID and names ------------ */
#login {}
#ttbooks_de {}
#loginBox {
	background: #fff;
	padding: 10px;
	position: fixed;
	top: 100px;
	left: 100px;
}

#editorBox {
	background: #fff;
	padding: 10px;
	position: fixed;
	top: 100px;
	left: 100px;
}

#messageBox {
	background: #fff;
	padding: 10px;
	position: fixed;
	top: 100px;
	left: 100px;
}



#content .contentBlock table th.grey {
	background-color:#999;
}
#content .contentBlock table th.green {
	background-color:#6EC461;
}
#content .contentBlock table th.red {
	background-color:#BC6358;
}

#content .contentBlock table .tabauto {width:auto;}
#content .contentBlock table .tabcom {width:280px;}


h2,h3 {margin: 1em 0 0.3em 0; font-weight:normal;}

h4 {margin: 1em 0 0.3em 0;}
ul {list-style:none;}

#footer {margin: 4em 0 0 0;}
