@font-face
{
    font-family: openSansLight;
    src: url("../fonts/open-sans.light.ttf");
}

@font-face
{
    font-family: openSansLight;
    src: url("../fonts/open-sans.regular.ttf");
    font-weight: bold;
}

*
{
    margin: 0px;
    padding: 0px;
    font-family: openSansLight;
    border: none;
    cursor: default;
    outline: 0;
    -webkit-user-select: none;
/*    border: solid blue 2px;*/
}

body
{
    background-color: rgb(222, 222, 222);
    width: 100%;
    height: 100%;
}

.backgroundGray
{
    background-color: rgb(212, 212, 212);
}

.backgroundLightGray
{
    background-color: rgb(221, 221, 221);
}

.backgroundDarkGray
{
    background-color: rgb(204, 204, 204);
}

.borderGray
{
    border: solid rgb(212, 212, 212) 2px;
}

.borderLightGray
{
    border: solid rgb(221, 221, 221) 2px;
}

.borderRed
{
    border: solid rgb(221, 19, 33) 2px;
}

.borderPurple
{
    border: solid rgb(123, 70, 115) 2px;
}

.borderBlue
{
    border: solid rgb(14, 127, 205) 2px;
}

.backgroundRed
{
    background-color: rgb(221, 19, 33);
}

.backgroundBlue
{
    background-color: rgb(14, 127, 205);
}

.backgroundWhite
{
    background-color: rgb(238, 238, 238)
}

.backgroundBlack
{
    background-color: rgb(0, 0, 0)
}

/*.curvedBorder
{
    border-radius: 4px;
}*/

.centerText
{
    text-align: center;
}

textArea
{
    resize: none;
    background-color: rgb(238, 238, 238)
}

input
{
    background-color: rgb(238, 238, 238)
}

/* CONTENT */
#content
{
    position: absolute;
    width: 987px;
    height: 625px;
    top: 50%;
    left: 50%;
    margin-top: -312.5px;
    margin-left: -493.5px;
}

#titleBox
{
    position: absolute;
    top: 15px;
    left: 0px;
    width: 375px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}