/* Default CSS Stylesheet for a new Web Application project */

html, body 
{
	margin: 0; 
	padding: 0;
	color: #000; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	background: #000033;
}
H1	{	
	padding: 5em 1em 2px 100px; 
	margin: 0; 
	border-bottom: 5px solid #0099FF;
	color: #FFF; 
	background: #000033 url(../images/header_duo.jpg) 0 50% no-repeat;
	font-family:Arial, Helvetica, Verdana, sans-serif; 
	font-size:16px;
	}	
		
H2	
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:	16pt;
	font-weight:	700;
	color: Navy;
	}	
		
H3	{	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:	14pt;
	font-weight: 700;
	color: Navy;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
TD
{
	line-height: normal;
	letter-spacing: normal;
}
A
{
	color:	#3333cc;	
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
/* --------------------------------------------------------- 
	New  Style Info Starts from here 
*/
#cssHeading1Table
{
	border-bottom: navy 2pt solid;
	margin-bottom: 20px;
}
.cssHeading1Text 
{
	font-size: 14pt;
	color: Purple;
	font-weight: bold;
}
.cssHeading1SubText
{
	color: Purple;	
	font-size: 12pt;
	font-weight: bold;
}
.cssSubHeading
{
	font-weight: bold;
	font-size: 12pt;
	float: none;
	color: Purple;
	line-height: 24pt;
}
.cssLadderTop
{
	font-weight: bold;
	font-size: 10pt;
	color: floralwhite;
	background-color: navy;
}
.cssLadderBox
{
	BORDER-RIGHT: 1px solid Navy; 
	BORDER-TOP: 1px solid Navy; 
	WIDTH: 150px; 
	BORDER-BOTTOM: 1px solid Navy; 
	POSITION: relative;
}
.cssLadderPersonLink
{
	font-size: 8pt;
}
.cssLadderPersonBackground
{
	background-color: lavender;
}
.cssLadderIslandLink
{
	font-size: 8pt;	
}
.cssLadderIslandBackground
{
	background-color: cornsilk;
}
/* link LadderDetailText but used when it is a link, e.g. person's name in walkover */
.cssLadderDetailLink
{
	font-size: 7pt;
}
/* text of ladder detail (e.g. set scores) */
.cssLadderDetailText
{
	font-size: 7pt;
}
/* bit in middle of ladder with score */
.cssLadderDetailBackground
{
	
}
/* used on hr tags */
.cssSeperator 
{
	border-bottom: black thin solid;
}
/* used with cssMatchTableAlt to change styles when results grouped together  */
.cssMatchTable
{
	background-color: lavender;
	border-bottom: black thin solid;
}
.cssMatchTableAlt
{
	background-color: cornsilk;
	border-bottom: black thin solid;
}
/* the outer table containing multiple 1 column rows that contain tables with styles of the 2 above 
	no bottom border as each match puts a bottom border on
*/
.cssMatchOuterTable
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
}
.cssMatchScore
{
	color: red;
	font-size: 12pt;
	font-weight: bold;
}
.cssMatchScoreSmall
{
	color: red;
	font-size: 10pt;
	font-weight: bold;
}
/* use when displaying a match on it's own */
.cssMatchTableSolo
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: lavender;
}
.cssTopBottomBorder
{
	border-top: black thin solid;
	border-bottom: black thin solid;
}
.cssTopBorder
{
	border-top: black thin solid;	
}
.cssStandardText
{
	font-size: 8pt;
}
.cssMediumText
{
	font-size: 10pt;
	font-weight: bolder;
}
.cssStandardLabel
{
	font-weight: bolder;
	font-size: 8pt;
	color: purple;
}
.cssStandardLabelUnderlined
{
	font-weight: bolder;
	font-size: 8pt;
	color: purple;
	text-decoration: underline;
}
.cssMediumLabel
{
	font-weight: bolder;
	font-size: 10pt;
	color: purple;
}
.cssErrorText
{
	font-weight: bolder;
	font-size: 10pt;
	color: red;
	
}
.cssStandardLink
{
	font-size: 8pt;
}
.cssMediumLink
{
	font-size: 10pt;
}
.cssCompetitorLink
{
	font-size: 8pt;
}
.cssCompetitorLinkLarge
{
	font-size: 14pt;
}
.cssIslandLink
{
	font-size: 8pt;
}
.cssCompetitorLinkLarge
{
	font-size: 12pt;
	font-weight: bold;
}
.cssVenueLink
{
	font-size: 8pt;
}
.cssLargeLabel
{
	font-weight: bold;
	font-size: 12pt;
	color: purple;
}
.cssLargeText
{
	font-size: 12pt;
	font-weight: bold;
}
/* alternative backgrounds used in sailing/sailboarding to indicate race is under dispute */
.cssDataGridHeaderDisputed 
{
	color: Red;
}
.cssDataGridFooterDisputed 
{
	color: Red;
}
.cssDataGridItemDisputed 
{
	
}
.cssDataGridDiscardedRace
{
	color: red;
	text-decoration: line-through;
}
.cssDataGrid
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.cssDataGrid td
{
	font-size: 8pt;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
}
.cssDataGrid img
{
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 2px;	
}
.cssDataGrid_M
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.cssDataGrid_M td
{
	font-size: 8pt;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}
