body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	min-width: 1000px;
}

body.popup {
	min-width: initial;
}

body,select,input,textarea {
	color: #323232;
}

.header {
	width: 100%;
	height: 85px;
}

.content {
	text-align: left;
	padding: 10px;
}

h1 {
	font-size: 20px !important;
	color: #747474;
}

table {
	border-collapse: collapse;
	padding: 0px;
}

#messageQueueWrap {
	text-align: center;
	position: fixed;
	top: 0px;
	z-index: 999999;
	width: 100%;
}

#messageQueue {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}

.messageQueueItem {
	position: relative;
	border: 1px solid black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 5px;
	cursor: pointer;
}

.messageQueueItemMessage {
	background-color: #FFFF9F;
	border-color: #efef00;
}

.messageQueueItemError {
	background-color: #FFc5c5;
	border-color: #FF5f5f;
}

.messageQueueItemSuccess {
	background-color: #c5ffc5;
	border-color: #5fff5f;
}

.menutop {
	position: relative;
	width: 100%;
	z-index: 10;
	font-size: 11px;
	height: 25px;
}

.menutop a,.menutop a:HOVER {
	text-decoration: none;
	color: #323232;
	display: block;
	padding: 5px 5px;
}

.menutop ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menutop ul li {
	background-color: #d5d5d5;
	float: left;
	border-left: 1px solid #bbb;
	font-weight: bold;
}

.menutop ul li:HOVER {
	background-color: #e0e0e0;
}

.menutop ul li:FIRST-CHILD,.menutop ul li ul li {
	border: none;
}

.menutop ul li ul {
	position: absolute;
	display: none;
}

.menutop ul li:HOVER ul {
	display: block;
}

.menutop ul li ul li {
	background-color: #e0e0e0;
	clear: both;
	float: none;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}

.menutop ul li ul li:HOVER {
	background-color: #f0f0f0;
}

input[type="text"], input[type="password"], select, textarea {
    border: 1px solid lightgray;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    background-color: #ffffcc;
}
input.date {
    text-align: center;
    width: 70px;
}
.ui-widget input.date {
    width: 80px;
}

table.report caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eeecec;
    border-color: #aaa #aaa -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 130%;
    font-weight: bold;
    padding: 5px 0 0 20px;
    text-align: left;
}
table.report td.index, table.report td.qty, table.report td.sum, table.report td.percent, table.report th.qty, table.report th.sum, table.report th.percent {
    text-align: right;
}
table.report td.name, table.report th.name {
    text-align: left;
}
table.report tbody tr:hover {
    background-color: #ddd;
    color: inherit;
}
table.report thead, table.report tfoot, table.report th {
    background-color: #ddd;
    font-weight: bold;
}
table.report th {
    text-align: center;
}
table.report td, table.report th {
    border: 1px solid #aaa;
    padding: 2px 5px;
}
table.report tbody th {
    text-align: left;
}
table.report tr.divider, table.report tr.divider:hover {
    background-color: #afafaf;
    font-weight: bold;
}

table.itemsTable  {
    width: 100%;
    padding: 15px 0 0 0;
}

table.itemsTable thead th,
table.itemsTable td,
.grid-view .filters input,
.grid-view .filters select {
    font-size: 11px;
}

.grid-view .pager {
    text-align: center;
}

.odd {
    background-color: #ffffff;
}

.even {
    background-color: #eee;
}

.newpage {
    display: none;
}

.refresh.filter-remove{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 18px;
}

.refresh.filter-remove img{
    width: 18px;
    height: 18px;
}

.page-title{
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

/* ui */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
}
.ui-autocomplete.ui-front{
    z-index: 1000 !important;
}

@media print {
    .header {
        display: none;
    }
    .newpage{
        display: block;
        page-break-after: always;
    }

    @page {
        margin: 1cm;
    }
}
