.Item
	{ /*header of normal accordion news item*/
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
	white-space: pre;
	}

.ItemRed
	{ /*header of normal accordion news item*/
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
	white-space: pre;
    color: red;
	}

.openItem
	{ /*class added to contents of normal accordion news items when they are open*/
	color: blue;
	background: url(../images3/bg.gif);
	}

.MatchReport
	{ /*header of accordion Match Report*/
	font-size: 8pt;
	color:blue;
	font-style:bold;	 
	font-family: tahoma;
    text-align: left;
	cursor: hand;
	cursor: pointer;
	padding: 2px 45px;
	border: 1px solid gray;
	background: #E1E1E1;
	white-space: pre;
	}

.openMatchReport
	{ /*class added to contents of normal accordion Match Report items when they are open*/
	color: blue;
	background: url(../images3/bg.gif);
	}

.SubItem
	{ /*header of accordion Match Report*/
	font-size: 8pt;
	color:blue;
	font-style:bold;	 
	font-family: tahoma;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding: 2px 45px;
	border: 1px solid gray;
	background: #E1E1E1;
	white-space: pre;
	}

.openSubItem
	{ /*class added to contents of normal accordion Match Report items when they are open*/
	color: blue;
	background: url(../images3/bg.gif);
	}

.Sub3Item
	{ /*header of accordion Match Report*/
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding: 2px 90px;
	border: 1px solid gray;
	background: #E1E1E1;
	white-space: pre;
	}

.openSub3Item
	{ /*class added to contents of normal accordion Match Report items when they are open*/
	color: blue;
	background: url(../images3/bg.gif);
	}

.SeniorSubItem
	{ /*header of accordion Match Report*/
	font-size: 8pt;
	color:blue;
	font-style:bold;	 
	font-family: tahoma;
    text-align: left;
	cursor: hand;
	cursor: pointer;
	padding: 2px 45px;
	border: 1px solid gray;
	background: #E1E1E1;
	white-space: pre;
	}

.openSeniorSubItem
	{ /*class added to contents of normal accordion Match Report items when they are open*/
	color: blue;
	background: url(../images3/bg.gif);
	}

.SubItem
	{ /*header of accordion Match Report*/
	font-size: 8pt;
	color:blue;
	font-style:bold;	 
	font-family: tahoma;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding: 2px 45px;
	border: 1px solid gray;
	background: #E1E1E1;
	white-space: pre;
	}

.openSubItem
	{ /*class added to contents of normal accordion Match Report items when they are open*/
	color: blue;
	background: url(../images3/bg.gif);
	}

.Sub3Item
	{ /*header of accordion Match Report*/
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding: 2px 90px;
	border: 1px solid gray;
	background: #E1E1E1;
	white-space: pre;
	}

.openSub3Item
	{ /*class added to contents of normal accordion Match Report items when they are open*/
	color: blue;
	background: url(../images3/bg.gif);
	}

.red
   {
   color:red;	  
   }	
.blue
   {
   color:blue;	  
   }	
.green
   {
   color:green;	  
   }	
.white
   {
   color:silver;	  
   }	

/* Body */
body
	{
	background:url(../images3/bg.gif);
 	font-family: Verdana, tahoma, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	background-color: white;
	color: black;
	margin: 5;
	}

/* Header 1 */
h1 
	{
	font-size: 14pt;
	color:black;
	font-style:bold;	 
	font-family: tahoma;
	}
h1.red
	{
	font-size: 14pt;
	color:red;
	font-style:bold;	 
	font-family: tahoma;
	}
h1.fancy
	{
	font-size: 18pt;
	color:#ff0000;
	font-style:bold;	 
	font-family: verdana;
	}

h1.cool
	{
	font-size: 12pt;
	color:#680000;
	font-style:bold;	 
	font-family: arial;
	}

h1.shadow {
	text-shadow: #666666 5px 5px 5px;
}		 

h1.shadow {
	height: 2em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
}

/* Header 2 */
h2 
	{
    font-size: 12pt;
	color:blue;
	font-style:bold;	 
	font-family: tahoma;
	}
h2.red
	{
	font-size: 12pt;
	color:red;
	font-style:bold;	 
	font-family: tahoma;
	}
h2.fancy
	{
	font-size: 12pt;
	color:#3399ff;
	font-style:bold;	 
	font-family: verdana;
	}

/* Header 3 */
h3 
	{
	font-size: 10pt;
	color:black;
	font-style:bold;	 
	font-family: tahoma;
	}
h3.red 
	{
	font-size: 10pt;
	color:red;
	font-style:bold;	 
	font-family: tahoma;
	}
	
h3.blue 
	{
	font-size: 10pt;
	color:blue;
	font-style:bold;	 
	font-family: tahoma;
	}
	
/* Header 4 */
h4 
	{
	margin-top: 2;
    font-size: 9pt;
	color:black;
	font-style:bold;	 
	font-family: tahoma;
	}
h4.red
	{
	font-size: 9pt;
	color:red;
	font-style:bold;	 
	font-family: tahoma;
	}
h4.blue
	{
	font-size: 9pt;
	color:blue;
	font-style:bold;	 
	font-family: tahoma;
	}

/* Paragraph */
p
   {
   color:black;	  
   font-family: tahoma;	
   font-size:9pt;
   }		
              
p.scrolltext
   {
   font-family: tahoma;	
   font-size:10pt;
   }		

