/*Site wide styles should be applied here*/
/*Additional css files can be located in the css folder for specific sections of an application*/


#normalinput {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #efefef;
}

#inactive {
.SmallSubmit{
	font-size:10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#efefef;
	color:#bbbbbb;
	height:18px;
}

select {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}
	
/*This is the specific class for multi-select boxes*/	
select.multiselect {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	color: black;
}
A:ACTIVE {color : #003399;}
A:VISITED {color :#003399;}
A:LINK {color :#003399;}
A:HOVER {color : #660000;}

/*Title for table listings*/
.TableRowTitle {
	font-weight : bold;
	background-color : #EFEFFA
}

/*Title for table listings that need extra emphasis*/
.TableRowTitleExtra {
	font-weight : bold;
	background-color : #efefef;
	color: #003399;
}

/*When an error message is displayed (missed login error) this is the text that is diplaes*/
.ErrorCode{color: Red}

/*This is the class for a submit button*/
.Submit{
	font-size:12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:white;
	color: black;
	height:22px;
}

/*This is the class for smaller buttons*/
.SmallSubmit{
	font-size:10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:white;
	color: black;
	height:18px;
}

/*This masks the button for all of the document display sections*/
	.buttonblend{
		font-size:10px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight:bold;
		background-color:#efefef;
		color: black;
		height:18px;

		border-top:1 groove white;
		border-right:2 groove white;
		/*
		border-top:0 groove white;
		border-right:0 groove white;
		*/
		border-bottom:2 ridge white;
		border-left:2 groove white;
		text-align : left;
	}

/*input tags that have a readonly attribute should display this format*/
.ReadOnly
{
background-color :#efefef;
color: #003399;
}

/*This is the definition of the small asteriks that appear on the site*/
.WarnAst{
	color:red;
	font-size:12px;
}

/*This is the class for heading up a page.*/
.PageTitle{
	color: Black;
	font-family: trebuchet ms;
	font-size: 16px;
	font-weight:bold;
	font-style:Normal;
	}
	
#GreenBarA{
  background-color:#d5d5d5;
  }
#GreenBarB{
  background-color:#eeeeee;;
  }

/*This is the initail format of the floating DIV tags*/	
Div.TitleLayer{
 position:relative;
 visibility:visible;
 width:640px;
 left:0px;
 top:0px;
 overflow: hidden;
 background-color :#efefef;
 }
Div.DataLayer{
 position:static;
 visibility:hidden;
 width:640px;
 overflow: auto;
 height:22px;
 left:0px;
 top:0px;
 background-color :#efefef;
 }
 
#ScrollDataLayer{
  width:620px;
 }

/*This is the "raised" box that goes arond the buttons in the Process Eval search_proc.cfm sceen*/
 	.ProcessControlBox{
		border-color:#aaaaaa;
		border-left-style:groove;
		border-left-width:2px;
		border-right-style:solid;
		border-right-width:2px;
	}
.style1 {font-family: "Footlight MT Light"; color: #FFFFFF; font-weight: bold;}
.style8 {color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style9 {font-family: Arial, Helvetica, sans-serif; color: #000000;}