/* ===========================================================*/
/* Copyright (c) 2006 by SDN AG, CH-8912 Obfelden Switzerland */
/* -----------------------------------------------------------*/
/* Project : easyLEARN skills4u                              */
/* -----------------------------------------------------------*/
/* $Id: learnwin.css,v 1.2 2006/11/01 09:32:35 MWE Exp $*/
/* ============================================================*/
/*
History
=======
$Log: learnwin.css,v $
Revision 1.2  2006/11/01 09:32:35  MWE
Neues Attribut bottommenulink

Revision 1.1  2006/09/28 09:38:09  MWE
*** empty log message ***

*/


.dynamictree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
        white-space: nowrap;
        overflow:hidden;
}
.dynamictree img {
	border: 0px;
	vertical-align: middle;
}
.dynamictree a {
	color: #333;
	text-decoration: none;
}
.dynamictree a.node, .dynamictree a.nodeSel, dynamictree a.nodeDimmed {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dynamictree a.node:hover, .dynamictree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dynamictree a.nodeSel {
	background-color: #c0d2ec;
	border-style: solid;
	border-width:1px;
	border-color:red;
	margin-left:2px;
}

.dynamictree a.nodeDimmed {
    color: gray;
}
.dynamictree a.nodeDimmed:hover {
    color: gray;
    text-decoration:none;
}

.dynamictree .clip {
	overflow: hidden;
}

.buttonlink, buttonlink:visited, buttonlink:link {
	padding: 2px 0.5em;
	text-decoration: none;
	background-color: #FFE271;
	border: 2px solid #FFF2BF;
	font: bold 13px arial;
	color: black;
	padding-left: 10;
	border-style: outset;
}

.buttonlink:hover{
border-style: outset;
color: blue;
}

.buttonlink:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


.bottommenulink, a.bottommenulink:visited, a.bottommenulink:link {
	text-decoration: none;
	font: 12px verdana;
	color: #202E69;
	padding-left: 10;
}

.bottommenulink:hover{
color: #076B07;
text-decoration: none;
}

.bottommenulink:active{ /* Apply mousedown effect only to NON IE browsers */
.color:#850401;
}

.divquestion {
	vertical-align:top;background-color:white;
}

.questioncell { background-color: #CDE9FF;margin:10px;padding:10px;
  border-left-width:10px;
  border-left-style:solid;
  border-color:#00B6EE;
  

}
.divwaitloading {  background-color: white;}
.waitloading {background-color:#CDE9FF;}
.redbutton { background-color: Red; color:white; font-weight: bold;}
.helptext  { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; word-spacing: 0.1em; letter-spacing: 0.04em }
.text_lf { color: #000; font-weight: 500; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; word-spacing: 0.1em; letter-spacing: 0.04em }
.text_lf_title { font-size:18px; font-family: Verdana, Arial, Helvetica;font-weight: bold;}
.title { color: #f00; font-weight: bold; font-size: 12px; line-height: 100%; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; word-spacing: 0.1em }

.instructions {border-color:#FFB164;border-style:solid;border-width:3px;padding:2px;background-color:#ffe9d6;}
.divwindowtitle { font-size: 14px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss;}
.divwindowcontent { background-color: white;font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss;}
.divmenulist { padding:20px;font-size:12px;line-height: 20px;}
.divmenu { font-size:12px; }

