/*
  memeio.com/css/cid.N.css
  Start Page CSS Global Style
  Steven Ericsson Zenith - October 2003
  IASE. Sunnyvale, CA. USA
  steven@semeiosis.org
  Color Information and Decoration Difference.
 */
h1 {
    color : #006;
    background: transparent;
}

h3, h4, h3 a, h4 a {
    color : #39F;
    background: transparent;
    text-decoration : none;
}

h3 a:hover, h4 a:hover {
    color : #F60;
    background: transparent;
    text-decoration : none;
}

input {
    background : #CCF;
    border : 1px solid #ccc;
}

input.radio {
    background : #FFF;
    border : none;
}

input.submit {
}

select {
    background : #CCF;
}

textarea {
    background : #CCF;
    overflow: hidden;
    border : 0px solid #ccc;
}

.dark {
    background-color : #006;
    color : #808080;
}

.light {
    background-color : #00C;
    color : #FFFFFF;
    cursor : pointer;
/* cursor : hand; */
}

.bglight {
    background-color : #CCF;
}

.bgdark {
    background-color : #CCD;
}

.application {
    background-color: #006;
}