/* Styles.css
	Site: 	Osmek.com
	Author: Matt McCloskey, Kemso LLC
	Date:	May, 2009
*/


body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}


/* ! Links */
/* --------------------------------------------------------------------------------- Links
*/

a, a:visited {
	outline-style:none;	/* get rid of borders on active links */
	color: #7EA9B4;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

a.no-underline, a.no-underline:hover {
	text-decoration: none;
}



/* ! Headers */
/* --------------------------------------------------------------------------------- Headers
*/

h1 {
}
h2 {
}
h3 {
	color: #7ca8b4;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}



/* ! Standards & Hacks */
/* ------------------------------------------------------------- Standards & Hacks
*/
.clearer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}
.inline {
	display: inline !important;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}


p.note, .note {
	font-style: italic;
}

div.p {
	padding: 5px 0;
	margin: 10px 0;
}

#trace_hud textarea {
	width: 300px;
	height: 100px;
}


.floatleft {
	float: left;
	margin-right: 5px;
}


/* ! Status Styles  */
/* --------------------------------------------------------------------------------- 
 */
.highlight,
.neutral {
	background-color:#dff4ff;
    border: 1px solid #c2e1ef;
    color:#336699;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.error, 
.negative {
	background-color: #fbe6f2;
	border: 1px solid #d893a1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.positive {
	background-color:#E6EFC2;
    border: 1px solid #C6D880;
    color:#529214;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Specific errors */
div.error,
div.positive,
p.error,
p.positive {
	padding: 10px;
	margin-top: 0px;
}
span.error {
	background-color: transparent;
	border: none;
	color: #d893a1;
	font-style: italic;
	font-size: 12px;
}

p.highlight {
	padding: 10px;
}



/* ! Columns  */
/* --------------------------------------------------------------------------------- 
 */

.column {
	width: 49%;
	padding-right: 1%;
	margin: 0px;
	float: left;
	clear: none;
}
.column.right {
	padding-right: 0;
	padding-left: 1%;
}
 

#column-container {
	position: relative;
	padding-left: 220px;
	padding-right: 200px;
}
#column-container.two {
	padding-right: 0px;
}
#left, #center, #right {
	float: left;
	position: relative;
}
#center {
	width: 100%;
}
#left {
	width: 200px;
	padding: 0 0px;
	margin-left: -100%;
	right: 220px;
}
#right {
	width: 180px;
	margin-right: -200px;
}


#column-container {
}
#left {
	/* background-color: #fff; */
}
#right {
	/* background-color: #e7e7e7; */
}

#column-container .footer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}



/* ! Buttons  */
/* --------------------------------------------------------------------------------- 
 */
 
