html, body {
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	margin: 0;
	padding: 0;
}

a {
	color: #3366CC;
}

.cl {
	clear: both;
}

input, textarea {
	border: 1px solid #bbbbbb;
	padding: 2px;
}

textarea {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 11px;
}

button.ui_btn0 {
	margin: 6px 0 2px -1px;
	padding: 4px 7px 3px;
	box-shadow: 0 0 3px #ddd, 0 -1px rgba(255, 255, 255, 0.2) inset;
	font-size: 8pt;
	text-shadow: 1px 1px rgba(255, 255, 255, .8);
	border: 1px #ccc solid;
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
	background: rgb(247, 247, 247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(230, 230, 230, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(230, 230, 230, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(230, 230, 230, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(230, 230, 230, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(230, 230, 230, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(230, 230, 230, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
	transition: box-shadow ease-in-out 100ms, border-color ease-in-out 100ms;
	-moz-transition: box-shadow ease-in-out 100ms, border-color ease-in-out 100ms;
	-webkit-transition: box-shadow ease-in-out 100ms, border-color ease-in-out 100ms;
	border-radius: 2px;
}

button.ui_btn0.sub,
button.ui_btn0.sub:active {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, .6);
	border-color: rgba(0, 0, 0, .1);
	background: rgb(106, 138, 204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(106, 138, 204, 1) 0%, rgba(51, 102, 204, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 138, 204, 1)), color-stop(100%, rgba(51, 102, 204, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(106, 138, 204, 1) 0%, rgba(51, 102, 204, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(106, 138, 204, 1) 0%, rgba(51, 102, 204, 1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(106, 138, 204, 1) 0%, rgba(51, 102, 204, 1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a8acc', endColorstr='#3366cc', GradientType=0); /* IE6-9 */
	background: linear-gradient(top, rgba(106, 138, 204, 1) 0%, rgba(51, 102, 204, 1) 100%); /* W3C */
}

button.ui_btn0:hover {
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	background-position: #e9e9e9;
	border-color: #bbb;
}

button.ui_btn0.sub:hover {
	border-color: #444;
	box-shadow: 0 1px 1px rgba(106, 138, 204, 0.75);
}

button.ui_btn0.sub.disabled:hover {
	border-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #ddd;
}

button.ui_btn0.hold {
	background: #ddd;
	color: #333;
	text-shadow: none;
	box-shadow: 0 0 3px #dfdfdf, 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

button.ui_btn0:active {
	border-color: #4D90FE;
}

button.ui_btn0.sub:active {
	color: #f0f0f0;
	text-shadow: 1px 1px rgba(0, 0, 0, .9);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55) inset;
}

button.ui_btn0.sub.disabled:active {
	background: #E9E9E9;
	color: #999;
	text-shadow: none;
}

button.ui_btn0:disabled {
	cursor: default;
}

input.missing_value,
select.missing_value,
textarea.missing_value {
	border-color: #ffaa00;
	border-width: 2px;
	padding: 1px;
}

label.missing_value {
	background: #ffaa00;
	border-radius: 2px;
	color: #fff;
	padding: 3px 5px 0 0;
}

input.item_confirmed {
	border: 2px solid #13B9EF;
	margin: -1px;
}

input.amount {
	text-align: right;
}

span.hl {
	background: #FFF500;
}

div.wrapper {
	margin: 0 auto;
	padding: 0;
}

div.wrapper.subpage {
	margin-left: 0;
	margin-top: 40px;
	padding: 10px;
}

div.wrapper a {
	padding: 1px 2px;
}

/*div.wrapper a.active { color: #ffaa00; }*/
div.wrapper a.subpage {
	background: #DCF9FF;
}

/*div.wrapper a:hover { text-decoration: underline; }*/
div.wrapper div.message {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 3px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.25);
	color: #212121;
	margin: 10px 0;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.54);
}

div.wrapper div.message.success {
	background: #f8ffe8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8ffe8), color-stop(33%, #e3f5ab), color-stop(100%, #b7df2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ffe8', endColorstr='#b7df2d', GradientType=0); /* IE6-9 */
}

div.wrapper div.message.notify {
	background: -moz-linear-gradient(top, rgba(94, 255, 212, 0.75) 0%, rgba(4, 214, 186, 0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(94, 255, 212, 0.75)), color-stop(100%, rgba(4, 214, 186, 0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(94, 255, 212, 0.75) 0%, rgba(4, 214, 186, 0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(94, 255, 212, 0.75) 0%, rgba(4, 214, 186, 0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(94, 255, 212, 0.75) 0%, rgba(4, 214, 186, 0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(94, 255, 212, 0.75) 0%, rgba(4, 214, 186, 0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5effd4', endColorstr='#bf04d6ba', GradientType=0); /* IE6-9 */
}

div.wrapper div.message.warn {
	background: #ffd65e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd65e), color-stop(100%, #febf04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffd65e 0%, #febf04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0); /* IE6-9 */
}

div.wrapper div.message.error {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.54);
	background: rgb(255, 145, 94); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 145, 94, 1) 0%, rgba(255, 96, 5, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 145, 94, 1)), color-stop(100%, rgba(255, 96, 5, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 145, 94, 1) 0%, rgba(255, 96, 5, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 145, 94, 1) 0%, rgba(255, 96, 5, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 145, 94, 1) 0%, rgba(255, 96, 5, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 145, 94, 1) 0%, rgba(255, 96, 5, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff915e', endColorstr='#ff6005', GradientType=0); /* IE6-9 */
}

div.wrapper table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

div.wrapper table.list td {
	padding: 2px 4px;
	border: 1px solid #bbb;
}

div.wrapper table.list thead td {
	background: #F2F9CE;
	font-weight: bold;
}

div.wrapper table.list tbody tr.even td {
	background: #f4f4f4;
}

div.wrapper table.list tfoot td {
	font-weight: bold;
	font-style: italic;
	background: #fff2be;
}

div.wrapper table.list span.credit_card_number {
	font-size: 10px;
	color: #999;
}

div.wrapper table.list a.stat_link,
div.wrapper table.list a.filter_link {
	color: #23496C;
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	padding: 0;
}

div.wrapper table.form td {
	border: 1px solid #eee;
}

div.wrapper table.form input[type="text"],
div.wrapper table.form textarea {
	width: 320px;
}

div.wrapper table.form .tagit-new input {
	width: auto;
}

div.wrapper div.login_container {
	margin: 0 auto;
	width: 400px;
}

div.wrapper div.login_container div.login_form {
	padding: 0 25px;
	background: #fff;
	height: 100%;
}

div.wrapper div.login_container div.login_form h2 {
	margin: 0;
	padding-top: 90px;
}

div.wrapper div.login_container div.login_form div.datarow {
	width: 400px;
	font-size: 12px;
	margin: 2px 0;
}
div.wrapper div.login_container div.login_form div.datarow span.lc {
	display: inline-block;
	width: 20%;
}
div.wrapper div.login_container div.login_form div.datarow span.rc {
	display: inline-block;
	width: 66%;
}
div.wrapper div.login_container div.login_form div.datarow span input {
	width: 100%;
}

div.fix_header {
	margin: 0 0 12px;
	font-size: 12pt;
	font-weight: bold;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	background: #F4F4F4;
	border-bottom: 1px solid #E6E6E6;
}

div.footer {
	clear: both;
	border-top: 1px solid #D9D9D9;
	padding: 15px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #F0F0F0;
	color: #888888;
}

ul.pageselect {
	list-style: none;
}

ul.pageselect li {
	display: inline-block;
}

ul.pageselect li a {
	padding: 2px 4px;
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

div.wrapper div.side_menu {
	position: fixed;
	width: 195px;
	padding: 12px;
	background: #f6f6f6;
	border-right: 1px #aaa dotted;
	height: 100%;
	box-shadow: 4px 0 4px -3px rgba(0, 0, 0, 0.09);
	z-index: 10;
}

div.wrapper div.side_menu div {
	display: block;
	padding: 2px 0;
	text-align: right;
	position: relative;
}

div.wrapper div.side_menu div.menuitems div a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px;
	text-shadow: -1px 1px #fff;
	outline: none;
}

div.wrapper div.side_menu div.menuitems div.active a {
	color: #666;
	font-weight: bold;
}

div.wrapper div.side_menu div.menuitems div a:hover {
	text-decoration: underline;
}

/*div.wrapper div.side_menu div.menuitems div span.loading_icon {
	background: url(/resources/imgs/loading_progress.gif) no-repeat;
	padding: 8px;
	position: absolute;
	top: 11px;
	right: -10px;
}*/

div.wrapper div.top_menu {
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px dotted #aaa;
	padding: 0 15px 5px;
	position: fixed;
	top: 0;
	left: 220px;
	width: 1115px;
	z-index: 100;
	box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.09);
}

div.wrapper div.top_menu div.sub {
	margin-bottom: 5px;
	padding-top: 4px;
	text-transform: uppercase;
}

div.wrapper div.top_menu div.sub a {
	padding: 5px 4px 1px;
	text-decoration: none;
	margin-right: 8px;
	font-weight: bold;
	border-radius: 0 0 3px 3px;
	border: 1px solid transparent;
}

div.wrapper div.top_menu div.ac {
	min-height: 14px;
}

div.wrapper div.top_menu a {
	padding: 2px 4px;
	text-decoration: none;
	margin-right: 8px;
}

div.wrapper div.top_menu a.inactive {
	color: #ccc;
}

div.wrapper div.top_menu div.sub a.active {
	background: #fff3b8;
	border: 1px solid #d9d6d6;
	color: #444;
}

div.wrapper div.top_menu div.ac a.active {
	background: #36C;
	border-radius: 3px;
	color: #fff;
}

div.wrapper div.top_menu div.ac a.copy {
	background: #3366CC;
}

div.wrapper div.top_menu div.ac a.mod {
	background: #04C102;
}

div.wrapper div.top_menu div.ac a.del {
	background: #D00000;
}

div.wrapper div.top_menu div.sub input.search_keywords {
	float: right;
	width: 160px;
	margin: 6px 4px 0;
}

/********/

div.wrapper div.content {
	width: 1100px;
	position: absolute;
	left: 220px;
	padding: 52px 15px 15px;
}

ul.tagit li.tagit-new {
	float: none;
	clear: left;
}

ul.tagit li.tagit-new input {
	background: #fff;
	border: 1px solid #bbbbbb;
	padding: 2px;
}