/* 
    Document   : wishlist
    Created on : Aug 15, 2009, 12:17:49 PM
    Author     : Owner
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 100%;
    background-color: #ffffff;
}

input {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

table {
    font:inherit;
}

.topNavBar {
    font-size: 80%;
    max-width: 490px;
    background-color: #eef;
    padding: 5px;
    margin-bottom: 5px;
}

.allItemsContainer {
    max-width: 500px;
    float: left;
}


.listItemContainer {
    font-size: 120%;
    padding-top: 10px;
    width:100%;
    max-width: 500px;
    /*background-color: aqua;
    border-style: solid;
    border-width: 0px 0px 1px;*/
    float: left;
}

.listItem {
    width: 90%;
    float:left;
    height: inherit;
}
.listEdit{
    width:9%;
    float: left;
    text-align: right;
}

.tinyLink{
    font-size: x-small;
}

.alignRight{
    text-align: right;
    max-width: 500px;
}


h2 {
    margin: 0px;
    padding: 0px;
}


h3 {
    margin: 0px;
    padding: 0px;
}

form {
    padding: 0px;
    margin: 0px;
    display: inline;
}

.listItem a {
    text-decoration: none;
    color: black;
}

.data {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;    
    color: #000000;
    text-align: left;
    background-color: #CCCCCC;
    vertical-align:middle;

}

.shoppingList {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #111;
    text-align: left;
}

.showWishList {
    position: absolute;
    left: 60%;
    width: 15%;
    top: 70%;
}

.createWishList {
    position: absolute;
    left: 33%;
    top: 60%;
    color: blue;
    font-size: 30px;
}

.logon {
    width: 300px;
    top: 100px;
}

.logo {
    position: fixed;
    left: 10px;
    width: 80%;
    top: 10px;
}

.error {
    color:red;
    font-weight:normal;
    font-size: 10px;
    font-variant: normal;
}

.welcome {
    top: 10%;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: teal;
}

.enterData {
    position: relative;
    left: 35%;
    vertical-align: top;
}

.button {
    top: 40%;
    text-align: center;
}

.table {
    position: absolute;
    top: 20%;
    left: 20%;
}

.buttonsOnEditWishList {
    position: absolute;
    top: 20%;
    right: 20%;
}

.autoCompleteExample {
    position: absolute;
    top: 10%;
    left: 5%;
}

.mainPageBodyText {
    position: absolute;
    top: 30%;
    left: 5%;
}

#loginContainer {
    width: 100%;
    height: 400px;
    background: #fcc;
    text-align: center;
    vertical-align: middle;
}

#header {
  background: #eee;
  width: 100%;
  height: 70px;
}
#leftcol {
  background: #f00;
  float: left;
  width: 100px;
  height: 500px;
}
#rightcol {
  background: #ccffcc;
  float: right;
  width: 15%;
  height: 500px;
}
#content {
  background: #fff;
  float: left;
  width: 880px;
  
}
#footer {
  background: #eee;
  clear: both;
  width: 100%;
}

#contentHeader {
  background: #0ff;
  width: 100%;
}

#prodTable {
  background: #ccc;
  float: left;
  width: 210px;
  margin: 5px;
  font-size: 12px;
}

.popupBox {
  position: absolute;
  left: 10px;
  border-style: hidden;
  background-color: #eef;
  /*opacity: 0.5;
  filter: alpha(opacity=50);*/
}

.popupCell {
   border-style: hidden;
}

.popupCell:hover {
  background-color: #f5ebe9;
}

.popupItem {
  color: #333;
  text-decoration: none;
}

.input_active {
   font-style: normal;
   color: #000000;
}

.input_inactive {
   font-style: italic;
   color: #888888;
}