/* Default CSS Stylesheet for SCREEN Display */

/* --------------------------------------------------------------------------------------------------------*/
/* Button styles                                                                                           */
/* --------------------------------------------------------------------------------------------------------*/
.buttonnormal
{
	background-color:#C0C0FF;
	color:White;
	border-color:White;
	border-style:solid;
	border-width:1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
/* --------------------------------------------------------------------------------------------------------*/
/* Available Tools                                                                                         */
/* --------------------------------------------------------------------------------------------------------*/
.availtools
{
	visibility: visible; 
	FLOAT: right; MARGIN: 0px; WIDTH: 100px;
	BACKGROUND-COLOR: "#ccccff"; 
}
/* --------------------------------------------------------------------------------------------------------*/
/* Grid Scrollable Div styles                                                                                           */
/* --------------------------------------------------------------------------------------------------------*/
.scrollable
{
	OVERFLOW: auto; WIDTH: 620px; HEIGHT: 400px
}
/* --------------------------------------------------------------------------------------------------------*/
/* Dropdown styles                                                                                         */
/* --------------------------------------------------------------------------------------------------------*/
.dropdownnormal
{
	background-color:White;
	color:Black;
	border-color:White;
	border-style:solid;
	border-width:1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
/* --------------------------------------------------------------------------------------------------------*/
/* Styles for specific asp pages                                                                           */
/* --------------------------------------------------------------------------------------------------------*/
.btsnewcolumns
{
	width: 20px;
	height: 10px;
}
/* --------------------------------------------------------------------------------------------------------*/
/* Vacancy Styles                                                                            */
/* --------------------------------------------------------------------------------------------------------*/
.normalgraygray
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: Gray;
	background-color:Gray
}
.normalblackred
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: red;
	text-align:center;	
	font-weight:bold;
}
.normalblackyellow
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: yellow;
	text-align:center;	
	font-weight:bold;
}
.normalblackpink
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: pink;
	text-align:center;	
	font-weight:bold;
}
.normalblackwheat
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: wheat;
	text-align:center;	
	font-weight:bold;
}
.normalblackgreen
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: green;
	text-align:center;	
	font-weight:bold;
}
.normalblackgray
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background-color:Gray;
	text-align:center;	
	font-weight:bold;
}
.chartsmall
{
	font-size: 7pt;
	color: black;
	font-family: 'Courier New' , arial, verdana, Helvetica, 'Times New Roman' , sans-serif;
}
.msglargered
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: red;
}
.msgmed
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16pt;
	color: black;
}
.msgnormal
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: black;
}
