/* CSS Document */

/* Plugins COMMON */

.cxaioexpandablelist {
	font-size: 12px;
	vertical-align: middle;
	text-decoration: none;
	color: #333333;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: pointer;
}
.cxaiocolorpickery {
	background: #fff url(/img/rainbow.png) no-repeat top left;
	cursor: pointer;
}

/* MooTools Tool Tips */

.cxaiotips {
	visibility: hidden;
}
.tip-top {
}
.tip {
	/* -webkit-border-radius: 8px;
	-moz-border-radius: 8px; */ /* Validation */
	background-color: #262626;
	border: 4px solid #000;
	cursor: pointer;
	/* opacity: 0.75; */ /* Validation */
	padding: 0.5em;
	z-index: 250;
}
.tip-title {
	color: #9fd4ff;
	font-weight: bolder;
	font-size: 11px;
	letter-spacing: 1px;
	/* opacity: 1; */ /* Validation */
	padding-bottom: 2px;
	white-space: nowrap;
	word-spacing: 2px;
	text-align: center;
}
.tip-text {
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	max-width: 256px;
	/* opacity: 1; */ /* Validation */
	padding-top: 2px;
	white-space: normal;
}
.tip-bottom {
}

/* END MooTools Tool Tips */

/* Plugins COMMON END */

 /* DDmenu Context Menus */

   div.ddmenu {
   	position: absolute;
   	top: 0;
   	left: 0;
   	font-family: verdana;
   }

   div.ddmenu a {
   	display: block;
   	text-decoration: none;
   	cursor: default;
   	outline: none;
   	font-size: 11px;
   }
   
   .ddmenu * {	margin: 0; padding: 0; }
   
   .ddmenu li { list-style-image:none; list-style-position:outside; list-style-type:none; 
   }  
   .ddmenu li:focus { outline-style:none; outline-width:0pt; } 
   
   .ddmenu li.title {
   	font-size: 12px;
   }
   
   .ddmenu li.item {
	white-space: pre-wrap;
	overflow: hidden;
   }
   
   .ddmenu li.sepline {
   	height: 1px;
   	padding: 0;
   	overflow: hidden;
   	display: block;
   	font-size: 1px;
   }
   
      /* defstyle */

      .ddmenu.def {
         width: 14em;
         background-color: #f9ffff;
         border: 1px solid #888;
         border-right: 2px solid #444;
         border-bottom: 2px solid #444;         
         padding: 1px 1px 1px 1px;      
      }
      
      *+html .ddmenu.def { border: 2px outset #fff; }
      
      .ddmenu.def a {
      	color: #111;
      	padding: 2px 27px 4px 17px;
      	margin: 0;
      	border: 1px solid #f9f8f7;
      	font-size:11px;
      }
      
      .ddmenu.def a:visited  { color: #333; } 
      
      .ddmenu.def a.disabled {
      	/* opacity: 0.25; */ /* Validation */
      } 
      
      .ddmenu.def li.sepline {
         min-width: 14em;
      	border-bottom: 1px solid #eed;
      	background: #aaa;
      	margin: 1px 1px 0 1px;
      	line-height: 1px !important;
      }      
   

      .ddmenu.def li.title {
         margin: 3px 1px 0 1px;
         padding: 3px 25px 3px 17px;
         color: #CCCCCC;
         text-align:left;
         cursor:default;
         font-weight:bold;
         border-bottom:1px solid #eb4;
      	font-size:11px;  
         color:black; 
      }      
         /*icons*/
         .ddmenu.def a.itemhelp {
            padding-left: 24px;
            background: url(/ico/xpshadow/16x16/help2.png) 4px 50% no-repeat;
         }
         .ddmenu.def a.generalhelp {
            padding-left: 24px;
            background: url(/ico/xpshadow/16x16/help.png) 4px 50% no-repeat;
         }         
         .ddmenu.def a.about {
            padding-left: 24px;
            background: url(/ico/xpshadow/16x16/about.png) 4px 50% no-repeat;
         }
      .ddmenu.def a:hover {
         background-color: orange;
         color: #fff;
      }

/* DDmenu Context Menus */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* SLIMBOX END */
