﻿/* Basic */
HTML, BODY {
	height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	background: #e5d79b url(Images/Wallpaper.gif) repeat 0 -106px;
}
BODY.homeBody {
	background-position: 0 -32px;
}
BODY, TABLE, TD, TH {
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #666;
}
TD {
	vertical-align: top;
}
H2, H3, H4, H5, H6 {
	padding: 0;
}
H1, H2, H3 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #ff7101;
}
H4, H5, H6 {
	color: #666;
}
H1 {
	font-weight: normal;
	font-size: 19px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #f1c36b;
}
H2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px 0;
}
H3 {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}
H4 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0;
}
H5, H6 {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
}
UL {
	margin: 0 0 0 20px;
	padding: 0;
}
UL LI {
	padding-bottom: 10px;
}
IMG {
	border: none;
}
P {
	margin: 0 0 10px 0;
}
A:link, A:visited {
	color: #3766ba;
	text-decoration: underline;
}
A:hover, A:active {
	color: #f60;
	text-decoration: underline;
}
FORM {
	margin: 0;
	padding: 0;
}

/* Header */
.homeHeaderContainer, .innerHeaderContainer {
	min-width: 999px;
	color: #fff;
	text-align: center;
	background-color: #0080ff;
	background-image: url(Images/Bg.png);
	background-repeat: repeat-x;
}
.homeHeaderContainer {
	height: 561px;
	background-position: 0 0;
}
.innerHeaderContainer {
	height: 298px;
	background-position: 0 -450px;
}
.header {
	position: relative;
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.homeHeaderContainer .header {
	height: 450px;
	background: Transparent url(Images/HomeHeader.jpg) no-repeat 0 0;
}
.innerHeaderContainer .header {
	height: 185px;
	background: Transparent url(Images/InnerHeader.jpg) no-repeat 0 0;
}
.logo {
	position: absolute;
	top: 0;
	left: 55px;
	z-index: 100;
	width: 145px;
	font-size: 1px;
}
.logo A {
	width: 145px;
	display: block;
}
.logo A:link, .logo A:visited, .logo A:hover, .logo A:active {
	text-decoration: none;
}
.homeHeaderContainer .logo, .homeHeaderContainer .logo A {
	height: 225px;
}
.innerHeaderContainer .logo, .innerHeaderContainer .logo A {
	height: 185px;
}
.phone {
	position: absolute;
	left: 55px;
	z-index: 101;
	width: 145px;
	color: #fffc89;
	text-align: center;
}
.homeHeaderContainer .phone {
	font: bold 14px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	top: 170px;
}
.innerHeaderContainer .phone {
	font: bold 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	top: 132px;
}
.basketSummary {
	position: absolute;
	left: 895px;
	z-index: 100;
	width: 104px;
	height: 90px;
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.homeHeaderContainer .basketSummary {
	top: 180px;
}
.innerHeaderContainer .basketSummary {
	top: 70px;
}
.basketSummary .basket {
	margin-top: 45px;
}
.basketSummary A {
	display: block;
	width: 104px;
	height: 90px;
}
.basketSummary A:link, .basketSummary A:visited,
.basketSummary A:hover, .basketSummary A:active {
	color: #fff;
	text-decoration: none;
}
.headerRightContainer {
	width: 999px;
	height: 60px;
	text-align: right;
	margin-left: auto;
}
.usernameContainer {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 10px 0 0;
}
.usernameContainer .username {
	font-weight: bold;
}
.topUserMenu {
	color: #fff;
	margin-left: 20px;
	white-space: nowrap;
}
.topUserMenu .separator {
	margin: 0 5px;
}
.topUserMenu A:link, .topUserMenu A:visited {
	color: #fff;
	text-decoration: none;
}
.topUserMenu A:hover, .topUserMenu A:active {
	color: #fff;
	text-decoration: underline;
}
.spacerLine {
	width: 999px;
	height: 1px;
	margin: 0 auto;
	font-size: 1px;
}
.headerBottomShadow {
	height: 26px;
	background: Transparent url(Images/Bg.png) repeat-x 0 -697px;
	font-size: 1px;
}

/* Header - Top Minor Menu */
.topMinorMenu {
	background-color: #13455a;
	height: 34px;
	text-align: center;
	overflow: hidden;
}
.topMinorMenu TABLE {
	height: 34px;
	padding: 0;
	margin: 0 auto;
}
.topMinorMenu TD {
	font: 13px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	vertical-align: middle;
	white-space: nowrap;
}
.topMinorMenu A {
	display: block;
	float: left;
}
.topMinorMenu A SPAN {
	display: block;
	margin: 10px;
}
.topMinorMenu A:link, .topMinorMenu A:visited {
	color: #9eb2bb;
	text-decoration: none;
}
.topMinorMenu A:hover, .topMinorMenu A:active {
	color: #fff;
	text-decoration: none;
}

/* Header - Top Category Menu */
.topMenu {
	position: relative;
	height: 57px;
	min-width: 999px;
	background: #82632e url(Images/Bg.png) repeat-x 0 -640px;
	text-align: center;
}
.topMenu .lionLeft, .topMenu .lionRight {
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 52px;
	height: 57px;
}
.topMenu .lionLeft IMG, .topMenu .lionRight IMG {
	width: 52px;
	height: 57px;
}
.topMenu .lionLeft {
	left: 0;
}
.topMenu .lionRight {
	right: 0;
}
.topMenu TABLE {
	height: 57px;
	padding: 0;
	margin: 0 auto;
}
.topMenu TD {
	vertical-align: middle;
	text-align: left;
}

/* Child Menu */
.childMenuPanel {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: 20px 0;
}
.childMenuPanel A:link, .childMenuPanel A:visited {
	text-decoration: none;
	font: bold 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
.childMenuPanel A:hover, .childMenuPanel A:active {
	text-decoration: underline;
	font: bold 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
.childMenuPanel A.active:link, .childMenuPanel A.active:visited {
	color: #f60;
	text-decoration: none;
}
.childMenuPanel A.active:hover, .childMenuPanel A.active:active {
	color: #f60;
	text-decoration: underline;
}
.childMenuPanel .separator {
	margin: 0 5px;
}

/* Layout */
.pagePanel {
	text-align: center;
	width: 100%;
	min-height: 100%;
	position: relative;
}
* HTML .pagePanel {
	height: 100%;
}
.mainContainerPanel {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	text-align: left;
}
.contentLeftPanel {
	width: 400px;
	float: left;
}
.contentRightPanel {
	width: 500px;
	float: right;
}
.contentTable {
	width: 100%;
	margin-top: -20px;
}
.contentLeftCell, .contentRightCell, .contentOuterPanel {
	background-color: #fff;
	background-image: url(Images/Decor.gif);
	background-repeat: no-repeat;
	border-right: solid 2px #c2a26b;
	border-bottom: solid 2px #c2a26b;
}
.contentLeftCell {
	width: 400px;
	background-position: -702px 100%;
}
.contentRightCell {
	width: 479px;
	background-position: -1623px 0;
}
.contentOuterPanel {
	margin: 20px 40px 40px 40px;
	width: 919px;
	background-position: -181px 100%;
}
.contentPanel {
	padding: 20px;
}
.contentLeftCell .contentPanel, .contentOuterPanel .contentPanel {
	background: Transparent url(Images/Decor.gif) no-repeat 0 0;
}
.footerPanel {
	position: relative;
	margin-top: -50px;
	min-width: 999px;
	width: 100%;
	height: 50px;
	overflow: hidden;
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: #0b0b0b url(Images/Decor.gif) no-repeat -2100px -150px;
	color: #858265;
}
.footerLeftPanel, .footerRightPanel {
	height: 50px;
	padding: 5px 10px;
}
.footerLeftPanel {
	width: 60%;
	float: left;
	text-align: left;
}
.footerRightPanel {
	width: 30%;
	float: right;
	text-align: right;
	background: #0b0b0b url(Images/Decor.gif) no-repeat 100% -150px;
}
.footerLeftPanel DIV, .footerRightPanel DIV {
	padding: 5px 0 0 0;
}
.footerPanel A:link, .footerPanel A:visited {
	color: #858265;
	text-decoration: underline;
}
.footerPanel A:hover, .footerPanel A:active {
	color: #fff;
	text-decoration: underline;
}

/* Breadcrumb */
.breadcrumb {
	font: 9px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
.breadcrumb A:link, .breadcrumb A:visited {
	color: #666;
	text-decoration: none;
}
.breadcrumb A:hover, .breadcrumb A:active {
	color: #ff7101;
	text-decoration: underline;
}
.breadcrumb A.active:link, .breadcrumb A.active:visited {
	color: #ff7101;
	text-decoration: none;
}
.breadcrumb A.active:hover, .breadcrumb A.active:active {
	color: #ff7101;
	text-decoration: underline;
}
.breadcrumb .separator {
	background: #fff url(Images/Icons.gif) no-repeat 0 4px;
	width: 3px;
	margin: 0 7px;
}
.breadcrumb .active {
	color: #ff7101;
}

/* Admin Panel */
.adminPanel {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.adminPanel .label {
	margin: 0 5px 0 0;
}
.adminBlockContainer {
	border: dotted 1px #ecdfa8;
}
SPAN.adminBlockContainer {
	display: inline-block;
}
SPAN.adminBlockContainer .adminPanel {
	display: inline;
}

/* Misc */
A.linkButton {
	white-space: nowrap;
}
A.smallLinkButton {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	white-space: nowrap;
}
SPAN.linkButtonSpan {
	margin: 0 10px 0 0;
}
.cursorHand {
	cursor: hand;
}
.nowrap {
	white-space: nowrap;
}
.clearEmpty {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	overflow: hidden;
}
.clear {
	clear: both;
}
.justify {
	text-align: justify;
}
.strikeout {
	text-decoration: line-through;
}
UL.bulletedList {
	list-style: url(Images/Bullet.gif);
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
UL.bulletedList LI {
	padding-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.active {
	color: #577D88;
}
.discontinued {
	color: #f00;
}
.highlight {
	color: #ff7101;
}
.false {
	color: #f00;
}
.true {
	color: #666;
}
.success {
	color: #577D88;
}
.error {
	font: bold 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #f00;
}
.todo {
	color: purple;
	font-weight: bold;
}
.question {
	color: #f00;
	font-weight: bold;
}
.answer {
	color: #f00;
	font-weight: bold;
	margin-right: 3px;
}
.accent, .success, A.accent:link, A.accent:visited {
	color: #ff7101;
}
.small {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
.justify {
	text-align: justify;
}
.price {
	font-weight: bold;
	color: #666;
}
.noBold {
	font-weight: normal;
}
.productCode {
	font-weight: bold;
}
.salePrice {
	font-weight: bold;
	color: #f00;
	margin-right: 4px;
}
A.hidden, INPUT.hidden {
	visibility: hidden;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}

/* Stock Labels */
.unlimitedStock {
	font-weight: bold;
	color: #060;
}
.inStock {
	font-weight: bold;
	color: #060;
}
.outOfStock {
	font-weight: bold;
	color: #f00;
}

/* Message Panels */
DIV.successMessagePanel {
	font: bold 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #ff7101;
	text-align: left;
	padding: 10px;
	margin: 10px 0;
	border: solid 1px #ecdfa8;
}
DIV.errorMessagePanel {
	font: bold 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #f00;
	padding: 10px;
	margin: 10px 0;
	border: solid 1px #ecdfa8;
}
DIV.notFoundMessagePanel {
	font: bold 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #ff7101;
	padding: 10px;
	margin: 10px 0;
	border: solid 1px #ecdfa8;
}
DIV.requiredMessage {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	width: 120px;
	float: right;
	text-align: right;
	white-space: nowrap;
}
DIV.waitMessagePanel {
	font: bold 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #f00;
	padding: 10px;
	margin: 10px 0;
	border: solid 1px #ecdfa8;
}

/* Button Panels */
.leftButtonPanel, .leftButtonFloatPanel {
	margin: 10px 0 5px 0;
	text-align: left;
}
.leftButtonPanel .button, .leftButtonPanel .minorButton,
.leftButtonFloatPanel .button, .leftButtonFloatPanel .minorButton {
	margin: 0 5px 5px 0;
}
.leftButtonFloatPanel .button, .leftButtonFloatPanel .minorButton {
	display: block;
	float: left;
}

/* Misc Containers */
.topBlock {
	margin: 0 0 20px 0;
}
.bottomBlock {
	margin: 20px 0 0 0;
}
.block, .minorMenu {
	margin: 20px 0;
}
.minorMenu .separator {
	margin: 0 5px;
}
.floatPanelLeft, .floatPanelRight {
	width: 430px;
}
.floatPanelLeft {
	float: left;
}
.floatPanelRight {
	float: right;
}
.singlePictureViewer {
	float: left;
	margin: 0 20px 20px 0;
}
.singlePictureContainer {
	width: 400px;
	padding: 1px;
	border: 1px solid #ecdfa8;
}
.singlePictureCaption {
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	width: 400px;
}
.pictureViewer {
	float: left;
	margin: 0 20px 20px 0;
}
.floatPictures .pictureContainer {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
.floatPictures .pictureContainer .pictureName {
	width: 270px;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

/* Field */
.field, .field .caption, .field .value {
	margin: 0 4px 4px 0;
}
.field {
	clear: both;
}
.field .caption, .field .value {
	display: block;
	float: left;
	width: 45%;
}
.field .caption {
	font-weight: bold;
	color: #666;
}

/* Modal Popup */
.modalBackground {
	background-color: #999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background: #fff;
	padding: 10px;
	width: 979px;
	text-align: left;
}
.modalPopupContent {
	height: 300px;
	overflow: auto;
	margin-right: 5px;
}

/* Item List */
.itemList {
	display: block;
	clear: both;
	overflow: hidden;
}
.itemPanel {
	display: block;
	float: left;
	padding: 0 10px 10px 0;
}
.itemContent {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: 209px;
	background-color: #ecdfa8;
	overflow: hidden;
}
.adminBlockContainer .itemContent {
	width: 207px;
}
.categoryItem {
	height: 200px;
}
.categoryAdminItem {
	height: 230px;
}
.productItem {
	height: 220px;
}
.productAdminItem {
	height: 250px;
}
.itemList .adminPanel {
	height: 30px;
	overflow: hidden;
	text-align: center;
	border: none;
}
.itemList .adminPanel IMG {
	vertical-align: top;
	margin-top: 2px;
}
.itemList .adminPanel A, .itemList .adminPanel .label {
	margin: 0 2px;
}
.itemList .thumbPanel {
	height: 120px;
	overflow: hidden;
	text-align: center;
}
.itemList .thumbPanel IMG {
	margin-top: 10px;
}
.itemList H3 {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	line-height: 13px;
	margin: 0 0 3px 0;
}
.itemList .descriptionPanel {
	line-height: 13px;
	text-align: center;
	margin: 0 10px;
	overflow: hidden;
	height: 70px;
}
.itemList .pricePanel {
	font-weight: bold;
	margin: 5px 0 0 10px;
	float: left;
	overflow: hidden;
}
.itemList .salePrice {
	margin-right: 4px;
}
.itemList .stockInfoPanel {
	font-weight: bold;
	line-height: 11px;
	margin: 5px 10px 0 0;
	text-align: right;
	overflow: hidden;
}

/* Form Controls */
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #666;
}
INPUT.input, TEXTAREA, SELECT {
	background: #fff;
}
INPUT.input, TEXTAREA {
	color: #333;
	background: #fff;
}
SELECT.enabled, TEXTAREA.enabled {
	color: #333;
	background: #fff;
}
SELECT.disabled, TEXTAREA.disabled {
	color: #999;
	background: #f5efd3;
}
INPUT.inputDisabled, TEXTAREA.inputDisabled, SELECT.inputDisabled {
	color: #999;
	background: #f5efd3;
}
.inputWidthSmallest {
	width: 50px;
}
.inputWidthPrice {
	width: 100px;
}
.inputWidthSmall {
	width: 140px;
}
.inputWidthDefault {
	width: 200px;
}
.inputWidthLarge {
	width: 400px;
}
.sizeNotes {
	width: 390px;
	height: 60px;
}

/* Buttons */
INPUT.button, INPUT.minorButton, INPUT.disabledButton,
INPUT.smallButton, INPUT.smallMinorButton, INPUT.smallDisabledButton,
A.button, A.minorButton, A.smallButton {
	color: #fff;
	border: none;
	background-image: url(Images/Bg.png);
	background-repeat: repeat-x;
}
INPUT.button, INPUT.minorButton, INPUT.disabledButton,
INPUT.smallButton, INPUT.smallMinorButton, INPUT.smallDisabledButton {
	margin: 0;
	padding: 2px 4px;
}
A.button, A.minorButton, A.smallButton {
	margin: 0;
	padding: 3px 5px;
	text-align: center;
}
A.button:link, A.minorButton:link, A.smallButton:link,
A.button:visited, A.minorButton:visited, A.smallButton:visited,
A.button:hover, A.minorButton:hover, A.smallButton:hover,
A.button:active, A.minorButton:active, A.smallButton:active {
	color: #fff;
	text-decoration: none;
}
.button, .smallButton {
	background-color: #ff7101;
	background-position: 0 -750px;
}
.minorButton, .smallMinorButton {
	background-color: #5e8dd1;
	background-position: 0 -790px;
}
.disabledButton, .smallDisabledButton {
	background-color: #979797;
	background-position: 0 -830px;
}
.button, .minorButton, .disabledButton {
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	line-height: 12px;
}
.smallButton, .smallMinorButton, .smallDisabledButton {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	line-height: 11px;
}

/* Form/View */
.viewPanel {
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #ecdfa8;
	padding: 10px;
}
.title {
	margin: 0;
	padding: 5px;
}
.title H2, .title H3 {
	margin: 0;
	padding: 0;
	float: left;
}
.fieldRow, .inputRow, .contentRow {
	display: block;
	clear: both;
	overflow: hidden;
}
.contentRow {
	padding: 5px;
}
.contentRow .caption {
	padding-bottom: 5px;
}
.caption {
	color: #666;
	font-weight: bold;
}
.inputRow .caption, .fieldRow .caption {
	display: block;
	float: left;
}
.inputRow .value, .fieldRow .value {
	display: block;
	float: left;
	padding: 5px;
}
.inputRow .caption {
	padding: 9px 5px 5px 5px;
}
.fieldRow .caption {
	padding: 5px;
}

/* Custom Views */
.defaultView .inputRow .caption, .defaultView .fieldRow .caption,
.wideView .inputRow .caption, .wideView .fieldRow .caption,
.narrowView .inputRow .caption, .narrowView .fieldRow .caption,
.contactView .inputRow .caption, .contactView .fieldRow .caption {
	width: 170px;
}
.wideView .inputRow .value, .wideView .fieldRow .value {
	width: 210px;
}
.wideView .separator {
	display: block;
	float: left;
	width: 50px;
}
.narrowView .inputRow .value, .narrowView .fieldRow .value {
	width: 220px;
}
.defaultView .inputRow .value, .defaultView .fieldRow .value {
	width: 750px;
}
.filterView .inputRow .caption {
	padding: 4px 5px 0 5px;
}
.filterView .fieldRow .caption {
	padding: 0 5px;
}
.filterView .inputRow .value, .filterView .fieldRow .value {
	padding: 0 5px;
}
.contactView {
	width: 600px;
}
.contactView .inputRow .value, .contactView .fieldRow .value {
	width: 410px;
}

/* Validators */
.aster {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff7101;
}
.validator {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #f00;
}
.validator SPAN {
	display: block;
}
DIV.validator SPAN {
	display: inline;
}

/* Grid */
.gridTable {
	width: 100%;
}

/* Grid Header Row */
TR.gridHeaderRow TD, TR.gridHeaderRow TH {
	font-weight: bold;
	padding: 4px 8px 4px 0;
}
TR.gridHeaderRow TD.gridLastCell, TR.gridHeaderRow TH.gridLastCell {
	padding: 4px 0;
}
TR.gridHeaderRow A:link, TR.gridHeaderRow A:visited {
	text-decoration: underline;
}
TR.gridHeaderRow A:active, TR.gridHeaderRow A:hover {
	text-decoration: none;
}
TR.gridHeaderRow TD.gridActionHeaderCell, TR.gridHeaderRow TH.gridActionHeaderCell {
	text-align: center;
	padding: 4px 0;
}

/* Grid Empty Data Row */
TR.gridEmptyDataRow TD {
	font-weight: bold;
	color: #900;
	padding: 0;
}

/* Grid Row */
TR.gridRow TD, TR.gridAlternatingRow TD {
	border-top: solid 1px #fff;
	padding: 4px 8px 4px 0;
}
TR.gridRow TD.gridLastCell, TR.gridAlternatingRow TD.gridLastCell,
TR.gridRow TD.gridActionCell, TR.gridAlternatingRow TD.gridActionCell {
	padding: 4px 0;
}
TD.gridBoldCell, TR.gridRow TD.gridBoldCell, TR.gridAlternatingRow TD.gridBoldCell {
	font-weight: bold;
}
TD.gridActionCell {
	text-align: center;
	white-space: nowrap;
}
TR.gridRow TD.gridDateCell, TR.gridAlternatingRow TD.gridDateCell {
	font-size: 11px;
}
TR.gridRow TD.gridInputCell, TR.gridAlternatingRow TD.gridInputCell {
	padding: 2px 8px 2px 0;
}
TR.gridRow TD.gridImageCommandCell, TR.gridAlternatingRow TD.gridImageCommandCell {
	text-align: center;
}
TR.gridRow TD.gridImageCommandCell INPUT, TR.gridAlternatingRow TD.gridImageCommandCell INPUT {
	margin: 0 5px;
}

/* Grid Footer Row */
TR.gridFooterRow TD {
	border-top: solid 1px #fff;
}
TR.gridFooterRow TD {
	font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 4px 8px 4px 0;
}
TR.gridFooterRow TD.gridLastCell {
	padding: 4px 0;
}

/* Grid Pager Row */
.gridPagerRow {
}
.pagerContainerPanel {
	background: #ccc;
	clear: both;
}
.pagerTable {
	width: 100%;
}
.pagerLeftCell, .pagerMiddleCell, .pagerRightCell {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 5px;
}
.pagerLeftCell, .pagerRightCell {
	width: 30%;
}
.pagerMiddleCell {
	width: 40%;
	padding: 3px 5px;
	white-space: nowrap;
	text-align: center;
}
.pagerMiddleCell .input {
	width: 40px;
}
.pagerContainerPanel .item {
	margin: 0 20px 0 0;
}
.pagerContainerPanel .caption {
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
.pagerContainerPanel .number {
	font: bold 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
.pagerContainerPanel .numberActive {
	font: bold 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	padding: 0 2px;
}
.pagerContainerPanel UL {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.pagerContainerPanel LI {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	display: table;
	list-style: none;
	white-space: nowrap;
}

/* News */
.newsContainer .thumbPanel {
	display: block;
	width: 110px;
	float: left;
}
.newsContainer h3 {
	font-size: 13px;
}
.newsContainer h3 .newsDate {
	color: #666;
}
.newsItem {
	margin: 20px 0;
}

/* UI Overlay */
#uiWidgetOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
}
#uiWidgetOverlay {
	background: #aaaaaa url(Images/jQueryUIOverlay.png) 50% 50% repeat-x;
	filter: alpha(opacity=10);
	opacity: 0.1;
}
#uiOverlayContent {
	top: 0;
	width: 100%;
	z-index: 10000001;
	text-align: center;
	position: absolute;
	padding-top: expression( ( 200 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
#uiOverlayContent DIV {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	width: 310px;
	z-index: 10000002;
	border: solid 5px #fff;
	background: #f60;
	color: #fff;
	margin: 0 auto;
	padding: 10px 0px;
}
DIV > #uiOverlayContent {
	position: fixed;
	padding-top: 200px;
}
.ajaxAction {
}

/* jQuerySlideMenu */
.jQuerySlideMenu {
	font: 13px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	width: 100%;
}
.jQuerySlideMenu UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* jQuerySlideMenu - Top level list items */
.jQuerySlideMenu UL LI {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
}

/* jQuerySlideMenu - Top level menu link items style */
.jQuerySlideMenu UL LI A {
	display: block;
	background: Transparent;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
}
* html .jQuerySlideMenu UL LI A {
	/* IE6 hack to get sub menu links to behave correctly */
	display: inline-block;
}
.jQuerySlideMenu UL LI A:link, .jQuerySlideMenu UL LI A:visited {
	color: #fff;
	text-decoration: none;
}
.jQuerySlideMenu UL LI A:hover, .jQuerySlideMenu UL LI A:active {
	color: #82632e;
	background: #ffd128;
	text-decoration: none;
}

/* jQuerySlideMenu - 1st sub level menu */
.jQuerySlideMenu UL LI UL {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/* jQuerySlideMenu - Sub level menu list items (undo style from top level list items) */
.jQuerySlideMenu UL LI UL LI {
	display: list-item;
	float: none;
}

/* jQuerySlideMenu - All subsequent sub menu levels vertical offset after 1st level sub menu */
.jQuerySlideMenu UL LI UL LI UL {
	top: 0;
}

/* jQuerySlideMenu - Sub level menu links style */
.jQuerySlideMenu UL LI UL LI A {
	width: 200px;
}
.jQuerySlideMenu UL LI UL LI A:link, .jQuerySlideMenu UL LI UL LI A:visited {
	background: #82632e;
	text-decoration: none;
	border-right: 1px solid #9f7e46;
	border-bottom: 1px solid #9f7e46;
}
.jQuerySlideMenu UL LI UL LI A:hover, .jQuerySlideMenu UL LI UL LI A:active {
	background: #ffd128;
	text-decoration: none;
	border-right: 1px solid #ffd128;
	border-bottom: 1px solid #ffd128;
}

/* jQuerySlideMenu - CSS classes for the down and right arrow images */
.downArrow {
	position: absolute;
	top: 9px;
	right: 7px;
}
.rightArrow {
	position: absolute;
	top: 8px;
	right: 5px;
}

