/* 
    Created on : Oct 16, 2015, 2:34:37 PM
    Author     : Oliver
*/

/*
rules and regulations
*/
body {
    background-color: white;
    color: #3399ff;
    font-family: Tahoma, sans-serif;
}
/*
end rules and regulations
*/
/*
start components
*/
#container {
    width: 98%;
    margin: auto;
}

#header {
    width: 100%;
    height: 80px;
    background-color: white;
}

#content {
    width: 100%;
    height: 800px;
}

#footer {
    width: 100%;
    height: 50px;
    padding-top: 25px;
    font-size: 12px;
    font-family: serif;
    text-align: center;
    clear: both;
}
/*
end components
*/
/*
-----user bar start-----
*/
#user_bar {
    width: 15%;
    height: 37.5%;    
    float: right;
}

#user_bar ul {
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

#user_bar ul li {
    float: right;
    height: 100%;
    width: 50%;
}

#user_bar ul li a {
    color: #3399ff;
    text-decoration: none;
    text-align: center;
    display: block;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
}

#user_bar ul li:hover a {
    color: black;
}
/*
-----user bar end
*/
/*
-----nav start-----
*/
#nav {
    width: 100%;
    height: 62.5%;
    float: left;
    background-color: blue;
    border-radius: 10px;
}

#nav ul {
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float: left;
    height: 100%;
    width: 20%;
}

#nav ul li a {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    font-family: Impact, Tahoma, sans-serif;
    font-size: 20px;
    padding-top: 15px;
}

#nav ul li:hover {
    background: #33ccff;
}

#nav ul li:hover a {
    color: yellow;
}
/*
-----nav end-----
*/
/*
-----notifcation start-----
*/
#notification {
    width: 100%;
    height: 50px;
}
/*
-----notifcation end-----
*/
/*
-----profile nav start-----
*/
#profile_nav {
    float: left;
    height: 100%;
    width: 15%;
    background-color: blue;
    border-radius: 10px;
}

#profile_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#profile_nav ul li {
    width: 100%;
    height: 50px;
    border-radius: 10px;
}

#profile_nav ul li a {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    font-family: Impact, Tahoma, sans-serif;
    font-size: 16px;
    padding-top: 15px;
}

#profile_nav ul li:hover {
    background: #33ccff;
}

#profile_nav ul li:hover a {
    color: yellow;
}
/*
-----profile nav end-----
*/
/*
-----profile content begin-----
*/
#profile_content {
    float:right;
    width: 85%;
    height: 100%;
}
/*
-----profile content begin-----
*/
/*
-----package display begin-----
*/
#package {
    width: 250px;
    height: 225px;
    border-radius: 10px;
    margin: 15px;
    background-color: blue;
}
#package div{
    width: inherit;
}
#package div.title{
    color: white;
    font-size: 24px;
    padding-left: 20px;
}
#package div.content{
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
#package div.price{
    color: yellow;
    font-size: 38px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*
-----package display end-----
*/

#std_cal {
    margin: auto;
    width: 800px;
    height: 900px;
}

#cal {
    margin: auto;
    width: 850px;
    height: 850px;
}
