/*	Styles for Registration pages */

/*	Banner control styles */
.MainTitle
{
	font-weight: bold;
	font-size: large;
	padding: 2px;
	color: White;
	background-color:black;
	text-align: center;
}
.SubTitle
{
	font-weight: bold;
	font-size: medium;
	padding: 2px;
	text-align: center;
}
.SubTitle2
{
	font-weight: bold;
	font-size: medium;
	padding: 2px;
	text-align: center;
}
.ScreenName
{
	font-weight:normal;
	font-size: smaller;
	text-align: left;
	color:Gray
}
.BannerImage
{
	background-color: rgb(136, 154, 168);
	text-align:left;
}
/*	End of banner control styles */

/*	The no display class is used to
	hide elements. With the display
	attribute set to 'none' - an element
	is not only invisible, but it takes up
	no space on the page
*/
	
.NoDisplay
{
	display:none;
}


/*	Main Panel. After the banner control,
	all the controls of each page should be
	within a panel control of this class
*/
#pnlMain
{
	padding: 10px;
}

.FillWidth
{
	width: 100%;
}

/*	General styles */
body
{
    font-family: Arial, Times New Roman, sans-serif;
    text-align: center;
    background-color: rgb(230,236,238);
}

table
{
    font-family: Arial, Times New Roman, sans-serif;
}

.RegLabels
{
	text-align:right;
}

.RegBoldTextR
{
	text-align:right;
	font-weight:bold;
}

.MainLabels 
{
	text-align:right;
}

.RegAdminTable
{
	font-size:0.9em;
}

.RegAdminTableHeader
{
	font-weight: bold;
	text-align: left;
	background-color: rgb(136, 154, 168);
}

.RegAdminTableRow
{
	background-color: rgb(202,208,223);
}

.RegMaxWidth
{
	width:100%;
}

.RegAlignLeft
{
	text-align:left;
}
.InfoText
{
	color: Navy;
	font-size:smaller;
}

.InstructionText
{
	color:Navy;
	font-size:small;
}

.HyperLink
{
	font-size:smaller;
}

.SmallText
{
	font-size:x-small;
}

/* Styles of message table */

.MessageTable
{
	BORDER-RIGHT: black thin solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: black thin solid; 
	PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; 
	BORDER-LEFT: black thin solid; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: black thin solid;
}

.LabelText
{
	font-size:smaller;
	font-weight:normal;
}

.BoldLabelText
{
	font-size:smaller;
	font-weight:bold;
}

.MediumBoldLabelText
{
	font-size:small;
	font-weight:bold;
}

.LargeBoldLabelText
{
	font-size:large;
	font-weight:bold;
}
.TextBox
{
	font-size:smaller;
}

.BoldTextBox
{
	font-size:smaller;
	font-weight:bold;
}

.MediumBoldTextBox
{
	font-size:small;
	font-weight:bold;
}

.LargeBoldTextBox
{
	font-size:large;
	font-weight:bold;
}

.MLineText
{
	font-family:Arial;
	font-size:smaller
}
.TableLabelText
{
	font-size:smaller;
	text-align:right;
}

.TableTextBox
{
	font-family:Arial;
	font-size: smaller;
}
.TableMLineText
{
	font-size:smaller;
}
.CommandButton
{
	font-size:smaller;
}

.LinkButton
{
	font-size:smaller;
}

.LlinkButton
{
	font-size:small;
}

.ErrorSummary
{
	font-size:smaller;
}

.InternalTables
{
 font-size:smaller;
}
.CheckOptBoxes
{
	font-size:smaller;
}
.HiddenText
{
	font-size:smaller;
	visibility:hidden;
}
.GazwucIntro
{
	font-family:Arial;
	font-size:smaller;
	color:black;
}
.GazwucTip
{
	font-family:Arial;
	font-size:smaller;
	color:Navy;
}
.GazwucFldLabel
{
	font-family:Arial;
	font-size:smaller;
	color:black;
}
.GazwucMinorFldLabel
{
	font-family:Arial Narrow;
	font-size:smaller;
	color:black;
}
.GazwucInputText
{
	font-family:Sans-Serif;
	font-size:smaller;
	color:black;
}
.GazwucMessage
{
	font-family:Arial;
	font-size:smaller;
	color:black;
}
.GazwucErrorMessage
{
	font-family:Arial;
	font-size:smaller;
	color:red;
}
.GazwucButton
{
	font-family:Arial;
	font-size:smaller;
	color:black;
	font-weight:normal;
}
.GazwucMatchHeading
{
	font-family:Arial;
	font-size:smaller;
	color:black;
	font-weight:bold;
}
.GazwucMatchList
{
	font-family::MS Sans Serif
	font-size:smaller;
	color:black;
}
.GazwucLink
{
	font-family:Times New Roman;
	font-size:smaller;
	color:Gray;
	font-weight:lighter;
}

