/**
 * File contains specific Arinas Platform CSS definitions.
 * These rules are to define general look-and-feel for Arinas applications.
 */

/***********
 * General *
 ***********/
BODY {
	color: #c4c4c4;
	font-family: monospace;
}

BODY.error {
	background-image: none;
}

BODY, P {
	margin: 0px; padding: 0px;
}

A, A:visited, A:active, A:link, A:hover {
	color: #AAA;
	text-decoration: none;
}

A:hover {
	color: orange;
	/*font-weight: bold;
	font-size: 0.88em;*/
	text-shadow: gold 0em 0em 0.3em;
}


/*********************
 * Theme Wooden DESK *
 *********************/
BODY.theme-desk {
	color: #d8d8d8;
}

.theme-desk > DIV > DIV > A,
.theme-desk > DIV > DIV > A:visited,
.theme-desk > DIV > DIV > A:active,
.theme-desk > DIV > DIV > A:link {
	color: #d8d8d8;
	text-decoration: none;
}

.theme-desk > DIV > DIV > A:hover {
	color: orange;
	text-decoration: none;
}