/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Structure
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#admin-content {
	width: 98%;
	margin: 0 auto 0 auto;
	text-align: left;	
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #194877;
}

#admin-content h1 {
	padding: 10px 0 10px 0;
}

#admin-content p {
	margin-bottom: 1.1em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Status
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.status-inactive { background: #cd2222; }
.status-published { background: #bfe11b; }


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Quick Summary
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.quick-summary-holder {
	width: 96%;
	margin: 0 auto 0 auto;
}

.quick-summary {
	background: #d2d2d2;
}

.quick-summary p {
	color: #828282;	
	padding: 10px;
	font: bold 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 !important;
}

.quick-summary p strong {
	font-size: 1.1em !important;
}

.small {
	float: right; 
	clear: right;
	color: #888;
	font-size: 0.9em;
	width: 120px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Headers
 * * * * * * * * * * * * * * * * * * * * * * * * * */

h5 {
	font: bold 1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #194778;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
	width: 96%;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Admin Lists
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.admin-list {
	font: 1.2em Arial, Helvetica, sans-serif;
	width: 96%;
	margin: 0 auto 0 auto;
}

.admin-list th {
	font-weight: bold;
	border-bottom: 2px solid #555;
	color: #555;
}

.admin-list th, .admin-list td {
	padding: 2px;
}
.row-even { background: #eee; }
.row-odd { background: #fff; }

.add-link { font: 1.2em Arial, Helvetica, sans-serif; }

.button-holder {
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

#admin-content-wrapper {
	padding: 10px;
}

.row-mainpage { background: #bcbcbc; }
.row-subpage { background: #eaeaea; }
.row-subsubpage { background: #fafafa; }

.subpage {
	font-size: 0.9em !important;
	color: #222;
}
