/* general links */
a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

a:visited {
    color: #778899;
}

a:hover {
    color: #000000;
}

a { 
    color: #778899;
}


/* general */
img {
    border: none;
}

li {
    margin-bottom: 3px;
    line-height: 135%;
}


/* header */
body, html {
    color: #000000;
    font-family: sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;

/*    background: url("images/gnopaste_bg.jpg") repeat-y center top;  */
}


#main {
    background-color: #EFEFEF;
    margin: auto;
    padding: 0px;
/*    width: 700px; */
    border-width: 0px;
}

#logo {
    border-bottom: 3px solid #C0C0C0;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#logo a {
    display: block;
    height: 80px;
/*    width: 700px; */
    margin: auto;
    text-decoration: none;
    text-indent: -1000px;

    background: url("images/gnopaste_index.jpg") no-repeat left top;
}


/* main content */
#content {
    margin: 20px;
    border-width: 0px;
    text-align:center;
}


/* module content */
.usertitle {
    color: #8C8C8C;
    text-align: left;
}

.corner {
    padding: 0px 0px 0px 12px;
    margin-left: 0px;

/*    background: url("images/corner.jpg") no-repeat left top;  */
}

fieldset {
    padding:10px;
    text-align:center;
    cursor: default;
}

div #code {
    text-align: left;
    border-width: 1px;
    border-style: dashed;
    background: #FFFFFF;
    padding: 0px;
    margin: 10px;
}

div .fieldsetcontent {
    margin: 10px;
    text-align: center;
}

div #code ul {
    text-align: left;
    list-style-type: none;
}

p#codeblock
{
    padding: 0 10px;
}

ol#codeblock
{
    text-align: left;
    list-style-type: decimal-leading-zero;
}

ol#codeblocknl
{
    text-align: left;
    list-style-type: none;
}

ol#codeblock li
{
    margin: 0;
    padding: 0;

    cursor: auto;
    font-family: monospace;
}

ol#codeblocknl li
{
    margin: 0;
    padding: 0;

    cursor: auto;
    font-family: monospace;
}

.rowstyle0 {
    background: #F5F5F5;
}

.rowstyle1 {
    background: #FFFFFF;
}

.literal {  
    color:purple; 
}

.comment {
    color:green;
}

.keyword {
    color:blue;
}

.xml_tag {
    color:blue;
}

.sch_str { 
    color:black;
}

.sch_num {
    color:black;
}

.sch_chr {
    color:black;
}

.html_entity {
    color:red;
}

.xml_pi {
    color:blue;
}

.sch_literal {
    color:green;
}


/* footer */
#footer {
    font-size: 11px;
    font-family: sans-serif;
    margin: 0em 2em;
    padding: 10px 0px;
    text-align: center;
    cursor: default;
    clear: both;
    font-variant: small-caps;
}

#footer, #footer :link, #footer a:visited {
    color: #C0C0C0;

    font-size: 11px;
}

#advertise {
    color: #B5B5B5;
    text-align: center; 
    font-variant: small-caps;
    white-space: nowrap;
}

#advertise :link, #advertise a:visited {
    color: #575757;
}


/* forms */
form {
    display: inline;
} 

.gfield {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    color: #808080;
    font-size: 11px;
    height: 15px;
    font-family: sans-serif;
    padding: 0px 2px 0px 2px;
    width: 100px;
}

.gbutton {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    color: #808080;
    font-size: 9px;
    height: 17px;
    font-family: sans-serif;
    padding: 1px 2px 1px 2px;
}

.gselect {
    font-size: 9px;
}
