﻿body
{
	font-family: Verdana;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	/*background: #1b3aa5;*/
}
p
{
	font-family: Verdana;
	font-size: 10pt;
}

table
{
	border-collapse: collapse;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 15px;
}

ul.spread li
{
	padding-bottom:6px;
}

ul.spread li span
{
	display:block;
	padding-left:30px;
}

.email
{
	width:274px;
}

.name
{
	width:274px;
}

.address
{
	width:274px;
}

.OK
{
	width: 80px;
	margin-right:8px;
}

.cancel
{
	width: 80px;
}

.next
{
	width: 80px;
}

.combo
{
	width:280px;
}

.nw
{
	white-space: nowrap;
}

/* Centre an image to text with a little bit of padding */
.centre img
{
	vertical-align:middle;
	margin-right:10px;
}

.mstSearchBox
{
	border: solid 1px #a05a26;
	background: #cf7536;
	height: 44px;
	width: 310px;
	margin-right:2px;
}

.tableFullWidth
{
	width: 100%;
}

a:link, a:visited
{
	text-decoration: none;
	color: Blue;
}

a:hover
{
	text-decoration: underline;
	color: #ff6e00;
}

.EvolveHyperLink
{
	text-decoration: underline;
}

.loginLabel
{
	font-size: 8pt;
}
.loginLabelValue
{
	font-size: 8pt;
	font-weight: bold;
}

.labelTitle
{
	color: #0093D6;
	font-weight:bold;
	font-size: 15pt;
}
.label
{
	color: #0D476F;
	font-weight:bold;
	font-size: 10pt;
}

.EvolveValidationSummary
{
	border: solid 1px #cac800;
	background-color: #FFFF80;
	width: 95%;
	padding: 8px 4px 4px 4px;
	margin-left: 8px;
}

/*Modal Popup*/
.modalBackground {
	background-color: #dddddd;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: #ffffdd;
	border: solid 2px #406496;
	padding:3px;
	width: 400px;
}

.modalTitleBar
{
	color: White;
	background: url(media/title_banner_bg2.png);
	padding: 2px;
	border: solid 2px #002a6c;
	cursor: move;
	height: 22px;
}

.validationError
{
	color: Red;
	font-size: 9px;
}

.validationErrorLarge
{
	color: Red;
	font-size: 10px;
}

.validationErrorBg
{
	background: #FFFF80;
}

.limitExceededError
{
	color: Red;
}

.formContainer
{
	background: #e8e8e8;
	border: solid 1px silver;
}
.formContent
{
	padding: 4px 4px 4px 4px;
}
.formLabel
{
	font-weight: bold;
	padding-right: 12px;
}
.formValue
{
}
.grid
{
	font-family: Verdana;
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
}
.gridFullWidth
{
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
}
.gridHeaderRow
{
	background: #cf7536;
	color: White;
	font-weight: bold;
	font-size: 9pt;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 2px 2px 2px 2px;
}
.gridHeaderRow td
{
	background: #cf7536;
	color: White;
	font-weight: bold;
	font-size: 9pt;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 2px 2px 2px 2px;
}
.gridHeaderRow2
{
	background: #B3D7D7;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
}

.gridHeaderRow3
{
	font-size: 12pt;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
}

.gridHeaderRow4
{
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
}

.gridHeaderGroupRow
{
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	background-color: #c8c8c8;
}

.gridHeaderSubRow
{
	background: #B3D7D7;
	font-style: italic;
	font-size: smaller;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 2px 2px 2px 2px;
}

.gridHeaderSort a
{
	color: white;
	text-decoration: none;
}

.gridHeaderSort a:hover
{
}

.gridHeaderSort a:after
{
}

.gridItemRow
{
	background: white;
	border: solid 1px white;
	font-weight: normal;
	border-top: solid 1px silver;
	border-left: dotted 1px silver;
	border-bottom: solid 1px silver;
	border-right: dotted 1px silver;
	padding-bottom: 4px;
}

.gridItemRow td
{
	background: white;
	border: solid 1px white;
	font-weight: normal;
	border-top: solid 1px silver;
	border-left: dotted 1px silver;
	border-bottom: solid 1px silver;
	border-right: dotted 1px silver;
	padding-bottom: 4px;
}

.gridItemRow2
{
	background: #C3D6EF;
	border: solid 1px white;
	font-weight: normal;
	border-bottom: solid 1px silver;
	border-right: dotted 1px silver;
	padding-bottom: 4px;
}

