a.headerLink:link    {color: white; font-family: arial; font-weight: 500; font-size:15px; text-decoration: none;}
a.headerLink:visited {color: white; font-family: arial; font-weight: 500; font-size:15px; text-decoration: none;}
a.headerLink:hover   {color: peachpuff; font-family: arial; font-weight: 500; font-size:15px; text-decoration: none;}
a.smheaderLink:link    {color: white; font-family: arial; font-weight: 500; font-size:12px; text-decoration: none;}
a.smheaderLink:visited {color: white; font-family: arial; font-weight: 500; font-size:12px; text-decoration: none;}
a.smheaderLink:hover   {color: peachpuff; font-family: arial; font-weight: 500; font-size:12px; text-decoration: none;}

/* format for top of item display table */
tr.tableHeader {
	background-color: #00639C;
	color: #EEDDDD;
	white-space: nowrap;
	font-size: small;
}
tr.tableHeaderSmall {
	background-color: #00639C;
	color: #EEDDDD;
	white-space: nowrap;
	font-size: x-small;
}

a.helpLink:link {
	font-size: xx-small;
	color: #00639C;
	text-decoration: none;
}

a.helpLink:visited {
	font-size: xx-small;
	color: #00639C;
	text-decoration: none;
}

a.helpLink:hover {
	font-size: xx-small;
	color: #00639C;
	text-decoration: underline;
}

a.tableHeader:link {
	color: #EEDDDD;
     	text-decoration: none;
}

a.tableHeader:visited {
	color: #EEDDDD;
     	text-decoration: none;
}

a.tableHeader:hover {
	color: #EEDDDD;
     	text-decoration: underline;
}

table.displayList {
	font-family: times,serif;
	font-size: x-small;
}

/* p.normalLeft { margin-left: 2cm;} */
h1 {margin-left:10px; }
/* p {margin-left:10px; } */
br {margin-left:10px; }
hr {width:80%;}

/* positional styles (layers) */
#bannerBar {
	position: relative;
	top: -5px;
	left: 0px;
}

#tabBlock {
	position: absolute;
	top: 10px;
	left: 330px;
	height: 110px;
}

#tabs {
	position: absolute;
	bottom: 1.5em;
}

#belowTabs {
	position: absolute;
	height: 1.5em;
	width: 360px;
	bottom: 0px;
	background-color: #3A6EA5;
	border: none 0;
}

#outerBody {
	position: relative;
	/* border: double thin black; */
	/* The following line appears to have fixed the problem where
	   the leftMenu section would be invisible until refresh
	   if there were large paragraph entries in the mainBody.
	   I don't understand why. */
	height: 70%;
	margin-bottom: 0.2em;
}

#mainBody {
	position: relative;
	margin-left: 174px;
	/* border: solid thin red; */
	overflow: hidden;
	width: 100%;
}

#mainBody p {
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}

#leftMenu {
	/* border: thin solid blue; */
	position: relative;
	/* top: 10px; */
	height: 100%;
	width: 174px;
	float: left;
}

#leftMenu table {
	margin-bottom: 25px;
}

/** styles pertaining to the lefthand area **/

.leftMenuBoxed {
	position: relative;
	border: thin solid #00639C;
	border-top: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: xx-small;
	padding-top: .5em;
	padding-bottom: .5em;
	width: 165px;
}

.leftMenuBoxed input {
	width: 100%;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: xx-small;
}

.leftMenuBoxed select {
	width: 100%;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: xx-small;

}

/** styles pertaining to the main body area **/

table.cartItem {
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

table.itemDetail {
	width: 70%;
	margin-right: 15%;  /* supposedly "auto" will work but it doesn't in IE6 */
	margin-left: 15%;
	font-size: x-small;
}

#cartImage {
	float: left;
	border: none;
}

/* product detail heading */
div#pDetail {
	position: relative;
	margin-left: 72px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #3A6EA5;
}

/* style for item history graph */
table.itemGraph {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	font-family: times,serif;
	font-size: xx-small;
	border: 0;
}

table.itemGraphInside {
	font-family: times,serif;
	font-size: xx-small;
	border: 0;
}

/* style for displaying results */

/* navigation bar */

