a{
	font-weight:bold;
	font-size:1.2em;
	color:#3366FF;
	text-decoration:none;
}
a:hover{
	color:#fff;
	background-color:#3366FF;
}

h1{
	color:#d71717;
	border-bottom:1px solid #000;
	font-size:1.6em;
}

a img{border:0;}

#content a{
	font-weight:bold;
	font-size:1.2em;
	color:#3366FF;
}
#content a:hover{
	color:#fff;
	background-color:#3366FF;
}

#content{
	font-size:1.2em;
}

input, textarea, select{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

/*===== MENU =====*/

.backtotop{
	float:right;
	margin-right:20px;
}

/*===== CONTENT =====*/

.adminintro{
	color:#999;
	font-size:1.4em;
	margin:50px 100px 0 0;
	position:relative;
	left:50px;
}

.pagedescription{
	font-size:1.1em;
}

#content table{
	width:100%;
	border:1px solid #eee;
	background-color:#fff;
	margin:1px;
}

#content table td, #content table th{
	background-color:#eee;
	border:0;
}

#content table td{
	background-color:#f2f2f2;
}

#content table th{
	background-color:#d2d2d2;
}

#content table tr.headerrow td{
	font-weight:bold;
	font-size:0.9em;
	background-color:#ddf	;
}

.addlink{
	padding:4px;
	border:1px solid #eee;
}

.pagertable{
	font-size:0.8em;
	margin:5px 0;
}

#content table.pagertable td{
	background-color:#f9f9ff;
}

.pagerstatus{
	font-size:0.9em;
	color:#999;
	text-align:right;
	margin:5px;
}

