/** the Holly hack. See http://www.positioniseverything.net/explorer/escape-floats.html */
/* \*/
* html .nav1 { height: 1%; }
* html .nav2 { height: 1%; }
* html #maincontent { height: 1%; }
* html .popupmain { height: 1%; }
* html #content { height: 1%; }
* html #content-fullwidth { height: 1%; }
* html .item { height: 1%; }
* html .row { height: 1%; }
* html .dummy-twocol-left { height: 1%; }
* html .dummy-twocol-right { height: 1%; }
/* */
/* end of the Holly hack */

body {
	margin: 0;
    padding: 0;
	color: #000;
	background-color: #FFF;
	font-weight: normal;
	font-size: 0.7em; /* 0.7 em <=> 12px */
	font-family: Verdana, Arial, sans-serif;
}
body:lang(zh) {
    font-size: 80%;
}
body:lang(ja) {
    font-size: 75%;
}
input, select, textarea {
	font-weight: normal;
	font-size: 1em;
	font-family: verdana, sans-serif;
}
input, select {
	vertical-align: middle;
}

.box {
	padding: 0.8em;
	margin: 1em 0 0.5em 0;
}
.row {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.dummy {
	margin: 0;
	padding: 0;
}
.dummy-twocol-left {
	width: 48%;
	float: left;
	margin: 0;
	padding: 0;
	border-width: 0;
}
.dummy-twocol-right {
	width: 48%;
	float: right;
	margin: 0;
	padding: 0;
	border-width: 0;
}
.no-dummy {
	padding: 0.5em ! important;
}

img.thumbnail {
    vertical-align: middle;
    display: block;
	width: 75px;
	height: 75px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 auto 0 auto;
}

/** LIST *********************************/

.list {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	position: relative;
	z-index:3;
	width: 100%;
}
.list img {
	vertical-align: middle;
}
.list table {
	font-family: inherit;
	font-size: 100%;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
.list table.offer {
    line-height: 160%;
}
.list table.offer input {
    vertical-align: top;
    padding: 0px;
    margin-bottom: -3px;
}

.list table th {
	background-color: #f0f0f0;
	background: url("http://www.midiblogs.com/graphics/style/table-header.gif") repeat-x left bottom;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	padding: 4px 0 10px 4px;
}
.list table th.dynamic {
    cursor: pointer;
}
.list table th.static {
    cursor: default;
}
.list table th a {
	color: #000;
	text-decoration: none;
}
.list table th img {
	margin-right: 0.6em;
}
.list table td {
	padding: 5px;
	vertical-align: top;
	border-bottom: #e4e4e4 1px solid;
}
.list table td.void {
    border: 0px;
}
.list table tr.even {
	background-color: #fff ! important;
}
.list table tr.odd {
	background-color: #f8f8f8 ! important;
}
.list table tr.editeven {
	display: none;
}
.list table tr.editodd {
	display: none;
}
.list table tr.editeven td {
	background-color: #fff;
	border-bottom: #8a8a8a 2px solid;
}
.list table tr.editodd td {
	background-color: #f8f8f8;
	border-bottom: #8a8a8a 2px solid;
}
.list table .rowgroupend {
	border-bottom-width: 3px;
}
.list table td.last {
	border-top: #8a8a8a 2px solid;
	border-bottom-width: 0;
}
.list table td.rightalign, .list table th.rightalign {
	text-align: right ! important;
	padding-right: 0.5em;
}
.list table .pagedlinks {
	padding-left: 0.1em;
	padding-right: 0.1em;
}
.list table .bold {
	font-weight: bold;
}

.list .thumbbox {
    position: relative;
	top: 0px;
	left: 0px;
	display: inline;
	text-align: center;
	width: 125px;
	margin: 0 10px 10px 0;
	float: left;
}

.list table img.thumbnail {
    margin: 0;
}

.list .thumbbox p {
    text-align: center;
    margin: 5px 0 0 0;
    padding: 0;
}

.list2 {
	width: 70%;
}
.list2 table {
	font-family: inherit;
	font-size: inherit;
	padding: 0px;
	border-collapse: collapse;
}
.list2 table .bold {
	font-weight: bold;
}
.list2 table td {
	padding: 5px;
}

/*** ITEMS *****/

.item {
	padding: 0.8em;
	margin: 1em 0 0.5em 0;
	border: 1px solid #e4e4e4;
	background-color: #f8f8f8;
}
.item img {
	float: left;
	margin: 1em;
}
.item h3 {
	color: #000;
	float: left;
	clear: none;
	width: auto;
	border-width: 0;
	padding-right: 1em;
}
.item p {
    margin: 0.5em;
}
.item table {
	width: 100%;
	font-family: inherit;
	font-size: 100%;
	padding: 0;
	margin: 0;
}
.item table tr {
	padding: 0;
	margin: 0;
}
.item table td {
	padding: 0;
	margin: 0;
	float: none;
	vertical-align: top;
}
.item table td.thumb {
    width: 0.1em;
}
.item table td.actions {
    width: 0.1em;
}
.item table td.description {
    padding: 0.4em;
}
.item table td.info ul {
	padding: 0;
	margin: 0.5em 1em 0 1em;
	float: left;
	clear: none;
}
.item table td.info ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0.5em;
	padding: 0;
}
.item table td.actions ul {
	float: right;
	clear: none;
	padding: 0;
	margin: 0 0 0 2em;
}
.item table td.actions ul li {
	padding: 0.3em 0;
	margin: 0;
	white-space: nowrap;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	color: #3399FF;
}
.item table td.actions ul li.unauthorized,
.item table td.actions ul li.unauthorized a {
    color: #f8f8f8;
    visibility: hidden;
}
.item table td.actions ul li a {
	white-space: nowrap;
}

/** OTHERS *********************************/


.debug {
	border: 1px solid black;
	color: #F00;
	text-align: justify;
	float: right;
	display: none;
	z-index: 10;
	font-family: monospace;
	border: 2px dashed #F00;
	background-color: #FFF;
	margin: 0 0 1em 1em;
	padding: 0.2em;
}
.spacer {
	clear: both;
}
.break {
	margin: 10px 0px 20px 0px;
}
.center {
    text-align: center ! important;
}
img, a img {
	margin: 0.1em;
    border: none;
}
.nowrap {
	white-space: nowrap;
}
.sort-arrow {
	width: 11px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 2px;
}
.sort-arrow.descending {
	background-image: url("http://www.midiblogs.com/graphics/style/downsimple.png");
}
.sort-arrow.ascending {
	background-image: url("http://www.midiblogs.com/graphics/style/upsimple.png");
}

/** TABLES **/
table.nomargin,
table.nopadding {
    border-collapse: collapse;
}
table.nopadding td {
    padding: 0;
}
table.nomargin td {
    margin: 0;
}
table.ie5tablebug {
    font-size: 100%;
}
table th,
table td {
	text-align: left;
}
table td.center {
	text-align: center;
}
table td.smallest {
    width: 0.1em;
}

/*	ERROR  ------------------------------------- */

.error-message {
	color: #993333;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	background-color: #EEE;
	text-align: justify;
	margin: 0 0 0.8em 0.8em;
	padding: 0.2em;
}

.valid-message {
	color: #339900;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	background-color: #EEE;
	text-align: justify;
	margin: 0 0 0.8em 0.8em;
	padding: 0.2em;
}

.wait-message {
    font-weight: bold;
	text-align: center;
	padding: 15em;
	line-height: 150%;
}

.topbar-popup .wait-message {
	padding: 5em;
}

/** admin homepage boxes **/
div.warning {
    background: #FFEFB7;
    margin-bottom: 10px;
    width: 725px;
}
div.warning div.decorator1 {
	background: url("http://www.midiblogs.com/graphics/boxwarning-bottom.gif") no-repeat 0 100%;
}
div.warning div.decorator2 {
	background: url("http://www.midiblogs.com/graphics/boxwarning-top.gif") no-repeat;
	padding: 5px;
}
div.warning h4 {
    color: #ff6600;
    margin-bottom:0.5em;
}

div.advice {
    background: #d5f0ff;
    margin-bottom: 10px;
    width: 725px;
}
div.advice div.decorator1 {
	background: url("http://www.midiblogs.com/graphics/boxadvice-bottom.gif") no-repeat 0 100%;
}
div.advice div.decorator2 {
	background: url("http://www.midiblogs.com/graphics/boxadvice-top.gif") no-repeat;
	padding: 5px;
}
div.advice h4 {
    color: #0077a2;
    margin-bottom:0.5em;
}

div.info {
    background: #cfeeb2;
    margin-bottom: 10px;
    width: 725px;
}
div.info div.decorator1 {
	background: url("http://www.midiblogs.com/graphics/boxinfo-bottom.gif") no-repeat 0 100%;
}
div.info div.decorator2 {
	background: url("http://www.midiblogs.com/graphics/boxinfo-top.gif") no-repeat;
	padding: 5px;
}
div.info h4 {
    color: #339933;
    margin-bottom:0.5em;
}

div.maximiles {
    background: url("http://www.midiblogs.com/admin/graphics/payment/maximilesmedian.jpg") repeat-y;width: 750px;margin-left:-5px;
}
div.maximiles div.decorator1 {
	background: url("http://www.midiblogs.com/admin/graphics/payment/maximilesbottom.jpg") no-repeat 0 100%;
}
div.maximiles div.decorator2 {
	background: url("http://www.midiblogs.com/admin/graphics/payment/maximilestop.jpg") no-repeat;
	padding: 25px 20px 5px 20px;
}