﻿html
{
    background-image: url(../../images/background1.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: fixed;
    background-color: #000033;
}

body
{
    margin: 0px;
    font: 0.7em Verdana,Arial,Helvetica,sans-serif;
    color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
a:link
{
    color: #FFFFFF;
}
a:visited
{
    color: #FFFFFF;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    color: #FFFFFF;
    text-decoration: none;
}


.whitelink:active, .whitelink:link, .whitelink:visited
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.whitelink:hover
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
}

.whitetext
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.orangetext
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 15px;
    color: #ffbd1d;
    font-weight: bold;
    text-decoration: none;
}

.sm_orangetext
{
    font-family: 'Verdana' ,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #ffbd1d;
    font-weight: bold;
    text-decoration: none;
}
/* zero margin on all forms */
form
{
    margin: 0px;
}
/* begin classes */
input, select, textarea
{
    margin-bottom: 8px;
}


/* condense in mark up to be '.button' */
.submit, .reset, .delete, .create, .add, .copy
{
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 0.9em;
    height: 28px;
}
/* make submit button larger */
.submit
{
    width: 108px;
}
/* create section heading container to separate long forms */
.formsection
{
    padding: 2px;
    margin-top: 15px;
    background: #D6DDE9 url(../../images/background_formsection.gif) repeat-x center;
    font-weight: bold;
}

.instructions
{
    font-weight: normal;
    font-size: 10px;
    color: #FF0000;
    font-style: italic;
}

.help
{
    font-weight: normal;
    font-size: 10px;
    color: #333333;
}

/* define user messages */

.usermesssage
{
    font-weight: normal;
    font-size: 10px;
    color: #FF0000;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility). I've also hidden the table in the admin_create_projects.html page */
.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

img
{
    border: none;
}

.footer
{
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
}
#shareBTN
{
    position: absolute;
    top: 50%;
    left: 2%;
    z-index: 20;
}