button, a.button, .buttons button, .buttons a {
	background: #e6f0f3 url(../images/buttons/button-overlay.png) repeat-x;
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 14px 9px 14px;
	margin: 0px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	/* text-shadow: 0 -1px 1px rgba(0,0,0,0.05); */
	border: none;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

button:hover, a.button:hover, .buttons button:hover, .buttons a:hover {
	background-color: #007e9e !important;
	color: #fff !important;
}

button:focus {
	background-color: #007e9e !important;
	color: #fff !important;
	outline: none;
}

button img, a.button img {
	float: left;
	margin: 0px;
	margin-left: -4px;
	margin-right: 4px;
}

button.clear, a.button.clear {
	background: transparent !important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-shadow: none !important;
	color: #666;
}
button.clear:hover, a.button.clear:hover {
	color: #007e9e !important;
	text-decoration: underline;
}


button.light, a.button.light {
	background-color: #fff;
	color: #333;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}


/* Sizes */

button.large, a.button.large {
	/* Default button state */
}

button.medium, a.button.medium {
	padding: 4px 10px 6px;
	font-size: 13px;
}

button.small, a.button.small {
	padding: 5px 10px 6px;
	font-size: 11px;
}
button.small img, a.button.small img {
	margin-top: -2px;
	margin-bottom: -3px;
}


/* Pill Buttons */
button.pill, a.button.pill {
	/* background: #e6f0f3 url(../images/buttons/36px-blended.png) repeat-x; */
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
}
button.pill:hover, a.button.pill:hover {
	border-top-color: transparent;
}

/*
.buttons a, button, .buttons button, a.button {
    display:block;
    margin: 0;
    background-color: #fff;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
*/
/*
button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px;
    margin: 2px 0;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
button[type] {
    padding:5px 10px 5px 7px; 
    line-height:17px;
}
*:first-child+html button[type] {
    padding:4px 10px 3px 7px; 
}
button img, .buttons a img, a.button img {
    margin:0 8px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

form.small button,
button.small {
	line-height:12px;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 7px 5px 7px;
}



.options.buttons a, .options.buttons button {
	padding: 2px 5px;
}
*/
/* STANDARD */

/*
button:hover, .buttons a:hover, a.button:hover {
	background-color: #e8f0f2;
	border-bottom: 1px solid #c2e1ef;
	border-right: 1px solid #c2e1ef;
	
	color:#336699;
}
.buttons a:active, a.button:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
*/

/* POSITIVE */
/*

button.positive, .buttons a.positive, a.button.positive {
    color:#529214;
    background-color:#f5f5f5;
    border:1px solid #dedede;
}
.buttons a.positive:hover, button.positive:hover, a.button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active, a.button.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
*/

/* NEGATIVE */

/*
.buttons a.negative, button.negative, a.button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover, a.button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active, a.button.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
*/




/* ! Forms  */
/* --------------------------------------------------------------------------------- 
 */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	margin-top: 0px;
	margin-bottom: 12px;
}
fieldset {
	margin: 0px;
	border: none;
	background: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form p {
	clear: both;
}
input, textarea {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#fefefe url(../images/foundation.png) repeat-x 0 -188px;
	outline: none;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="password"],
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
}
 
input[type="checkbox"],
input[type="radio"] {
	/* vertical-align: top; */
	width: auto !important;
}

input:focus,textarea:focus {
	background-color:#fefeee;
	/* background-color: #ffffcc; */
}
input[type=checkbox] {
	width: auto;
}
input[readonly] {
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	background-position-y: -189px;
}
input[disabled] {
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	background-position-y: -189px;
	color: #ccc;
}
input[readonly]:focus,
input[disabled]:focus {
	background-color: #fff;	
}

label {
	display: block;
}
.checkboxes label, label.inline {
	display: inline;
}

/* Input variations */
.title input {
	font-size: 22px;
	font-weight: bold;
}
.title label {
	font-size: 13px;
	font-weight: bold;
}
.options input {
	width: 250px;
	padding: 5px;
}
.options label {
	display: inline;
	padding: 5px;
}

.postbody textarea {
	height: 200px;
}


select {
	/* margin: 0; */
}
.select_wrapper.disabled {
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}
.select_wrapper.disabled span {
	color: #999;
}

.select_wrapper {
	display: inline;
	
	display: block;
	float: left;
	
	padding: 0px 0px;
	position: relative;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:0;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#fefefe url(../images/foundation.png) right -139px;height:19px;
}
.right .select_wrapper {
	/* float: right; */
}
.column.right .select_wrapper {
	
}
.select_wrapper select {
	opacity: 0;
	filter: alpha(opacity = 0);
}
.select_wrapper span {
	/* z-index:2; */
	position:absolute;
	display: block;
	top: 0px;
	text-align: left;
	font-size:11px;
	height:19px;
	line-height:18px;
	margin-left:4px;
	margin-right: 18px;
	overflow: hidden;
	color: #333;
	/* width: 100%; */
}



/* Small forms */
form.small input,
fieldset.small input,
input.small,
form.small textarea,
fieldset.small textarea,
textarea.small {
	padding: 2px;
	font-size: 12px;
	width: 200px;
	margin: 0px;
}
form.small label,
fieldset.small label,
label.small {
	font-size: 12px;
	padding: 0px 0px;
	margin: 0px;
}
form.small .select_wrapper,
form .small .select_wrapper {
	margin: 0px;
}
form.small p,
form .small p {
	margin: 7px 0px;
}





/* Special input fields */
input.icon {
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: 3px center;
}







/* ! Tables  */
/* --------------------------------------------------------------------------------- 
 */
table {
	background-color: #fff;
	border: none;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
th {
	padding: 10px;
	text-align: left;
	background-color: #eee;
}
td {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

table.small td, table.small th {
	padding: 3px;
	font-size: 11px;
}




/* ! Tool Tips  */
/* --------------------------------------------------------------------------------- 
 */
.tooltip {
}
.tooltip-info {
	display: none;
	text-align: center;
}
.tooltip-box {
	background-color: #000;
	color: #fff;
	padding: 18px 10px;
}
.tooltip-box p {
	display: block;
	margin: 10px 0px;
	padding: 0px;
}


.tool-tip {
	background-color: #000;
	position: absolute;
	visibility: hidden;
	z-index: 2000;
	padding: 7px;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tool-tip select {
	margin: 0px;
}
.tip-inner {
}
.tool-tip h2 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #fff;
}
.tool-tip form {
	margin: 0px;
	padding: 0px;
}


/* addatag tooltip */
.tool-tip .addtagform input {
	background-image: url(../images/icons/tag_dark.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px;
	padding-left: 18px;
	width: auto;
}
.tool-tip .addtagform input:focus {
	background-color: #fff;
}
.tool-tip .addtagform input.sending {
	background-color: #999;
	border-color: #999;
	border-style: solid;
}






/* ! Buttons Icons  */
/* --------------------------------------------------------------------------------- Buttons Icons
 */
a.icon {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: transparent inherit no-repeat scroll left top;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
}
a.icon.small {
	width: 12px;
	height: 12px;
	background-position: center center;
}
a.icon:hover {
	background-color: #ccc;
}
a.icon-text {
	background: transparent none no-repeat scroll left top;
	padding-left: 20px;
}

/* Discolure */
a.expand,
a.disclosure {
	background: transparent url(../images/icons/disclosure-triangle.png) no-repeat scroll center top;
}
a.expand.selected,
a.disclosure.selected {
	background-position: center -16px;
}


/* Loading */
a.loading {
	background: transparent url(../images/loaders/spinner_icon.gif) no-repeat scroll center top !important;
}


/* Activate */
a.activate {
	background-image: url(../images/icons/active-active.png);
}
a.active {
	background-image: url(../images/icons/active-active.png);
}
a.inactive {
	background-image: url(../images/icons/active-inactive.png);
}
a.notset {
	background-image: url(../images/icons/active-notset.png);
}



a.delete {
	background-image: url(../images/icons/trash.png);
}
a.remove {
	background-image: url(../images/icons/remove.png);
}
a.clear {
	background-image: url(../images/icons/clear.png);
}
a.remove.small {
	background-image: url(../images/icons/remove_sm.png);
}
a.edit {
	background-image: url(../images/icons/edit.png);
}
a.tag {
	background-image: url(../images/icons/tag_dark.png);
}
a.addatag {
	background-image: url(../images/icons/tag_add.png);
}
a.drag {
	background-image: url(../images/icons/drag.gif);
}
a.permissions {
	background-image: url(../images/icons/lock_edit.png);
}
a.preview {
	background-image: url(../images/icons/view.png);
}
a.send_email {
	background-image: url(../images/icons/email_go.png);
}



/* comments */
.comment_count {
	padding-left: 20px;
	background-image: url(../images/icons/comment.png);
	background-repeat: no-repeat;
}




/* ! Misc  */
/* --------------------------------------------------------------------------------- 
 */
.drag {
	cursor: move;
}




/* UI items 
--------------------------------------------------------------------------------- UI Items
*/


/* Sliders */
div.slider {
	width: 100px;
	height: 16px;
	background-image: url(../images/ui/slider_track.png);
}
div.slider div.knob {
	width: 16px;
	height: 16px;
	background-image: url(../images/ui/slider_knob.png);
	background-position: left top;
}
div.slider div.knob:hover {
	background-position-y: -16px;
}


/* Increment */
div.increment {
	display: block;
	height: 28px;
}
div.increment input {
	float: left;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}
div.increment .controls {
	display: block;
	float: left;
	background-color: #fff;
	background:#fefefe url(../images/foundation.png) repeat-x 0 -188px;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-top:1px solid #8e8e8e;
	height: 26px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
}
div.increment a.up,
div.increment a.down {
	display: block;
	height: 13px;
	width: 14px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

div.increment a:hover {
	background-color: #d0d0d0;
}

div.increment a.up {
	background-image: url(../images/icons/fam/bullet_arrow_up.png);
}
div.increment a.down {
	background-image: url(../images/icons/fam/bullet_arrow_down.png);
}


/* cal button and date input */
input.date {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	padding: 5px;
}
input.time {
	width: 67px;
	padding: 5px;
}
.input_date {
	position: relative;
	width: 95px;
	line-height: 20px;
	display: block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#fefefe url(../images/foundation.png) repeat-x 0 -188px;
	outline: none;
	padding: 2px 2px 1px 5px;
	margin: 2px 0px;
}
.input_date input {
	/* float: left; */
	border-right: none;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	font-size: 11px;
	line-height: 11px;
}
.input_date button.dashboard {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.input_time {
	display: block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#fefefe url(../images/foundation.png) repeat-x 0 -188px;
	outline: none;
	padding: 0px;
	height: 24px;
	width: auto;
	float: left;
}
.input_time input {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	padding: 3px;
	margin-right: 0px !important;
	border: none;
	background: none;
}
.input_time .select_wrapper {
	border: none;
	margin: 3px 5px 0px 0px !important;
	background:#fefefe url(../images/foundation.png) right -120px;height:19px;
}

.cal_button {
/*
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	padding: 0px 2px 3px 2px;
	margin: 0px 0px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	background-color: #fff;
	background:#fefefe url(../images/foundation.png) repeat-x 0 -188px;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-top:1px solid #8e8e8e;
*/
}
.cal_button button,
.cal_button button.dashboard {
	float: none;
	margin: 0px;
	height: 20px;
	width: 20px;
	padding: 0px;
	border: none;
	direction: block;
}



form .datetime {
	
}
form .datetime p {
	clear: none;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
}
form .datetime label {
	float: none;
	width: auto;
	font-size: 12px;
}

form p {
	position: relative;
}
#end_same {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 0px;
}
#end_same label,
#end_same input {
	font-style: italic;
	font-size: 9px;
	display: inline;
	float: none;
}
#end_same label {
}


form input.time {
	float: left;
	margin-right: 10px;
}




/* ! Lists  */
/* --------------------------------------------------------------------------------- 
 */
dl dt {
	display: block;
	float: left;
	clear: left;
	width: 150px;
	font-weight: bold;
}
dl dd {
	margin-left: 150px;
}






/* ! Dialog Box  */
/* --------------------------------------------------------------------------------- 
 */
.dialog_box_overlay {
	background-color: #000;
	z-index: 999;
}
.dialog_box {
	position: absolute;
	top: 74px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 300px;
	padding: 15px;
	
	background: #fff;
	color: #333;
	/* border: 1px solid #666; */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	z-index: 1000;
}
.dialog_box_content {
	margin: 0 0 10px 0;
	max-height: 450px;
	overflow: auto;
}
.dialog_box h2 {
	/* text-align: center; */
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
.dialog_buttons {
	height: 30px;
	padding: 5px;
	background-color: #e8f0f2;
}
.dialog_buttons button {
	float: right;
}
.dialog_buttons button:focus {
}


.dialog_box .scroll-content {
	max-height: 400px;
	overflow-y: auto;
}


/* ! Input itemizer  */
/* --------------------------------------------------------------------------------- 
 */
.input-itemizer {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	/* background:#fefefe url(../images/foundation.png) repeat-x 0 -188px; */
	outline: none;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
	cursor: text;
}
.input-itemizer input {
	background: transparent !important;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 30px;
	clear: none !important;
}
.input-itemizer .token {
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 1px;
}
.input-itemizer .token.spacer {
	width: 1px;
	margin: 0px;
	line-height: 14px;
}
.input-itemizer .token.value {
	background-color: #d5dde6;
	padding: 1px 6px 2px 6px;
	font-size: 11px;
	line-height: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
.input-itemizer .token.value .icon {
	margin-left: 2px;
	height: 11px;
	background-position: center -2px;
}



/* ! AutoCompleter  */
/* --------------------------------------------------------------------------------- 
 */
ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				5px 0;
	list-style:				none;
	border:					none;
	background-color:		#000;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					0 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
	color: #999;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#3f96e3;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#fff;
	/* text-decoration: 		underline; */
}



/* ! ColorPicker  */
/* --------------------------------------------------------------------------------- 
 */
.color-chooser {
}

.color-chooser .color-display {
	display: block;
	width: 100px;
	height: 40px;
	border: 5px solid #fff;
	float: left;
	margin-right: 5px;
}
.color-chooser input.color-picker {
	width: 50px;
}