/* BODY */
body,html {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:100%;
	width:100%;
    border:none;
}
/* ROUNDING */
.r-2px,.input-file,.input-text,.input-textarea,.input-textarea-readonly,.input-select,
.input-button,.input-button:disabled,.input-button-red,.input-button-red:disabled,.input-button-grey,
.input-button-grey:disabled,.fieldset {
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-border-radius:2px;
}
.r-4px,.panel,.tp,.lp,.msg,.msg-note,.msg-warning,.msg-error,.msg-button {
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
/* TEXT */
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.text-left {
	text-align:left!important;
}
.text-desc {
	text-align:left!important;
	font-size:9px;
}
.text-right {
	text-align:right!important;
}
.text-green {
	color:#8dc63f!important;
}
.text-emsg {
	color:#ff3300;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
/* HEADER */
.head {
	width:100%;
	height:28px;
}
.head-menu {
	padding-left:20px;
	text-align:left;
}
.head-logout {
	width:70px;
}
.head-return {
	width:70px;
}

.head-logout a {
	color:#ffffff;
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	text-decoration:none;
	height:14px;
	width:60px;
}
.head-return a {
	color:#ffffff;
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	text-decoration:none;
	height:14px;
	width:60px;
}
.head-logout a:hover,.head-return a:hover {
	background-color:#7DB630;
	border:1px solid #8Dc640;
	color:#ffffff;
	margin:0px;
}
.head-user {
	color:#b7b7b7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:160px;
}
.head-user a {
	color:#7DB630;
	text-decoration:none;
}
.head-user a:hover {
	color:#7DB630;
	text-decoration:underline;
}
.head-user img {
	margin-right:5px;
}
/* MIDDLE */
.mid {

}
.mid-logo {
	margin:29px 25px 30px 25px;
}
/* FOOTER */
.footer,.footer a,.footer a:visited {
	color:#bfbfbc;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
.footer {
	text-align:center;
	margin-bottom:4px;
}
/* CONTAINER */
.cont {
	height:100%;
	width:100%;
	background-color:#f1f2ed;
}
.cont-popup {
	height:100%;
	_height:98%;
	width:100%;
	background-color:#f8f8f8;
}
.cont-popup-msg {
	height:100%;
	width:100%;
	/*background:#ffffff;*/
}
.cont-form {
	height:100%;
	margin:0px;
	padding:0px;
}
.cont-top {
	background:#737372;
	border-bottom:3px solid #a1cf62;
	text-align:center;
	height:30px;
}
.cont-mid {
	padding:0px
}
.cont-mid-user {
	padding-top:15px; 
	padding-bottom:15px;
	padding:0px\9;
}
.cont-bot {
	text-align:center;
	height:10px;
}
/* INPUTS */
.input,.text {
	color:#737372;
	font-size:12px!important;
} 
.input-file,.input-text,.input-textarea,.input-textarea-readonly,.input-select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #e3e3e3;
	background-color:#f1f2ed;
	padding:3px;
	color:#535363;
}
.input-file-inline,.input-text-inline,.input-select-inline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #e3e3e3;
	background-color:#f1f2ed;
	padding:2px;
	color:#535363;
	margin:0px;
}
.input-text:focus,.input-file:focus,.input-textarea:focus,.input-select:focus,.input-file-inline:focus,
.input-text-inline:focus,.input-select-inline {
	background-color:#f6feed;
}
.input-textarea-readonly {
	color:#535363;
	border:1px solid #e3e3e3;
	background-color:#e1e2dd;
}
.input-select {
	height:22px;
	padding:2px;
}
.input-select-inline {
	height:20px;
	padding:2px;
}
.input-select optgroup option,.input-select-inline optgroup option {
	color:#535363!important;
}
.input-select optgroup,.input-select-inline optgroup {
	color:#8dc63f;
	background-color:#f1f2ed;
	font-style:italic;
	font-weight:bold;
}
.input-radio,.input-checkbox {
}
@media all and (min-width: 0px) {
	.input-checkbox {
		margin-left:3px;
	}  
}
.input-button::-moz-focus-inner,.input-button-red::-moz-focus-inner,.input-button-grey::-moz-focus-inner {
	padding:0px!important;
	border:0px!important;
	margin:0px!important;
}
.input-button,.input-button-red,.input-button-grey{
	font-family:Verdana,Arial,Helvetica,sans-serif!important;
	font-size:11px!important;
	border:none;
	outline:hidden;
	color:#FFFFFF;
	height:20px;
	margin:1px;
	padding-bottom:3px;
	padding-left:10px\9;
	padding-right:10px\9;
	padding-top:2px\9;
	vertical-align:middle;
	cursor:pointer;
    cursor:hand;
	-moz-user-focus:normal;
	width:auto;
    overflow:visible;
	text-shadow:0 0 0 #000;
}

.input-button:disabled,
.input-button-red:disabled,
.input-button-grey:disabled{
	font-family:Verdana,Arial,Helvetica,sans-serif!important;
	font-size:11px!important;
	border:none;
	outline:hidden;
	color:#FFFFFF;
	height:20px;
	margin:1px;
	padding-bottom:3px;
	padding-left:10px\9;
	padding-right:10px\9;
	padding-top:2px\9;
	vertical-align:middle;
	cursor:pointer;
    cursor:hand;
	-moz-user-focus:normal;
	width:auto;
    overflow:visible;
	text-shadow:0 0 0 #000;
}
.input-button {
	background-image:url('/img/default/css/button.gif');
	background-color:#95d637;
}
.input-button-red {
	background-image:url('/img/default/css/button-red.gif');
	background-color:#d69537;
}
.input-button-grey {
	background-image:url('/img/default/css/button-grey.gif');
	background-color:#a5dc55;
}
.input-button:disabled,.input-button-red:disabled,.input-button-grey:disabled {
	background-image:url('/img/default/css/button-disabled.gif');
	background-color:#8dc63f;
}
.input-button:disabled:hover,.input-button-red:disabled:hover,.input-button-grey:disabled:hover {
	background-image:url('/img/default/css/button-disabled.gif');
	background-color:#8dc63f;
}
.input-button:focus,.input-button:hover {
	background-image:url('/img/default/css/button-sel.gif');
	background-color:#8bcc2d;
}
.input-button-red:focus,.input-button-red:hover {
	background-image:url('/img/default/css/button-red-sel.gif');
	background-color:#cc8b2d;
}
.input-button-grey:focus,.input-button-grey:hover {
	background-image:url('/img/default/css/button-grey-sel.gif');
	background-color:#9cd44c;
}
.button-bar {
	text-align:left;
	padding-top:3px;
	color:#737372;
	font-size:12px;
}
.button-bar-bottom {
	text-align:left;
	color:#737372;
	font-size:12px;
}
.button-bar.input-button {
	margin-right:3px;
}
/* PANEL */
.panel,.tp,.lp {
	border:1px solid #E2E2E2;
	background:#FFFFFF;
	padding:7px;
}
.panel hr,.popup-panel hr {
	border:0px;
	border-bottom:1px solid #e3e3e3;
	margin:5px 0px 5px 2px; 
	padding:0px;
	height:1px;
	background:#ffffff;
	color:#ffffff;
	width: 99%;
	display: block;
	font-size:1px;
	text-align:left;
}
.panel h1,.panel h2,.popup-panel h1,.popup-panel h2 {
	color:#8dc63f;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	text-align:left;
}
.panel h1,.popup-panel h1 {
	margin:5px 0px 5px 8px;
	font-size:19px;
}
.panel h2,.popup-panel h2 {
	margin:5px 0px 5px 8px;
	font-size:14px;
}
.panel h3,.popup-panel h3 {
	color:#737372;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	font-style:italic;
	margin:0px 0px 0px 8px;
}
/* TABLE */
.table {
}
.table td {
	font-size:11px;
	color:#737372;
}
.table-header td {
	background-color:#737372;
	height:19px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:1px solid #939392;
}
.table-header a {
	color:#ffffff;
	text-decoration:none;
}
.table-header a:hover {
	color:#ededed;
	text-decoration:underline;
}
.table-filter td {
	text-align:center;
	background-color:#ededed;
	padding-right:4px;
}
.table-row0 td,.table-row1 td,.table-row-sel td,.table-row-hover td {
	height:18px;
	padding:1px 2px 1px 2px;
}
.table-row0 img,.table-row1 img,.table-row-sel img,.table-row-hover img {
	border-style:none;
	width:16px;
	height:16px;
}
.table-row1 td {
	background-color:#f4f4f4;
}
.table-row-hover td {
	background-color:#dfffa4;
}
.table-row-sel td {
	background-color:#ffffcc;
}
.table-empty td {
	height:20px;
	text-align:center;
	font-style:italic;
}
.table-paging td {
	background-color:#737372;
	color:#ffffff;
	font-size:11px;
}

.table-paging-table {
	border:1px solid #939392;
}
.table-chbox,.table-filter-clear-img {
	padding:0px!important;
	text-align:center;
}
.table-paging table {
	width:100%;
}
.table-cnt {
	text-align:center;
}
/* FILTER */
.filter-text {
	width:100%;
	border:1px solid #ACACAC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #e3e3e3;
	background-color:#f5f6f1;
	padding:2px 1px 2px 1px;
	color:#92928f;
	margin:0px;
}
.filter-text:focus {
	background-color:#f7ffee;
}

.pfx {
	padding-right:4px!important;
}

.filter-select {
	width:100%;
	border:1px solid #ACACAC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #e3e3e3;
	background-color:#f5f6f1;
	padding:2px 1px 2px 1px;
	color:#92928f;
	margin:0px;
	height:20px;
}
.filter-select:focus {
	background-color:#f7ffee;
}
/* PAGING */
.paging-page {
	width:35px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#f1f2ed;
	padding:2px 1px 2px 1px;
	color:#92928f;
	margin:0px;
	text-align:center;
}
.paging-page:focus {
	background-color:#f7ffee;
}
/* MESSAGES */
.msg,.msg-note,.msg-warning,.msg-error {
	width:100%;
	margin:1px 0px 1px 0px;
}
.msg td,.msg-note td,.msg-warning td,.msg-error td {
	padding:3px 3px 3px 1px;
	font-size:11px;
	text-align:left;
}
.msg .icon,.msg-note .icon,.msg-warning .icon,.msg-error .icon {
	padding:0px!important;
	width:24px;
}
.msg .icon span,.msg-note .icon span,.msg-warning .icon span,
.msg-error .icon span {
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat;
	width: 16px; 
	height: 16px;
	margin:4px;
}
/* MSG */
.msg {
	width:auto;
	border: 1px solid #e3a345;
	background-color:#ffffdd;
	color: #cd5c0a;
}
.msg td {
	text-align:left;
}
.msg .icon span {
	background-image:url('/img/default/css/info.gif');
}
/* MGS.NOTE */
.msg-note {
	border:1px solid #e8e1b5;
	background-color:#eeffff;
	color: #363636;
}
.msg-note .icon span {
	background-image:url('/img/default/css/info.gif');
}
/* MSG.WARNING */
.msg-warning {
	border:1px solid #fdd500;
	background-color:#ffffdd;
	color: #363636;
}
.msg-warning .icon span {
	background-image:url('/img/default/css/warning.gif');
}
/* MSG.ERROR */
.msg-error {
	border: 1px solid #e3a345;
	background-color:#ffffdd;
	color: #cd5c0a;
}
.msg-error .icon span {
	background-image:url('/img/default/css/error.gif');
}
.msg-hidden {
	opacity:0;
}
/* IMAGES */
.img,.img-16x16,.img-18x18 {
	border-style:none;
}
.img-16x16 {
	height:16px;
	width:16px;
}
.img-18x18 {
	height:18px;
	width:18px;
}
.img-text {
	height:16px;
	width:16px;
	margin-bottom:-4px;
	border:0px;
}
/* FIELDSET */
.fieldset {
	margin:0px;
	padding:0px;
	border:1px solid #939392;
}
.fieldset legend {
	color:#8dc63f;
	margin:0px 0px 0px 5px;
	padding:0px 3px 0px 3px;
	font-weight:bold;
}
.msg-button {
	border:1px solid #e8e1b5;
	background-color:#eeffff;
	color: #363636;
	padding:3px;
	font-size:11px;
}

.tp {
	padding:3px;
	margin-bottom:4px;
}

.tp a {
	font-size:11px; 
	text-decoration:none;
	font-weight:bold;
	color:#8dc63f;
}

.tp a:hover {
	text-decoration:underline;
}

.lp {
	padding:3px;
	/*width:100%;*/
	/*margin-left:4px;
	margin-right:4px;*/
	margin-bottom:4px;
}

.lp-title {
	font-size:11px; 
	padding-left:2px; 
	font-weight:bold; 
	color:#8dc63f;
	text-align:left;
}
.lp-ico {
	width:11px;
}
.lp-ico img {
	width:11px;
	height:11px;
}

.cont-left {
	
}
.cont-left-main {
	padding-right:4px;
	padding-left:4px;
}

.help {
	font-size:10px; 
	color:#737372; 
	padding:2px; 
	font-style:italic
}

.wait { 
	position: absolute; 
	visibility: hidden; 
	width: 323px; 
	height: 50px
}

.wait table { 
	padding: 1px; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center;
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-border-radius:2px;
	border:1px solid #737372;
	background-color:#eeffff;
	color: #363636;
	opacity: 0.9;
}

.iframe {
	border: 1px solid #d2d2d2;
}

.ql div {
	cursor:pointer;
	float:left; 
	width:64px; 
	padding:3px; 
	margin:2px;
	text-align:center;
}
.ql div:hover {
	background-color:#ddf68f;
	border:1px solid #9dd64f;
	padding:2px; 
}
.ql img {
	margin:3px;
	width:48px;
	height:48px
}

.text-hover {
	text-decoration:none;
}
.text-hover:hover {
	text-decoration:underline;
}

.session {
	background-color:#FFFFFF; 
	border:1px solid #666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
.itemComment{
	padding: 5px 10px 10px;
}