body {
	background: #fff;
}
body, div, tr, input, option, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	padding: 0px;
	margin: 0px;
}
input, textarea, select {
	border: #ccc 1px solid;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fafafa;
}
.bold {
	font-weight: bold;
}

td {
	padding: 5px 3px 5px 3px;
}
a {
	color: #06f;
	text-decoration: none;
}
a:hover {
	color: #06f;
	text-decoration: underline;
}
.blue {
	color: #00f;
}
.greyed {
	color: #ccc;
}
div.success {
	padding: 5px;
	border: #6f0 1px solid;
	background: #b7fb89;
}
div.warning {
	padding: 5px;
	border: #FFCC66 1px solid;
	background: #FFE9BD;
}
div.error {
	padding: 5px;
	border: #f00 1px solid;
	background: #fb8989;
}
.border_bottom {
	border-bottom: #999 1px solid;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
hr.orange {
	color: #FFCC66;
	background-color: #FFCC66;
	height: 1px;
}
/* Tables */
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.h100 {
	height: 100%;
}
.w100 {
	width: 100%;
}
.w75 {
	width: 75%;
}
.w50 {
	width: 50%;
}
.w25 {
	width: 25%;
}
.pad {
	padding: 5px;
}
.padt {
	padding-top: 5px;
}
.padr {
	padding-right: 5px;
}
.padb {
	padding-bottom: 5px;
}
.padl {
	padding-left: 5px;
}
.xpad {
	padding: 20px;
}
.xpadt {
	padding-top: 20px;
}
.xpadr {
	padding-right: 20px;
}
.xpadb {
	padding-bottom: 20px;
}
.xpadl {
	padding-left: 20px;
}
.dbrd {
	border: #f00 1px dashed;
}
.brd {
	border: #ccc 1px solid;
}
.brdt {
	border-top: #ccc 1px solid;
}
.brdr {
	border-right: #ccc 1px solid;
}
.brdb {
	border-bottom: #ccc 1px solid;
}
.brdl {
	border-left: #ccc 1px solid;
}
.bgyellow {
	background: #FFFFAD;
}
.message {
	border: #ccc 1px solid;
	background: #FFFFAD;
}
.debug_message {
	border: #FFC105 1px dashed;
	background: #FFE79E;
}
#main_message {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top: #ccc 1px solid;
	z-index: 110;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
.btn {
	color: #fff;
	font-weight: bold;
	height: 40px;
	background: #09f;
	border: none;
    border-radius: 5px;
}
.btn:hover {
	background: #7fccff;
	cursor: pointer;
}
.btn_save {
	color: #fff;
	font-weight: bold;
	height: 40px;
	background: #17b762;
	border: none;
    border-radius: 5px;
}
.btn_save:hover {
	background: #8bdbb0;
	cursor: pointer;
}
.paybright_btn {
	color: #fff;
	font-weight: bold;
	height: 40px;
	background: #08af97;
	border: none;
    border-radius: 5px;
}
.paybright_btn:hover {
	background: #83d7cb;
	cursor: pointer;
}
.cancel_btn {
	color: #fff;
	font-weight: bold;
	height: 40px;
	background: #ff4200;
	border: none;
    border-radius: 5px;
}
.cancel_btn:hover {
	background: #ff947f;
	cursor: pointer;
}
.btn_dis {
	color: #fff;
	font-weight: bold;
	height: 40px;
	background: #ccc;
	border: none;
    border-radius: 5px;
}
.form_elem {
	border: #ccc 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	background: #fff;
}
.form_elem_disabled {
	border: #ccc 1px solid;
	background: #e0e0e0;
}
.form_elem_error {
	background: #ffd8d8;
}
.form_elem_warning {
	background: #ff6;
}
.form_elem_focusin {
	background: #f5faff;
}
.hidden {
	display: none;
}
.visible {
	display: inline-block;
}
.invisible {
	visibility: hidden;
}
.nowrap {
	white-space: nowrap;
}
.shadowed {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
.highlightable_style {
	background: #C7FFC7;
	cursor: pointer;
}
.deletable_style {
	background: #ffdae6;
	cursor: pointer;
}
.hl, .hl_perm {
	background: #FFFFAD;
	cursor: pointer;
}
.flink {
	color: #09f;
}
.form_warning {
	background: #f9b9b9;
}
.form_input_error {
	border: #ff4200 1px solid;
}
.flink {
	color: #09f;
}
.feed_inactive, .brand_feed_inactive {
	background: url(images/feed_inactive.png) center left no-repeat;
}
.feed_warning, .brand_feed_warning {
	background: url(images/feed_warning.png) center left no-repeat;
}
.feed_active, .brand_feed_active {
	background: url(images/feed_active.png) center left no-repeat;
}
.odd {
	background: #ebeafa;
}
.even {
	background: #fff;
}
.printonly {
	display: none !important;
}
@media print {
	body, html {
		margin: 0;
		padding: 0;
	}
	.noprint {
		display: none !important;
	}
	.printonly {
		display: inline-block !important;
	}
}
@page {
	margin: 15mm 7mm 15mm 15mm;
}
