div#adminStatusContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}

div#adminStatusWrapper {
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	background-repeat: repeat-x;
	background-position: 0 bottom;
	position: relative;
}

div#adminStatusWrapper.console {
	background-image: url(../img/admin/admin_status_grad_gry.png);
}

div#adminStatusWrapper.error {
	background-image: url(../img/admin/admin_status_grad_red.png);
}

div#adminStatusWrapper.alert {
	background-image: url(../img/admin/admin_status_grad_org.png);
}

div#adminStatusWrapper.success {
	background-image: url(../img/admin/admin_status_grad_grn.png);
}

div#adminStatusWrapper.info {
	background-image: url(../img/admin/admin_status_grad_blu.png);
}

div#adminStatus {
	width: 960px;
	margin: auto;
	text-align: center;
}

#adminStatus p {
	color: #fff;
	font-size: 12px;
}

#adminStatus p a {
	color: #fff;
}

#adminStatus p a:hover {
	
}

div.adminBlock {
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pageContent a.adminButton {
	background-color: #fff;
}

#pageContent a.adminButton:hover {
	color: #FFFFFF;
	background-color: #000;
	border-color: #FFFFFF;
}
a.adminButton {
	padding: 5px;
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}

#pageContent a.adminButton:hover {
	color: #FFFFFF;
	background-color: #000;
	border-color: #FFFFFF;
}

a.adminButton.add {
	background: url(../img/admin/add_16x16.png) no-repeat 5px center;
	padding-left: 27px;
}

a.adminButton.edit {
	background: url(../img/admin/edit_16x16.png) no-repeat 5px center;
	padding-left: 27px;
}

a.adminButton.delete {
	background: url(../img/admin/del_16x16.png) no-repeat 5px center;
	padding-left: 27px;
}

a.adminButton.stop {
	background: url(../img/admin/stop_16x16.png) no-repeat 5px center;
	padding-left: 27px;
}

a.adminButton.lock {
	background: url(../img/admin/lock_16x16.png) no-repeat 5px center;
	padding-left: 27px;
}

a.adminButton.unlock {
	background: url(../img/admin/unlock_16x16.png) no-repeat 5px center;
	padding-left: 27px;
}

a.adminButton.up {
	background: url(../img/admin/up_16x16.png) no-repeat 5px center;
	padding-left: 27px;
}

a.adminButton.down {
	background: url(../img/admin/down_16x16.png) no-repeat 5px center;
	padding-left: 27px;
}

/* table formatting */
table.genericTable {
	font-size: 11px;
	margin: 10px auto;
	text-align: center;
	width: 100%;
}

table.genericTable caption {
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}

table.genericTable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color:#FFFFFF;
}

table.genericTable tr:hover {
	/*background: url(../img/admin/grad_wht_35px.png) repeat-x 0 bottom;*/
}

table.genericTable th {
	background-color: #333333;
	padding: 5px;
}

table.genericTable td {
	padding: 5px;
	border-top: 1px solid white;
	color: #FFFFFF;
}

table.genericTable tr:hover td {
	color: #666666;
}