@charset "utf-8";
/* CSS Document */

.qmmt_main, .qmmt_text, .qmmt_cycle, .qmmt_tabactive, .qmmt_tab{
	font: 11px tahoma;
	color: #333;
}
.qm_main, .qm_maintext, .qm_cycle, .qm_activebutton, .qm_inactivebutton, .qm_cycledown, .qm_cycleup{
	font: 11px tahoma;
	color: #333;
}
.qmmt_text_up, .qmmt_text_down{
	font: 11px tahoma;
}


.qmmt_tab, .qmmt_tabactive, .qmmt_header_bar, .qmmt_main, .qm_inactivebutton, .qm_activebutton, .qm_heading_bar{
	border-color: #E1E1E1;
}

.qmmt_tab{ background: #eaeaea; border: 0px none; border-left: 1px dotted #d1d1d1; }
.qmmt_tabactive{ background: #fff; border: 0px none; border-left: 1px dotted #d1d1d1; }

.qmmt_header_bar, .qm_heading_bar{ background: #B9E1Fa; }
.qmmt_header_text, .qm_heading_text{ font: bold 12px tahoma; color: #000000; }

.qm_inactivebutton{ background: #eaeaea; border-color: #E1E1E1; }
.qm_activebutton{ background: #fff; border-color: #E1E1E1; }

.qmmt_cycle{
	background-color: #f1f1f1;
}

.qm_cycle{
	background-color: #fff;
}

.qmmt_header_bar .qmmt_text{
	color: #fff;
	font: 11px tahoma;
}

a.qm:link     { color: #CC0000; text-decoration: none; }
a.qm:visited  { color: #CC0000; text-decoration: none; }
a.qm:hover    { color: #000; text-decoration: underline; }

a.qmmt:link   { color: #CC0000; text-decoration: none; }
a.qmmt:visited{ color: #CC0000; text-decoration: none; }
a.qmmt:hover  { color: #000; text-decoration: underline; }
