.header{
    background-color: #FF6600;
    color: #FFF;
}

.big-button, .small-inline-button{
    background: #FF6600;
    color: #FFF;
}

button{background: #FF6600;
       color: #FFF;
       text-shadow:none !important;
       border:none !important;
       box-shadow:none !important;
}

.graybox{
    border-top: 1px solid #FF6600;
    border-bottom: 1px solid #FF6600;
    background: #555;
    color: #FFF;
}

.graybox a{
    color: #FF6600;
}

.login{
    border: none;
}

.pageheading{

    color: #000000;
    text-align: center;
    margin-top: 0;  
    font-size: 1.2em;
}

a{
    color: #FF6600;
}

.topactions a, .bottomactions a{
    padding-right: 5px;
}

.topactions, .bottomactions{
    color: #FFF;
    background-color: #545454;//#FF6600;
}

.topactions a, .topactions a:link, .topactions a:visited,
.bottomactions a, .bottomactions a:link, .bottomactions a:visited
{
    color: #FFF;
    text-decoration: none;
}

.text-orange{
    color: #FF6600;
}

.orange-button {
    display: block;
    width: 180px;
    height: 25px;
    background: #FF6600;
    padding: 5px;
    text-align: center;
    color: white;
    text-decoration:none;
    font-weight: bold
}

#menu, #menu li{
    list-style: none;
}

#menu{
    margin:0;
    padding: 0;
}

#menu li{
    margin-bottom: 3px;
}

#menu a{
    color: #000000;
}

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}