/*#######################################################################################################
//###   CREATED WITHIN THE DIPLOMA THESIS <Default Inheritance for OWL-S, 2007> by Simon Ferndriger   ###
//#######################################################################################################*/


/*
	This central file manages the (visual) appearance of the website.
*/

/* Page Layout */
body {
	margin:0;
	background-color:white;
	min-width:990px;
}
.row {
	display: block;
	margin-bottom: 0.3em;
}
#content {
	padding:1em;
}


/* Visual Style Sheets */
* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
}

h1 {
	font-size:x-large;
	color:#FFFFFF;
	cursor:default;
	background-color:#6F78E0;
	background:url(../img/background.png) repeat-x bottom;
	margin:0;
	padding:0.5em;
}

h2 {
	background-color:#CCCCCC;	
	background:url(../img/background_2nd_level.png) repeat-x bottom;
	margin:0;
	padding:0.5em 0;	
	font-weight:normal;
	font-size:large;
	color:black;
	cursor:default;
	font-weight:bold;
	margin:0;
	padding:0.3em 1em;
}
h2 input {
	font-size:small;
	font-weight:normal;
	padding:0.2em;
	margin:0 0.1em;
}
h2#following {
	border-top:1px solid #EBECFD;
	border-bottom:none;
	background-color:#777DEB;
	background:url(../img/background_3rd_level.png) repeat-x bottom;
	color:white;
}

small {
	font-size: smaller;
	color: #999999;
	font-weight: bold;
	margin:0 0.5em;
}

p.finalized {
	border-bottom: thin dashed #666666;
	color:#666666;
	padding:0.2em;
}

a {
	color: #3A66DD !important;
}
a:hover {
	color:black !important;
}
a.selected {
	cursor:default;
	color:black !important;
	font-weight:bold;
	text-decoration:none;
}

textarea {
	display:block;
}

li {
	line-height:1.5em;
}
hr {
	border:0;
	border-top:thin dashed #0099FF;
	margin:1em 0em;
}
#footnote {
	text-align:left;
	cursor:default;
	margin:1em;
	padding:1em;
	border-top:thin dashed #ccc;
}
li small {
	margin:0 .5em;
}


/* Usability Effects */
div.block {
	padding:1em;
	-moz-border-radius:1em;
	border:thin solid white;
}
div.info {
	line-height:1.5em;
	cursor:default;
}
div.block:hover {
	background-color: #EDF8FF;
	border-color:#A9DEFF;
}
div.block p.title, div.block p.title b {
	font-size:large;
	padding-bottom: 0.2em;
	border-bottom: medium solid #0099FF;
	color: #0066FF;
	cursor:default;
}
p.info > p {
	background:url(../img/info.png) top left no-repeat;
	padding-left:25px;
}
p.info * {
	text-align:left !important;
}
.error {
	color:#F86C6C !important;
	background-color:#FFD1D1 !important;
	border-color:#F86C6C !important;
	border-width:medium !important;
}
.error a {
	color:#F86C6C !important;
}
li.highlighted {
	font-weight:bolder;
	color:#0033CC;
}
abbr {
	cursor:help;
	border-bottom:thin dashed #9EAB31;
}
label {
	cursor:pointer;
}
label:hover {
	border-bottom:thin dashed #3A66DD;
}
fieldset {
	margin-top:1.5em;
	margin-bottom:0.5em;
	border-color:#0099FF;
	border-style:dotted;
}
legend {
	cursor:default;
	color: #0099FF;
}
input.disabled {
	width:100%;
	margin-top:0.5em;
}

/* semantic style sheets */
div.RESULT > p {
	background:left center no-repeat;
	
	font-weight:bold;
	line-height:2em;
	cursor:default;
	
	margin:0 1em;
	padding-left:30px;
	
	border-bottom:thin dotted #ccc;
}
div.RESULT p.OK {
	color:#69B84F;
	background-image:url(../img/OK.png);
}
div.RESULT p.NOK {
	color:#E97C67;
	background-image:url(../img/NOK.png);
}
div.RESULT p a {
	margin-left:2em;
}
div.busy {
	cursor:wait !important;
	background:white !important;
	-moz-opacity: 0.7;	
	
	width:100%;
	height:3000px;
	position:fixed;
	top:0;
	left:0;
	
	display:none;
	text-align:center;
	padding:22em 0;
}
div.busy div {
	background-color:black;
	color:white;
	padding:2em;
	display:inline;
	
	-moz-border-radius:1em;
	border:thin solid black;
}
div.busy b {
	-moz-opacity: 1;	
}

/* functional style sheets */
.hidden {
	display:none;
}
.visible {
	display:block;
}
a.disabled, label.disabled {
	cursor:default;
	color:#CCC !important;
	text-decoration:line-through;
}

