/* Everything */
*
{
  font-family: verdana, arial, helvetica, sans-serif;
}

/* Basic elements */
body
{
  /* overflow-y: scroll; */
  background: url(/img/main_bg.jpg);
  color: white;
  font-size: 11px;
  margin: 20px;
}

p
{
  padding-bottom: 8px;
}

A
{
  text-decoration: none;
  color: white;
}

a:hover
{
  text-decoration: underline;
  color: #FFCC00;
}

a:active
{
  color: #FF9900;
}

img
{
  border: none;
}

/* Specific elements */
div#taisia-top
{
  margin: auto;
  width: 699px;
  height: 80px;
  background: url(/img/top.jpg) no-repeat;
}

div#taisia-nav
{
  margin: auto;
  width: 699px;
  height: 23px;
  background: url(/img/nav.jpg) no-repeat;
}

table#taisia-nav-frame
{
  width: 100%;
  height: 90%;
}

td#taisia-nav-lang
{
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
  vertical-align: bottom;
}

td#taisia-nav-menu
{
  text-align: left;
  padding-left: 20px;
  vertical-align: bottom;
}

div#taisia-nav a
{
  padding-left: 10px;
}

img.link-arrow
{
  height: 5px;
  width: 6px;
  padding: 0px 3px 0px 1px;
}

div#taisia-content
{
  margin: auto;
  width: 699px;
  background: url(/img/content.jpg) repeat-y;
}

table#taisia-content-frame
{
  margin: 12px 18px 0px 18px;
}

td#taisia-content-image-holder,
td#taisia-content-data-holder
{
  vertical-align: top;
  padding: 10px;
}

div#taisia-bottom
{
  margin: auto;
  width: 699px;
  height: 40px;
  /* background: url(/img/bottom.jpg) no-repeat; */
  background: url(/res/templates/bottom.png) no-repeat;
  text-align: center;
  padding-top: 0.5em;
}

.log_in
{
  font-size: 9px;
  color: #FFFFFF;
  background-color: #094462;
  border: 1px inset #23556F;
  width: 70px;
}

.log_in_submit
{
  font-size: 10px;
  color: #FFFFFF;
  background-color: 00344E;
  border: 1px outset #FFFFFF;
}

table.coreteam
{
  margin: auto;
}

table.coreteam td
{
  width: 15em;
  padding: 1em;
}
