
form { margin-bottom: 0; padding: 0;}
input.smallGo   { font-weight: bold; color: #fff; background: #718aab; padding: 0 5px; }

input.button-std, input.button-std:hover, input.button-std:focus { font-size: 12px; font-weight: bold; color: #ffffff; background-color: #718aab; border-width: 1px; padding: 0 10px; cursor: pointer; float: right; margin: 2px 3px 3px 5px; }
input.button-opt, input.button-opt:hover, input.button-opt:focus { font-size: 12px; font-weight: bold; color: #ffffff; background-color: #a0a0a0; border-width: 1px; padding: 0 10px; cursor: pointer; float: left; margin: 2px 5px 3px 3px; }

input.choose    { background: #e6e6e6; border-width: 1px; }
select.choose   { background: #e6e6e6; border-width: 1px; }
input.buttonChoose { font-size: 10px; font-weight: bold; width: 70px; color: #ffffff; background: #2d6def; border-width: 1px; }
input.buttonClear  { font-size: 10px; font-weight: bold; width: 70px; color: #ffffff; background: #e0072f; border-width: 1px; }
input.login  { width: 95px; background: #ffffff; color: #000000; border-style: solid; border-color: #bfcad8; border-width: 1px; }
input.submit { width: 95px; background: #bfcad8; }

#inputchoose { font: 9px courier new; }
#inputkey { font: 9px courier new; }


.form-error:focus {
	background: #fddee3;
}

.form-error:hover {
	background: #fddee3;
}

input.form-error, select.form-error, textarea.form-error, div.form-error {
	color: #000;
	background: #fff;
	border: 1px solid #cc0000;
}

input, textarea {
	border: 1px solid #626161;
	padding: 2px;
	margin: 1px 0;
	font-size: 12px;
}
input:focus, textarea:focus {
	border: 1px solid #000;
	background: #d6e3ef;
}

select, select:focus {
	border: 1px solid #000;
	background: #d6e3ef;
	font-size: 12px;
}

input[type=image] {
	border: 0;
}

fieldset {
	margin:0;
	padding:0;
}

fieldset.form-section {
	margin: 0;
	padding: 5px 0px 0px 10px;
	background: #e5e5e5;
}

fieldset.form-section div {
	float: left;
	margin-right: 4px;
	padding: 0;
	width: 140px;
	border: solid 1px #a9a39a;
}

fieldset.form-section div a {
	display: block !important;
	height: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	background: #fff7eb;
	border-color: #fff7eb;
	background: url('form_secton_bg.gif') repeat-x;
}
fieldset.form-section div a:hover {
	color: #000;
	background: #ccc;
	border: #ccc;
}
fieldset.form-section div a.on {
	display: block !important;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	color: #000;
	background: #fcf9c8;
	border-color: #a9a39a;
	background: url('form_secton_active_bg.gif') repeat-x;

}
fieldset.form-section div a.on:hover {
	color: #000;
	background: #999;
	border: #999;
}

.form-buttons {
	text-align: center;
	background: #e5e5e5;
	margin: 0;
	padding: 0;
}

.form-buttons input {
	background: url('form_buttons.gif') repeat-x;
	border: 1px solid #0663c4;
}
fieldset.login {
	width: 400px;
}

fieldset.login div {
	clear: both;
	padding: 5px;
}
fieldset.login div label {
	float: left;
	width: 120px;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
}

/* Expanded field */

.expand-dst {
	border: 1px solid #626161; 
	background: white;
	margin: 0px;
	padding: 0px 3px;
}
.expand-src {
	border: 1px solid black;
	border-right: 0;
	background: #fff;
	overflow: auto;
	height: 200px;
	clear: both;
}
.expand-width {
	width: 200px;
	margin: 0;
	padding: 0;
	height: 0px;
	font-size: 1px;
}
.expand-arrow-right {
	margin: 0;
	padding: 0;
	height: 17px;
	width: 17px;
	display: inline;
}
.expand-arrow-right img {
	background: url(blue_right.png) no-repeat left top;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 17px !important;
	height: 17px !important;
	border: 0;
}
.expand-arrow-right:hover img {
	background-position: 0 -17px;
}
.expand-arrow-down img {
	background: url(blue_down.png) no-repeat left top;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 17px !important;
	height: 17px !important;
	border: 0;
}
.expand-arrow-down:hover img {
	background-position: 0 -17px;
}
.expand-close {
	background: transparent url(tab_close_on_small.png) no-repeat scroll left top !important;
	border: 0;
	cursor: pointer;
	height: 9px;
	margin: 0px 0px 0pt 2px;
	width: 9px;
}
.expand-close:hover {
	background: transparent url(tab_close_on1_small.png) no-repeat scroll left top !important;
}


/* File upload */

.fileupload span {
	cursor: pointer;
	text-decoration: underline;
}
.fileupload span:hover {
	text-decoration: none;
}
.uploadspinner {
	background: url('spinner_upload.gif') no-repeat left;
	border: solid 0px #aab5bf;
	padding-left: 20px;
}
.uploadfile {
	margin-right: 80px;
}
.uploadinput {
	border: 0px;
	background: none;
}
.uploadinput:focus {
	border: 0px;
	background: none;
}
.uploadinput:hover {
	border: 0px;
	background: none;
}

.seccont {
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sec {
	padding: 10px;
	margin: 5px 5px 5px 0px;
}
#panel-dialog form {
	margin: 0;
	padding: 0;
}

#uploadframe {
	display: none;	
}


/* nt tqm sales channels */
.newfield {
	border: solid red 1px;
	background: lightgray;
}

.addnewfield {
	cursor: pointer;
	text-decoration: underline;
}