.gridItemRow2 td
{
	background: #C3D6EF;
	border: solid 1px white;
	font-weight: normal;
	border-bottom: solid 1px silver;
	border-right: dotted 1px silver;
	padding-bottom: 4px;
}


.gridItemRowHighlight
{
	background: #FFFF80;
	border: solid 1px white;
	font-weight: normal;
}

.gridItemCheckBoxCol
{
	width: 30px;
	text-align: center;
}

.gridItemCurrencyWrap
{
	width: 90px;
	text-align: right;
}

.gridItemCurrencyCol
{
	width: 90px;
	text-align: right;
	white-space:nowrap;
}

.gridItemNumericCol
{
	width: 60px;
	text-align: center;
}

.gridItemDateCol
{
	width: 100px;
	text-align: center;
}

.gridItemDateTimeCol
{
	width: 180px;
	text-align: center;
}

.gridItemBundleCol
{
	font-style: italic;
}

.gridItemCodeCol
{
	width: 140px;
}

.gridItemSubRow
{
	background: white;
	border: solid 1px white;
	font-weight: normal;
	border-top: solid 1px silver;
	border-left: dotted 1px silver;
	border-bottom: solid 1px silver;
	border-right: dotted 1px silver;
	font-size: smaller;
}

.gridItemSubTotalRow
{
	background: #c0c0c0;
	border: solid 1px white;
	font-weight: normal;
	border-top: solid 1px silver;
	border-left: dotted 1px silver;
	border-bottom: solid 1px silver;
	border-right: dotted 1px silver;
	font-size: smaller;
	height: 22px;
}

.gridControlRow
{
	padding-top: 6px;
	padding-bottom: 6px;
}

.columnTypeDateTime
{
	text-align: center;
}

.contentPanel
{
	border-collapse: collapse;
}

.contentPanelHeader
{
	background: url(media/panel_banner_bg.png);
	height: 24px;
	width: 100%;
	border-collapse: collapse;
	font-size: 9pt;
	font-weight: bold;
	color: white;

}

.contentPanelBody
{
	border: solid 1px silver;
	padding: 0px 0px 0px 0px;
	background: white;
	vertical-align: top;
}

.contentRightPanel
{
	border-collapse: collapse;
}

.contentRightPanelHeader
{
	background: url(media/panel_banner_bg.png);
	height: 24px;
	width: 100%;
	border-collapse: collapse;
	font-size: 9pt;
	font-weight: bold;
	color: White;

}

.contentRightPanelBody
{
	border: solid 1px silver;
	padding: 4px 4px 4px 4px;
	background: white;
	vertical-align: top;
}
.sectionSpacer
{
	background-image: url(media/section_spacer.png);
	background-repeat: no-repeat;
	width: 100%;
}

.totalBox
{
	border: solid 2px #6aae6a;
	background: #ccf8cc;
	font-size: 12pt;
	font-weight: bold;
}

.helpContainer
{
	position: absolute;
	visibility: hidden;
	background-color: #fffeb7;
	padding: 2px 2px 2px 2px;
}

.helpContent
{
	border: solid 2px #cac800;
}

.labelValue
{
	font-weight: bold;
}

.labelCaptionTotal
{
	font-weight: bold;
}
.messageBox
{
	border: solid 2px silver;
	background-color: #D4FAFA;
}

.readOnly
{
	background-color: silver;
}

.loginFormBg
{
	background: transparent url(media/formBg1.png);
}

.warning
{
	color: Red;
}

.strike
{
	text-decoration: line-through;
}

.informationLink
{
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
}

.callOutPopUp
{
	display: none;
	position: absolute;
	visibility: hidden;
	border: solid 2px #d64b0e;
	padding: 4px 4px 4px 4px;
	background-color: #ffdb9d;
}

.callOutPopUp2
{
	display: none;
	position: absolute;
	visibility: hidden;
	border: solid 2px #486c9c;
	padding: 4px 4px 4px 4x;
	background-color: #113c79;
}

.stockpricingLabel
{
	color: Blue;
	font-size: small;
	cursor: pointer;
}
div.RadComboBoxDropDown img.rcbImage { 
	float: right; 
}

.helpContent
{
	border: solid 2px #cac800;
}

dl.helpContent
{
	position: absolute;
	visibility: hidden;
	background-color: #fffeb7;
	margin: 0 4px;
	padding: 6px;
	border: solid 2px #cac800;
}

dt
{
	font-weight: bold;
	padding-left:2px;
	margin: 4px 0px 2px 0px;
}

