/**
2012-09-04 Added additional
2020-06-02 Revised header_rt from 65% font size to default/100% font size.
**/
body {
	color:#F5CF37; 
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size:75%; 
	text-align:left; 
	vertical-align:bottom;
}

h1 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}

table
{
	padding: 0px;
	border: 0px hidden #AAAAAA;
	border-spacing: 0px;
	background-color:#FFFFFF;
}

image_td
{
    max-height: 100px;
    max-width: 250px;
    height:auto;
    width:auto;
}

th, td {
  padding: 15px;
}
a:link {
color: #FFFFFF;
text-decoration:none;
}
a:visited {
color: #FFFFFF;
text-decoration:none;
}
a:hover {
color: #66CC66;
text-decoration:none;
}
a:active {
color: #FF00FF;
text-decoration:none;
}

.tinyrow
{
	border: none;
	font-size: 10%;
	background-color:#FFFFFF;
	background-color:#F6F6F6;
}

.data
{
	border: none;
	background-color:#FFFFFF;
	background-color:#F6F6F6;
}
.data a:link {
color: #000099;
text-decoration:none;
}
.data a:visited {
color: #000066;
text-decoration:none;
}
.data a:hover {
color: #6666FF;
text-decoration:none;
}
.data a:active {
color: #FFFFFF;
text-decoration:none;
}

.note
{
	border: none;
	background-color:#FFFF99;
}
.note a:link {
color: #000099;
text-decoration:none;
}
.note a:visited {
color: #000066;
text-decoration:none;
}
.note a:hover {
color: #6666FF;
text-decoration:none;
}
.note a:active {
color: #FFFFFF;
text-decoration:none;
}

.title
{
	font-size: 85%;
	font-weight:bold;
	border: none;
	background-color:#7AA3CC;
	color:#FFFFFF;
	text-align:center;
}

.title2
{
	font-size: 120%;
	font-weight:bold;
	border: none;
	background-color:#0000AA;
	color:#FFFFFF;
	vertical-align:middle;
}

.title3
{
	font-size: 85%;
	font-weight:bold;
	border: none;
	background-color:#0000AA;
	color:#FFFFFF;
	vertical-align:middle;
}
.title3 a:link {
color: #FFFFFF;
text-decoration:none;
}
.title3 a:visited {
color: #FFFFFF;
text-decoration:none;
}
.title3 a:hover {
color: #AAAAFF;
text-decoration:none;
}
.title3 a:active {
color: #999999;
text-decoration:none;
}



.menu
{
	font-size: 85%;
	border: none;
	background-color:#0000AA;
	color:#FFFFFF;
	text-align:center;
	vertical-align:bottom;
}


.infobar
{
	font-weight:bold;
	border: 1px;
	background-color:#0000CC;
	color:#FFFFFF;
}

.caution
{
	border: none;
	background-color:#FFFF99;
}

.active
{
	border: none;
	background-color:#00AA00;
}

.alert
{
	border: none;
	background-color:#FF3333;
}
.dead
{
	border: none;
	background-color:#CCCCCC;
	font-size: 75%;
}
.inactive
{
	border: none;
	background-color:#CCCCCC;
}

.header
{
	text-align: center;
	border: none;
	background-color:#CCCCCC;
}
.header a:link {
color: #000000;
text-decoration:none;
}
.header a:visited {
color: #000000;
text-decoration:none;
}
.header a:hover {
color: #FFFFFF;
text-decoration:none;
}
.header a:active {
color: #FFFFFF;
text-decoration:none;
}


.header_rt
{
	text-align: right;
	border: none;
	background-color:#CCCCCC;
}

.notesarea
{
	resize: vertical;
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	max-width: 98%;
	min-width: 98%;

}
/******************************************************************************/
/* For calendar control */


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	}


/***************  Style for Calendar control ************************/

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #999999;
	border: 1px solid #666666;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

