/*
*** STYLESHEET SECTION ***
Change the border and text font/colour/size here, specified in ItemStyles below.
Cut and paste this into your sitewide CSS file if you want - extra portability!
Be inventive: text-align, etc, can often come in useful. Be sure to test in NS4!
*/

.highText {
	FONT:11px Verdana, Arial, Helvetica;	COLOR:#08090A;
	font-weight:bold;	text-align:center;	text-decoration:underline;
}
.lowText {
	FONT:11px Verdana, Arial, Helvetica;	COLOR:#08090A;	font-weight:bold;	text-align:center;}
.highSubM {
	FONT:11px Verdana, Arial, Helvetica;	COLOR:#08090A;	font-weight:bold;	text-align:left;	text-decoration:underline;
}
.lowSubM {
	FONT:11px Verdana, Arial, Helvetica;	COLOR:#08090A;	font-weight:bold;	text-align:left;
}

.itemBorder {
	BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #ffffff px solid;
}

.itemBorderBlank {
	BORDER-RIGHT: #ccccdd 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid;}

.buttonText {
	FONT: bold 10px Verdana, Arial, Helvetica; COLOR: #a3c5e0; TEXT-DECORATION: none;
}

.buttonHover {
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; FONT: bold 12px Arial, Helvetica; COLOR: #ffffff; PADDING-TOP: 1px; TEXT-DECORATION: none;
}

.buttonBorder {
	BORDER-RIGHT: #ffffff 1px outset; BORDER-TOP: #ffffff 1px outset; BORDER-LEFT: #ffffff 1px outset; BORDER-BOTTOM: #ffffff 1px outset;
}

.buttonBorderOver {
	BORDER-RIGHT: #ffffff 1px inset; BORDER-TOP: #ffffff 1px inset; BORDER-LEFT: #ffffff 1px inset; BORDER-BOTTOM: #ffffff 1px inset;
}

