.ui-widget.ui-datepicker {
	font-size: 10px;
}

input,textarea{ outline: none; }
textarea{background:#f0f0f0;color:#999;border:solid 1px #aaa;border-top-width:2px;padding:5px;margin:0 20px 6px 0;width:98%}
textarea.on {
	background-color: #fff;
	color: #000;
}

input,textarea,select {
	/*background-color: #fff;*/
	color: #000;
}

a.btn-green, a.btn-yellow, a.btn-grey {
	display: inline-block;
	float: left;
}

.nav-main.nav-inpage {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 11px;
}

.nav-main.nav-inpage a {
	padding: 6px;
}

.mceEditor {
	/*width: 442px;*/
}

.mceEditor.large {
	height: 500px;
}

.mceEditor.small {
	height: 200px;
}

h3 {
	display: block;
	background-color: #DFF2BF;
	color: #4F8A10;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 10px 0;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	width: 765px;
}

h3.errors {
	color: #D8000C;
	background-color: #FFBABA;
}

.forms .box {
	position: relative;
}

.swfupload {
	position: absolute;
	z-index: 0;
}

.pkDelete {
	float: none;
}

.forms .boxHalf > .box {
	margin-right: 20px;
}

.forms .boxHalf .box {
	width: 370px;
}

.forms .boxGroup {
	float: left;
	background-color: #F0F0F0;
	border: 1px solid #AAAAAA;
	padding: 5px 1px;
}

.pkSuggestResultsClose {
	display: block;
	float: right;
	padding: 0 10px 10px;
	font-weight: bold;
}

.pkSuggestMulti > div {
	float: left;
	width: 365px;
	padding: 0;
	margin-right: 20px;
}

.pkSuggestMulti .pkSuggestMultiList {
	margin-right: 0;
	background-color:#DFF2BF;
	border-color:#4F8A10;
	color:#4F8A10;
	border-style:solid;
	border-width:2px 1px 1px;
	padding:5px;
	min-height: 15px;
}

.pkSuggestMulti .pkSuggestMultiList > div > a {
	padding-right: 5px;
	font-weight: bold;
}

.pkSearch {
	background-color: #FEEFB3;
	color: #9F6000;
	border-color: #9F6000;
}

.pkSearch.confirmed {
	background-color: #DFF2BF;
	color: #4F8A10;
	border-color: #4F8A10;
}

.pkSuggestCancel {
	position: absolute;
	margin: 5px 13px;
	right: 0;
	font-weight: bold;
}


#upload-thumbs {
	list-style-type: none; margin: 0; padding: 0; 
}

#upload-thumbs > li {
	margin: 3px 3px 3px 0; 
	padding: 1px; 
	float: left; 
	width: 40px; 
	height: 40px;
}

#upload-thumbs > li img {
	max-width: 40px;
	max-height: 40px;
	border: none;
}

#upload-thumbs > li.on img {
	border: 2px solid #0281CA;
}


.autofill {
	display: none;
	position: absolute;
	margin-top: 29px;
	border: 1px solid black;
	border-top: none;
	width: 300px;
	max-height: 200px;
	overflow: auto;
	padding: 5px 10px;
	z-index: 100;
	
	background-color: #DFF2BF;
	color: #4F8A10;
	border-color: #4F8A10;
}

.autofill a {
	display: block;
	margin-bottom: 5px;
	color: #4F8A10;
}




.boxHalf .btn-grey {
	font-size: 12px;
	padding: 4px;
}

.pkSelect-group {
	clear: both;
	padding-top: 10px;
}

.pkSelect-group .msg {
	float: left;
	font-weight: bold;
}

.pkSelect-list {
	position: relative;
	height: 150px;
	overflow: auto;
	border-color:#AAAAAA;
	border-style:solid;
	border-width:2px 1px 1px;
	color:#999999;
	margin-bottom: 5px;
}

.pkSelect-inputs input {
	margin-bottom: 4px;
}

.pkSelect-list a {
	display: block;
	color: #9f6000;
	padding: 3px;
	margin: 0 0 2px 0;
	background-color: #feefb3;
	border: 1px solid;
	text-decoration: none;
	outline: none;
}



.pkSelect-list a.on {
	background-color: #dff2bf;
	color: #4f8a10;
}


