﻿
/* begin registration */

.requiredField
{
	font-size: xx-small;
	padding-left: 3px;
	font-weight: bold;
}

.optionalField
{
	font-size: xx-small;
	padding: 3px;
}

.validationText
{
	font-size: xx-small;
	color: Red;
	font-weight: bold;
}

/* end registration */

.bodyTitle
{
	width: 600px; 
	height: 20px; 
	background: url("../../img/header/titlebar-emptytile.gif");
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

a.closePopup:active,a.closePopup:visited,a.closePopup:link,a.closePopup:hover 
{color: #000000; text-decoration: none; font-weight: bold; font-size: x-small}

p img
{
	padding-right: 6px;
	padding-bottom: 2px;
}

.hideElement 
{
	display: none;
}
.showElement
{
	display: block;
}

/* begin header login status */
.upgradeSubscription
{
	padding-right: 5px; 
	padding-top: 3px;
}

.upgradeSubscription a
{
	text-decoration: none;
}

.upgradeSubscription a:hover
{
	text-decoration: none;
}

/* end header login status */

/* top nav */
.nav_tabs 
{
	padding-left: 140px;
	width: 100%;
	font-weight: bold;
	color: #333;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.nav_tabs ul
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.nav_tabs li 
{
	float: left;
	display: inline;
}
.nav_tabs a:active,.nav_tabs a:visited,.nav_tabs a:link 
{
	float: left;
	display: inline;
	background: url("../../img/tabs/norm_left.gif") no-repeat left top;
	margin: 0 1px 0 0;
	padding: 0 0 0 4px;
	font-size: x-small;
	text-decoration: none;
}
.nav_tabs a span 
{
	float: left;
	display: inline;
	text-decoration: none;
	line-height: 1px;
	padding: 7px 10px 8px 5px;
	color: #333;
	background: url("../../img/tabs/norm_right.gif") no-repeat right top;
}

.nav_tabs a:hover 
{
	cursor: hand;
	text-decoration: underline;
}

.nav_tabs a.on 
{
	background-position: 0% -26px;
	margin-bottom: 0px;
	background: url("../../img/tabs/norm_left_on.gif") no-repeat left top;
	text-decoration: none;
}
.nav_tabs a.on span
{
	color: #036;
	background-position: 100% -26px;
	background: url("../../img/tabs/norm_right_on.gif") no-repeat right top;
}

/* begin header menu */
.menu
{
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
	border-width: 0px;
}
.menuLeft
{
	/*background-image: url("../../img/menu_tile_top.gif");*/
	height: 16px;
	padding: 0px 0px 0px 180px;
	border: 0px;
	margin: 0px;
}
.menuRight
{
	clear: left;
	text-align: right; 
	padding-right: 10px; 
	/*background-image: url("../../img/menu_tile_top.gif");*/
}
/* end header menu */

/* begin left menu */
.leftMenu {
  width: 100%;
  background: #F6F6F6;
  z-index: 4;
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  font-size: x-small;
  text-align: left;
}
* html .leftMenu {
  height: 100%;
  top: 0;
  bottom: 0;
  color: #000000;
  font-size: x-small;
}
.leftMenu li {
  margin-left: 2px;
  margin-right: 0px;
  padding: 0;
  border: 0px solid transparent;
  text-align: left;
  border-bottom : 1px solid #ffffff;
}
.leftMenu a:active, .leftMenu a:visited, .leftMenu a:link {
  margin: 0;
  color: #000000;
  display: block;
  text-decoration: none;
  padding: 0;
  border: 1px solid #ffffff;
  font-size: x-small;
  font-weight: normal;
}
.leftMenu a:hover {
  background-color: #FFD085;
  border: 1px solid #FFB33B;
  text-decoration: none;
  color: #000000;
  font-size: x-small;
  font-weight: normal;
}
.menuBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 0px;
	width: 160px;
}
.menuHeaderTitle
{
	width: 100%;
	color: #FFFFFF; 
	font-weight: bold; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 0px; 
	margin-bottom: 0px; 
	padding-left: 2px; 
	text-align: left;
	border-width: 0px;
	background-image: url("../../img/menuHeader.gif");
}

a.menuHeaderLnk:active,a.menuHeaderLnk:hover,a.menuHeaderLnk:link,a.menuHeaderLnk:visited 
{color: #FFFFFF; font-size: small; text-decoration: none; font-weight: bold;}
/*end left menu */

/* begin tool tips */
a.toolTip{
    position:relative;
    z-index:24;
    color:#000;
    text-decoration:none}
a.toolTip:hover{z-index:25; background-color:#FFD085}
a.toolTip span{display: none}
a.toolTip:hover span{
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #000000;
    background-color:#FFD085; color:#000;
    text-align: left;
    text-decoration: none;
    padding: 2px;
   }
/* end tool tips */

/* begin game */
.scoreBoxHeader
{
	font-size: x-small;
	background-color: #FFD085;
	height: 20px;
}
.scoreBox
{
	border-color: #FFD085;
	border-width: 0px;
	border-style: solid;
	background-color: #FFFFFF;
}
.winner
{
	color: Green;
	font-size: x-small;
}
/* end game */

/* begin main */
.main
{
	border-color: #2E2E2E;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	background-color: #F2F2F2;
	width: 588px; 
	padding:5px;
}
.mainHelp
{
	border-color: #2E2E2E;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	background-color: #F2F2F2;
	width: 800px; 
	padding:5px;
}
.mainBox
{
	border-color: #2E2E2E;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	background-color: #F2F2F2;
}
.mainBoxFull
{
	padding-left: 20px;
	padding-right: 20px;
}

.mainBoxLeft
{
	padding-left: 10px;
}

.mainBoxRight
{
	padding-right: 10px;
}
/* end main */

/* begin form */
.formHeader
{
	
	padding-left: 8px;
	color: #000000;
	background-color: #FFD085;
	font-size: small;
	font-weight: bolder;
}
.smallTxt
{
	font-size: x-small;
}
/* end form */

/* begin right menu */
a.rightMenuLnk:active,a.rightMenuLnk:visited,a.rightMenuLnk:link,a.rightMenuLnk:hover 
{color: #1D1961; text-decoration: underline; font-weight: bold; font-size: x-small}
/* end right menu */

/* begin bracket */
td.bracketRegion
{
	font-size: small;
	font-style: italic;
	text-align: center;
	font-weight: bolder;
	color: #FFD085;
}
td.bracketRound
{
	font-size: xx-small;
	color: #1D1961;
	text-align: center;
	font-weight: bolder;
}
td.bracketHeader
{
	font-size: xx-small;
	text-align: center;
	font-weight: bolder;
}
td.bracketT
{
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-top: 1px;
	border-style: solid;
	font-size: xx-small;
}
td.bracketB
{
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-style: solid;
	font-size: xx-small;
}
a.bracketLnk:active,a.bracketLnk:visited,a.bracketLnk:link,a.bracketLnk:hover 
{color: #1D1961; text-decoration: underline; font-weight: bold; font-size: xx-small}
/* end bracket */

/* begin admin */
div.admin
{
	padding-left: 5px;
}
.altRow {
	background-color:#D6D6D6
}
/* end admin */

/*begin documentation*/

a.docLnk:active,a.docLnk:hover,a.docLnk:link,a.docLnk:visited 
{font-size: xx-small; text-decoration: underline; font-weight: bold;}

/*end documentation*/
/