.cssDataGridInner
{
	border-collapse: collapse;
}
.cssDataGridHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: floralwhite;
	background: Navy;
	white-space: nowrap;
}
.cssDataGridHeader a
{
	color: floralwhite;
	text-decoration: underline;
	padding-bottom: 4px;
	font-size: 10pt;
}
.cssDataGridHeader a:visited
{
	color: floralwhite;
	text-decoration: underline;
}
.cssDataGridHeader a:hover
{
	color: yellow;
	text-decoration: underline;
}
.cssDataGridItem
{
	background-color: lavender;
	font-size: 8pt;
}
.cssDataGridAlternatingItem
{
	font-size: 8pt;
	background-color: ghostwhite;
}
/* the cutoff items are used in datagrid for sports such as Archery 720 to denote the cut-off point of the qualifiers */
.cssDataGridItemCutOff td
{
	border-top: black thin dashed;
}

.cssDataGridAlternatingItemCutOff td
{
	border-top: black thin dashed;
}
/* one below is needed for when team members are shown so that it doesn't display a dashed line above each name */
.cssDataGridAlternatingItemCutOff td td
{
	border: 0px;
}
.cssDataGridItemCutOff td td
{
	border: 0px;
}
.cssPageLeftSide
{
	width: 109px;
	vertical-align: top;
}
.cssPageRightSide
{
	width: 130px;
}
.cassPageFooter
{
	
}
.cssPageBody
{
	padding-right: 10px;
	padding-left: 10px;
	width: 490px;
}
.cssPageBodyNRHS
{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;

}
.cssDisplayTable
{
	border-right: black thin solid;
	border-top: black thin solid;
	margin-bottom: 15px;
	border-left: black thin solid;
	width: 100%;
	border-bottom: black thin solid;
}
.cssRJILink
{
	font-size: 8pt;
}
.cssPageHeader
{
	
}
.cssPageHeaderTable
{
	background-color: Navy;	
	margin-bottom: 10px;
}
.cssPageHeaderTitle
{
	font-weight: bold;
	font-size: 16pt;
	color: white;
	vertical-align: top;
	padding-left: 8px;
}
.cssPageHeaderLogo
{
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
	margin-bottom: 6px;
}
.cssPageHeaderMenu
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0px;
	color: white;
	text-align: left;
	display: block;
	margin-bottom: 0px;
}
.cssPageHeaderMenu li
{
	padding-right: 4px;
	display: inline;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 8px;
}
.cssPageHeaderMenu a
{
	color: white;
	text-decoration: none;
}
.cssPageHeaderMenu :visited
{
	color: White;
}
.cssPageHeaderMenu :hover
{
	color: Yellow;
}
.cssPageHeaderMenu :active
{
	color: Red;	
}
.cssMainTable
{
		
}
.cssCompetitorPhoto
{
	border: black 1px solid;	
}
.cssHomePageSectionTitle
{
	padding-left: 10px;
	display: block; 
	text-align: left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: white; 
	background-image: url(../images/menu_corner_white.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}
/*
Monrad css Stuff
*/
.cssMonradMatch
{
	margin-bottom: 4px;
	margin-right: 2px;
	width: 220px;
	height: 60px;
}
.cssMonradKeyTable
{
	border: black 1px solid;
	font-size: 8pt;
	width: 220px;
}
.cssMonradBlankOuter
{
	height: 60px;	
	margin-bottom: 4px;
}
.cssMonradBlankInner
{
	margin-right: 2px;
}
.cssMLCT
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	border-left: black 1px solid;
	background-color: snow;
	width: 25px;
}
.cssMLCB
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	border-left: black 1px solid;
	border-top: black 1px dashed;
	background-color: snow;
}
.cssMCCT
{
	border-top: black 1px solid;
	padding-left: 2px;
	font-size: 8pt;
	background: lavender;
	white-space: nowrap;
	width: 125px;
}
.cssMCCB
{
	clear: none;
	border-top: black 1px dashed;
	padding-left: 2px;
	font-size: 8pt;
	background: cornsilk;
	border-bottom: black 1px solid;
	white-space: nowrap;
	width: 125px;
}
.cssM2CCT
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-size: 12px;
	border-left: black 1px solid;
	font-weight: bold;
	color: Blue;
	background-color: snow;
	width: 25px;
}
.cssM2CCB
{
	border-top: black 1px dashed;
	border-right: black 1px solid;
	border-left: black 1px solid;
	font-size: 12px;
	border-bottom: black 1px solid;
	padding-left: 2px;	
	padding-right: 2px;
	font-weight: bold;
	color: Blue;
	background-color: snow;
}
.cssMRCT
{
	border-right: black 1px solid;
	font-size: 12px;
	border-top: black 1px solid;	
	padding-left: 2px;
	font-weight: bold;
	color: Red;
	background-color: snow;
	width: 25px;
}
.cssMRCB
{
	border-top: black 1px dashed;
	border-right: black 1px solid;
	font-size: 12px;
	border-bottom: black 1px solid;
	padding-left: 2px;	
	padding-right: 2px;
	font-weight: bold;
	color: Red;
	background-color: snow;
}
.cssBreadCrumbs 
{
	border-bottom: dashed 1pt navy;
}
.cssBreadCrumbs td
{
	font-size: 8pt;
	padding-right: 4px;
	vertical-align: middle;
	white-space: nowrap;
}
/* start of new css for new design */
#sidebar
{ 
	vertical-align:top; 
	width: 140px;
	padding-right: 5px;
	color: white;
	font-size: 8pt;
}
#menu
{ 
	vertical-align:top;
}
#menu a
{ 
	padding: 0 10px 0 20px; 
	display: block; 
	border-top: 2px solid #000033; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: white; 
	list-style: none; 
	text-decoration: none; 
	background: url(../images/menu_corner.gif) 100% 0% no-repeat;
}
#menu a:hover
{
	color: Yellow;	
}
#medals 
{ 
	margin-top:10px; 
	background-color:FFFFFF; 
	vertical-align:top;
	width: 100%;
}
#medals td 
{ 
	border-bottom:1px solid #000033; 
	padding-left: 10px; 
	background: white; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000066;
}
#medals th
{ 
	padding-left: 10px;
	display: block; 
	border-top: 5px solid #000033; 
	text-align: left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: white; 
	background: #0099FF url(../images/menu_corner.gif) 100% 0% no-repeat;
}
#mainContent 
{ 
	padding: 10px; 
	vertical-align:top; 
	border-top: 2px solid #000033; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: #000033; 
	text-decoration: none; 
	background: #FFFFFF; 
	width: 600px;
	padding-bottom: 50px;
}
#sidebarRight 
{ 
	vertical-align: top; 
	background: #000033 url(../images/nat_bg.gif);
}

