<?php include('../inc/config.php'); 
Header('Content-type: text/css');
?>

body
{
  height: 100%;
  background-color: black;
  margin-top: -10px;
}

.textinput
{
  width: 130px;
}

#page
{
  width: 982px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-image: url('<?php echo($Config['Web']['BaseURL']); ?>/imgs/web/middle.jpg');
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: -491px;
  margin-bottom: 0px;
}

#top
{
  top: 174px;
  height: 90px;
  background-image: url('<?php echo($Config['Web']['BaseURL']); ?>/imgs/web/top_menu.jpg');
}

#footer
{
  right: 0px;
  background-color: red;
  position: absolute;
  top: 100%;
  width: 982px;
  height: 100px;
  margin-top: -100px;
  background-image: url('<?php echo($Config['Web']['BaseURL']); ?>/imgs/web/bottom.jpg');
  z-index: 1;
} 

#copyright
{
  margin-left: 140px;
  font-size:12px;
} 

#menu
{
  top: 200px;
  width: 150px;
  margin-left: 110px;
  margin-top: -50px;
  height: auto;
  text-align: justify;
  padding-bottom: 100px;
  z-index: 5;
  float: left;
} 

#content
{
  top: 200px;
  width: 530px;
  margin-left: 70px;
  margin-top: -50px;
  height: auto;
  text-align: justify;
  padding-bottom: 100px;
  z-index: 5;
  float: left;
  overflow: auto;
}  

.mainmenu a
{
  display: block;
  width: 150px;
  height: 33px;
  line-height: 33px;
  margin-top: -21px;
  overflow: hidden;
  color: white;
  font-weight: bold;
  font-family: Verdana;
  font-size: 12px;
  background-image: url('<?php echo($Config['Web']['BaseURL']); ?>/imgs/web/deselected.jpg');
  text-decoration: none;
  text-align: center;
  margin-bottom: 1px;
}

#mainmenu a:hover 
{
 color: yellow;
 background-image: url('<?php echo($Config['Web']['BaseURL']); ?>/imgs/web/selected.jpg');
}

input
{
  color: black; 
  border: 1px solid black; 
  background-color: transparent;
}

textarea
{
  color: black;
  background-color: transparent;
  border: 1px solid black 
}

select
{
  color: black;
  background-color: #daaf6b;
  border: 1px solid black 
}

table
{
  border-collapse: collapse;
  border-color: rgb(48,48,48);
}

#header
{
  height: 174px;
}

a
{
  font-family: Times New Roman;
  color: #4c4c4c;
  text-decoration: none;
}

a:hover
{
  font-family: Times New Roman;
  color: black;
  text-decoration: underline;
}

.NewsCategoryTable
{
  border-width: 1px;
  border-style: solid;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.NewsCategoryTable td
{
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.NewsQuickInfoTable
{
  border-width: 1px;
  border-style: solid;
  width: 526px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.NewsQuickInfoTable td
{
  padding: 2px;
  text-align: left;
  border-color: #703f10;
  border-width: 1px;
  border-style: solid;
}

.BaseTable
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: black;
}

.BaseTable th
{
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: black;
}

.BaseTable td
{
  text-align: center;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: black;
}

.Banners
{
  text-align: center;
}

.Banners img
{
  border-width: 0px;
}

.DownloadTable
{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-collapse: collapse;
  width: 90%;
}

.DownloadTable th
{
  border-bottom-width: thin; 
  border-bottom-color: white; 
  border-bottom-style: solid;
}

h2
{
  margin-top: 0px;
}

h3
{
  margin-top: 0px;
}

.h10
{
  color: red;
  font-style: arial;
  font-weight: bold;
}

.h11
{
  color: blue;
  font-style: arial;
  font-weight: bold;
}

.PageTitle
{
  text-align: center;
}

.GMTeamTable
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: black;
}

.GMTeamTable th
{
  border-width: 0px;
  border-style: solid;
  border-color: black;
  text-align: left; 
  font-weight: normal;
}

.GMTeamTable td
{
  text-align: center;
  border-width: 0px;
  border-style: solid;
  border-color: black;
  text-align: left; 
  font-weight: bold;
}

.GMTeamTable tr.start td
{
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: black;
}

.GMTeamTable tr.start th
{
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: black;
}

.SimpleTable
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: black;
}

.Center
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

