/* Default CSS Stylesheet for PRINTER FRIENDLY */

/* Restore normal browser print controls (Chrome/Edge) */
@media print {
	@page {
		size: auto;
		margin: auto;
	}
}
/* --------------------------------------------------------------------------------------------------------*/
/* Button styles                                                                                           */
/* --------------------------------------------------------------------------------------------------------*/
.buttonnormal
{
	visibility: hidden;
}
.hideprint
{
	visibility: hidden;
	height: 1px;

}
/* --------------------------------------------------------------------------------------------------------*/
/* Available Tools                                                                                         */
/* --------------------------------------------------------------------------------------------------------*/
.availtools
{
	visibility: hidden;
	BACKGROUND-COLOR: Transparent;
}
/* --------------------------------------------------------------------------------------------------------*/
/* 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;
}
/* --------------------------------------------------------------------------------------------------------*/
/* Grid Scrollable Div styles                                                                                           */
/* --------------------------------------------------------------------------------------------------------*/
.scrollable
{
	/*OVERFLOW: scroll; WIDTH: 620px; HEIGHT: 400px Nothing */
}
/* --------------------------------------------------------------------------------------------------------*/
/* Page Break styles                                                                                       */
/* --------------------------------------------------------------------------------------------------------*/
.PageBreakAfter 
	{ 
	page-break-after: always;
	}
.PageBreakBefore 
	{ 
	page-break-before: always;
	}
.break 
{
	 page-break-before: always; 
}
/* --------------------------------------------------------------------------------------------------------*/
/* Styles for specific asp pages                                                                           */
/* --------------------------------------------------------------------------------------------------------*/
.btsnewcolumns
{
	width: 20px;
	height: 80px;
}
/* --------------------------------------------------------------------------------------------------------*/
/* Vacancy Styles                                                                            */
/* --------------------------------------------------------------------------------------------------------*/
.normalgraygray
{
	visibility: hidden;
}
.normalblackred
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-style: italic;
	font-family: 'Times New Roman';
	background-color: red;
	text-align: center;
}
.normalblackyellow
{
	font-family:'Times New Roman';
	font-size: 8pt;
	color: black;
	background-color: yellow;
	text-align:center;	
	font-weight:bold;
}
.normalblackpink
{
	visibility: hidden;
}
.normalblackwheat
{
	visibility: hidden;
}
.normalblackgreen
{
	font-family:'Times New Roman';
	font-size: 8pt;
	color: black;
	background-color:Green;
	text-align:center;	
	font-weight:bold;
}
.normalblackgray
{
	font-family:'Times New Roman';
	font-size: 8pt;
	color: black;
	/*background-color:Gray;*/
	text-align:center;	
	font-weight:bold;
}
.chartsmall
{
	font-size: 14pt;
	color: black;
	font-family: 'Courier New' , arial, verdana, Helvetica, 'Times New Roman' , sans-serif;
}
.titlesmall 
	{ 
	font-family: Liddie,Verdana, Helvetica, Arial, sans-serif;
	color: #9999cc; 
	font-weight: bold;
	font-size: 12pt
	}
	
	.normalbold
{
	font-family:Liddie, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

.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;
}

