/**
 * 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;
}


/**** Request mode selector (for Debugger) *****/
.ars-request-mode {
	margin: 13px 0 30px 9px;
	padding: 5px;
	font-size: 9pt;
	line-height: 15px;
	min-height: 0px;
	background-color: #f0f0f0;
	border: solid 1px #dddddd;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	width: 300px;
}

.ars-request-mode P {
	border-bottom: 1px solid black;
	margin: 0 0 7px 0;
	padding-bottom: 5px;
	font-weight: bold;
}

.debug-row {
	line-height: 25px;
	min-height: 25px;
	width: 100%;
}

.debug-value INPUT, .debug-label {
	cursor: pointer;
}

.debug-value {
	margin: 0 7px;
	width: 8%;
	display: inline-block;
	line-height: 15px;
	min-height: 0px;
}

.debug-label {
	width: 80%;
	font-weight: bold;
	margin-bottom: 0;
}

.debug-label[for="rq-mode-run"] {
	color: darkgreen;
}

.debug-label[for="rq-mode-debug-step"] {
	color: darkred;
}

.debug-label[for="rq-mode-debug-run"] {
	color: orange;
}
