/* FORMATTING */
.bold {
	font-weight: bold;
}
.left {
	text-align: left;
}
.centre {
	text-align: center;
}
.right {
	text-align: right;
}
.uppercase {
	text-transform: uppercase;
}

/******************** NAVIGATION 2008 ********************/
.navitemBlack {
	width: 125px;
	height: 25px;
	font-family: "Verdana";
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: center;
}

.navitemWhite {
	width: 125px;
	height: 25px;
	font-family: "Verdana";
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.navitemWhite2 {
	height: 25px;
	font-family: "Verdana";
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.subitemBlack {
	height: 25px;
	font-family: "Verdana";
	font-size: 13px;
	color: black;
	text-align: center;
}

.subitemWhite {
	height: 25px;
	font-family: "Verdana";
	font-size: 13px;
	color: white;
	text-align: center;
}

/* GREEN ROWS */
.greenrow1 {
	background:#008080;
	color:white;
	font-family:"Verdana";
	font-size: 10pt;
}
.greenrow2 {
	background:#004040;
	color:white;
	font-family:"Verdana";
	font-size: 10pt;
}
.greenrow3 {
	background:#80FF00;
	color:black;
	font-family:"Verdana";
	font-size: 10pt;
}

/************************* RED **********************/			  
.red		{ background: red; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #500000 solid;
			  border-top:    2px #A00000 solid;
			  border-left:   2px #500000 solid; 
			  border-right:  2px #A00000 solid; }
			  
.redTB		{ background: red; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #500000 solid;
			  border-top:    2px #A00000 solid;
			  border-left:   none; 
			  border-right:  none; }
			  
.redTBL		{ background: red; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #500000 solid;
			  border-top:    2px #A00000 solid;
			  border-left:   2px #500000 solid; 
			  border-right:  none; }
			  
.redTBR		{ background: red; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #500000 solid;
			  border-top:    2px #A00000 solid;
			  border-left:   none; 
			  border-right:  2px #A00000 solid; }
			  
.redBLR		{ background: red; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #500000 solid;
			  border-top:    none;
			  border-left:   2px #500000 solid; 
			  border-right:  2px #A00000 solid; }
			  
.redHEAD	{ background: red; font-family: Verdana; font-size: 12pt; color: white;
			  border-bottom: 2px #500000 solid;
			  border-top:    2px #A00000 solid;
			  border-left:   2px #500000 solid; 
			  border-right:  2px #A00000 solid; }
			  
/************************* RED BUMP **********************/			  
.redbump		{ font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #500000 solid;
			  border-top:    2px #A00000 solid;
			  border-left:   2px #500000 solid; 
			  border-right:  2px #A00000 solid;
				background-image: url(images/matchlayout/diag/redbump.gif); }

/************************* GREEN #2 **********************/			  
.green2		{ background: #008080; 
				border-bottom: 2px #002A2A solid; 
				border-top: 	 2px #005555 solid; 
				border-left:	 2px #002A2A solid; 
				border-right:	 2px #005555 solid; 
				font-family: Verdana; font-size: 10pt; color: white; }
.green2None	{ background: #008080; border: none; font-family: Verdana; font-size: 10pt; color: white; }
.green2TBL	{ background: #008080; border-bottom-width: 2px; border-bottom-color: #002A2A; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #005555; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #002A2A; 
			  border-left-style: solid; border-right: none; font-family: Verdana; font-size: 10pt; color: white; }
.green2TBR	{ background: #008080; border-bottom-width: 2px; border-bottom-color: #002A2A; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #005555; 
			  border-top-style: solid; border-left: none; border-right-width: 2px; border-right-color: #005555; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: white; }

.green2TLR	{ background: #008080; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: none;
			  border-top:    2px #002A2A solid;
			  border-left:   2px #002A2A solid;
			  border-right:  2px #005555 solid; }

.green2BLR	{ background: #008080; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002A2A solid;
			  border-top:    none;
			  border-left:   2px #002A2A solid;
			  border-right:  2px #005555 solid; }

.green2LR	{ background: #008080; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: none;
			  border-top:    none;
			  border-left:   2px #002A2A solid;
			  border-right:  2px #005555 solid; }

.green2TB	{ background: #008080; border-bottom-width: 2px; border-bottom-color: #002A2A; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #005555; 
			  border-top-style: solid; border-left: none; border-right: none; font-family: Verdana; font-size: 10pt; color: white; }
.green2s	{ background: url(images/matchlayout/diag/green2s.gif); font-family: Verdana; font-size: 10pt; color: white; }
.green2s_big{ background: url(images/matchlayout/diag/green2s_big.gif); font-family: Verdana; font-size: 10pt; color: white; }


/************************* GREEN #2 BUMP *****************/
.green2bump		{ background-image: url(images/matchlayout/diag/green2bump.gif); 
								border-bottom: 2px #002A2A solid; 
								border-top: 	 2px #005555 solid; 
								border-left:	 2px #002A2A solid; 
								border-right:	 2px #005555 solid; 
								font-family: Verdana; font-size: 10pt; color: white; }
								
.green2bumpTBL{ background-image: url(images/matchlayout/diag/green2bump.gif); 
								border-bottom: 2px #002A2A solid; 
								border-top: 	 2px #005555 solid; 
								border-left:	 2px #002A2A solid; 
								border-right:	 none; 
								font-family: Verdana; font-size: 10pt; color: white; }

.green2bumpTBR{ background-image: url(images/matchlayout/diag/green2bump.gif); 
								border-bottom: 2px #002A2A solid; 
								border-top: 	 2px #005555 solid; 
								border-left:	 none; 
								border-right:	 2px #005555 solid; 
								font-family: Verdana; font-size: 10pt; color: white; }

.green2bumpTB	{ background-image: url(images/matchlayout/diag/green2bump.gif); 
								border-bottom: 2px #002A2A solid; 
								border-top: 	 2px #005555 solid; 
								border-left:	 none; 
								border-right:	 none; 
								font-family: Verdana; font-size: 10pt; color: white; }

/******************** GREEN #2 MATCH *********************/
.green2matchICON {
				border-bottom: 2px #002A2A solid; 
				border-top: 	 2px #005555 solid; 
				border-left:	 2px #002A2A solid; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green2bump.gif);
}

.green2matchTEAM {
				border-bottom: 2px #002A2A solid; 
				border-top: 	 2px #005555 solid; 
				border-left: 	 none; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green2bump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green2matchSCORE {
				border-bottom: 2px #002A2A solid; 
				border-top: 	 2px #005555 solid; 
				border-left: 	 none; 
				border-right:	 2px #005555 solid; 
				background-image: url(images/matchlayout/diag/redbump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green2colemanGOALS {
				border-bottom: 2px #002A2A solid; 
				border-top: 	 2px #005555 solid; 
				border-left: 	 none; 
				border-right:	 none; 
				background-image: url(images/matchlayout/diag/redbump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

/******************** GREEN #2 MATCH BIG *********************/
.green2matchbigICON {
				border-bottom: 2px #002A2A solid; 
				border-top: 	 2px #005555 solid; 
				border-left:	 2px #002A2A solid; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green2bumpBIG.gif);
}

.green2matchbigTEAM {
				border-bottom: 2px #002A2A solid; 
				border-top: 	 2px #005555 solid; 
				border-left: 	 none; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green2bumpBIG.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green2matchbigSCORE {
				border-bottom: 2px #002A2A solid; 
				border-top: 	 2px #005555 solid; 
				border-left: 	 none; 
				border-right:	 2px #005555 solid; 
				background-image: url(images/matchlayout/diag/yellowbumpBIG.gif);
				font-family: Verdana; font-size: 11pt; color: black;
}

/************************* GREEN #3 **********************/			  
.green3		{ background: #004040; border-bottom-width: 2px; border-bottom-color: #001515; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #002A2A; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #001515; 
			  border-left-style: solid; border-right-width: 2px; border-right-color: #002A2A; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: white; }
.green3None	{ background: #004040; border: none; font-family: Verdana; font-size: 10pt; color: white; }
.green3TBL	{ background: #004040; border-bottom-width: 2px; border-bottom-color: #001515; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #002A2A; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #001515; 
			  border-left-style: solid; border-right: none; font-family: Verdana; font-size: 10pt; color: white; }
.green3TBR	{ background: #004040; border-bottom-width: 2px; border-bottom-color: #001515; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #002A2A; 
			  border-top-style: solid; border-left: none; border-right-width: 2px; border-right-color: #002A2A; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: white; }
				
.green3TLR	{ background: #004040; font-family: Verdana; font-size: 10pt; color: white; 
							border-bottom: none; 
							border-top: 	 2px #002A2A solid; 
							border-left: 	 2px #001515 solid; 
							border-right:  2px #002A2A solid;  }
							
.green3BLR	{ background: #004040; border-bottom-width: 2px; border-bottom-color: #001515; 
			  border-bottom-style: solid; border-top: none; border-left-width: 2px; border-left-color: #001515; 
			  border-left-style: solid; border-right-width: 2px; border-right-color: #002A2A; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: white; }
.green3TB	{ background: #004040; border-bottom-width: 2px; border-bottom-color: #001515; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #002A2A; 
			  border-top-style: solid; border-left: none; border-right: none; font-family: Verdana; font-size: 10pt; color: white; }
.green3s	{ background: url(images/matchlayout/diag/green3s.gif); font-family: Verdana; font-size: 10pt; color: white; width: 67px; }
.green3s_big{ background: url(images/matchlayout/diag/green3s_big.gif); font-family: Verdana; font-size: 10pt; color: white; }

/************************* GREEN #3 BUMP **********************/			  
.green3bump		{ background-image: url(images/matchlayout/diag/green3bump.gif); 
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 2px #001515 solid; 
				border-right:  2px #002A2A solid; 
				font-family: Verdana; font-size: 10pt; color: white; }

.green3bumpTBL		{ background-image: url(images/matchlayout/diag/green3bump.gif); 
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 2px #001515 solid; 
				border-right:  none; 
				font-family: Verdana; font-size: 10pt; color: white; }

.green3bumpTB		{ background-image: url(images/matchlayout/diag/green3bump.gif); 
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 none; 
				border-right:  none; 
				font-family: Verdana; font-size: 10pt; color: white; }

.green3bumpTBR		{ background-image: url(images/matchlayout/diag/green3bump.gif); 
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 none; 
				border-right:  2px #002A2A solid; 
				font-family: Verdana; font-size: 10pt; color: white; }

/******************** GREEN #3 MATCH *********************/
.green3matchICON {
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 2px #001515 solid; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green3bump.gif);
}

.green3matchTEAM {
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 none; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green3bump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green3matchSCORE {
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 none; 
				border-right:  2px #002A2A solid; 
				background-image: url(images/matchlayout/diag/redbump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green3colemanGOALS {
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 none; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/redbump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

/******************** GREEN #3 MATCH BIG *********************/
.green3matchbigICON {
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 2px #001515 solid; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green3bumpBIG.gif);
}

.green3matchbigTEAM {
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 none; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green3bumpBIG.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green3matchbigSCORE {
				border-bottom: 2px #001515 solid; 
				border-top:		 2px #002A2A solid; 
				border-left: 	 none; 
				border-right:  2px #002A2A solid; 
				background-image: url(images/matchlayout/diag/yellowbumpBIG.gif);
				font-family: Verdana; font-size: 11pt; color: black;
}

/************************* GREEN #4 **********************/		  
.green4		{ background: #80FF00; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #2A5500 solid;
			  border-top:    2px #55AA00 solid; 
			  border-left:   2px #2A5500 solid; 
			  border-right:  2px #55AA00 solid; }

.green4None	{ background: #80FF00; font-family: Verdana; font-size: 10pt; color: black; border: none; }

.green4TBL	{ background: #80FF00; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #2A5500 solid;
			  border-top:    2px #55AA00 solid; 
			  border-left:   2px #2A5500 solid; 
			  border-right:  none; }

.green4TBR  { background: #80FF00; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #2A5500 solid;
			  border-top:    2px #55AA00 solid; 
			  border-left:   none; 
			  border-right:  2px #55AA00 solid; }

.green4BLR  { background: #80FF00; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #2A5500 solid;
			  border-top:    none; 
			  border-left:   2px #2A5500 solid; 
			  border-right:  2px #55AA00 solid; }

.green4TB	{ background: #80FF00; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #2A5500 solid;
			  border-top:    2px #55AA00 solid; 
			  border-left:   none; 
			  border-right:  none; }
			  
.green4HEAD	{ background: #80FF00; font-family: Verdana; font-size: 12pt; color: black;
			  border-bottom: 2px #2A5500 solid;
			  border-top:    2px #55AA00 solid; 
			  border-left:   2px #2A5500 solid; 
			  border-right:  2px #55AA00 solid; }
				
/************************* GREEN #4 BUMP **********************/		  
.green4bump		{ background-image: url(images/matchlayout/diag/green4bump.gif); 
 				font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #2A5500 solid;
			  border-top:    2px #55AA00 solid; 
			  border-left:   2px #2A5500 solid; 
			  border-right:  2px #55AA00 solid; }

.green4bumpTBR	{ background-image: url(images/matchlayout/diag/green4bump.gif); 
 				font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #2A5500 solid;
			  border-top:    2px #55AA00 solid; 
			  border-left:   none; 
			  border-right:  2px #55AA00 solid; }

/************************* GREEN #5 **********************/			  
.green5		{ background: #008040; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002A15 solid; 
			  border-top:    2px #00552A solid; 
			  border-left:   2px #002A15 solid; 
			  border-right:  2px #00552A solid; }

.green5None	{ background: #008040; font-family: Verdana; font-size: 10pt; color: white; border: none; }
			  
.green5TBL	{ background: #008040; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002A15 solid; 
			  border-top:    2px #00552A solid; 
			  border-left:   2px #002A15 solid; 
			  border-right:  none; }

.green5TBR	{ background: #008040; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002A15 solid; 
			  border-top:    2px #00552A solid; 
			  border-left:   none; 
			  border-right:  2px #00552A solid; }

.green5TB	{ background: #008040; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002A15 solid; 
			  border-top:    2px #00552A solid; 
			  border-left:   none; 
			  border-right:  none; }

/************************* GREEN #6 **********************/			  
.green6		{ background: #008000; font-family: Verdana; font-size: 10pt; color: white;
						border-bottom: 2px #002A15 solid; 
						border-top:    2px #00552A solid; 
						border-left:   2px #002A15 solid; 
						border-right:  2px #00552A solid; }
				
/************************* GREEN #6 BUMP *****************/
.green6bump {
				border-bottom: 2px #002A15 solid; 
				border-top:    2px #00552A solid; 
				border-left: 	 2px #002A15 solid;  
				border-right:  2px #00552A solid;  
				background-image: url(images/matchlayout/diag/green6bump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green6bumpTBL {
				border-bottom: 2px #002A15 solid; 
				border-top:    2px #00552A solid; 
				border-left: 	 2px #002A15 solid;  
				border-right:  none;  
				background-image: url(images/matchlayout/diag/green6bump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green6bumpTB {
				border-bottom: 2px #002A15 solid; 
				border-top:    2px #00552A solid; 
				border-left: 	 none;  
				border-right:  none;  
				background-image: url(images/matchlayout/diag/green6bump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green6bumpTBR {
				border-bottom: 2px #002A15 solid; 
				border-top:    2px #00552A solid; 
				border-left: 	 none;  
				border-right:  2px #00552A solid;  
				background-image: url(images/matchlayout/diag/green6bump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

/******************** GREEN #6 MATCH *********************/
.green6matchICON {
				border-bottom: 2px #002A15 solid; 
				border-top:    2px #00552A solid;
				border-left:   2px #002A15 solid; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green6bump.gif);
}

.green6matchTEAM {
				border-bottom: 2px #002A15 solid; 
				border-top:    2px #00552A solid; 
				border-left: 	 none; 
				border-right:  none; 
				background-image: url(images/matchlayout/diag/green6bump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}

.green6matchSCORE {
				border-bottom: 2px #002A15 solid; 
				border-top:    2px #00552A solid;
				border-left: 	 none; 
				border-right:  2px #00552A solid; 
				background-image: url(images/matchlayout/diag/redbump.gif);
				font-family: Verdana; font-size: 10pt; color: white;
}
				
/************************ PURPLE ************************/
.purpleHEAD	{ background: #660033; font-family: Verdana; font-size: 12pt; color: white;
							border-bottom: 2px #210010 solid;
							border-top:    2px #430022 solid;
							border-left:   2px #210010 solid; 
							border-right:  2px #430022 solid; }
				
.purple	{ background: #660033; font-family: Verdana; font-size: 10pt; color: white;
					border-bottom: 2px #210010 solid;
					border-top:    2px #430022 solid;
					border-left:   2px #210010 solid; 
					border-right:  2px #430022 solid; }

/************************ PURPLE BUMP ************************/			
.purplebump	{ font-family: Verdana; font-size: 10pt; color: white;
					border-bottom: 2px #210010 solid;
					border-top:    2px #430022 solid;
					border-left:   2px #210010 solid; 
					border-right:  2px #430022 solid;
					background-image: url('images/matchlayout/diag/purplebump.gif'); }

/************************* ORANGE **********************/	
.orange		{ background: orange; border-bottom-width: 2px; border-bottom-color: #FF5000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #FFA000; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #FF5000; 
			  border-left-style: solid; border-right-width: 2px; border-right-color: #FFA000; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: black; }
.orangeHEAD	{ background: orange; border-bottom-width: 2px; border-bottom-color: #FF5000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #FFA000; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #FF5000; 
			  border-left-style: solid; border-right-width: 2px; border-right-color: #FFA000; 
			  border-right-style: solid; font-family: Verdana; font-size: 12pt; color: black; }
.orangeTBL	{ background: orange; border-bottom-width: 2px; border-bottom-color: #FF5000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #FFA000; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #FF5000; 
			  border-left-style: solid; border-right: none; font-family: Verdana; font-size: 10pt; color: black; }
.orangeTBR	{ background: orange; border-bottom-width: 2px; border-bottom-color: #FF5000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #FFA000; 
			  border-top-style: solid; border-left: none; border-right-width: 2px; border-right-color: #FFA000; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: black; }
.orangeTLR	{ background: orange; border-bottom: none; border-top-width: 2px; border-top-color: #FF8000; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #FF5000; 
			  border-left-style: solid; border-right-width: 2px; border-right-color: #FF8000; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: black; }
.orangeTB	{ background: orange; border-bottom-width: 2px; border-bottom-color: #FF5000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #FFA000; 
			  border-top-style: solid; border-left: none; border-right: none; font-family: Verdana; font-size: 10pt; color: black; }

/************************* BROWN **********************/	
.brown		{ background: #663300; border-bottom-width: 2px; border-bottom-color: #500000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #A06400; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #500000; 
			  border-left-style: solid; border-right-width: 2px; border-right-color: #A06400; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: white; }
.brownNone	{ background: #663300; border: none; font-family: Verdana; font-size: 10pt; color: white; }
.brownTBL	{ background: #663300; border-bottom-width: 2px; border-bottom-color: #500000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #A06400; 
			  border-top-style: solid; border-left-width: 2px; border-left-color: #500000; 
			  border-left-style: solid; border-right: none; font-family: Verdana; font-size: 10pt; color: white; }
.brownTBR	{ background: #663300; border-bottom-width: 2px; border-bottom-color: #500000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #A06400; 
			  border-top-style: solid; border-left: none; border-right-width: 2px; border-right-color: #A06400; 
			  border-right-style: solid; font-family: Verdana; font-size: 10pt; color: white; }
.brownTB	{ background: #663300; border-bottom-width: 2px; border-bottom-color: #500000; 
			  border-bottom-style: solid; border-top-width: 2px; border-top-color: #A06400; 
			  border-top-style: solid; border-left: none; border-right: none; font-family: Verdana; font-size: 10pt; color: white; }
			  
/************************* YELLOW **********************/	
.yellow		{ background: yellow; font-family: Verdana; font-size: 10pt; color: black;
              border-bottom: 2px #505000 solid;
			  border-top:    2px #A0A000 solid; 
			  border-left:   2px #505000 solid;
			  border-right:  2px #A0A000 solid; }
			  
.yellowTBL	{ background: yellow; font-family: Verdana; font-size: 10pt; color: black;
              border-bottom: 2px #505000 solid;
			  border-top:    2px #A0A000 solid; 
			  border-left:   2px #505000 solid;
			  border-right:  none; }
			  
.yellowTB	{ background: yellow; font-family: Verdana; font-size: 10pt; color: black;
              border-bottom: 2px #505000 solid;
			  border-top:    2px #A0A000 solid; 
			  border-left:   none;
			  border-right:  none; }
			  
.yellowTBR	{ background: yellow; font-family: Verdana; font-size: 10pt; color: black;
              border-bottom: 2px #505000 solid;
			  border-top:    2px #A0A000 solid; 
			  border-left:   none;
			  border-right:  2px #A0A000 solid; }
			  
.yellowBLR  { background: yellow; font-family: Verdana; font-size: 10pt; color: black;
              border-bottom: 2px #505000 solid;
			  border-top:    none; 
			  border-left:   2px #505000 solid;
			  border-right:  2px #A0A000 solid; }

/************************* YELLOW BUMP **********************/	
.yellowbump	{ background-image: url(images/matchlayout/diag/yellowbump.gif); 
              border-bottom: 2px #505000 solid;
							border-top:    2px #A0A000 solid; 
							border-left:   2px #505000 solid;
							border-right:  2px #A0A000 solid;
							font-family: Verdana; font-size: 10pt; color: black; }

.yellowbumpTBL	{ background-image: url(images/matchlayout/diag/yellowbump.gif); 
              border-bottom: 2px #505000 solid;
							border-top:    2px #A0A000 solid; 
							border-left:   2px #505000 solid;
							border-right:  none;
							font-family: Verdana; font-size: 10pt; color: black; }

.yellowbumpTB	{ background-image: url(images/matchlayout/diag/yellowbump.gif); 
              border-bottom: 2px #505000 solid;
							border-top:    2px #A0A000 solid; 
							border-left:   none;
							border-right:  none;
							font-family: Verdana; font-size: 10pt; color: black; }

.yellowbumpTBR	{ background-image: url(images/matchlayout/diag/yellowbump.gif); 
              border-bottom: 2px #505000 solid;
							border-top:    2px #A0A000 solid; 
							border-left:   none;
							border-right:  2px #A0A000 solid;
							font-family: Verdana; font-size: 10pt; color: black; }

/************************* BLUE **********************/	
.blue		{ background: blue; font-family: Verdana; font-size: 10pt; color: white;
					border-bottom: 2px #000050 solid;
					border-top:    2px #0000A0 solid;
					border-left:   2px #000050 solid;
		      border-right:  2px #0000A0 solid; }
					
.blueTBL		{ background: blue; font-family: Verdana; font-size: 10pt; color: white;
							border-bottom: 2px #000050 solid;
							border-top:    2px #0000A0 solid;
							border-left:   2px #000050 solid;
							border-right:  none; }

.blueTB		{ background: blue; font-family: Verdana; font-size: 10pt; color: white;
						border-bottom: 2px #000050 solid;
						border-top:    2px #0000A0 solid;
						border-left:   none;
						border-right:  none; }
					
.blueTBR		{ background: blue; font-family: Verdana; font-size: 10pt; color: white;
					border-bottom: 2px #000050 solid;
					border-top:    2px #0000A0 solid;
					border-left:   none;
		      border-right:  2px #0000A0 solid; }
			  
.blueBLR	{ background: blue; font-family: Verdana; font-size: 10pt; color: white;
						border-bottom: 2px #000050 solid;
						border-top:    none;
						border-left:   2px #000050 solid;
						border-right:  2px #0000A0 solid; }
					
.blues	{ background: url(images/matchlayout/diag/blues.gif); font-family: Verdana; font-size: 10pt; color: white; width: 67px; }
			  
/************************* BLUE #2 **********************/	
.blue2		{ background: #000040; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #000015 solid;
			  border-top:    2px #00002A solid;
			  border-left:   2px #000015 solid; 
			  border-right:  2px #00002A solid; }
			  
.blue2HEAD	{ background: #000040; font-family: Verdana; font-size: 12pt; color: white;
			  border-bottom: 2px #000015 solid;
			  border-top:    2px #00002A solid;
			  border-left:   2px #000015 solid; 
			  border-right:  2px #00002A solid; }
			  
.blue2TBL	{ background: #000040; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #000015 solid;
			  border-top:    2px #00002A solid;
			  border-left:   2px #000015 solid; 
			  border-right:  none; }

.blue2TBR	{ background: #000040; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #000015 solid;
			  border-top:    2px #00002A solid;
			  border-left:   none; 
			  border-right:  2px #00002A solid; }

.blue2TB	{ background: #000040; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #000015 solid;
			  border-top:    2px #00002A solid;
			  border-left:   none; 
			  border-right:  none; }
			  
.blue2s	{ background: url(images/matchlayout/diag/blue2s.gif); font-family: Verdana; font-size: 10pt; color: white; }

/************************* WHITE **********************/	
.white		{ background: white; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #646464 solid;
			  border-top:    2px #c8c8c8 solid; 
			  border-left:   2px #646464 solid;
			  border-right:  2px #c8c8c8 solid; }

.whiteTBL	{ background: white; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #646464 solid;
			  border-top:    2px #c8c8c8 solid; 
			  border-left:   2px #646464 solid;
			  border-right:  none; }

.whiteTBR	{ background: white; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #646464 solid;
			  border-top:    2px #c8c8c8 solid; 
			  border-left:   none;
			  border-right:  2px #c8c8c8 solid; }

.whiteTB	{ background: white; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #646464 solid;
			  border-top:    2px #c8c8c8 solid; 
			  border-left:   none;
			  border-right:  none; }

.whiteTLR	{ background: white; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: none;
			  border-top:    2px #c8c8c8 solid; 
			  border-left:   2px #646464 solid;
			  border-right:  2px #c8c8c8 solid; }

.whiteBLR	{ background: white; font-family: Verdana; font-size: 10pt; color: black;
			  border-bottom: 2px #646464 solid;
			  border-top:    none; 
			  border-left:   2px #646464 solid;
			  border-right:  2px #c8c8c8 solid; }

.whiteSM	{ background: white; font-family: Verdana; font-size: 1px; color: black;
			  border-bottom: 2px #646464 solid;
			  border-top:    2px #c8c8c8 solid; 
			  border-left:   2px #646464 solid;
			  border-right:  2px #c8c8c8 solid; }

/************************* TURQUOISE **********************/			  
.turq   	{ background: #006F6F; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002525 solid;
			  border-top:    2px #004A4A solid;
			  border-left:   2px #002525 solid; 
			  border-right:  2px #004A4A solid; }

.turqTB   	{ background: #006F6F; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002525 solid;
			  border-top:    2px #004A4A solid;
			  border-left:   none; 
			  border-right:  none; }

.turqBLR    { background: #006F6F; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002525 solid;
			  border-top:    none;
			  border-left:   2px #002525 solid; 
			  border-right:  2px #004A4A solid; }
			  
.turqHEAD  	{ background: #006F6F; font-family: Verdana; font-size: 12pt; color: white;
			  border-bottom: 2px #002525 solid;
			  border-top:    2px #004A4A solid;
			  border-left:   2px #002525 solid; 
			  border-right:  2px #004A4A solid; }
			  
/************************* TURQUOISE #2 **********************/			  
.turq2   	{ background: #00FFFF; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002525 solid;
			  border-top:    2px #004A4A solid;
			  border-left:   2px #002525 solid; 
			  border-right:  2px #004A4A solid; }

.turq2TB   	{ background: #00FFFF; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #002525 solid;
			  border-top:    2px #004A4A solid;
			  border-left:   none; 
			  border-right:  none; }

.turq2BLR    { background: #00FFFF; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #005555 solid;
			  border-top:    none;
			  border-left:   2px #005555 solid; 
			  border-right:  2px #00AAAA solid; }

/************************** MAROON ****************************/				
.maroonTBR	{ background: #660000; font-family: Verdana; font-size: 10pt; color: white;
				border-bottom: 2px #500000 solid; 
				border-top: 	 2px #A00000 solid; 
				border-left:	 none; 
				border-right:  2px #A00000 solid; }
				
/************************* BLACK ***************************/		
.blackHEAD	{ background: #000000; font-family: Verdana; font-size: 12pt; color: white;
			  border-bottom: 2px #282828 solid;
			  border-top:    2px #505050 solid; 
			  border-left:   2px #282828 solid; 
			  border-right:  2px #505050 solid; }

.black		{ background: #000000; font-family: Verdana; font-size: 10pt; color: white;
			  border-bottom: 2px #282828 solid;
			  border-top:    2px #505050 solid; 
			  border-left:   2px #282828 solid; 
			  border-right:  2px #505050 solid; }

/************************* TRANSPARENT **********************/
.transSM	{ font-family: Verdana; font-size: 1px; color: black; height: 1px; }


/************************* LINKS **********************/	
a.teamlink {
	color:white;
	text-decoration:none;
}
a.teamlink:hover {
	text-decoration:underline;
}
a.teamlinkblack {
	color:black;
	text-decoration:none;
}
a.teamlinkblack:hover {
	text-decoration:underline;
}
a.teamlink2 {
	color:white;
	text-decoration:none;
}
a.teamlink2:hover {
	font-weight:bold;
}