﻿
.nsBorder {
	border:solid; 
	border-color:black; 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-left-width: 0px;
}

.nsBorderH {
	border:solid; 
	border-color:black; 
	border-bottom-width: 0px; 
	border-right-width: 0px; 
	border-top-width: 1px; 
	border-left-width: 0px;
}

.nsBorderUp {
	border:solid; 
	border-color:black; 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 0px; 
	border-left-width: 0px;
	width: 125px;
}

.nsBorderDown {
	border:solid; 
	border-color:black; 
	border-bottom-width: 0px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-left-width: 0px;
	width: 125px;
}

.frameBorder {
    BORDER-RIGHT:  1px silver solid;
    BORDER-TOP:  1px silver solid;
    BORDER-LEFT:  1px silver solid;
    BORDER-BOTTOM: 1px silver solid;
}

.frameCaption {
	FONT-FAMILY: tahoma, arial, sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bolder;
}

.frameLabel {
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-SIZE: 8pt;
}

.pageHeader {
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bolder;
}

.frameCaption {
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bolder;
}

.errorLabel {
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-SIZE: 8pt;
	COLOR: red;
}

.errorCaption {
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-SIZE: 8pt;
	COLOR: red;
	FONT-WEIGHT: bolder;
}

.comboSmall {
	FONT-SIZE: 8pt;
	COLOR: black;
	FONT-FAMILY:  tahoma, arial, sans-serif;
}

.buttonSmall {
	FONT-SIZE: 8pt;
	COLOR: blue;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	HEIGHT: 20px;
}

.buttonNormal {
	FONT-SIZE: 8pt;
	COLOR: blue;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	HEIGHT: 22px;
}

.labelSmallBold {
	FONT-SIZE: 8pt;
	COLOR: white;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: bold;
}

.labelSmallNormal {
	FONT-SIZE: 8pt;
	COLOR: white;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: normal;
}

.staticDataSmall {
	FONT-SIZE: 8pt;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: black;
	BACKGROUND-COLOR: Gainsboro;
}

.staticLabelSmall {
	FONT-SIZE: 8pt;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: bolder;
	COLOR: black;
}

.staticTextSmall {
	FONT-SIZE: 8pt;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: black;
	height: 22px;
}

.staticTextMedium {
	FONT-SIZE: 10pt;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: black;
}

.staticTextMediumGreen {
	FONT-SIZE: 10pt;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: Green;
	height: 22px;
}

.staticTextMediumRed {
	FONT-SIZE: 10pt;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: Red;
	height: 22px;
}

.staticTextMediumBlue {
	FONT-SIZE: 10pt;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: Blue;
	height: 22px;
}


.staticTextLarge {
	FONT-SIZE: 18pt;
	FONT-FAMILY:  tahoma, arial, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: black;
}
.EVEN_ROW {
	background-Color: ivory;
}

.ODD_ROW {
	background-Color: Gainsboro;
}

.MOUSE_OVER {
	color: Blue;
	cursor: pointer;
}
.ROW_SELECTED {
	color: white;
	background-Color: steelBlue;
	cursor: pointer;
}

.tableFacilityOddRow
{
    background-Color: #F5F5F5;
	FONT-SIZE		: 8pt;
	FONT-FAMILY		: arial, arial, sans-serif;
	FONT-WEIGHT		: normal;
	COLOR			: black;
}

.tableFacilityEvenRow
{
    background-Color: #FFFFFF;
	FONT-SIZE		: 8pt;
	FONT-FAMILY		: arial, arial, sans-serif;
	FONT-WEIGHT		: normal;
	COLOR			: black;
}

.linkButtonBold
{
    FONT-SIZE		: 10pt;
	FONT-FAMILY		: arial, arial, sans-serif;
	FONT-WEIGHT		: bolder;
}

.labelDataBold10
{
    FONT-SIZE		: 10pt;
    FONT-FAMILY		: arial, arial, sans-serif;
	FONT-WEIGHT		: bolder; 
}

.labelData10
{
    FONT-SIZE		: 10pt;
    FONT-FAMILY		: arial, arial, sans-serif;
	FONT-WEIGHT		: normal; 
}