@import "reset-fonts.css";
@import "reset-fonts-grids.css";
@import "reset-min.css";
@import "grids-min.css";
@import "fonts-min.css";
@import "tables.css";
@import "boxes.css";
@import "buttons.css";
@import "typography.css";

/*
 UNIVERSAL CLASSES
*/
.hidden{display: none;}
div.ui-dialog{font-size: 12px;}
div.ui-datepicker{z-index: 1003;}
span.alert{padding: 1px 7px 0px 19px; background: url('images/icons/16x16/status/dialog-warning.png') no-repeat;}
.hdots{background:url('images/horizontal-dots.gif') repeat-x bottom; padding: 6px 0px 6px 0px;}
.vldots{background:url('images/horizontal-dots.gif') repeat-y left; padding: 6px 0px 6px 0px;}
.vrdots{background:url('images/horizontal-dots.gif') repeat-y right; padding: 6px 0px 6px 0px;}
.border-rl{border-right: dotted 1px #ccc; border-left: dotted 1px #ccc;}
.border-l{border-left: dotted 1px #ccc;}
.border-r{border-right: dotted 1px #ccc;}
.border-all{border: dotted 1px #ccc;}
.fleft{float: left; padding-right: 10px;}
.clear{clear: both;}
.termsbox{height: 150px; overflow-y: scroll; background-color: #efefef; padding: 10px;}
.center{margin-left: 35%;}

a{cursor: pointer;}

/* Message Boxes */
p.cbox_messagebox, #messagebox p{text-indent: 0px;}

.cbox_messagebox{
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
}
.cbox_messagebox_info{
	background: #D1E6EF url(/coldbox/system/includes/images/cmsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	padding: 0pt 1em 0pt 3.5em;
}
.cbox_messagebox_warning{
	background: #FFF2CF url(/coldbox/system/includes/images/wmsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	padding: 0pt 1em 0pt 3.5em;
}
.cbox_messagebox_error{
	background: #FFFFE0 url(/coldbox/system/includes/images/emsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	padding: 0pt 1em 0pt 3.5em;
}

/* ICON DIVS */
div.trashsmall{width: 16px; height: 16px; background: url('images/icons/16x16/places/user-trash.png') no-repeat; cursor: pointer;}

/* AutoSuggest Styles */
#tags {background:#ccc;border:1px solid #fff;}
#tagbox {}
#tagbox ol  {
   position:absolute;
   background:#fff;
   list-style:none;
   list-style-position: inside;
   margin:0;
   padding:0;
}

#tagbox ol li {
   width:700px;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
}

#tagbox ol li em {
   color:#000;
   font-weight: bold;
   font-style: normal;
}

#tagbox ol li a {
   text-decoration:none;
   color:#727272;
   display:block;
   padding:5px;
   border-bottom:1px solid #ccc;
}

#tagbox ol li a:hover, .hl {background:#dfdfdf;}

#tagbox input {
   height: 1.5em;
   padding: 2px 0px 0px 0px;
}

#tagbox-lkup {
	width:100%;
	z-index:10000000;
	position:relative;
}

#tagbox .suggestionHeader{
	color:#006699;
	font-weight:bold;
	font-size:16px;
}

#tagbox .suggestionDetail{
	font-size:11px;
	margin:4px 0px;
}

#custom-doc {
	margin:auto;
	text-align:left; /* leave unchanged */
	width:962px;
	min-width:962px;/* optional but recommended */
}

.ui-autocomplete li{
	text-align:left;
}

#imgPreviewContainer{
	z-index:99;
}
