h1#title {	
	font-size: 21px;
	font-weight: normal;
	padding: 0;
  line-height: 21px;
  margin-left: 20px;
  font-style: italic;
}

h1#title .first-letter {
	font-size: 23px;
	color: #F1581E;
	font-weight: normal;
	background-image: url('/images/title-arob.gif');
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 8px 2px 7px;
  font-style: italic;
}

.description {
	background-color: #F6F9FF;
	padding: 5px;
}
.description * {
  font-style: italic;
  color: #39C;	
}

.clear {
  clear: both;
}


/* NEWS */

.back_link a {
	display: block;
	margin-bottom: 20px;
  border: 1px dotted #F15A22;
  border-left: 2px solid #F15A22;
  padding: 5px 0 5px 10px;
  color: #F15A22;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.back_link a:hover {
  color: #FFF;
  background-color: #F15A22;
}


.box {
  position: relative;
  margin: auto;	
  margin-bottom: 20px;
}
.box a#plus {
  position: absolute;	
  bottom: 0;
  right: 0;
}
.box #title {
  color: #FFF;
  font-size: 13px;
  background-color: #F15A22;
  display: inline;	
  padding: 0 20px 0 5px;
  background-image: url('/images/box-title-round.gif');
  background-position: top right;
  background-repeat: no-repeat;
}
.box #title a {
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}
.box #text {
  border: 2px solid #F15A22;	
  padding: 10px;
}

.box.view h2#title {
  background-image: none;
  background-color: transparent;
  color: #F15A22;
  font-size: 15px;
}

.box.grey #title { 
    background-image: url('/images/greybox-title-round.gif');
    background-color: #CCC;
    font-weight: bold;
	}
.box.grey #text {
	  border-color: #CCC;
	}

/* HELP */

.help_question_answer {
  border: 1px solid #69F;
  background-color: #F6F9FF;
  margin-bottom: 5px;
}
.help_question_answer #question {
  font-size: 14px;
}
.help_question_answer #answer {
  
}


.fulltext {
  padding-bottom: 20px;	
}


a.tooltip{
	    position:relative; 
	    z-index:24;
	    color:#000;
	    text-decoration:none;
		  }
    a.tooltip:hover{
		  z-index:25;
			}
    a.tooltip span{
		  display: none;
			}
	  a.tooltip span ul{
		  list-style: none;
			}
    a.tooltip:hover span{
		  display:block; 
      position:absolute;
	    top:2em; left:2em; width:15em;
	    border:1px solid #6699cc;
	    background-color:#eeeeee; color:#6699cc;
	    text-align: justify;
	    font-weight:none;
	    padding:1px;
}
