/* 
////////////////////////////////////////////////////////////////
// 
//   Kenny Translator Stylesheet 1.1.0
//   18th June May 2003
//   by Kohan "SyneRyder" Ikin
//   www.namesuppressed.com/syneryder
//   syneryder@namesuppressed.com
//
////////////////////////////////////////////////////////////////
*/




/*******************************************************************
  Basic document style definitions
*******************************************************************/

/* The only definitions that should appear in this section are
   defined HTML entities (like body, h1 and abbr, but not classes
   of these well-defined entities).  .nocss is an exception. */

body {
  color: #cfcfe0;
  background-color: #666699;
  font-family: verdana,gadget,arial,geneva,sans-serif;
  font-size:   14px;
  line-height: 17px;
}

a {
  font-weight: bold;
}

:link {
 color: #cfcfe0;
 background-color: transparent;

}

:visited {
 color: #cfcfe0;
 background-color: transparent;
}

img {
  border: 0px;
}

p, ul {
  text-align:  left;
}

h2 {
  font-size:   19px;
  text-align:  center;
  font-weight: normal;
}

.center {
  text-align: center;
}


/*******************************************************************
  Basic document style definitions
*******************************************************************/

table.kenny {
  margin-left:   auto;
  margin-right:  auto;
  margin-bottom: 20px;
}

.newsbox {
  width:            520px;
  border:           1px solid #000;
  margin-top:       auto;
  margin-left:      auto;
  margin-right:     auto;
  margin-bottom:    20px;
  padding:          5px;
  text-align:       center;
  font-size:        12px;
  color:            inherit;
  background-color: #505080;
}

.copyright {
  text-align:   justify;
  font-size:    9px;
  line-height:  12px;
  width:        520px;
  margin-left:  auto;
  margin-right: auto;
}



/*******************************************************************
  Definitions for CSS Tables
*******************************************************************/

#kennylogo {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  text-align:center;
}

table.downloads {
  margin-top: 10px;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 7px;
  margin-left: 7%;
  margin-right: 7%;
  width: 86%;
}

table.downloads .platform {
  margin:  2px;
  padding: 0px;
  width: 49%;
  vertical-align: top;
  border: 1px solid #000;
  color: inherit;
  background-color: #505080;
  font-size:        12px;
}

table.downloads .platform h2 {
  border-bottom: 1px solid #000;
  margin-top: 0px;
  color: inherit;
  background-color: #336;
  padding: 5px;
  margin-bottom: 3px;
}

table.downloads .platform p {
  padding-top: 5px;
  margin-top:  0px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 0px;
  padding-bottom: 5px;
}