.frame {
	BORDER: #3d84cc 1px solid; 
	font-size: 50%;
	width: 100%;
	vertical-align: top;
}

.frameAdmin {
	BORDER: #3d84cc 1px solid; 
	position: relative;
	font-size: 50%;
	width: 100%;
	vertical-align: top;
}

.framePopUp {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	
}

.CalendarCreationDate {
	font-size: 70%; 
	padding: 1px; 
	background: green; 
	color: white; 
	text-align: center; 
	font-weight: bold;
}
.FormCreationDate {
	font-size: 50%; 
	padding: 1px; 
	color: green; 
	font-weight: bold;
}

.CalendarDueDate {
	font-size: 70%; 
	padding: 1px; 
	background: navy; 
	color: white; 
	text-align: center; 
	font-weight: bold;
	text-decoration: blink;
}

.FormDueDate {
	font-size: 50%; 
	padding: 1px; 
	color: navy; 
	font-weight: bold;
	text-decoration: blink;
}

.CalendarKillDate {
	font-size: 70%; 
	padding: 1px; 
	background: red; 
	color: white;
	text-align: center;  
	font-weight: bold;
}

.FormKillDate {
	font-size: 50%; 
	padding: 1px; 
	color: red; 
	font-weight: bold;
}


.CalendarInfoDisplayInner {
	BACKGROUND: yellow; 
	border-style: solid;
	POSITION: absolute;
	top: 10px; 
	LEFT: 0px;
	width: 18.4%; 
	color: black;
	z-index: 100;
	font-face: Helvetica;
}

.CalendarInfoDisplay {
	position: relative;
	z-index: 100;
}

.Title {
	color: black;
	font-weight: bold;
	font-size: medium;
	border-color: black;
	border-bottom-width: thin;
}

.CFTitle {
	color: black;
	font-weight: bold;
	font-size: small;
	border-color: black;
	border-bottom-width: thin;
}

.OrderFormTitle {
	color: black;
	background: #BADCDC;
	font-weight: bold;
	font-size: medium;
	border-color: black;
	border-bottom-width: thin;
}


.CustomerFormTitle {
	color: black;
	background: #FFFFB9;
	font-weight: bold;
	font-size: medium;
	border-color: black;
	border-bottom-width: thin;
}

.LinkButton {
	color: black;
	background: grey;
	text-align: center;
	border-color: black;
	border: 1px;
	font-weight: bold;


}

.MainTable {
	LEFT: 0px; 
	POSITION: relative; 
	TOP: 0px;
	Right: 0px;
	width: 100%;
}

.CustomerMainTable {
	LEFT: 0px; 
	POSITION: relative; 
	TOP: 55px;
	Right: 0px;
	width: 80%;
}

.PageHeader {
	font-weight: bold;
	color: navy;
	font-size: large;
	text-align: left;
}

.AppHeader {
	position: relative;
	text-align: center;
	font-size: small;
	
}

.MainMenu {
	text-align: center;
	width: 100%;
	font-size: small;
}

body {
	background: white;
}
