/* app specific styles */
div.auto_complete {
  position:absolute;
  width:250px;
  background-color:#fff;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}

div.auto_complete ul {
   list-style-type: none;
   margin:0px;
   padding:0px;
}

div.auto_complete ul li.selected { background-color: #ffb;}
 
div.auto_complete ul li {
   list-style-type: none;
   display:block;
   margin:0;
   padding:2px;
   height:16px;
   font-size:12px;
}

div.msgHead {
  color: #999999;
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 0.85em;
}
div.msgHead em { color: red; font-weight: bold }
div.msgBody {	
  margin: 10px 0px 30px;
  padding: 0px 0px 5px;
  font-size: 0.9em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;}

#forum h4 {
  margin : 0px;
  font-size : 1em}

#forum{
  padding: 1em;
  margin: 0px 0px 2em;}


/* ajaxos select option hozzaadas */
.addelement {
  display: inline;
  height: 16px;  margin-left: 5px;
}
.addelement span {
  font-size: 12px;
}
.addelement form {
  display: inline;
}

.addelement img {
  margin-right: 5px;
}

.addelement input.text {
  width: 150px;
  height: 14px;
  color: green;
  font-size: 12px;  /* ie */
}
.addelement input.image {
  width: 30px;
   margin: 0px; padding: 0px;height: 15px; 
}

div.template-element {
  margin-top: 20px;
  line-height: 20px;
}
  
div.template-element h3 {
  padding-bottom: 0px;
  padding-left: 5px;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: #dddddd;
  font-size: 14px;
  color: #3C78B5;
}
span.template-element {
  line-height: 20px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-right: 5px;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #cccccc;
  font-size: 11px;
  font-weight: bold;
  color: #3C78B5;
}

li.template-element-confspec {
  background-color: #C4F7CA;
  }
  
li.template-element-userspec {
  background-color: #F4C7FA;
  }

/* tooltip */
.tip {
  border-bottom: 1px dashed brown;
  text-decoration: none;
  color: black;
  height: 5px;
}

#tipbox {
  display: none;
  position: absolute; top: 28px; right: 20px;
  width: 250px;
  /* formatting only styles */
  padding: 5px; margin: 0px; z-index: 100;
  background: #f0f0f0;
  border: 1px dotted #c0c0c0;
  opacity: 0.9;
  color: black;
  /* end formatting */
}

/* Searchbox */
#searchbox {
	border: 1px solid #336699;
	margin-bottom: 30px;
}

#searchbox h3 {
  background: #336699;
  color: white;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 5px;
}

.sortitem {
  cursor: move;
}

#cakeSqlLog { clear: both }

table.report { width: 100%; }
table.report td { vertical-align: top; border-top: 1px solid #cccccc;}
table.report td.key { width: 160px; font-weight: bold; }
table.report div.key { font-weight: bold; }
table.report div.value { margin-left: 20px; }
table.report tr { width: 460px; }
table.report td.value { width: 300px; }

.dialog {
	border: 2px dotted #CFCFCF;
	padding: 5px; 
	text-align: left;
/*	
  background-color: #FFFFFF;
*/
}

.message {
	border: 2px dotted #CFCFCF;
	background-color: #E4E4FF;
	padding: 5px;
}

.message .message-title {
  font-weight: bold;
}

span.asterisk {
  color: red;
}
