@media screen
{

input.button_mod {
  width:                      80px;
  height:                     30px;
  font-weight:                bold;
  border:                     none;
  text-align:                 center;
  background:                 transparent url(../../img/button.png) no-repeat 0 0;
  padding:                    0 0 2px 10px;
  cursor:                     pointer;
}

div.box-info {
  color:                      #294B6E;
  border:                     solid 1px #B2D7E1;
  background:                 #F2F7F8;
  padding:                    12px 5px 10px 10px;
  margin:                     0 0 5px 0;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}



/*** AUTOCOMPLETER ***/

div.autocompleter_container
{

}

div.autocompleter_textcontainer
{
	position:                   relative;
	padding-right:              22px;
}

div.autocompleter_guipanel
{
	position:                   absolute;
	left:                       4px;
	top:                        21px;
	right:                      26px;
	background:                 #fff;
	border:                     solid 1px #666;
	text-align:                 left;
	z-index:                    999;
}

div.autocompleter_guicheck
{
	position:                   absolute;
	right:                      4px;
	top:                        4px;
	width:                      16px;
	height:                     16px;
	/*background:                 transparent url(img/check.png) no-repeat 0 0;*/
}

div.autocompleter_guicheck_checked
{
	background-position:        -16px 0;
}

div.autocompleter_entry
{
  padding:                    3px 8px 8px 8px;
  background:                 white;
  cursor:                     pointer;
  border-bottom:              solid 1px #ccc;
}

div.autocompleter_entry_highlighted
{
	background:                 #F9FEE8;
}

div.autocompleter_work
{
	padding:                    0 0 0 5px;
	line-height:                1.2em;
	font-size:                  8px;
	color:                      gray;
}

div.autocompletergroup_linkcontainer
{
	height:                     16px;
	padding:                    0 4px 0 0;
}

div.autocompletergroup_add
{
	float:                      right;
	display:                    block;
	width:                      16px;
	height:                     16px;
	/*background:                 transparent url(img/add.png) no-repeat 0 0;*/
	cursor:                     pointer;
}

div.autocompletergroup_delete
{
	display:                    block;
	width:                      16px;
	height:                     16px;
	/*background:                 transparent url(img/delete.png) no-repeat 0 0;	*/
	position:                   absolute;
	right:                      4px;
	top:                        4px;
	cursor:                     pointer;
}


div.configuration-menu
{
	background:                 #67AA0D;
	height:                     20px;
	margin:                     0 0 5px 0;
}

div.configuration-menu a,
div.configuration-menu a:link,
div.configuration-menu a:visited,
div.configuration-menu a:active,
div.configuration-menu a:hover
{
	padding:                    4px 10px 4px 10px;
	float:                      left;
	display:                    block;
	background:                 #67AA0D;
	color:                      white;
	text-decoration:            none;
}

div.configuration-menu a:hover
{
	background:                 #000;
}

div.configuration-menu a.active,
div.configuration-menu a.active:link,
div.configuration-menu a.active:visited,
div.configuration-menu a.active:active,
div.configuration-menu a.active:hover
{
	background:                 #666;
}

}
