
/* --- Styles for General Tags ----------------------------------------------------------------------- */

.back {
  background-image: url(../layout/images/bg.gif);
  background-repeat: repeat-x;
}

body {
/*	margin: 0px; */
	padding: 0px;
	background-color: #E9E5D8;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;	
	color: #A35400;	
/*
	scrollbar-base-color: #E8EBF1;
	scrollbar-arrow-color: #96A4C2;
	scrollbar-face-color: #E8EBF1;
	scrollbar-highlight-color: #E8EBF1;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #96A4C2;
	scrollbar-shadow-color: #B0BBD1;
*/
}

form {
	margin: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A35400;	
}
input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.resetheights	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #A35400;
}
.zeroheights	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0pt;
	line-height: 0pt;
	color: #A35400;
}


/* --- General Styles ----------------------------------------------------------------------- */

.pagetext
{	
	color: #A35400;	
}

.blocktext
{	
	color: #A35400;	
}

/* --- Styles for Page Topic ----------------------------------------------------------------------- */

  .PageTopic {
    margin: 0px;
		color: #A35400;
		text-decoration: none;
		font-weight: normal;
  }


/* --- Styles for Search Box ----------------------------------------------------------------------- */

	.SearchBox	{
		color: #A35400;
	}

	.SearchBox .Label	{
		color: #F28E00;
		font-weight: bold;
	}

	.SearchBox form {
		margin: 0px;
		border: 0px;
		font-size: 10px;
	}
	.SearchBox input {
		height: 16px;
		font-size: 10px;
		border: 1 solid;
		border-color: #3F3F37 #C1CFD0 #96A4AD #5C5C5C;
	}


/* --- Styles for Top Menu Bar ----------------------------------------------------------------------- */

  .TopMenu {
		line-height: 12px;
		color: #A35400;
		font-weight: normal;
  }
	.TopMenu a:link, .TopMenu a:visited	{
		color: #A35400;
		text-decoration: none;
		font-weight: normal;
	}
	.TopMenu a:hover, .TopMenu a:active	{
		color: #FFA600;
		text-decoration: none;
	}



/* --- Styles for Bottom Menu Bar ----------------------------------------------------------------------- */

  .BottomMenu {
		line-height: 12px;
		color: #A35400;
		font-weight: normal;
  }
	.BottomMenu a:link, .BottomMenu a:visited	{
		color: #A35400;
		text-decoration: none;
		font-weight: normal;
	}
	.BottomMenu a:hover, .BottomMenu a:active	{
		color: #0F7C00;
		text-decoration: none;
	}


/* --- Styles for Language Bar ----------------------------------------------------------------------- */

/*
  .LanguageBar {
		line-height: 12px;
		color: #008551;
		font-weight: normal;
  }
	.LanguageBar a:link, .LanguageBar a:visited	{
		color: #008551;
		text-decoration: none;
		font-weight: normal;
	}
	.LanguageBar a:hover, .LanguageBar a:active	{
		color: #E82123;
		text-decoration: none;
	}
	.LanguageBar .selected	{
		color: #E82123;
		font-weight: normal;
	}
*/


/* --- Styles for Main Menu ----------------------------------------------------------------------- */


  .MainMenu {
		line-height: 12px;
		color: #A35400;
		font-weight: normal;
  }

	.MainMenu a.L1:link, .MainMenu a.L1:visited	{
		color: #A35400;
		text-decoration: none;
		font-weight: normal;
	}
	.MainMenu a.L1:hover, .MainMenu a.L1:active	{
		color: #0F7C00;
		text-decoration: none;
	}

	.MainMenu a.L1_sel:link, .MainMenu a.L1_sel:visited	{
		color: #0F7C00;
		text-decoration: none;
		font-weight: normal;
	}
	.MainMenu a.L1_sel:hover, .MainMenu a.L1_sel:active	{
		color: #A35400;
		text-decoration: none;
	}

  .MainMenu .L1_sel {
		color: #0F7C00;
		font-weight: normal;
  }


/* --- Styles for Sub Menu Title ------------------------------------------------------------------- */


  .SubmenuTitle {
		line-height: 12px;
		font-size: 12px;
		color: #FFA600;
		font-weight: normal;
  }


/* --- Styles for Submenu ----------------------------------------------------------------------- */


  .Submenu {
		line-height: 12px;
		color: #606060;
		font-weight: normal;
  }

	.Submenu a.L2:link, .Submenu a.L2:visited	{
		color: #606060;
		text-decoration: none;
		font-weight: normal;
	}
	.Submenu a.L2:hover, .Submenu a.L2:active	{
		color: #FFA600;
		text-decoration: none;
	}

	.Submenu a.L2_sel:link, .Submenu a.L2_sel:visited	{
		color: #FFA600;
		text-decoration: none;
		font-weight: normal;
	}
	.Submenu a.L2_sel:hover, .Submenu a.L2_sel:active	{
		color: #606060;
		text-decoration: none;
	}
	
  .Submenu .L2_sel {
		color: #FFA600;
		font-weight: normal;
  }


