/* Menu DIV */
.jqac-menu{
  color: black;
  background-color: white;
  border: 1px solid #999999;
  z-index: 90 !important;
}

/* unordered list for suggestions */
.jqac-menu ul{
  list-style: none;
  margin: 1px;
  padding: 1px;
  overflow: hidden;
}
/* SPAN "link" */
.jqac-menu .jqac-link {
  cursor: hand; cursor: pointer;
  display: block;
}
/* highlighted menu item */
.jqac-menu .jqac-highlight {
  background-color: #EBF3FF;
}
/* warning for no results */
.jqac-menu .jqac-warning {
  font-style: italic;
}
/* loading for AJAX get */
.jqac-menu .jqac-loading {
  font-style: italic;
  text-decoration: blink;
}
/* matched sub-string */
.jqac-menu em {
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
}
/* suggestion info */
.jqac-menu .jqs-info {
    text-align: right;
    font-style: italic;
    font-size: .75em;
    color: #CCCCCC !important;
}/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
.ui-resizable-knob {
	border: 1px #CCCCCC dashed;
}
#resize_image, .crop_source {
	position: relative !important;
}
#resize_div, .crop_select {
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
}
#resize_wrapper, .crop_wrapper {
	position: relative !important;
	margin: 0px auto !important;
	border: 1px solid #999999 !important;
}
#resize_wrapper div, .crop_wrapper div {
	margin: 0px !important;
}ul.filetree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

ul.filetree li {
	min-height: 21px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	white-space: nowrap;
}

ul.filetree a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

ul.filetree a:hover {
	background: #BBDDFF;
}

/* Core Styles */
.filetree li.directory { background: url(../../images/icons/folder.png) left top no-repeat; }
.filetree li.expanded { background: url(../../images/icons/folder_open.png) left top no-repeat; }
.filetree li.file { background: url(../../images/icons/page_generic.png) left top no-repeat; }
.filetree li.wait { background: url(../../images/icons/spinner.gif) left top no-repeat; }

/* File Extensions */
.filetree li.image { background: url(../../images/icons/image.png) left top no-repeat !important; }
.filetree li.video { background: url(../../images/icons/video.png) left top no-repeat; }
.filetree li.archive { background: url(../../images/icons/page_archive.png) left top no-repeat; }#dio-lens {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	z-index: 9998;
}
#dio-sensor{
	z-index: 11000;
	cursor: url(../../images/icons/zoom.png), crosshair !important;
}
#dio-loader{
	background: #FFFFFF url('images/loading.gif') no-repeat center 40px;	
	text-indent: -30000px;
}.ps-display {
	margin-left: 201px;
	width: 252px !important;
	height: 16px;
	border: 1px solid #CDCDCD;
}
div.ps-display > span {
	float: left;
	line-height: 16px;
	padding-left: 2px;
}
div.ps-strength {
	width: 0%;
	height: 16px;
	margin: 0px;
}

div.ps-strength {
	background-image: none !important;
}

.ps-strong, .ps-match {
	background-image: url(../../images/icons/accept.png);
	background-repeat: no-repeat !important;
	background-position: top right !important;
}
input.ps-strong, input.ps-match {
	background-color: #DFFFE6 !important;
}



.ps-medium {
	background-image: url(../../images/icons/error.png);
	background-repeat: no-repeat !important;
	background-position: top right !important;
}
input.ps-medium {
	background-color: #FFFBCF !important;	
}



.ps-weak, .ps-nomatch {
	background-image: url(../../images/icons/exclamation.png);
	background-repeat: no-repeat !important;
	background-position: top right !important;
}
input.ps-weak, input.ps-nomatch {
	background-color: #FFDFE6 !important;
}/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden;}div.rating-cancel,div.rating-cancel a{background:url(../../images/icons/rating/delete.gif) no-repeat 0 -16px;}div.star-rating,div.star-rating a{background:url(../../images/icons/rating/star.gif) no-repeat 0 0px;}div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0;}div.star-rating-on a{background-position:0 -32px!important;}div.star-rating-hover a{background-position:0 -16px;}div.star-rating-readonly a{cursor:default!important;}div.star-rating{background:transparent!important;overflow:hidden!important;}