﻿/*
    This css file contains the main items for the demo, fonts, backgrounds for divs etc
    just place the correct background in the images directory and update the div definition below to show the background.
*/
* {
    margin: 0;
    padding: 0;
}

.topbanner {
    padding: 0px;
    margin:0px;
    background-color:#1371B9;
    min-height: 50px;
    font-family:arial;
    font-size :12px;
    color:white;
}

a {
    color: #FFF;
    cursor: pointer;
    text-decoration:none;
}

.content {
    padding: 0px;
    margin: 0px;
    width: 980px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family:arial;
    font-size :12px;
}

.demoheader {
    width: 980px;
    background-color:#FFF;
    /*background-image: url('../images/header.jpg');*/
    background-repeat: no-repeat;
    min-height:60px;
}

.demobody {
    width: 980px;
    background-color:#FFF;
    /*background-image: url('../images/body.jpg');*/
    background-repeat: no-repeat;
    min-height:700px;
}

.demofooter {
    width: 980px;
    background-color:#FFF;
    /*background-image: url('../images/footer.jpg');*/
    background-repeat: no-repeat;
    min-height:60px;
}

#logInLinks {
    padding: 18px 0;
    margin: 0px;
    width:300px;
    display: block;
    margin-left: auto;
    margin-right: 20px;
}

#loggedInLinks {
    padding: 15px 0;
    margin: 0px;
    width:300px;
    display: block;
    margin-left: auto;
    margin-right: 20px;
}

.panellinks a {
    
}

.languagePanel{
    float:left;
}

.profilePic {
    width: 25px;
    height: 25px;
    border-radius: 10px;
}

