/*

	p												{margin:0 0 20px;}
	a												{color:#636363;}
	a:hover									{text-decoration:none;}
	strong									{font-weight:bold;}
	em											{font-style: italic;}
	h1,h2,h3,h4,h5,h6				{font-weight:bold;}
	h1											{font-size:197%; margin:30px 0; color: #4f6f6c;}
	h2											{font-size:174%; margin:20px 0; color:#4f6f6c;}
	h3											{font-size:152%; margin:10px 0;}
	h4											{font-size:129%; margin:10px 0;}
	pre 										{background:#eee; margin:0 0 20px; padding:20px; border:1px solid #ccc; font-size:100%; overflow:auto;}
	code										{font-size:100%; margin:0; padding:0;}
	ul, ol									{margin:10px 0 10px 25px;}
	ol li										{margin:0 0 10px;}

	div#wrapper 							{background:#fff; width:560px; margin:0 auto; padding:20px; border:10px solid #0f1616; border-width:0 10px 10px 10px;}
	div#header								{position:relative; border-bottom:1px dotted; margin:0 0 10px; padding:0 0 10px;}
	div#header p							{margin:0; padding:0;}
	div#header h1							{margin:0; padding:0;}
	ul#nav										{position:absolute; top:0; right:0; list-style:none; margin:0; padding:0;}
	ul#nav li									{display:inline; padding:0 0 0 5px;}
	ul#nav li a								{}
	div#content								{}
	div#footer								{margin:40px 0 0; border-top:1px dotted; padding:10px 0 0;}
	.left {float:left;}
	.right {float:right;}
	.clear {clear:both;}
*/	
	
	/* multiselect styles */
	.multiselect-tables {
		width: 460px;
		height: 500px;
	}

	.ui-multiselect {
		margin-top: 16px;
		border: none;
	}

	.ui-multiselect .ui-widget-header {
		background: transparent !important;
	}

	.ui-multiselect li {
		line-height: 23px;
		height: 24px;
	}

	.ui-state-highlight {
		background: rgba(0, 184, 230, .25)
	}

	.ui-helper-hidden-accessible {
		position: absolute !important;
		clip: rect(1px 1px 1px 1px);
		clip: rect(1px,1px,1px,1px);
	}

	.ui-multiselect input.search {
		height: 17px;
	}

	.ui-multiselect .connected-list li {
		border-bottom: 1px solid #DBDEE0;
	}

	.ui-multiselect .connected-list li:nth-child(even):not(.ui-state-highlight) {
		background: #fbfbfb;
	}

	.ui-icon {
		width: 16px;
		height: 16px;
		display: block;
		text-indent: -99999px;
		overflow: hidden;
		background-repeat: no-repeat;
	}

	.ui-helper-clearfix {
		min-height: 0;
	}

	.ui-helper-clearfix:before, .ui-helper-clearfix:after {
		content: "";
		display: table;
		border-collapse: collapse;
	}

	.ui-helper-clearfix:after {
		clear: both;
	}

	.ui-multiselect .ui-icon-plus {
		background: url(/plugins/multiselect/img/plus.gif) center center no-repeat;
	}

	.ui-multiselect .ui-icon-minus {
		background: url(/plugins/multiselect/img/minus.gif) center center no-repeat;
	}

	.ui-multiselect ul.selected,
	.ui-multiselect ul.available {
		height: 230px;
		border: 1px solid #DBDEE0;
	}

	.ui-multiselect div.available {
		border-left: none;
	}
	
	#switcher {
		margin-top: 20px;
	}
	
	form {margin: 0; padding: 0;}
