form.adminform
{
	border-top: 0;
	margin: 1px;
	/* min-height: 400px; */
}

form.adminform:hover {
	border-top: 0;
}

img.adminimage
{
	width: 150px;
}

textarea.plaintext 
{
	width: 98%;
	height: 200px;
}

input, select
{
	width: 70%;
	float: none;
	margin: 0.1em;
	border: thin black;
	border-style: solid;
	background-color: #fff;
}

input.login {
	width: 200px;
}

input:hover, select:hover {
	background-color: #eee;
}

input.save, input.delete, input.small_save, input.small_delete, input.edit_icon
{
	border: thin black;
	border-style: solid;
	background-color: #e4e4e4;
	color: black;
	font-variant: small-caps;
	width: 200px;
}

input.delete, input.small_delete {
	background-color: #fad4d4;
}

input.save, input.small_save {
	background-color: #d4fad4;
}

input.save:hover, input.delete:hover, input.small_save:hover, input.small_delete:hover
{
	background-color: #c4c4fa;
}

input.small_save, input.small_delete {
	width: 110px;
	font-size: 8pt;
	font-variant: normal;
}

input.edit_icon {
	width: 16px;
	height: 16px;
	background: url(../../TCMS-icons/edit.png) no-repeat;
	background-position: 50% 50%;
	border: none;
}

input.sort_icon {
	width: 30px;
	height: 15px;
	background: url(../../TCMS-icons/sort.png) no-repeat;
	background-position: 0 50%;
	text-align: right;
	border: none;
	font-size: 10px;
	padding: 0;
}

input.save_icon {
	width: 16px;
	height: 16px;
	background: url(../../TCMS-icons/save.png) no-repeat;
	background-color: #d4fad4;
	background-position: 50% 50%;
	text-align: right;
	border: none;
}

input.delete_icon, input.delete_icon_disabled {
	width: 16px;
	height: 16px;
	background: url(../../TCMS-icons/trash.png) no-repeat;
	background-position: 50% 50%;
	text-align: right;
	border: none;
}

input.delete_icon_disabled {
	background: url(../../TCMS-icons/trash_disabled.png) no-repeat;
}

input.new_icon {
	width: 16px;
	height: 16px;
	background: url(../../TCMS-icons/new.png) no-repeat;
	background-position: 50% 50%;
	text-align: right;
	border: none;
}

img.icon
{
	margin: 1px;
	clear: none;
	vertical-align: middle;
	border: none;
}

p.info, p.warn, p.error, p.debug 
{
	position: relative;
	width: 90%;
	float: none;
	clear: both;
	color: black;
	font-size: 8pt;
	margin: 0;
	padding: 3px;
	padding-left: 20px;
	z-index: 200;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 2px 2px ;
}

p.warn {
	background-image: url(../../TCMS-icons/warn.png);
	background-color: #EDED00;
	border: 1px dotted #908E00;
}

p.error {
	background-image: url(../../TCMS-icons/error.png);
	background-color: #DE0000;
	border: 1px dotted #660000;
}

p.info {
	background-image: url(../../TCMS-icons/info.png);
	background-color: #65FFCC;
	border: 1px dotted #328066;
}

p.debug {
	background-image: url(../../TCMS-icons/debug.png);
	background-color: #A0CAEA;
	border: 1px dotted #000066;
}

div.adminlogin {
	margin-left: 170px;
	margin-top: 40px;
	height: 350px;
}

div.adminbuttons {
	text-align: right;
	float: right;
	clear: right;
	height: 20px;
	border: none;
}

div.admintoolbar, div.admintoolbar2 {
	background: url("../../TCMS-icons/toolbarbg.png") repeat-x;
	text-align: right;
	color: black;
	background-color: #fff;
	height: 16px;
	padding: 2px;
	float: left;
	width: 99%;
}

div.admintoolbar2 {
	margin-top: 10px;
	width: 50%;
	background: url("../../TCMS-icons/toolbarbg2.png") repeat-x;
}

p.admintoolbar {
	text-align: left;
	float: left;
	color: black;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 20px;
}

table.admintable {
	border: 1px solid #8e8e8e;
}

td.admintable {
	border: none;
	border-bottom: 1px solid #8e8e8e;
}
