﻿@charset "utf-8";

/* Base Character Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

p {
	font-size: 12px;
}

.hint {
	font-size: 9px;
	font-style: italic;
	color: #666666;
	font-weight: normal;
}

.pager {
	text-align: center;
	word-spacing: 10px;
}

.warn {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

.small {
	font-size: 9px!important;
}

hr {
	border-top: solid 1px #316AC5;
	border-bottom: solid 1px #FFF5EA;
}

.listName {
	font-size: 14px;
	font-weight: bold;
}

.listAddress {
	font-size: 10px;
	font-weight: normal;
}

.wrapped {
	white-space: normal!important;
}

.textBlock {
	white-space: normal!important;
	font-size: 10px;
	font-weight: normal;
}

/* Default Form Table Appearance */

.formTable {
	font-size: 12px;
	border: 1px solid #999999;
	white-space: nowrap;
	width: 100%;
}

.formTable2
{
	border-right: #999999 1px solid;
	table-layout: fixed;
	border-top: #999999 1px solid;
	font-size: 12px;
	border-left: #999999 1px solid;
	width: 100%;
	border-bottom: #999999 1px solid;
}

.formTable .head
{
	font-weight: bold;
	font-size: 14px!important;
	background: #ffdfba;
	text-align: center;
}

 .formTable .headSmall
{
	font-weight: bold;
	font-size: x-small;
	background: #ffdfba;
	text-align: center;
}

.nurseRow td
{
	padding-top: 6px;
	padding-right: 20px;
	font-size: 12px;
}

.formTable th {
	text-align: right;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 2px;
	margin-top: 8px;
	border-top: 1px solid #FFDFBA;
}

.oddRow {
	background-color: #FFF5EA;
}

/* Styles for headMenu.aspx */

.menu {
	font-size: 10px;
	background-color: #FFDFBA;
	padding: 2px;
	margin: 30px 2px 2px 2px;
	border: 1px solid #316AC5;
	text-align: left;
	cursor: hand;
	white-space: nowrap;
	position:relative;
	z-index: 200;
}

.selectedmenu {
	padding-bottom: 9px;
	background-color: #316AC5;
	color: #FFFFFF;
}

.menuitem {
	font-size: 10px;
	text-align: left;
	width: auto;
	white-space: nowrap;
}

.submenu {
	position: absolute;
	visibility: hidden;
	float: left;
	left: -3px;
	top: 22px;
	border: 1px solid #316AC5;
	background-color: #FFDFBA;
	overflow: visible;
	z-index: 300;
}

.submenu a {
	padding: 2px 6px 2px 8px;
	width: 100%;
	color: #000000;
	text-decoration: none;
}

.menuitem a:hover {
	color: #FFFFFF;
	background-color: #316AC5;
}

/* Style for Calendar Icon */

.calendarIcon {
/*	position: relative;
	top: 1px;
	left: -26px; /* must be -26px - dreamweaver changes it 
	display:inline; */
	white-space: nowrap;
}

.head
{
	font-weight: bold;
	font-size: 14px;
	background: #ffdfba;
	text-align: center;
}

tr.head td
{
	padding-left: 4px;
	padding-right: 4px;
}

.listTable
{
	font-size: 12px;
}



