/* $Id$ */

#userList table {
	width: 100%;
}

#userList .headerRow {
	background-color: #ccc;
}

#userList .even {
	background-color: #ddd;
}

#userList .odd {
	background-color: #eee;
}

#userList th, #userList td {
	padding: 2px 0 2px 4px;
}

#userList td.statusCol {
	max-width: 60px;
	width: 60px;
	padding: 0 4px 0 4px;
}

#userList td.formCol {
	max-width: 160px;
	width: 160px;
}

#userList td.emailCol {
	max-width: 160px;
	width: 160px;
	overflow: hidden;
	border-right: 4px solid;
}

#userList .even td.emailCol {
	border-right-color: #ddd;
}

#userList .odd td.emailCol {
	border-right-color: #eee;
}

.future, .current, .finished, #userList .status {
	font-weight: bold;
	font-size: small;
	padding: 0.2em;
	width: 4em;
	text-align: center;
	margin-right: 0.3em;
	float: left;
	-moz-border-radius: 0.25em;
}

#userList .sysop {
	color: #03c;
	background-color: #ccf;
	border: solid 1px #03c;
}

.future, #userList .admin {
	background-color: #FFF280;
	color: #c30;
	border: solid 1px #c30;
}

.current, #userList .enabled {
	color: #090;
	background-color: #cfc;
	border: solid 1px #090;
}

.finished, #userList .suspended {
	color: #333;
	background-color: #eee;
	border: solid 1px #666;
}

#userList .disabled {
	color: #c30;
	background-color: #ffc;
	border: solid 1px #c30;
}

#content form.userAdmin {
	float: left !important;
	padding: 0 4px 0 0;
	margin: 0 0 0 0 !important;
	background-color: transparent;
	border: none;
	width: auto;
}
* html #content form.userAdmin {
	width: 1% !important;
}

form.userAdmin .button {
	border-width: 2px;
	border-style: outset;
	padding: 1px;
	margin: 0;
	font-size: 13px;
	font-family: "MS Sans Serif", sans-serif;
	cursor: pointer;
}
* html form.userAdmin .button {
	font-size: 11px !important;
	border-width: 1px;
	padding-left: 0;
	padding-right: 0;
}

form.userAdmin .button:active {
	border-style: inset;
}

body#admin .feature {
	float: left;
	width: 33%;
	margin-right: 5%;
}

#container div.admin h2 {
	cursor: pointer;
	padding-right: 20px;
}

#container div.admin h2.zoomIn {
	background: 100% 50% no-repeat
		url(../../icons/platform/deep-ellum/zoom-in_16.png);
}

#container div.admin h2.zoomOut {
	background: 100% 50% no-repeat
		url(../../icons/platform/deep-ellum/zoom-out_16.png);
}

div.admin #promoForm, div.admin #featureForm {
	background-color: #ff9;
	padding: 0 2px;
}

div.admin h2 {
	margin: 0;
}

#sidebarLeft div.admin {
	margin-bottom: 0;
	padding-bottom: 0;
}

#container #promoBox {
	padding: 0;
}

#admin #userList form {
	margin: 0.5em 0;
}

#admin td.modifyLinks {
	display: block;
	position: relative;
}

#admin th {
	padding: 2px;
}

#admin td.modifyLinks a {
	height: 16px;
	margin-right: 2px;
	outline: 0;
	position: absolute;
	text-indent: -999em;
	top: 6px;
	width: 16px;
}

#admin td.modifyLinks a.delete {
	background: transparent 0 0 no-repeat url(../../icons/platform/delete.gif);
	left: 0;
}

#admin td.modifyLinks a.up {
	background: transparent 0 0 no-repeat url(../../icons/platform/arrow-up.gif);
	left: 18px;
}

#admin td.modifyLinks a.down {
	background: transparent 0 0 no-repeat url(../../icons/platform/arrow-down.gif);
	left: 36px;
}

#admin a.add {
	background: transparent 0 0 no-repeat url(../../icons/platform/add.gif);
	padding-left: 20px;
}

form#EditNewswireAdvanced table {
	width: 100%;
}
