@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Arial;
	font-size: 14px;
}

.h1_title {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	margin-left:10px;
}
.h2_title {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-left:20px;
	margin-bottom: 10px;
}
.box {
	display: block;
	padding: 5px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
.box1 {
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	border: 5px solid #CCCCCC;
	background-color: #F3F3F3;
}
.box3 {
	display: block;
	padding: 5px;
	color: #333333;
	height: 182px;
}
.box2 {
	display: block;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 182px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.box4 {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 500px;
}
.RedButton /* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
 {
	padding: 2px;
	background-color: #004000;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 0px;
}
.BlueButton {
	padding: 2px;
	background-color: #304876;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 0px;
}

.box5 {
	padding: 5px;
	margin-bottom: 5px;
	border: 5px solid #CCCCCC;
	background-color: #990000;
	color: #FFFFFF;
	width: 300px;
}

.h3     {
	font-family: Tahoma;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.ht {
	font-family: Tahoma;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
}

.qmmc .qmdivider {
BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; DISPLAY: block; FONT-SIZE: 1px; BORDER-LEFT: 0px solid; BORDER-BOTTOM: 0px solid
}
.qmmc .qmdividery {
	FLOAT: left; WIDTH: 0px
}
.qmmc .qmtitle {
	DISPLAY: block; CURSOR: default; WHITE-SPACE: nowrap
}
.qmclear {
	CLEAR: left; DISPLAY: block; FONT-SIZE: 1px; WIDTH: 0px; LINE-HEIGHT: 0px; HEIGHT: 0px
}
.qmmc {
	POSITION: relative; HEIGHT: 1%
}
.qmmc A {
	DISPLAY: block; FLOAT: left; WHITE-SPACE: nowrap
}
.qmmc LI {
	DISPLAY: block; FLOAT: left; WHITE-SPACE: nowrap
}
.qmmc DIV A {
	FLOAT: none
}
.qmmc UL A {
	FLOAT: none
}
.qmmc UL LI {
	FLOAT: none
}
.qmsh DIV A {
	FLOAT: left
}
.qmmc DIV {
	VISIBILITY: hidden; POSITION: absolute
}
.qmmc UL {
	LEFT: -10000px; POSITION: absolute
}
.qmmc {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.qmmc UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.qmmc LI A {
	FLOAT: none
}
.qmmc LI {
	POSITION: relative
}
.qmmc UL {
	Z-INDEX: 10
}
.qmmc UL UL {
	Z-INDEX: 20
}
.qmmc UL UL UL {
	Z-INDEX: 30
}
.qmmc UL UL UL UL {
	Z-INDEX: 40
}
.qmmc UL UL UL UL UL {
	Z-INDEX: 50
}
LI:hover > UL {
	LEFT: auto
}
#qm0 UL {
	TOP: 100%
}
#qm0 UL LI:hover > UL {
	LEFT: 100%; TOP: 0px
}
#qm0 A {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 5px;
	COLOR: #555555;
	PADDING-TOP: 5px;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none
}
#qm0 DIV {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; MARGIN: -2px 0px 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 4px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: transparent; BORDER-BOTTOM-STYLE: none
}
#qm0 UL {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; MARGIN: -2px 0px 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 4px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: transparent; BORDER-BOTTOM-STYLE: none
}
#qm0 DIV A {
	BORDER-RIGHT: 0px;
	PADDING-RIGHT: 10px;
	BORDER-TOP: 0px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: 0px;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: 0px;
	BACKGROUND-COLOR: transparent
}
#qm0 UL A {
	BORDER-RIGHT: 0px;
	PADDING-RIGHT: 10px;
	BORDER-TOP: 0px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: 0px;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: 0px;
	BACKGROUND-COLOR: transparent
}
#qm0 DIV A:hover {
	COLOR: #cc0000; BACKGROUND-COLOR: #dadada
}
#qm0 UL A:hover {
	COLOR: #cc0000; BACKGROUND-COLOR: #dadada
}
#qm0 .qmtitle {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 3px;
	CURSOR: default;
	COLOR: #444444;
	PADDING-TOP: 3px;
	FONT-FAMILY: Tahoma
}
#qm0 .qmdividerx {
	BORDER-TOP-WIDTH: 1px; BORDER-LEFT-COLOR: #bfbfbf; BORDER-BOTTOM-COLOR: #bfbfbf; MARGIN: 4px 0px; BORDER-TOP-COLOR: #bfbfbf; BORDER-RIGHT-COLOR: #bfbfbf
}
#qm0 .qmdividery {
	BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #aaaaaa; BORDER-BOTTOM-COLOR: #aaaaaa; MARGIN: 4px 2px 0px; BORDER-TOP-COLOR: #aaaaaa; HEIGHT: 15px; BORDER-RIGHT-COLOR: #aaaaaa
}
#qm0 .qmritem SPAN {
	BORDER-LEFT-COLOR: #dadada; BORDER-BOTTOM-COLOR: #dadada; BORDER-TOP-COLOR: #dadada; BACKGROUND-COLOR: #f7f7f7; BORDER-RIGHT-COLOR: #dadada
}
#qm0 .qmritemcontent {
	PADDING-RIGHT: 0px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
UL#qm0 UL {
	BORDER-RIGHT: #dadada 1px solid; BORDER-TOP: #dadada 1px solid; BORDER-LEFT: #dadada 1px solid; BORDER-BOTTOM: #dadada 1px solid; BACKGROUND-COLOR: #f7f7f7
}
.link_chat a{
	color:#666;
	}
.link_chat{
	color:#666;
	}

