/* Page: mirs1.css
Purpose: Global style-sheet created for MIRS ImageStor, especially the 
		 show calendar JScript function (see show_calendar call on page
		 submit/submit.asp).
*/

/*		 ----------------------------------------------------------
		 Set display properties for 'readonly' input text elements
Usage:   <LINK REL="StyleSheet" HREF="../styles/mirs1.css" type="text/css"> 
History:  Wednesday, April 04, 2001 mw
		  Friday, April 27, 2001	mw	Copied H1 from datasheet.css
		  06/13/01	mw	Added .notation
		  ..
		  mw7/30/01 added mirsThumb_topnav_label
*/

BODY {
/* Default style for all application pages */
	font-family:verdana,arial,sans-serif;
	background: #E9B289; /* tan */
	font-size:13px;
	color:navy;	
	}
.msgBlock {
/* Used as a class for a DIV that reports an status message in a page to the 
	user. See processupload.asp */
	border:gray solid 1;
	margin:10px;
	padding:10px;
	font-family:verdana,arial,sans-serif;
	color:navy;
	font-size:12px;
	background:white;
}
.smallURL	{
/* Use for displaying long URLs in a smaller font */
	font-size:9px;
	font-family:verdana,arial,sans-serif;	
	A.hover-color:#FFFFFF;
	A.hover-background-color:gray;} 

}
.regText,.smallText {
	font-family:verdana,arial,sans-serif;
	color:navy;
	font-size:12px;
	background:transparent;
}
.smallText {
	font-size: 8px;
	font-style:italic;
}

/* .globalnav and variants control display of links within the globalnavbar */
.globalnav, .globalbug {
	font-size: 10px;
	font-family: comic-sans,verdana,arial,sans-serif;
	font-weight: normal;
	color: #9999cc; /* grayish-purple*/ /* #990099; purple*/
	background-color:transparent;
	text-align: center;
	padding:0px;
	letter-spacing: .5px;
	display:inline;
}
A.globalnav:hover {		
	color:#FFfbfb; /*light, light mauve*/
	/*font-weight:bolder;*/
	background-color:#9999cc; /* grayish-purple*/ /*#9900cc;  purple*/
}
A.globalnav:active,A.globalbug {		
	color:#990099; /*purple*/
}
A.globalnav:link {
	color: #9999cc; /* grayish-purple*/ /* #990099; purple*/
}
A.globalnav:visited {
/* None, because this will take precedence over desired visual behavior */
/*	color:#9999cc;  grayish-purple*/
}

A.globalbug:hover {
	color:white;
	background-color:red;
	font-weight:bold;
}
*A.globalbug:active {
	color:red;
	background-color:yellow;
}
A.globalbug:link {	/* comment this out to display in same color as globalnav */
	color:red;
}
A.globalbug:visited {
/*	color:red;
	background-color:transparent;	
*/
}

.notation	{
				display:block;
				font-size: 10px;
				font-weight:400;
				color:gray;
				display:inline;
}	
.button, .button-over,A.button:link {
	background-color: #6699CC;
	background-position: center;
	text-align: center;
	vertical-align: center;
	color: white;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height : 30px;

	width : 100%;
	
	border-top : 1 solid white;
	border-right : 1 groove Gray;
	border-bottom : 1 groove Gray;
	border-left : 1 solid white;
	margin: 0px;
}
.button-over {
	color: #FFFFCC;
	background-color: #009999;	
}
A.button:hover {
	color: #FFFFCC;
	background-color: #009999;
	font-weight : bolder;
}

A.button:visited, A.button:link{
	text-decoration:none;
}

.RowHeightA {
	height:50px;
  	line-height:50px;
	vertical-align: middle;
}
