/* 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 rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#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; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #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;}
        #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:0px; background:url(images/controls.png) -75px 0px no-repeat; 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) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, 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;}