.NavBar {
	margin-bottom: 0.2em;
  	padding: 0.5em;
	text-align: center;
	width: 100%;
	background-color: #00639C;
	font-family: sans-serif;
	font-size: x-small; /* smaller than parent */
}

.NavBar a:link {
	text-decoration: none;
	font-size: x-small;
	color: #dae4f0;
	white-space: nowrap;
}

.NavBar .selected {
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	color: #FFFFFF;
	white-space: nowrap;
}

.NavBar a:visited {
	text-decoration: none;
	font-size: x-small;
	color: #dae4f0;
	white-space: nowrap;
}

.NavBar a:hover {
	text-decoration: none;
	font-size: x-small;
	color: #dae4f0;
	background-color: #64849F;
	white-space: nowrap;
}

/* navigation bar */
.BodyBar {
	margin-top: 0.1em;
  	padding: 0.1em;
	text-align: left;
	width: 90%;
	margin-left: 72px;
	height: 20;
	border: double thin white;
	background-color: #3A6EA5;
	font-family: sans-serif;
	font-size: x-small; /* smaller than parent */
	color: #dae4f0;
	font-weight: bold;
}


.BodyBar a:link {
	text-decoration: underline;
	color: #dae4f0;
}


.BodyBar a:visited {
	text-decoration: underline;
	color: #dae4f0;
}

.BodyBar a:hover {
	text-decoration: underline;
	color: #dae4f0;
	background-color: #64849F;
}

/*cause some times you only want the font */

.BodyBarfontOnly {
	background-color: #3A6EA5;
	font-family: sans-serif;
	font-size: x-small; /* smaller than parent */
	color: #dae4f0;
	font-weight: bold;
}

/** continued style **/
#Extras {
	position: relative;
	text-align: center;
	bottom: 0%;
	font-size: x-small;
	font-weight: bold;
	font-family: sans-serif;
	color: #003000;
}

#Extras a:link {
	color: #10CC55;
	text-decoration: none;
	font-weight: normal;
}

#Extras a:visited {
	color: #10CC55;
	text-decoration: none;
	font-weight: normal;
}

/** history form style **/

table.historySearch {
	text-align: left;
	background-color: #3A6EA5;
	color: #FFFFFF;
	margin-left: 10%;
	width: 80%;
	font-size: x-small;
}

/** image window style **/

.imageWindow {
	text-align: left;
	background-color: #EEEEEE;
	margin-left: 15;
	font-size: x-small;
}

/** changed style **/
.changed {
	font-family: times,serif;
	font-size: x-small;
	font-weight: bold;
	color: red;
	text-align: left;
	width: 90%;
	margin-left: 10%;
}

/** style for buttons in a list (or any button you want to look !!good!!) **/

.listButton {
	font-size: xx-small;
	height: 20px;
}

/** style for fields in report select page **/

/*for constraints page*/
.field {
	color:#3A6EA5;
	font-weight: bold;
}

/*for constraints page*/
.comparison {
	color:slateblue;
	font-weight: bold;
}

/*for constraints page*/
.dataType {
	color:black;
	font-weight: bold;
	font-family: arial,san-serif;
}

/*for summary data*/
.summary {
	font-size: xx-small;
	color: darkred;
}
/** general text styles **/

.tiny {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: xx-small;
}

.header {
	font-family: times,serif;
	font-weight: bold;
	font-size: x-large;
	color: #3A6EA5;
}

/****** calendar styles ********/
td.weekDay { text-align: 'center'; font-family: arial,sans-serif; font-size: x-small; color: #909090; }
td.date { text-align: 'center'; font-family: arial,sans-serif; font-size: x-small; color: #3A6EA5; background-color: #FFFFFF; }
td.dateToday { text-align: 'center'; font-family: arial,sans-serif; font-size: x-small; font-weight: bold; color: #3A6EA5; background-color: #FFFFFF; }
table.calTbl a:link { color: #3A6EA5; text-decoration: none; }
table.calTbl a:hover { color: #3A6EA5; text-decoration: underline; }
table.calTbl a:visited { color: #3A6EA5; text-decoration: none; }
table.calTbl { margin-bottom: 0; }
div.calClass { position: absolute; display: none; border: thin solid #000000; z-index: 1000; background-color: #FFFFFF; }
/****** end calendar styles *********/
