/* $Id: layout.css,v 1.1.1.1.2.3 2008/01/22 21:22:19 lilstargazer Exp $ */

/* Blocks */

body
{
  margin: 0;
  padding: 0;
  font-size: 9pt;
  color: black;
  font-family: arial;
  background-color: white;
}

/* Ids */

#layoutContainer
{
  margin-left: 20px;
  margin-right: 20px;
  min-width: 950px;
}

#layoutHeader
{
  border-bottom: solid 1px #ccc;
  padding: 3px 100px 0px 100px;
  margin-bottom: 20px;
}

#layoutAdSpace
{
  margin-bottom: 20px;
  width: 728px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

#layoutWizard
{
  text-align:center;
  width: 100%;
  margin-bottom: 20px;
}

#layoutNavigation
{
  border: solid 1px #ccc;
  background-color: #fff;
  margin-bottom: 10px;
  height:24px;
  width:100%;
  overflow:hidden;
}

#layoutNavigation a
{
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

#layoutNavigation td > div > div
{
  padding: 0px 13px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  line-height:24px;
  cursor:pointer;
  float:left;
  height:24px;
}

#layoutNavigation td > div > div:hover
{
  background-color: #def;
  height:24px;
}

#layoutContentContainer
{
}

#layoutContentContainerFixed
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

#layoutMenu
{
  float: left;
  width: 160px;
  margin-right: 10px;
}

#layoutContent
{
  overflow: hidden;
}


#layoutFooter
{
  clear: both;
  text-align: center;
  padding-bottom: 20px;
  color: #999;
}

#layoutFooter a
{
  font-size: 8pt;
  font-family: verdana;
  margin: 0 3px 0 3px;
}

/* Classes */

.defaultTable
{
  border: solid 1px #ccc;
  width: 100%;
}

.defaultContent
{
  border: solid 1px #ccc;
  line-height: 1.5;
}

.defaultHeader
{
  font-size: 10pt;
  font-weight: bold;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px;
}

#layoutMenu .defaultHeader
{
  font-size: 10pt;
  font-weight: bold;
  background-color: #c0c5c9;
  border-bottom: 1px solid #ccc;
  padding: 2px;
}

/* dropdown menu for header */
.headerAccountLinks
{
  text-align:right;
  position:relative;
  height:1.5em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.headerAccountLinks ul
{
  padding: 0;
  margin: 0;
  list-style-type:none;
}

.headerAccountLinks li
{
  float: left;
  position: relative;
  z-index: 100;
}

.headerAccountLinks li a, .headerAccountLinks li a:visited
{
  display: block;
  text-decoration: none;
  text-align:center;
  padding: 0em .3em;
  color: #0000ff;
  float:left;
  height: 1.7em;
  line-height: 1.7em;
  border: 1px solid #ffffff;
}
.headerAccountLinks li a.store, .headerAccountLinks li a.store:visited
{
  padding: 0;
}

.headerAccountLinks li ul
{
  visibility: hidden;
  position: absolute;
  top: 2.5em;
  left: 0;
  height: 0;
  overflow: hidden;
}
.headerAccountLinks li:hover a, .headerAccountLinks li a:hover
{
  color: #1b6e06;
  text-decoration:underline;
}
.headerAccountLinks li:hover a.drop, .headerAccountLinks li a.drop:hover
{
  color: #000;
  border: 1px solid #000;
  border-bottom: 1px solid #def;
  background: #def;
  text-decoration:none;
}

.headerAccountLinks li:hover ul, .headerAccountLinks li a:hover ul
{
  visibility: visible;
  height: auto;
  width: 9em;
  background: #ffffff;
  left: 0;
  top: 1.8em;
  overflow: visible;
  border: 1px solid #000;
}

.headerAccountLinks li:hover ul li a, .headerAccountLinks li a:hover ul li a
{
  color: #0000ff;
  text-align:left;
  display: block;
  font-weight: normal;
  background:#fff;
  text-decoration:none;
  height: auto;
  line-height: 1em;
  padding: 0.5em;
  width:8em;
  border: 0px;
}

* html .headerAccountLinks li a:hover ul li a
{
  width:9em; w\idth:8em;
}

.headerAccountLinks li:hover ul li a:hover, .headerAccountLinks li a:hover ul li a:hover
{
  background: #def;
}

/* insert friend list */
.friendListBox
{
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #CCCCCC;
  margin: 5px 0 0 5px;
  overflow: hidden;
}

.topFriendListBox
{
  position: absolute;
  right: 5px;
  top: 0;
  color: red;
}

.bottomFriendListBox
{
  width: 100%;
  float: left;
  padding: 10px;
}
