/* User and Login Area */
.UserAndLoginRow { height:22px;}	
.UserAndLogin {	font-size: small; color: White;	background-color: #CCCC00;	font-weight:bold;}

/* Warning Color */
.Warning { COLOR: red}

/* DIVs used for display, and "panel" look */
.divSubtitle {MARGIN-TOP: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; TEXT-ALIGN: center; TEXT-DECORATION: underline}
.divMessage {MARGIN-TOP: 10px; FONT-SIZE: 10pt; TEXT-ALIGN: center; color: black}
.divWorking {MARGIN-TOP: 15px; TEXT-ALIGN: center; margin-left:auto; margin-right:auto;}
.divWorkingCaption {
	BORDER-RIGHT: #666666 thin solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #666666 thin solid;
	MARGIN-TOP: 15px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	MARGIN-LEFT: auto;
	BORDER-LEFT: #666666 thin solid;
	WIDTH: 500px;
	COLOR: white;
	MARGIN-RIGHT: auto;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #999999 thin solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #0e391b;
	TEXT-ALIGN: left;
	font-weight: bold;
}
.divWorkingPanel
{
	width: 500px;
	border-right: #333333 thin dashed;
	border-top: #333333 thin solid;
	border-left: #333333 thin dashed;
	border-bottom: #333333 thin dashed;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}
.divWorkingPanel TABLE {
	MARGIN-LEFT: auto; VERTICAL-ALIGN: middle; MARGIN-RIGHT: auto; text-align:center 
}
.divWorkingPanel input 
{
	font-size:10pt;
}
.divWorkingPanel select
{
	font-size:10pt;
}

/* Button DIV */
.button {
    border: thin solid #666666;
    background: #eef;
}

/* Progress */
.divProgress
{
    display: block;
    visibility: visible;
    vertical-align: middle;
    width: 180px;
    height: 20px;
    text-align: center;
    margin-left: 0px;
    top: 0px;
    margin-top: 0px;
    font-weight: bold;
    color: White;
}

/* Gridview Styles */
.GridHeader {FONT-SIZE: 8pt; COLOR: #FFFFFF;background-color: #666666;}
.GridHeader a {COLOR: white}
A.GridHeader:hover {COLOR: white}
.GridFooter {FONT-SIZE: 9pt;COLOR: #FFFFFF;background-color: #666666;}
.GridItemRow {FONT-SIZE: 9pt;COLOR: black; BACKGROUND-COLOR: white; }
.GridAltRow {FONT-SIZE: 9pt;COLOR: #000000; BACKGROUND-COLOR: #DAE4B4; }
.GridPager {FONT-SIZE: 9pt;COLOR: #FFFFFF;background-color: #666666;}
.GridPager a {COLOR: white}
.GridRowStatusFull {color: Red}
.GridRowStatusClosed {color: Red}
.GridRowStatusNotOpen {color: Red}
.GridRowStatusWaitList {color: Black}
.GridRowStatusOpen {color: Black}
.GridActionItem {font-size: 8pt}
.GridSelected {FONT-SIZE: 9pt;COLOR: black; BACKGROUND-COLOR: yellow; }

/* Commerce things */
.CommerceNotRequired {background-color:Green }
.CommerceHeading {font-weight: bold; text-decoration: underline; text-align: center; margin-top:10px;}
.CommerceExample {font-size:xx-small; display:inline}

.ReadOnlyTextbox {	padding: 1px 2px 1px 2px; border: solid 1px #7F9DB9; width: 295px; height: 18px; white-space: nowrap; text-align:left; background-color: #EBEBE4}