#GenForm {
	float: left;
	width: 100%;
	padding: 10px 3px;
}

#GenForm fieldset {
	margin: 0px;
	padding: 0px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#GenForm legend {
	color: #333;
	font-weight: bold;
}

#GenForm label {
	font-size: 12px;
	color: #555;
}

#GenForm input, #GenForm select, #GenForm textarea {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 3px;
	font-size: 14px;
	margin-bottom: 7px;
	outline: none;
}

#GenForm input[type=checkbox] {
	clear: both;
	width: auto;
	margin: 3px;
}

#GenForm input[type=radio] {
	clear: both;
	width: auto;
	margin: 3px;
}

#GenForm textarea {
	min-height: 50px;
}

#GenForm select {
	padding: 4px 3px;
}

#GenForm .full {
	float: left;
	width: 95%;
	margin-right: 12px;
}

#GenForm .half {
	float: left;
	width: 45%;
	margin-right: 12px;
}

#GenForm .third {
	float: left;
	width: 30.3%;
	margin-right: 12px;
}

#GenForm .quart {
	float: left;
	width: 22%;
	margin-right: 12px;
}

#GenForm hr {
	border: none;
	clear: both;
	width: 99%;
	border-bottom: 1px solid #ccc;
}

#GenForm .button {
	float: right;
	width: auto;
}

.ui-widget-content .button {
	float: right;
	width: auto;
}

#GenForm .button input {
	float: right;
	width: auto;
	padding: 5px 10px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#GenForm .ui-button {
	float: left;
	height: 26px;
	margin-top: 2px;
}

#GenForm .ui-combobox input {
	width: 70%;
}

.maxlist {
	max-height: 250px !important;
	overflow: auto;
}

.checkboxes {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.checkboxes li {
	float: left;
	margin-right: 15px;
	width: auto;
}

#UpfList {
	float: left;
	width: 60%;
	height: 120px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	overflow: auto;
	padding: 5px;
}

#UpfList li.selected {
	background-color: #cde;
}

#UpfList label {
	float: left;
	clear: both;
}

#UpfList ul {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
}

#UpfList li {
	clear: both;
	margin: 0px 0px !important;
	padding: 3px !important;
	float: left;
	width: 99%;
}

#UpfList li:nth-child(odd)
{
	background-color: #eee;
}

#UpfList li:nth-child(even)
{
	background-color: #fff;
}

#UpfList .btn {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

#UpfList a {
	color: #777;
	text-decoration: none;
}

#UpfList a:hover {
	text-decoration: underline;
}

#UpfList div {
	float: left;
	margin-left: 3px;
	line-height: 20px;
}

#UpfList img {
	max-width: 150px;
	border: 1px solid #333;
	padding: 0px;
	margin: 0px 7px;
	-moz-box-shadow: 5px 5px 7px #ccc;
	-webkit-box-shadow: 5px 5px 7px #ccc;
	box-shadow: 5px 5px 7px #ccc;
}

#GenForm .itmsbox {
	float: left;
	margin-bottom: 10px;
}

#GenForm .itmsbox span {
	cursor: pointer;
}

#GenForm .selitems, #GenForm .previtems .selitems {
	width: 100%;
	height: 200px;
	overflow: auto;
	float: left;
}

#GenForm .availitems {
	width: 100%;
	height: 200px;
	overflow: auto;
	float: left;
}

#GenForm .availitems ul, #GenForm .selitems ul, #GenForm .previtems .selitems ul {
	padding: 0px;
	margin: 0px;
	height: 198px;
	border: 1px dotted #ccc;
}

#GenForm .availitems li, #GenForm .selitems li, #GenForm .prewitems .selitems li {
	clear: both;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	border-bottom: 1px dotted #acf;
	padding: 3px;
}

#GenForm .selitems li {
	border: none !important;
	width: 97%;
	border-bottom: 1px dotted #acf !important;
}

#GenForm .availitems li:nth-child(even), #GenForm .selitems li:nth-child(even) {
	background-color: #f0f0f0;
	margin: 0px;
}

#GenForm .availitems li:nth-child(odd), #GenForm .selitems li:nth-child(odd) {
	background-color: #f5f5f5;
	margin: 0px;
}

#GenForm .availitems li img, #GenForm .selitems li img {
	margin: 0px;
	margin-right: 3px;
	border: none;
	padding: 0px;
}

#GenForm .availitems a, #GenForm .selitems a {
	text-decoration: none;
	color: #777;
}

#GenForm .availitems a:hover, #GenForm .selitems a:hover {
	text-decoration: underline;
	color: #357;
}

#GenForm .selitems .ui-sortable-helper {
	border: 1px dotted #333;
	background-color: #fdd;
	height: 20px;
	width: 99%;
	float: left;
	list-style-image: url("../../admin/images/icons/ico_ulsel.png");
}

#GenForm .selitems .seltblmod {
	float: left;
	width: 97%;
	background-color: #ffd !important;
	height: 20px;
}

#GenForm .availitems li span, #GenForm .selitems li span {
	float: right;
	white-space: nowrap;
}

#TBLST_MaxPage {
	width: 50px;
	float: right;
}

.listable th img {
	margin: 0px;
	padding: 0px;
}

.listable td img {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

.nobox {
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
}

.texteditor {
	float: left;
	border: 1px solid #ccc;
	background: #fefefe url('../../../images/img_editor.jpg') no-repeat;
	min-height: 250px;
	margin: 3px;
}

#UploadProgress {
	float: left;
	width: 150px;
	height: 50px;
	display: none;
	line-height: 15px;
	margin-left: 25% !important;
	margin-top: -140px;
	position: relative;
	background-color: #fff;
	line-height: 30px;
	border: 1px solid #777;
	font-family: Arial;
	font-size: 14px;
	box-shadow: 3px 3px 5px #aaa;
}

.qq-uploader { 
	position:relative; 
	height: 130px !important;
	width: 105px !important;
	background: url('../../../../images/icon_dragdrop.png') no-repeat bottom !important;
	overflow: auto;
	border: 1px dotted #303030;
}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 105px;
    padding: 5px 0;
    text-align:center;    
    background:#a0a0a0; 
    border-bottom:1px solid #ddd;
    color:#fff;
    font-size: 12px;
	font-family: Arial;
}

.qq-upload-button-hover {
	background:#d55;
}

.qq-upload-button-focus {
	outline:1px dotted black;
}

.qq-upload-drop-area {
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    min-height: 70px; 
    z-index:2;
    background:#FF9797; 
    text-align:center; 
}
.qq-upload-drop-area span {
    display:block; 
    position:absolute; 
    top: 50%; 
    width:100%; 
    margin-top:-8px; 
    font-size:16px;
}
.qq-upload-drop-area-active {
	background:#FF7171;
}

.qq-upload-list {
	margin: 0px; 
	padding: 0; 
	list-style: none;
	background-color: fff;
}

.qq-upload-list li { 
	margin:0; 
	padding:0; 
	line-height:15px; 
	font-size:12px;
	background: #f0f0f0;
	border-bottom: 1px dotted #a0a0a0;
	display: none;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {

}

.qq-upload-spinner {
	display:inline-block; 
	background: url("../../../../images/loading.gif"); 
	width:15px; 
	height:15px; 
	vertical-align:text-bottom;
}

.qq-upload-size,.qq-upload-cancel {
	font-size:11px;
}

.qq-upload-failed-text {
	display:none;
}

.qq-upload-fail .qq-upload-failed-text {
	display:inline;
}