/*
 * LIGHT GREY: #E0E0E0;
 * INTERACTION: yellow;
 *
 * Z-INDEX:
 * 100 - Drawers
 * 
*/

.hidden {
	display: none;
}

.w-field .hint {
	color: #909090;
}

.w-applet {
	position: relative;
}

.w-applet > .title {
	padding: 5px;

}

.w-applet > .title h3 {
	font-size: 110%;
	font-weight: bold;
}

.w-applet > .content {
	padding: 5px;
}

.w-applet > .footer {
	padding: 5px;
}
.w-screenoverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.w-screenoverlay .shade {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #444444;
	opacity: 0.8;
	z-index: 100;
}

.w-screenoverlay .container {
	position: absolute;
	z-index: 101;
	width: 100%;
}

.w-expandable .when-expanded {
	display: none;
}

.w-dropdown {
	position: relative;
	float: left;
	border: 1px solid #E0E0E0;
	cursor: pointer;
}

div:hover.w-dropdown {
	border-style: solid;
}

.w-dropdown .w-drawer {
	clear: both;
	display: none;
	position: fixed;
	margin-left: -1px;
	background: white;
	border: 1px solid #E0E0E0;
	z-index: 100;
	width: 200px;
}

.w-dropdown .content {
	float: left;
}

.w-dropdown .do-toggle {
	float: right;
	border-left: 1px solid #E0E0E0;
	color: #E0E0E0;
}

div:hover.w-dropdown .do-toggle {
	border-left: 1px solid #909090;
	background: yellow;
	color: black;
}

.w-drawer ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.w-pager {
	width: 100%;
	font-size: 80%;
}

.w-pager .label {
	padding: 2px;
}

.w-pager .do-previous {
	float: left;
	width: 20%;
	text-align: left;
}

.w-pager .info {
	float: left;
	width: 60%;
	text-align: center;
}

.w-pager .do-next {
	float: left;
	width: 20%;
	text-align: right;
	clear: right;
}

.w-tooltip {
	position: relative;
	width: 200px;
	border: 1px solid black;
}

.w-tooltip .tip {
	top: -10px;
	left: 50%;
	position: absolute;
	width: 10px;
	height: 10px;
	background: black;
}

.w-tooltip .content {
	padding: 5px;
	font-size: 80%;
	background: #FFFFA0;
}

.w-cards .card {
	display: none;
}

.w-cards .current {
	display: block;
}

.w-cards .card .title {
	border-bottom: 1px solid #A0A0A0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.w-cards .card > .body {
	min-height: 5em;
}

.w-cards .footer {
	border-top: 1px solid #A0A0A0;
	padding-top: 5px;
	margin-top: 5px;
	text-align: right;
}

.w-cards .footer .cancel {
	float: left;
	font-size: 80%;
	padding: 2px;
}

.w-cards .footer .cancel a {
	text-decoration: none !important;
}

.w-list li {
	cursor: pointer;
}

.w-list li:hover {
	background: yellow;
}

.w-list > .operations {
	text-align: right;
}

.w-list > .operations .filter {
	float: left;
}

.w-message {
	border: 1px solid #FFFF00;
	background: #FFFFA0;
}

.w-message .title {
	padding: 5px;
	font-weight: bold;
}

.w-message .body {
	padding: 5px;
	font-size: 90%;
}

.w-empty-message {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	background: #FFFFE0;
	border: 1px solid orange;
}

/* EOF */
