﻿.buttonConfirm
{
	font-size: 20px;
}

.buttonCancel
{
	font-size: 16px;
}

.clear
{
	clear: both;
}

.errorMessage
{
	color:Red;
}

.helpBox p
{
	font-size: 15px;
	background-color: #dad9f8;
	padding: 4px 6px;
}

.normalText
{
	font-size: 14px;
}

.padLeft
{
	padding-left: 5px;
}

.smallTopMargin
{
	margin-top: 15px;
}

.standardNameValue
{
	float: left;
	width: 200px;
	margin: 10px 10px 0px 0px;
}

.standardNameValue input
{
	width: 200px;
}

.standardNameValue .name
{
}

.standardNameValue2
{
	float: left;
	width: 120px;
	margin: 10px 10px 0px 0px;
}
.standardNameValue2 input
{
	width: 120px;
}

.zeroMarginLabel
{
	margin: 0px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.PrescriptionPopup
{
	border: solid 1px navy;
	color: Black;
	background-color: #f0e0b0;
	z-index: 10;
	position: absolute;
	font-size: 14px;
}

.PrescriptionPopupBody
{
	border: solid 1px navy;
	color: Black;
	background-color: White;
	padding: 10px;

	background-image: url(../images/prescriptions_small.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.ButtonsRight
{
	float: right;
	padding: 10px;
}
.prescriptionRow
{
	background-color: White;
}
.prescriptionRowAlt
{
	background-color: #E2DEF5;
}

.tableHeader
{
	background-color: Navy;
	color: White;
}
.SimplePopup
{
	background-color:#e0e0e0;
	border: solid 1px black;
	padding: 10px;
}
.SimplePopupWidth
{
	width: 350px;
}
.SimplePopupTextWindow
{
	background-color: White;
	border: solid 1px black;
	padding: 20px;
}
.AddressPopup
{
	background-color:#e0e0e0;
	width:350px;
	height: 260px;
	border: solid 1px black;
	padding: 10px;
}
.lightBorder
{
	border: 1px solid #cdcdcd;
}

.colorBg0
{
   	background-color: #dad9f8;
}

.colorBg0Light
{
   	background-color: #e4e3fa;
}

.colorBg1
{
	background-color: #E2DEF5;
}

.colorBg2
{
	background-color: #303070;
}

.colorBg3
{
	background-color: #905c15;
}

.colorBg4
{
	background-color: #6060a0;
}

.color1
{
	color: #2000a0; /* #E2DEF5; */
}

.color2
{
	color: #303070;
}

.color3
{
	color: #905c15;
}

.color4
{
   	color: #303070; /* #bab9d8; */
}

.RedText
{
	color: Red;
}
.smallLinkButton
{
	font-size: 13px;
}


/*          Profile Page            */

.PatientProfileItems
{
	font-size: 14px;
}


.AutoCompletionList
{
	background-color: #e0e0e0;
	filter:alpha(opacity=95);
	opacity:0.95;
}
.AutoCompletionListItem
{
	font-size: 14px;
}
.AutoCompletionListHighlightedItem
{
	font-size: 14px;
	background-color: #a0a0a0;
}
.CostCheckRow
{
	font-size: 14px;
}
.CostCheckAltRow
{
	font-size: 14px;
	background-color: #d0d0ff;
}
.CostCheckHeaderRow
{
	font-size: 12px;
	font-weight: bold;
	background-color: #b0b0ff;
}
.CostCheckColumnDollar
{
	width: 50px;
}
.CostCheckColumnProduct
{
	width: 380px;
}
.CostCheckColumnTradeName
{
	width: 80px;
}
.CostCheckTableDiv
{
	float:left;
	width: 450px;
	height: 210px;
	margin: 20px;
	border: solid 1px #8080ff;
}
.CostCheckTableText
{
	margin: 5px;
	overflow: scroll;
	height:175px;
}
.CostCheckTableNoData
{
	padding: 40px;
	text-align:center;
}
.CostCheckNameGroupClass
{
	font-size: 14px;
}

.tableRow
{
	background-color: #E2DEF5; /* #AFCAFA; */
	font-size: 12px;
}
.tableRowAlt
{
	background-color: #f0eaf4;
	font-size: 12px;
}
.costCheckTable
{
	width: 228px;
	float: left;
}
.costCheckTable table
{
	width: 227px;
	border: 1px solid #323232;
	margin-left: 1px;
}

