/* CSS Document */

body
{
	font-family : sans-serif;
}

html, body
{	
	width: 100%;	/* make the body expand to fill the visible window */
	height: 100%;
	overflow: auto;	/* erase window level scrollbars */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.dojoTabPaneWrapper
{
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
	
.linkBox
{
	height: 95%;
	width: 95%;
	left: 2%;
	top: 2%;
	position: relative;
	/* overflow: auto;	/* erase window level scrollbars */
}
			
.dojoDialog
{
	background : white;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
	text-align: center;
}

.StandardTabPage
{
	width: 97%;
	height: 100%;
}

.StandardTabContainer
{
	width: 98%;
	height: 100%
}

.FeatureLeft
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.FeatureRight
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}

.FeatureReset
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 80%;
}

.FeatureCenter
{
	padding: 0px 0px 0px 0px;
	font-family: "Copperplate Gothic Bold";
	font-size: 40px;
	text-align: center;
}

.FeatureCenterSmall
{
	padding: 0px 0px 0px 0px;
	font-family: "Copperplate Gothic Bold";
	font-size: 18px;
	text-align: center;
}
	
.SiteStandard
{
	font-family: "Comic Sans MS", "Copperplate Gothic Bold";
	font-size: 18px;
}

.styHeading
{
	font-family: "Comic Sans MS", "Copperplate Gothic Bold";
	font-size: xx-large;
}

.styNormal
{
	font-family: "Comic Sans MS", "Copperplate Gothic Bold";
	font-size: 18px;
}

.LinkStyle1
{
	color: #FF0000;
}

.HomeStyle1
{
	color: #CC9966;
	font-family: "Trebuchet MS";
}

.ClubNewsStyle2
{
	color: #CC9933;
	font-size: large;
}

.ClubNewsStyleGray
{
	font-family: "Comic Sans MS", "Copperplate Gothic Bold";
	font-size: 18px;
	color: #999999;
}

.ClubNewsStyle4
{	
	font-family: "Trebuchet MS";
}

.ClubNewsStyle5
{	
	color: #0000FF;
	font-family: "Trebuchet MS";
}

.ConductStyle1 {
	font-size: 160%;
	color: #9933FF;
}


.TenentStyle1 {
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
.TenentStyle2 {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}

.TenentStyle3
{
	color: #FF00FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}

.TenentStyle4
 {
	color: #669933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}

.TenentStyle5
{
	color: #FF9966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}

.RevisionStyle1
{
	color: #0033FF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.RevisionStyle2
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}}

.SparringStyle2
{
	color: #0000FF
}

.SparringStyle3
{
	color: #FF0000
}

.SparringStyle4
{
	color: #990099
}
