/* CSS FOR ADMIN COMPETENT MEDIA 

MUST BE PLACED IN ./PUBLISHER

DEPENDS ON COMMANDS IN ./COMMANDS
*/


td.logo {
	background-image: url("/data/images/layout/logo_background.png");
	background-repeat: repeat;
}

td.hr {
	background-image: url("../include/getimage.php?id=3");
	background-repeat: repeat-x;
}

div.center {
	text-align: center;
}


img.database_thumbnail {
	cursor: pointer;
	vertical-align: middle;
}

td.unit_view_top {
	background-color: silver;;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

a {
	color: gray;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: gray;
	text-decoration: underline;
}

.button {
	cursor: pointer;
	border-style: none;
}

.errorblock {
	border-color: red;
	background-color: pink;
	text-align: center;
	border-width: 5px;
	border-style: solid;
}

.explorer {
	vertical-align: middle;
}

textarea {
	font-size: 10pt;
	font-family: monospace;
}

span.largertext {
	font-size: larger;
}

span.smallertext {
	font-size: smaller;
}


