/*--- attachment list ---*/

ul.attach_list {
	float: left;
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	
}

ul.attach_list li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 2px 0 4px 10px;
	margin: 0 2px 2px 0;
	width: 11em;
	background-image: url(../../img/attach_icon.gif);
	background-repeat: no-repeat;
	background-position: -2px 1px;
	white-space: nowrap;
}

.att_info {
	border: 1px dotted #737373;
	font-size: 10px;
}

.att_filename {
	font-weight: bold;
	text-decoration: none;
}


/*--- popups ---*/

.punpopup {
    border: 1px solid #000;
    visibility: hidden;
    width: auto;
    background-color: #565656;
    position: absolute;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.popup-title {
    background-color: #444;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
}
.popup-desc { font-weight: bold; }
.punpopup P { margin: 0; padding-left: 4px; padding-right: 4px}


/*--- file input ---*/

#divAttachRules {margin-bottom: 10px;}
DIV.floated {margin: 10px 0;} 
/* DIV.floated SPAN {float: left; text-align: right; width: 3em;} */


/*--- drop-down menu ---*/

#buttonmenu {margin-bottom:4px; padding:2px 0px; float:left; clear:right; width:100%; background:#484848}
#buttonmenu ul {padding:0; margin:0; list-style-type:none; height:1.6em}

/*   top list items*/
#buttonmenu ul li {float:left; height:1.6em; line-height:1.6em; display:block;}

/*   sub level list items */
#buttonmenu ul ul li {display:block; height:auto; line-height:1em}

/*   links for the top level */
#buttonmenu a, #buttonmenu a:visited {display:block; float:left; height:100%; text-decoration:none; padding:0 0.8em 0 0.8em}
#buttonmenu a:hover {text-decoration:underline}

/*   links for the sub level  */
#buttonmenu ul ul a, #buttonmenu ul ul a:visited {display:block; color:#D4D4D4; text-decoration:none; padding:0.3em 1em; background:#565656; width:10em}
#buttonmenu ul ul a:hover {color:#FFEE40;text-decoration:none}

/*   the table so that it takes no part in the layout - required for IE to work */
#buttonmenu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}

/*   style the sub level 1 background */
#buttonmenu ul :hover a.sub1 {background:#999;}

/*   hovers */
* html #buttonmenu a:hover {position:relative; z-index:100;}
#buttonmenu li:hover {position:relative;}
* html #buttonmenu ul ul a:hover{position:relative; z-index:110;}
#buttonmenu ul ul li:hover {position:relative;}

/*   hide and show the sub levels  */
#buttonmenu ul ul {visibility:hidden; position:absolute; top:1.6em}
#buttonmenu ul :hover ul{visibility:visible; padding:0 3em 3em 3em; left:-3em;}
* html #buttonmenu ul ul {left:-1px; margin-left:-1px;}

/*   color picker */
#buttonmenu #colorcontent li {width:112px;}
#buttonmenu #colorcontent li a {width:12px;height:12px;padding:0;}


/*--- search tag ---*/

A.search_tag {
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 4px;
	TEXT-DECORATION: none;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	background-position : 0% 50%; 
	background-repeat : no-repeat; 
	background-image : url(../../img/search_tag.gif); 
}

A.search_tag:hover {
	background-image : url(../../img/search_tag_h.gif); 
}

