table.mainFrame {
	border-style:solid;
	border-width:0;
	border-color:black;
}

tr.mainFrameHdr {
	font-size:30pt;
	font-family:arial;
	text-align:center;
	background-position:right center;
	color:#FFFFFF;
	background-image:url(images/tw_bg_dark.png);
}

td.mainFrameTD {
	font-size:30pt;
	font-family:arial;
	background-position:left center;
	color:#FFFFFF;
	background-image:url(images/tw_bg_dark.png);
	text-align:center;
}

table.leftMenu {
	width:100%;
	font-family:arial;
	font-size:8pt;
	text-align:center;
	color:white;
	border-width:0;
}

body {
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	font-size:12pt;
	font-family:arial;
	background-position:left top;
}

div.loading {
	background-color:white;
	font-size:16pt;
	font-family:arial;
	color:blue;
}

div.pageBreak {
	height:1px;
	page-break-after:always;
}

td.leftMenuItem {
	cursor:pointer;
	cursor:hand;
	color:#000080;
	padding:1;
}

td.leftMenuHdr {
	color:#000080;
	font-weight:bold;
	font-size:9pt;
	padding:1;
	border-top:1px #000080 solid;
	border-bottom:1px #000080 solid;
}

td.clickable {
	cursor:pointer;
	cursor:hand;
}

div.displayFrame {
	text-align:center;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}

table {
	font-family:arial;
	font-size:10pt;	
}

table.displayTable {
	background-color:silver;
}

tr.displayHdr {
	text-align:center;
	background-color:blue;
	color:white;
	font-size:12pt;
	padding:2px;
}

tr.displayButtons {
	text-align:center;
}

tr.hdr1 {
	text-align:center;
	font-size:18pt;
	color:#000080;
	padding:2px;
}

tr.hdr2 {
	text-align:center;
	font-size:14pt;
	color:#888888;
	padding:2px;
}

tr.subHdr {
	text-align:center;
	background-color:blue;
	color:white;
	font-size:12pt;
	padding:2px;
}

tr.colHdr {
	color:#000080;
	font-weight:bold;
}

tr.oddRow {
}

tr.evenRow {
	background-color:#CFCFFF;
}

tr.evenRow textarea {
	background-color:#CFCFFF;
}

tr.codes {
	font-family:courier;
	font-size:10pt;
	text-align:center;
}

tr.orange {
	background-color:orange;
}

tr.yellow {
	background-color:yellow;
}

tr.topLinks {
	font-size:12pt;
	color:black;
	text-align:center;
}

a {
	color:blue;
}

a.topLink {
	color:red;
}

a.deleteLink {
	color:red;
	background-color:white;
}

a.plain {
	color: blue;
	text-decoration: none;
}

a.plain8 {
	color: blue;
	text-decoration: none;
	font-size: 8pt;
}

a.plain8:hover {
	color: black;	
}

a.plain10 {
	color: blue;
	text-decoration: none;
	font-size: 10pt;
}

a.plain10:hover {
	color: black;	
}

a.plain12 {
	color: blue;
	text-decoration: none;
	font-size: 12pt;
}

a.plain12:hover {
	color: black;	
}

a.plain14 {
	color: blue;
	text-decoration: none;
	font-size: 14pt;
}

a.plain14:hover {
	color: black;	
}

td.t {
	border-top: 1px #000000 solid;
}

td.r {
	border-right: 1px #000000 solid;
}

td.b {
	border-bottom: 1px #000000 solid;
}

td.l {
	border-left: 1px #000000 solid;
}

td.tr {
	border-top: 	1px #000000 solid;
	border-right: 1px #000000 solid;
}

td.tb {
	border-top: 	1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

td.tl {
	border-top: 	1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.rb {
	border-right: 	1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

td.rl {
	border-right: 	1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.bl {
	border-bottom: 	1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.rbl {
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.tbl {
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.trl {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.trb {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

td.trbl {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.redBox {
	border-top: 1px #FF0000 solid;
	border-right: 1px #FF0000 solid;
	border-bottom: 1px #FF0000 solid;
	border-left: 1px #FF0000 solid;
}

a.tournamentInGroup {
	font-size:16pt;
	color:#FFFFFF;
}

.changed {  
	color: #000000; 
	background-color: #FFFFFF;
	font-family:arial;
}

.unchanged {  
	color: #888888; 
	background-color: #FFFFFF;
	font-family:arial;
}

.focus  { 
	color: #000000; 
	background-color:#FFFF66;
	font-family:arial;
}

div.focusDiv {
	 visibility:hidden;
	 position:absolute;
	 z-index:500;
}

table.focusTable {
	border:1px #000000 solid;
	background-color:#000080;
	color:white;
	font-size:10pt;
}

td.bubbleTL {
	background-image:url(images/black_circle.png);
	background-position:top left;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
}

td.bubbleTM {
	width:160;
	font-weight:bold;
	background-color:black;
	text-align:center;
	color:white;
}

td.bubbleTR {
	background-image:url(images/black_circle.png);
	background-position:top right;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}

td.bubbleMM {
	text-align:center;
	background-color:#DDDDDD;
	font-size:8pt;
}

td.bubbleBL {
	background-image:url(images/black_circle.png);
	background-position:bottom left;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
}

td.bubbleBM {
	background-color:black;
	text-align:center;
	color:white;
}

td.bubbleBR {
	background-image:url(images/black_circle.png);
	background-position:bottom right;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
}