BODY {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 auto;
}

TD,TH {
	text-align: left;
	vertical-align: top;
	border: none;
}

P {
	margin: 5px;
}

A {
	white-space: nowrap;
}

/* Mostly for text entry */
INPUT {
	font-family: Arial, Helvetica, sans-serif;
}

UL {
	list-style-type: disc;
	marker-offset: 0px;
}

LI {
	
}

#AppTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #5B9CC4;
	text-transform: none;
	vertical-align: bottom;
	text-align: right;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
}

#CRLLogo {
	padding-left: 5px;
}

#AppVersion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	font-variant: normal;
	color: #5B9CC4;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}

#HeaderGreeting {
	font-size: 13px;
	margin-top: 10px;
}

#HeaderNextAppointment {
	font-size: 14px;
}

.bold {
	font-weight: bold;;
}

#stacktrace {
	font-family: monospace;
	font-size: 10pt;
	color: black;
}

.padding_v_30 {
	padding: 30px 0px;
}

.PrivacyTerms {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: x-small;
}

.AdminMenuWrapper {
	position: relative;
	min-height: 25px;
	height: 25px;
	text-align: left;
}

.AdminMenu {
	padding-left: 15px;
	padding-top: 5px;
	text-align: left;
	position: absolute;
	left: 0px;
}

.centeredLeftText {
	text-align: left;
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 600px;
	width: expression( document.body.clientWidth > 600 ? "600px" : "auto" ); /* sets max-width for IE */
}

.standardTable {
	/* margin-left and margin-right auto will center the table */
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
	border-spacing: 0;
	border-style: none;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
}

.standardTable_Data,.standardTable_Data_no_Border,.standardTable_Data_Center
	{
	padding: 5px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	white-space: nowrap;
}

.standardTable_Data_no_Border {
	border-bottom-style: none;
}

.standardTable_Data_Center {
	text-align: center;
}

.standardTable_Header {
	color: white;
	background-color: #5B67C4;
	padding: 3;
	text-align: center;
	border: none;
}

.standardTable_Footer {
	background-color: white;
}

.instructions {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.btnMed {
	background-color: #5B67C4;
	border: 2px outset #5B67C4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	height: 35px;
	/*	width: 100px; */
	cursor: hand;
	margin: 5px;
}

.dataCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-right: 3px;
	padding-left: 5px;
	text-align: left;
}

.copyright {
	font-size: .8em;
	font-style: italic;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

/*
   ------------------------------------------------------------
   Calendar component
   ------------------------------------------------------------
*/
.yearMonthHeader {
	background-color: #DDDDDD;
	color: #000000;
	text-align: center;
	border: none;
	font-weight: bold;
}

.weekHeader {
	background-color: #E7E7E7;
	color: #000000;
	text-align: center;
	border: none;
}

.currentDayCell {
	background-color: #DDDDDD;
	color: #000000;
	border: none;
}

/*
	User Messages
*/
.infoMessage {
	font-family: arial, helvetica, "sans serif";
	font-size: 20pt;
	color: green;
}

.warnMessage {
	font-family: arial, helvetica, "sans serif";
	font-size: 20pt;
	color: #F05824;
}

.errorMessage {
	font-family: arial, helvetica, "sans serif";
	font-size: 20pt;
	font-weight: bold;
	color: red;
}

.errorMessageSmall {
	font-family: arial, helvetica, "sans serif";
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.requiredAsterisk {
	color: red;
}

.simpleLabel {
	font-family: arial, helvetica, "sans serif";
	font-size: 12pt;
	text-align: right;
	color: blue;
	white-space: nowrap;
	padding: 2px;
}

.simpleValue {
	font-family: arial, helvetica, "sans serif";
	font-size: 12pt;
	text-align: left;
	white-space: nowrap;
	padding: 3px;
}

.full {
	font-weight: bold;
	color: red;
}

/* Sets the color of the progress bar.  Disable default animation */
.ProgressBar-bar {
	background-image: none;
	background-color: #A8B2FF;
}

/* Sets the width of the prgress bar.  Couldn't figure out how to set it only for one instance */
.rich-progress-bar-width {
	width: 50px;
}

div.progressBar {
    position: relative;
    display: block;
    float: left;
    width: 100px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    background: white;
    border-style: solid;
    border-width: thin;
}

div.progressBar div.complete {
    position: relative;
    background: #A8B2FF;
    height: 16px;
    text-align:right;
    display:block;
    float: left;
}
div.progressBar div.remain {
    position: relative;
    background: white;
    height: 16px;
    text-align:right;
    display:block;
    float: left;
}

div.progressBar span.progressText {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin: 0 auto;
   z-index: 100;
}