@import url("welcome.css");
@import url("menu.css");
@import url("menubar.css");
@import url("navbar.css");
@import url("popup.css");
@import url("category_tree.css");

*.center{
	text-align: center;
}

*.right{
	text-align: right;
}

*.error{
	background-color: transparent;
	color: #ff0000;
	font-weight: bold;
}

input.text{
	border-top: 1px solid #888888;
	border-left: 1px solid #999999;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #999999;
}

input.button{
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	color: #000000;
}

table.list{
	width: 100%;
}

table.list tr{
	height: 20px;
}

table.list td, table.list th{
	border: 1px solid #aaaaaa;
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}

table.list th{
	background-color: #dddddd;
	color: #000000;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

td.actions a{
	float: left;
	height: 18px;
	padding: 0px 3px 0px 3px;

	/* IE/Win */
	filter: alpha(opacity=60);

	-moz-opacity:0.60;

	/* Safari < 1.2, Konqueror */
	KHTMLOpacity: 0.60;

	/* Older Mozilla and Firefox */
	MozOpacity: 0.60;

	/* Opera, Safari 1.2, newer Firefox and Mozilla, CSS3 */
	opacity: 0.60;
}

td.actions a:hover{
	/* IE/Win */
	filter: alpha(opacity=100);

	-moz-opacity:1.00;

	/* Safari < 1.2, Konqueror */
	KHTMLOpacity: 1.00;

	/* Older Mozilla and Firefox */
	MozOpacity: 1.00;

	/* Opera, Safari 1.2, newer Firefox and Mozilla, CSS3 */
	opacity: 1.00;
}

td.actions img{
	height: 16px;
	width: 16px;
}

table.form{
	background-color: #eeeeee;
	border: 1px solid #999999;
	width: 100%;
}
table.form td, table.form th{
	border-bottom: 1px dashed #aaaaaa;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

div.error{
	background-color: #cc9999;
	border: 1px groove #880000;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

div.info{
	background-color: #99cc99;
	border: 1px groove #009900;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

*.greyedOut {
	/* IE/Win */
	filter: alpha(opacity=25);

	-moz-opacity:0.25;

	/* Safari < 1.2, Konqueror */
	KHTMLOpacity: 0.25;

	/* Older Mozilla and Firefox */
	MozOpacity: 0.25;

	/* Opera, Safari 1.2, newer Firefox and Mozilla, CSS3 */
	opacity: 0.25;
}

