﻿div.qwTabs,
div.qwTabsBorder,
div.qwBody,
div.qwFooter
{
	float: left;
	clear: both;
	width: 750px;
}

div.qwTabs div,
div.qwTabsBorder div
{
	float: left;
	clear: none;
}

div.qwTabs div
{
	height: 36px;
}

div.qwTabsBorder div
{
	height: 9px;
	font-size: 0px; /*Fixes IE 6 spacing problem*/
}

/* --Tabs-- */

div.qwHighTab,
div.qwLowTab
{
	width: 193px;
	background-position: top;
	background-repeat: no-repeat;
}

div.qwHighTab div,
div.qwLowTab div
{
	float:left;
	clear: both;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 100%;	
}

div.qwHighTab div.tabHead,
div.qwLowTab div.tabHead
{
	font-weight: 600;
	padding: 5px 0px 2px 0px;
	font-size: 12px;
}

div.qwTabSpcr
{
	width: 6px;
}

div.qwHighTab
{
	background-image: url('/App_themes/images/QuickWins/tabHigh.gif');
}

div.qwLowTab
{
	background-image: url('/App_themes/images/QuickWins/tabLow.gif');
	color:#FFFFFF;
}
/* --------------- */

div.qwHighTabBdr,
div.qwLowTabBdr
{
	width: 193px;
	background-repeat: repeat-x;
	background-position: top;
}

div.qwHighTabBdr
{
	background-image: url('/App_themes/images/QuickWins/topMidBorderLow.gif');
}

div.qwLowTabBdr
{
	background-image: url('/App_themes/images/QuickWins/topMidBorder.gif');
}

div.topLTCurv,
div.topRTCurv
{
	width: 10px;	
}

div.topLTCurv
{
	background-image: url('/App_themes/images/QuickWins/topLTCurv.gif');
	background-repeat: no-repeat;
	background-position: top;
}

div.topRTCurv
{
	background-image: url('/App_themes/images/QuickWins/topRTCurv.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

div.topMidBorder
{
	background-image: url('/App_themes/images/QuickWins/topMidBorder.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/* ---------------- */

/* Body */
div.qwBody
{
	padding: 10px 0px 0px 0px;
	border-left: 1px solid #DBDBDB;
	/*border-right: 1px solid #DBDBDB;*/
	border-top: none;
	margin-top: 0px;
	
	background-image: url('/App_themes/images/QuickWins/bodyRTBorder.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

/* ------ */


/* Footer */

div.qwFooter div
{
	float: left;
	clear: none;
}

div.qwFooter div.ltBG
{
	width: 10px;
	background-image: url('/App_themes/images/QuickWins/btmLTCurv.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

div.qwFooter div.midBG
{
	background-image: url('/App_themes/images/QuickWins/btmMidBorder.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 730px;
}

div.qwFooter div.rtBG
{
	width: 10px;
	background-image: url('/App_themes/images/QuickWins/btmRTCurv.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* -------- */

