/*
This style sheet contains styles for elements in the index.html.
*/

html {
    height:             100%;    
}

body {
    margin:             0px; 
    padding:            0px; 
    overflow-x:         hidden; 
    height:             100%;
}

a {
    color:          #f9903b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

/*
Styles for the Get Flash Player message.
*/

.flash-msg-container {
    text-align:         center;
    color:              #4b4b4b;
    padding-top:        40px;
    line-height:        25px;
    font-family:        Arial, sans-serif;
}

.flash-msg-large {
    font-size: 20px;
}

.flash-msg-btn {
    padding:    10px;
    display:    block;
    max-width:  400px;
    margin:     0 auto;
    margin-top: 15px;
    border:     1px solid #f9903b;
}

.flash-msg-btn:hover {
    color:            white;
    background-color: #f9903b;
    text-decoration:   none;
}

.flash-msg-logo {
    margin-left: 35px
}