
@import url("tpl/project.css");


HTML, BODY, TD {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
A {
    text-decoration: none;
    border-bottom: 1px dotted blue;
}

#page {
    width: 0%;
    text-align: center;
    position:absolute;
    top: 30px;
    left: 50%;
}

#body,
#body-home,
#body-join {
    width: 700px;
    position:absolute;
    left: -350px;
    text-align: left;
}

#logo {
    float: left;
}
DIV.inspired,
DIV.intro {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #1276d1;
    margin-bottom: 20px;
}
DIV.intro SPAN.larger {
    font-size: 24px;
    color: #11599b;
}
DIV.summary {
    font-size: 13px;
    color: black;
    margin-top: 20px;
    text-align: justify;
    padding-left: 127px;
    padding-right: 40px;
    
}
#button-install-devcomp {
    margin-top: 40px;
    position:absolute;
    left: 20%;
    width: 60%;
    text-align: center;
}
#button-install-devcomp IMG:hover {
    cursor: pointer;
}
#install-dialog {
    display: none;
    font-size: 16px;
    background-color: white;
    color: black;
}
#install-dialog,
TD,
INPUT {
    font-size: 16px;
}
#install-dialog H1 {
    display: inline-block;
    font-size: 20px;
    color: red;
    border-bottom: 1px solid black;
    margin: 0px;
    margin-top: 10px;
}

#dialog-wrong-browser {
    display: none;
    text-align: center;
    font-weight: bold;
    padding-top: 90px;
}
#dialog-form {
    display: none;
}

#content {
    margin-top: 170px;
}
DIV.coming-soon {
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-top: 20px;
    text-align: center;
}
DIV.beta-program {
    margin-top: 20px;
    text-align: center;
}
#news {
    margin-top: 30px;
}
#news DIV.header {
    background-image: url(/resources/images/twitter-mini-a.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 16px;
}
#news DIV.tweet {
    margin-top: 30px;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px;
}
#news DIV.date {
    margin-top: 1px;
    padding-right: 5px;
    float: right;
    font-weight: bold;
    color: #acacac;
}

DIV.heading {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}
DIV.project {
    margin-bottom: 30px;
}


H1 {
    font-size: 13px;
}


#mugshot {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid black;
}


A {
    border-bottom: 1px dotted blue;
}
A:hover {
    cursor: pointer;
}


#copyright {
    margin-top: 30px;
    font-size: 9px;
    margin-bottom: 30px;
    text-align: right;
}



#header {
    margin-bottom: 30px;
}
#header > #login {
    float: right;
}


#body-home #introduction {
    padding-bottom: 50px;
}

#body-home #introduction H1 {
    font-size: 15px;
}

#body-home #introduction H2 {
    font-size: 12px;
}

#body-home #introduction SPAN.step {
    font-size: 12px;
    font-weight: bold;
    color: red;
}

#body-home #introduction SPAN.gray {
    color: #ACACAC;
}



#body-join #content-main {
    margin-top: 65px;
    font-size: 14px;
    text-align: justify;
}
#body-join #content-main SPAN.em {
    font-weight: bold;
    color: red;
}
#body-join #content-main A {
    text-decoration: none;
    border-bottom: 1px dotted blue;
}
#body-join #content-main P.date {
    font-weight: bold;
    color: #bcbcbc;
}
#body-join #content-main P.intro {
    font-weight: bold;
    color: #1276d1;
}
#body-join #content-main P.intro SPAN.larger {
    font-size: 16px;
    color: #11599b;
}
#body-join #content-main DIV.centered-link {
    text-align: center;
    font-size: 20px;
}


#body-join #beta-program #error {
    display: none;
    color: red;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#body-join #beta-program #success {
    display: none;
    color: green;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#body-join #beta-program TD {
    font-size: 11px;
}
#body-join #beta-program TD.label {
    vertical-align: top;
    text-align: right;
    padding-top: 6px;
    padding-right: 5px;
}
#body-join #beta-program INPUT[type=text] {
    border-collapse: collapse;
    border: 1px solid #cfcfcf;
    width: 250px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
#body-join #beta-program TEXTAREA {
    border-collapse: collapse;
    border: 1px solid #cfcfcf;
    width: 250px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}




#install-form TR.error {
    display: none;
    color: red;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#install-form TR.success {
    display: none;
    color: green;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}




#page.landing {
    padding-top: 100px;
}