/* --- Styles for Sub of Submenu ----------------------------------------------------------------------- */


  .SubofSubMenu {
		line-height: 12px;
		color: #606060;
		font-weight: normal;
  }

	.SubofSubMenu a.L3:link, .SubofSubMenu a.L3:visited	{
		color: #606060;
		text-decoration: none;
		font-weight: normal;
	}
	.SubofSubMenu a.L3:hover, .SubofSubMenu a.L3:active	{
		color: #FFA600;
		text-decoration: none;
	}

  .SubofSubMenu .L3_sel {
		color: #FFA600;
		font-weight: normal;
  }



/* --- Styles for Breadcrumbs Bar ----------------------------------------------------------------------- */

  .BreadcrumbsBar {
		line-height: 10px;
		color: #7E7E7E;
		font-weight: normal;
  }
	.BreadcrumbsBar a:link, .BreadcrumbsBar a:visited	{
		color: #7E7E7E;
		text-decoration: none;
		font-weight: normal;
	}
	.BreadcrumbsBar a:hover, .BreadcrumbsBar a:active	{
		color: #A35400;
		text-decoration: none;
	}
	.BreadcrumbsBar a.selected	{
		color: #7E7E7E;
		font-weight: bold;
	}



/* --- Styles for Page Tool Bar -------------------------------------------------------------------- */

  .PageToolBar {
    margin: 0px;
		color: #A35400;	
		font-weight: normal;
  }
	.PageToolBar a:link, .PageToolBar a:visited	{
		color: #A35400;
		text-decoration: none;
		font-weight: normal;
	}
	.PageToolBar a:hover, .PageToolBar a:active	{
		color: #F28E00;
		text-decoration: none;
	}

/* -------------------------------------------------------------------------------------------------- */
/* --- Styles for Content Blocks (Templates) --------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */


/* --- Styles for Feature Article Block (Multible) ----------------------------------------------------------------------- */

  .BlockStandard {
    margin: 0px;
		color: #FFFFFF;
  }

  .BlockStandard .title {
		color: #FFFFFF;
    margin: 0px;
		font-weight: normal;
  }

	.BlockStandard a:link, .BlockStandard a:visited	{
		color: #FFFFFF;
		text-decoration: none;
	}
	.BlockStandard a:hover, .BlockStandard a:active	{
		color: #EBD400;
		text-decoration: none;
	}

	.BlockStandard .title a:link, .BlockStandard .title a:visited	{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	.BlockStandard .title a:hover, .BlockStandard .title a:active	{
		color: #EBD400;
	}
/* -------------------------------------------------------------------------------------------------- */
/* --- Styles for Content Pages (Templates) --------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */


/* --- Styles for Standard Page ----------------------------------------------------------------------- */

  .StandardPage {
    margin: 0px;
  }

	.StandardPage .header	{
		color: #A35400;
    margin: 0px;
		font-weight: normal;
		font-size: 14px;
	}
	
	.StandardPage .subheader	{
		font-size: 10px;
		color: #A35400;
		font-weight: bold;
	}

	.StandardPage a:link, .StandardPage a:visited	{
		color: #FFA600;
		text-decoration: none;
		font-weight: normal;
	}
	.StandardPage a:hover, .StandardPage a:active	{
		color: #CB5A1B;
		text-decoration: none;
	}

  .StandardPage .title {
		color: #0F7C00;
    margin: 0px;
		font-weight: bold;
  }
	.StandardPage .title a:link, .StandardPage .title a:visited	{
		color: #0F7C00;
		font-weight: bold;
		text-decoration: none;
	}
	.StandardPage .title a:hover, .StandardPage .title a:active	{
		color: #B20000;
	}
/* --- Styles for Games Page ----------------------------------------------------------------------- */

  .GamesPage {
    margin: 0px;
  }

	.GamesPage .header	{
		color: #A35400;
    margin: 0px;
		font-weight: normal;
		font-size: 14px;
	}
	
	.GamesPage .subheader	{
		font-size: 10px;
		color: #A35400;
		font-weight: bold;
	}

	.GamesPage a:link, .GamesPage a:visited	{
		color: #FFA600;
		text-decoration: none;
		font-weight: normal;
	}
	.GamesPage a:hover, .GamesPage a:active	{
		color: #CB5A1B;
		text-decoration: none;
	}
  .GamesPage .title {
		color: #0F7C00;
    margin: 0px;
		font-weight: bold;
  }
	.GamesPage .title a:link, .GamesPage .title a:visited	{
		color: #0F7C00;
		font-weight: bold;
		text-decoration: none;
	}
	.GamesPage .title a:hover, .GamesPage .title a:active	{
		color: #B20000;
	}

  .GamesPage .backbtn {
		color: #C77000;
    margin: 0px;
		font-weight: bold;
  }
	.GamesPage .backbtn a:link, .GamesPage .backbtn a:visited	{
		color: #C77000;
		font-weight: bold;
		text-decoration: none;
	}
	.GamesPage .backbtn a:hover, .GamesPage .backbtn a:active	{
		color: #B20000;
	}
  .GamesPage .rules_button {
		color: #C77000;
    margin: 0px;
		font-weight: bold;
  }
	.GamesPage .rules_button a:link, .GamesPage .rules_button a:visited	{
		color: #C77000;
		font-weight: bold;
		text-decoration: none;
	}
	.GamesPage .rules_button a:hover, .GamesPage .rules_button a:active	{
		color: #B20000;
	}
