﻿body
{
	font-family: Verdana, Arial;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center 50%;
	background-image: url(Images/bg.jpg);
}

.MyProfileBackground
{
	background-image: url(Images/myProfileImage.jpg);
	background-repeat: no-repeat;
	background-position: 475px 80px;	
}

/*===============================================================*/
/* BEGIN: Anchor Styles                                          */
/*===============================================================*/

/* For IE */
A.UtilityLink, A.UtilityLink:visited, A.UtilityLink:active
{
	color: #AAAAAA;
}

A.UtilityLink:hover
{
	color: #FFFFFF;
}

/* For Mozilla */
.UtilityGroup a
{
	color: #AAAAAA;	
}

.UtilityGroup a:active
{
	color: #AAAAAA;	
}

.UtilityGroup a:visited
{
	color: #AAAAAA;	
}

.UtilityGroup a:hover
{
	color: #FFFFFF;	
}

/* For IE */
A.NoUnderlineLink, A.NoUnderlineLink:visited, A.NoUnderlineLink:active, A.NoUnderlineLink:hover
{
	text-decoration: none;
}

/* For Mozilla */
.NoUnderlineGroup a
{
	text-decoration: none;	
}

.NoUnderlineGroup a:active
{
	text-decoration: none;	
}

.NoUnderlineGroup a:visited
{
	text-decoration: none;	
}

.NoUnderlineGroup a:hover
{
	text-decoration: none;	
}

/* For IE */
A.UnderlineLink, A.UnderlineLink:visited, A.UnderlineLink:active, A.UnderlineLink:hover
{
	text-decoration: underline;
}


/* For Mozilla */
.UnderlineGroup a
{
	text-decoration: underline;	
}

.UnderlineGroup a:active
{
	text-decoration: underline;	
}

.UnderlineGroup a:visited
{
	text-decoration: underline;	
}

.UnderlineGroup a:hover
{
	text-decoration: underline;	
}

/* For IE */
A.StaticUnderlineLink, A.StaticUnderlineLink:active, A.StaticUnderlineLink:visited,
A.StaticUnderlineLink:hover
{
	text-decoration: underline;	
}

/* For Mozilla */
.StaticUnderlineGroup a
{
	text-decoration: underline;	
}

.StaticUnderlineGroup a:active
{
	text-decoration: underline;	
}

.StaticUnderlineGroup a:visited
{
	text-decoration: underline;	
}

.StaticUnderlineGroup a:hover
{
	text-decoration: underline;	
}

/*===============================================================*/
/* END: Anchor Styles                                            */
/*===============================================================*/

/*===============================================================*/
/* BEGIN: Font Styles                                            */
/*===============================================================*/

.SubText
{
	font-size: 8pt;
}
 
.NormalText
{
	font-size: 9pt;
}

.Header1Text
{
	font-size: 11pt;
}

.Header2Text
{
	font-size: 14pt;
}

.WhiteText
{
	color: #FFFFFF;
}

.NormalWeightedText
{
	font-weight: 600;	
}

.BoldText
{
	font-weight: bold;	
}

/*===============================================================*/
/* END: Font Styles                                              */
/*===============================================================*/

/*===============================================================*/
/* BEGIN: Colors			                                     */
/*===============================================================*/

.BackColorNormal
{
	background-color: #000000;
}

.BackColorInline
{
	background-color: #e7e7e7;
}

.ForeColorGlobalUtility
{
	color: #AAAAAA;
}

.ForeColorNormal
{
	color: #FFFFFF;	
}

.ForeColorInline
{
	color: #464646;	
}

.ForeColorInlineLight
{
	color: #444444;	
}

.ForeColorInlineSoft
{
	color: #36588B;
}

.ForeColorInlineSofter
{
	color: #5179B4;	
}

/*===============================================================*/
/* END: Colors			                                         */
/*===============================================================*/

/*===============================================================*/
/* BEGIN: Element Styles                                         */
/*===============================================================*/

.SystemHeaderBand
{
	background-color: #fe5d02;
	width: 100%;
}

.SystemHeaderText
{
	color: #e7e7e7;
	font-family: Verdana, Arial;
	font-size: 20pt;
	font-weight: bold;
}

.CompetitionPanelHeaderText
{
	color: white;
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
}

.SystemTitleText
{
	font-size: 11pt;
	font-weight: bold;
	color: #fe5d02;
	position: relative;
	z-index: 2;
	background-color: #e7e7e7;
}

.SystemHorizontalRule
{
	background-color: #fe5d02;
	height: 1px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.UserHeaderBand
{
	background-color: #5279b4;
	width: 100%;
}

.UserHeaderText
{
	color: #e7e7e7;
	font-family: Verdana, Arial;
	font-size: 20pt;
	font-weight: bold;
}

.UserTitleText
{
	font-size: 11pt;
	font-weight: bold;
	color: #36588B;
	position: relative;
	z-index: 2;
	background-color: #e7e7e7;
}

.UserHorizontalRule
{
	background-color: #5279b4;
	height: 1px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.UtilitiesHeaderBand
{
	background-color: #ef0000;
	width: 100%;
}
.UtilitiesHeaderBand_New
{
	background-color: #ff5a07;
	width: 100%;
}
.UtilitiesHeaderText
{
	color: #e7e7e7;
	font-family: Verdana, Arial;
	font-size: 20pt;
	font-weight: bold;
}

.UtilitiesTitleText
{
	font-size: 11pt;
	font-weight: bold;
	color: #ef0000;
	position: relative;
	z-index: 2;
	background-color: #e7e7e7;
}

.UtilitiesHorizontalRule
{
	background-color: #ef0000;
	height: 1px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.NormalButton
{
	padding: 8px;
	cursor: pointer;	
}

.SlimlineButton
{
	padding: 4px 8px 4px 8px;
	cursor: pointer;	
}

.SystemButtonLabel
{
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
	font-family: Verdana, Arial;	
}

LI
{
	margin-bottom: 8px;
}

UL
{
	padding-top: 8px;
}

/*===============================================================*/
/* END: Element Styles                                           */
/*===============================================================*/

/*===============================================================*/
/* BEGIN: Menu Styles                                            */
/*===============================================================*/

.TopGroup
{
  border:none;
}

.MenuGroup
{
  background-color:#444444;
}

.TopMenuItem 
{
  border: none;
  cursor:default;
}

.TopItemHover 
{
  border: none;
  cursor:pointer;
}

.MenuItem 
{
  color:white; 
  font-family:Verdana, Arial; 
  font-size:10px; 
  cursor:default;
}

.MenuItemHover 
{
  color:black; 
  background-color:silver; 
  color:black; 
  font-family:Verdana, Arial; 
  font-size:10px; 
  cursor:pointer;
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:white; 
  font-family:Verdana, Arial; 
  font-size:10px; 
  cursor:default;
}

.DisabledMenuItemHover 
{
  color:Gray; 
  background-color:silver; 
  font-family:Verdana, Arial; 
  font-size:10px; 
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}

/*===============================================================*/
/* END: Menu Styles                                              */
/*===============================================================*/
