body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	color: #404040;
	background-color: #ffffff;
	background-image: url(/img/framework/stripesBackground.gif);
}
a.plain:link { text-decoration: none; color: #808080; }
a.plain:visited { text-decoration: none; color: #808080; }
a.plain:hover { text-decoration: none; color: #cccccc; }
a.plain:active { text-decoration: none; color: #cccccc; }

a.popLink:link { text-decoration: none; color: #1165AC; }
a.popLink:visited { text-decoration: none; color: #1165AC; }
a.popLink:hover { text-decoration: underline; color: #1165AC; }
a.popLink:active { text-decoration: none; color: #1165AC; }

table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	text-align: left;
	padding: 3px 6px 3px 6px;
	font-size: 12px;
	color: #404040;
}
div {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
img {
	border-width: 0px;
}
img.padBorder {
	padding: 5px;
	border: 1px solid #cccccc;
	margin: 8px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 30px;
	color: #cccccc;
	margin-bottom: 8px;
	margin-top: 2px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
}
h2.sectionHead {
	font-size: 14px;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 16px;
	font-weight: normal;
	border: 1px solid #cccccc;
	padding: 3px 5px 3px 5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
h3.underlined {
	font-weight: normal;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 4px;
	margin-bottom: 3px;
	margin-top: 16px;
}
h4 {
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	color: #404040;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
}
p {
	margin-top: 8px;
	margin-bottom: 6px;
}

a:link { color: #404040; }
a:visited { color: #404040; }
a:hover { color: #404040; text-decoration: none; }
a:active { color: #404040; }

a.sideMenu:link { color: #808080; text-decoration: none; }
a.sideMenu:visited { color: #808080; text-decoration: none; }
a.sideMenu:hover { color: #404040; text-decoration: none; }
a.sideMenu:active { color: #808080; text-decoration: none; }

a.footMenu:link { color: #808080; text-decoration: none; }
a.footMenu:visited { color: #808080; text-decoration: none; }
a.footMenu:hover { color: #404040; text-decoration: none; }
a.footMenu:active { color: #808080; text-decoration: none; }

a.grey:link { color: #808080; text-decoration: none; }
a.grey:visited { color: #808080; text-decoration: none; }
a.grey:hover { color: #404040; text-decoration: none; }
a.grey:active { color: #808080; text-decoration: none; }

td.topLevelMenu {
	width: 128px;
	padding: 4px 4px 5px 6px;
	border-right: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: white;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	cursor: pointer;
	background: url('/qk2/img/framework/topMenuGradient.jpg') 0% 0% repeat-x;
}
td.topLevelMenu a:link{color:#ffffff;}
td.topLevelMenu a:visited{color:#ffffff;}
td.topLevelMenu a:hover{color:#d9c382;}
td.topLevelMenu a:active{color:#ffffff;}
td.footMenuItem {
	padding: 3px 18px 3px 18px;
	font-size: 10px;
	color: #404040;
	background-color: #ffffff;
}
td.mainContent {
	background-color: #ffffff;
	padding: 5px 12px 10px 24px;
	font-size: 12px;
}
td.sideMenuContainer {
	background-color: #ffffff;
	width: 155px;
	padding: 0px;
}
td.underline {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 8px 5px 8px 5px;
}
td.thinTableRight {
	border: 1px solid #cccccc;
	padding: 3px 6px 3px 6px;
}
td.thinTableLeft {
	border: 1px solid #cccccc;
	padding: 3px 16px 3px 6px;
	width: 125px;
}
td.productListing {
	border: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	text-align: left;
}
td.dateTab {
	width: 77px;
	height: 36px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	background-image: url(/qk2/img/framework/roundedTab.gif);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.menuItem {
	width: 129px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #cccccc;
	cursor: pointer;
	font-size: 10px;
	color: #404040;
	font-family: Verdana, Arial, Sans-serif;
	cursor: pointer;
	background-color: #ffffff;
}
div.menuItemContainer {
	width: 138px;
	padding: 0px;
	display: none;
	position: absolute;
	z-index: 10;
}

div.footMenuBar {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 0px;
}
div.footer {
	background-color: #a0a0a0;
	color: #ffffff;
	padding: 1px;
	margin-top: 2px;
	font-size: 10px;
	text-align: right;
}
div.body {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
div.indent {
	padding-left: 12px;
}
div.sideMenuItem,
div.sideMenuItemChecked {
	padding: 4px 2px 3px 12px;
	font-size: 10px;
	color: #808080;
}
div.sideMenuItemChecked {
	background-image: url(../img/framework/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
div.roundedTop {
	background-image: url(../img/framework/roundedTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 15px 6px 10px;
}
div.roundedBottom {
	background-image: url(../img/framework/roundedBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px;
}
div#floatingZoom {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	border: 1px solid #404040;
	background-color: #ffffff;
	padding: 5px;
}

div.greyRoundedBottom {
	background-image: url(../img/framework/roundedTopBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px;
}
div.greyRoundedBottomLeft {
	background-image: url(../img/framework/roundedBottomLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px;
}
div.greyRoundedBottomRight {
	background-image: url(../img/framework/roundedBottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px;
}
div.greyRoundedTop {
	background-image: url(../img/framework/roundedTopBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 6px 12px 12px 12px;
}
div.darkHeader {
	background-color: #1165ac;
	padding: 4px 8px 4px 8px;
	margin: 8px 8px 0px 8px;
	border: 1px solid #1165ac;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
div.darkContainer {
	background-color: #ffffff;
	padding: 4px 8px 4px 8px;
	margin: 0px 8px 8px 8px;
	border: 1px solid #1165ac;
}
div.tip {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #FFFFE3;
	border: 1px solid #dFdFc3;
	padding: 5px 10px 5px 10px;
	width: 420px;
}
div.divEven {
	background-color: #f0f0f0;
	border-top: 1px solid #ffffff;
	padding: 3px 8px 3px 8px;
}
div.divOdd {
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 3px 8px 3px 8px;
}
div.calendar {
	display: none;
	position: absolute;
	top: 100px;
	left: 25px;
	z-index: 10;
	background-image: url(../img/framework/roundedBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px;
	width: 244px;
}
div.calendarNested {
	background-image: url(../img/framework/roundedTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 12px 20px 12px 20px;
}
td.calendarPrev {
	text-align: left;
}

td.calendarMonth {
	padding-right: 2px;
	text-align: right;
	font-weight: bold;
}

td.calendarYear {
	padding-left: 2px;
	text-align: left;
	font-weight: bold;
}

td.calendarNext {
	text-align: right;
}
td.cDate {
	padding: 2px;
	width: 20px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #8090a0;
}

td.cDateEmpty {
	padding: 2px;
	width: 20px;
	margin: 1px;
	border: 1px solid #8090a0;
}
td.greyTab {
	background-image: url(../img/framework/roundedTabGrey.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0px 3px 0px;
	text-align: center;
	width: 150px;
	height: 15px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
td.whiteTab {
	background-image: url(../img/framework/roundedTabWhite.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0px 3px 0px;
	text-align: center;
	width: 150px;
	height: 15px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
td.tdHead {
	background-color: #d0e0f0;
	color: #000000;
	font-weight: bold;
	border: 1px solid #ffffff;
	text-align: center;
}
td.tdEven {
	background-color: #f0f0f0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
td.tdOdd {
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
td.tdEvenHighlighted {
/*	background-color: #f8dce7; */
	background-color: #e7f8dc;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
td.tdOddHighlighted {
/*	background-color: #ffdfec; */
	background-color: #ecffdf;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

td.fakeTextBox {
	color: #404040;
	border: 1px solid #000000;
	background-color: #f0f0f0;
	width: 80px;
	height: 22px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

td.label {
	color: #808080;
	font-size: 10px;
	text-align: right;
	padding: 6px 4px 0px 0px;
	width: 100px;
}

td.qkEvent {
	border: 1px solid #cccccc;
	padding: 4px 8px 4px 8px;
	font-size: 11px;
}

span.fakeLink {
	color: #8090aa;
	text-decoration: underline;
	cursor: pointer;
}

span.fakeBlueLink {
	color: #405090;
	text-decoration: none;
	cursor: pointer;
}

.srp {
	color: #802020;
	font-size: 10px;
	text-decoration: line-through;
}

.warning {
	color: #802020;
	font-weight: bold;
}

div.warning {
	color: #802020;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

span.right {
	color: #217F2C;
}
span.wrong {
	color: #802020;
}

div.note {
	color: #217F2C;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.photoWrapRight {
	padding: 8px 0px 8px 18px;
}

img.photoWrapLeft {
	padding: 8px 18px 8px 0px;
}

select.boxGen,
textarea.boxGen,
input.boxGen {
	border: 1px solid #cccccc;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;
	padding: 2px 2px 2px 2px;
	color: #808080;
	background-color: #ffffff;
}

.galleryPink {
	color: #D1567F;
}

.tinyGrey {
	font-size: 10px;
	color: #808080;
}

.shaded {
	background-color: #f0f8ff;
}


	div.rounded1 {
		background-image: url(/qk2/img/framework/roundbox_bottomleft.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0px;
	}
	div.rounded2 {
		background-image: url(/qk2/img/framework/roundbox_bottomright.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
	}
	div.rounded3 {
		background-image: url(/qk2/img/framework/roundbox_topright.gif);
		background-position: top right;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
	}
	div.rounded4 {
		background-image: url(/qk2/img/framework/roundbox_topleft.gif);
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
	}
	div.roundedHeader {
		height: 31px;
		margin: 0px;
		color: #ffffff;
		font-size: 16px;
		padding: 5px 10px 0px 10px;
	}
	div.roundedContent {
		padding: 6px 10px 6px 10px;
		margin: 0px;
	}