.SportsTitle 
{
	padding:10 0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: large; 
	color: #CC0033; 
	font-weight: bold;
}
.date 
{
	font-size:10px; 
	color: #000033;
}
#pageFooter
{
	background: #FFFFFF; 
	margin-bottom: 15px;
}
#HomePageTitle
{
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:	700;
	color: Navy;
	text-align: center;
}
#HomePageTitle h2
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size:	12pt;
	
	
}
#HomePageTitle h3
{
	padding-top: 0px;
	margin-top: 0px;
	font-size:	10pt;
	margin-bottom: 10px;
}
.cssLatestNews
{
	border: 1px black solid;	
	margin-top: 4px;
	padding-left: 10px;
}
.cssNewsStory
{
	border-bottom: dashed 1px black;	
	margin-bottom: 10px;
}
.cssOtherNews
{
	border: 0px;
	margin-top: 5px;
}
.cssOtherNews td
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	padding-right: 15px;
	border: 0px;
	border-right: solid 1px white;
	border-left: solid 1px white;
}
.cssBirthdaysTable
{
	margin-top:		5px;
	border: solid 1px black;	
	margin-bottom: 10px;
}
.cssHomePageGrid
{
	border: solid 1px black;	
	margin-bottom: 10px;
}
.cssHomePageGrid td
{
	font-size: 8pt;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	border-bottom: solid 1px black;
}
.cssMedalImage
{
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 2px;	
}
.cssImg
{
	margin: 0px;
	padding: 0px;	
}