@import "header.css";
@import "body.css";
@import "variations.css";
@import "forms.css";
@import "tables.css";
@import "tabs.css";
@import "indexes.css";
@import "sidebar.css";
@import "editors.css";
@import "modal.css";

BODY {
	font: 12px Verdana, Arial;
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
}

BODY.ajax-running {
	cursor: progress !important;
}

A {
	color: #0033CC;
}

A:hover {
	background-color: #0033CC;
	text-decoration: none;
	color: white;
}
A:hover.image {
	background-color: transparent;
}

A IMG {
	border: 0px;
	vertical-align: middle;
}

A.action, A.delete {
	color: red;
}
A:hover.action, A:hover.delete {
	color: white;
	background-color: red;
	text-decoration: none;
}

A.grey {
	color: #777777;
}
A:hover.grey {
	color: white;
	background-color: #666666;
	text-decoration: none;
}

#footer {
	clear: both;
}

TABLE.index.clients TD.selector, TABLE.index.accounts TD.selector {
	vertical-align: middle;
}

DIV.wicket-aa UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #888;
}
DIV.wicket-aa LI {
	margin: 0px;
	padding: 3px;
	background-color: #fff;
}
DIV.wicket-aa LI.selected {
	background-color: #ffb;
}

TABLE.index.recent-activity TD DIV.meta {
	margin-bottom: 4px;
}

TABLE.index.recent-activity TD DIV.meta A.ref {
	font-weight: bold;
	color: black;
	padding: 1px;
}
TABLE.index.recent-activity TD DIV.meta A:hover.ref {
	color: white;
}

TABLE.index.recent-activity TD P {
	margin-top: 0px;
}

DIV.tip {
	margin: 5px 0;
}
DIV.tip SPAN.tip-title {
	color: #BF2222;
	font-weight: bold;
}

#sidebar .module.feedback {
	background-color: #15AE20 !important;
}
#sidebar .module.feedback A {
	color: white !important;
}
#sidebar .module.feedback A:hover {
	background-color: white !important;
	color: black !important;
}

DIV.w_content_3 {
	padding: 10px !important;
}