/* THIS STYLE IS FOR BABYSOFT ONLY */

/* for the first line */
.menuList{
list-style: square inside url('../images/balllist.gif');
vertical-align: bottom;
}


/* for second line and up, let list go back to the right position */
.menuList2{
list-style: square inside url('../images/balllist_empty.gif');
vertical-align: bottom;
}


/* For transparent input text field line */
.textline{
  border-style: solid;
  border-color: #A6C0E3;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: transparent;
}

/* Transparent for all browser */
.transparent30{
    Mozopacity: 0.3; /* Older Mozilla and Firefox */
    opacity: 0.3; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
    filter: alpha(opacity: 30); /* Internet Explorer */
    KHTMLopacity: 0.3; /* Safari<1.2, Konqueror */
    Mozopacity: 0.3; /* Older Mozilla and Firefox */
    opacity: 0.3;    /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
}

.transparent50{
    Mozopacity: 0.5; /* Older Mozilla and Firefox */
    opacity: 0.5; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
    filter: alpha(opacity: 50); /* Internet Explorer */
    KHTMLopacity: 0.5; /* Safari<1.2, Konqueror */
    Mozopacity: 0.5; /* Older Mozilla and Firefox */
    opacity: 0.5;    /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
}

.transparent60{
    Mozopacity: 0.6; /* Older Mozilla and Firefox */
    opacity: 0.6; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
    filter: alpha(opacity: 60); /* Internet Explorer */
    KHTMLopacity: 0.6; /* Safari<1.2, Konqueror */
    Mozopacity: 0.6; /* Older Mozilla and Firefox */
    opacity: 0.6;    /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
}

.transparent80{
    Mozopacity: 0.8; /* Older Mozilla and Firefox */
    opacity: 0.8; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
    filter: alpha(opacity: 80); /* Internet Explorer */
    KHTMLopacity: 0.8; /* Safari<1.2, Konqueror */
    Mozopacity: 0.8; /* Older Mozilla and Firefox */
    opacity: 0.8;    /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
}