p.h4
	{
    margin-top: 2;
    }   
   
/* headings */
p.head
   {
   color:black;	  
   font-family:tahoma;
   font-size:11pt;
   font-weight:bold;	 
   padding: 0px;
   margin: 0px;
   border-width: 0px;
   }	

p.big
   {
   color:black;	  
   font-family:tahoma;
   font-size:22pt;
   font-weight:bold;	 
   padding: 0px;
   margin: 0px;
   border-width: 0px;
   }	

p.hint
   {
   color:black;	  
   font-family:tahoma;
   font-size:8pt;
   }	

p.updated
   {
   color:black;	  
   font-family:tahoma;
   font-size:7pt;
   }	

p.red
   {
   color:red;	  
   font-family:tahoma;
   font-size:9pt;
   }	

/* captions */
p.caption
   {
   color:red;	  
   font-family:tahoma;
   font-size:9pt;
   font-style: bold;
   }	

/* List */
li
   {
   color:black;	  
   font-family: tahoma;	
   font-size:9pt;
   }

									  
									  
/* Tables */
table
	{
	background-color:#ffffff;
	}

table.top
	{
	vertical-align:top;
	}

table.tight
	{
	background:url(../images3/bg.gif);
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	}
           
table.small
	{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	border-width:0px;                       
  	font-family:tahoma;
    font-size:8pt;
	}

table.menu
	{
	background:url(../images3/bg.gif);
 	font-family: Verdana, tahoma, sans-serif;
	background-repeat: repeat-x;
	background-color: white;
	color: black;
	margin: 5;
	}
   
/* Table header */					  
th
   {
   color:white;	  
   font-family: tahoma;	
   font-size:9pt;	  
   background-color:Blue;   
   }
	

/* Table row */
tr
   {
   color:black;	  
   font-family: tahoma;	
   font-size:9pt;
   text-align:center;
   }

tr.alt
   {
   color:black;	  
   font-family: tahoma;	
   font-size:9pt;
   text-align:center;
   background-color:Lavender;
   }		
   
/* Table element */
td
   {
   color:black;	  
   font-family: tahoma;	
   font-size:9pt;
   }
   
td.small
   {
   color:black;	  
   font-family: tahoma;	
   font-size:8pt;
   }

td.sbold
	{
   color:black;	  
   font-weight: bold;
   font-family: tahoma;	
   font-size:8pt;
	}

td.large
   {
   color:black;	  
   font-family: tahoma;	
   font-size:11pt;
   }

td.larger
	{
   color:black;	  
   font-weight: bold;
   font-family: tahoma;	
   font-size:12pt;
	}

td.alt
   {
   color:black;	  
   font-family: tahoma;	
   font-size:9pt;
   background-color:Lavender;
   }
			 
td.smallheader
   {
   color:white;	  
   font-family: tahoma;	
   font-size:9pt;
   background-color:blue;
   }
   
td.red
   {
   color:red;	  
   font-family: tahoma;	
   font-size:9pt;
   }

td.blue
   {
   color:blue;	  
   font-family: tahoma;	
   font-size:9pt;
   }

td.green
   {
   color:green;	  
   font-family: tahoma;	
   font-size:9pt;
   }
   
td.white
   {
   color:gray;	  
   font-family: tahoma;	
   font-size:9pt;
   }

td.altred
   {
   color:red;	  
   font-family: tahoma;	
   font-size:9pt;
   text-align:center;
   background-color:Lavender;
   }

td.altblue
   {
   color:blue;	  
   font-family: tahoma;	
   font-size:9pt;
   text-align:center;
   background-color:Lavender;
   }

td.altgreen
   {
   color:green;	  
   font-family: tahoma;	
   font-size:9pt;
   text-align:center;
   background-color:Lavender;
   }

td.altwhite
   {
   color:silver;	  
   font-family: tahoma;	
   font-size:9pt;
   text-align:center;
   background-color:Lavender;
   }	   
   
td.verticalline
	{
	background: url(../images3/greydot.jpg);
	background-repeat: repeat-y;
	}	

/* sponsor */
.sponsor
   {
   color:blue;	  
   font-family:tahoma;
   font-size:8pt;
   }	 
/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

.nav {
	font-weight: bold;
	font-size: 26px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: purple
}

a:visited {
	text-decoration: underline;
	color: blue
}

a:hover {
	text-decoration: underline;
    font-weight:bold;
	color: #009900
}

a:link {
	text-decoration: underline;
	color: red
}

#imageinfo {
	visibility: hidden;
}

/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #FFFFFF;
	background-image: url(office_xp_menu_left.png);
	background-repeat: repeat-y;
	border: 1px solid #8A867A;
	cursor: default;
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 2px;
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(office_xp_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(office_xp_arrow_o.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenusep {
	padding-left: 28px;
}

.jsdomenusep hr {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #ECE9D8;
	background-image: url(office_xp_divider.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px outset;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #EFEDDE;
	border: none;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #EFEDDE;
	border: 1px solid #8A867A;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

/* counters */
span.counter
   {
   color:#111155;	  
   background: #eaeaf5; 
   border-top: 2px solid #9c9cc6; 
   border-right: 2px solid #525388; 
   border-bottom: 2px solid #525388; 
   border-left: 2px solid #9c9cc6; 
   padding: 6px 4px; 
   margin: 0; 
   text-align: center; 
   white-space: nowrap;
   font-family:georgia;
   font-size:18pt;
   font-style: bold;
   }

