﻿img {border: none;}

.box { min-height:155px; min-width:155px; float:left; background-color: White; padding:5px; margin:10px; color: #333333;}
.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;}

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;
}

.settings input[type="submit"], .settings input[type="button"] {
	color: #666;
	background: #F1F1F1;
	border: 1px solid #B8C1CA;
}

.settings input[type="submit"]:hover, .settings input[type="button"]:hover {
	color: #FFFFFF;
	background: #B8C1CA;
	cursor: pointer;
}

.settings {
	padding: 10px 10px 10px 10px;
	background: white;
	border: 1px solid silver;
	margin-bottom: 20px;
	margin-top: 20px;
}

.settings h1 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid silver;
}

.settings label {
	float: left;
	width: 200px;
}

.settings .cbox {
	padding: 2px 0 2px 0;
}

.settings .ddown {
	margin:0;
	padding:0;
}

.settings .ddown label {
	width: 200px;
	margin-top: 8px;
	margin-right: 3px;
}

.settings .cbox label {
	margin-top: 2px;
	font-size:1em;
}

ul#siteMapping { padding-left:10px;}
ul#siteMapping ul { padding-left:10px;}
ul#siteMapping li { clear:both; margin-left:5px;}
ul#siteMapping span.options { float:right; }

#allPosts table { border-collapse: collapse;}
#allPosts .tags { padding-left:20px; color: Green;}
#allPosts table tr:nth-child(1) { font-weight:bold; }
#allPosts table tr:nth-child(even) { background-color: #e6e6e6;}
#allPosts table td { padding:5px; }

ul#liTree, ul#liTree ul { padding-left:5px; margin-left:0px; }
ul#liTree li { display:block; clear:both; padding-left:0px; margin-left:0px; padding: 2px 0px 2px 2px;}
ul#liTree li:nth-child(even) { background-color:#fee; }
ul#liTree li:nth-child(odd) { background-color:#fff; }
ul#liTree li .controls { float:right; padding:2px; margin-left:5px;}
ul#liTree, ul#liTree ul  {cursor:pointer;}
ul#liTree ul { display:none;}

.clear { clear:both; height:0; line-height:0;}
