﻿img {border: none;}
td {padding: 3px;}

em { font-weight:bold; color: Orange; font-size:larger;}
.box { min-height:155px; min-width:155px; float:left; background-color: White; padding:5px; margin:10px;}
.box h3 { border-bottom: inset 2px Black; }

.catEdit li { list-style-position: outside; list-style-type:none; padding-bottom:4px;}
.catEdit ul { padding-left:5px; }
.box .selected { background-color:Silver;}
#loginBox { margin-left:auto; margin-right:auto; clear:both; margin-top:50px;}
.fileBrowserItem { float:left; padding:5px; margin:5px; border: solid 1px Silver;}

/*******************
Basics
********************/
br {
	margin-top: 0.1em;
}
em {
	font-style: italic;
}

img.icon { margin-left:2px; margin-right:2px; border:none;} 


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* Time picker */
.demoHeaders {
    margin-top: 2em;
}

#dialog_link {
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
}

#dialog_link span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}

ul#icons {
    margin: 0;
    padding: 0;
}

ul#icons li {
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}

ul#icons span.ui-icon {
    float: left;
    margin: 0 4px;
}


.selHrs, .selMins {
	width:2.5em;
}
.selHrs {
	margin-left:5px;
}
.dayPeriod {
	display:inline-block;
	width:20px;
}
.slider {
	height:120px; 
	float:left; 
	margin:10px
}

#tpSelectedTime {
	margin-bottom:0;
	border-bottom:1px solid #aaa;
	padding:5px;
	color:#000;
	background:#fff;
	text-transform:none;
	
}
#tpSelectedTime span {
	fon-weight:bold;
}
#datepicker {
	
}
#pickerplug {
	overflow:hidden;
	display:none;          		
	position:absolute;
	top:200px;
	left:300px; 
		padding:0;
		margin:0;
	z-index:1100;	
}
#pickerplug li {
	display:block;
	float:left;
}
#timepicker {
	border:1px solid #aaa;           		
	background:#fff;
}
#timepicker ul {
	overflow:hidden;
	padding:5px;
}
#timepicker ul li {
	position:relative;
	display:block;
	float:left;
	width:50px;
	        		
}
#timepicker ul li h4 {
	width:100%;
	background:transparent;
	color:#000;
	text-align:center;           		           		
}
#timepicker ul li .slider {
	position:relative;
	left:10px;
}