﻿html,body
{
    height: 100%;
    margin: 0px;
    background-color: #f3f3f3;
    background-image: url('../Images/bg.png');
    background-repeat: repeat-x;
}
#Container
{
    
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    background-color: #DCDCDC;
}
#header
{
    background-color: #D71A21;
    background-image: url('../Images/KSC-Logo.png');
    height: 125px;
    background-repeat: no-repeat;
}
#navbar 
{
    height: 40px;
    width: 100%;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #D71A21;
    border-right: 1px solid #fff;
    
    
}

/* Navigation bar properties*/

ul#navbarlist
{
    list-style:none;
    height: 40px;
    width: auto;
    margin: 0px;
    padding: 0px;
    
}

ul#navbarlist li
{
    display: inline;
}
ul#navbarlist li a.lastitem
{
    border-style: none none none none;
   
}

ul#navbarlist li a
{
    text-decoration:none;
    width: 107px;
    color: #eee;
    float: left;
    text-align: center;
    border-left: 1px solid #fff;
    padding-top:10px;
    height: 30px;
   
}


ul#navbarlist li a:hover
{
    color: #000000;
    background-color: #CCCCCC;
}


#Content
{
    padding: 10px;
    padding-bottom: 20px;
    overflow:scroll;
    min-height:150px;
    
}
#footer
{
   
    bottom: 0;
    width: 100%;
    height: 40px; /* Height of the footer */;
    background-color: #D71A21;
    color: #FFFFFF;
    font-family: verdana;
    font-size: small;
    
}
p
{
    font-size: 13.5px;
    font-family: Verdana;
    color: #000000;
    margin-right: 25px;
    text-align: justify;
}

h3
{
   
    font-family: verdana;
    font-size: medium;
    text-decoration: underline;
}
h4
{
    margin:0px;
    font-family: Verdana;
    font-size: 14px;
}
.tbldata
{
    font-family: verdana;
    font-size: 14px;
    font-weight: normal;
}
h2
{
    font-family: verdana;
    font-size: large;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}
.tblborderstyle
{
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #D71A42;
}
.space
{
    margin-left: 4px;
}

#SideMenubar
{
    width: 175px;
    height: auto;
    clear: right;
    float:left;
    padding-top: 2px;
    margin-left:0px !important;
}
.sidemenubarhead
{
    background-color:#D71A21;
    height:40px; color:white; 
    font-weight:bold; font-size:20px; 
    font-family:Verdana ; 
    text-align:center;
}
.sidemenubarlist
{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.sidemenubarlist ul
{
    margin: 0;
    padding: 0px;
}
.sidemenubarlist li
{
    background-image: url('../Images/test/closed.gif');
    background-repeat: no-repeat;
    background-position: left center;
    list-style-type: none;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-left:-40px;
}
.sidemenubarlist a
{ 
    text-decoration:none;
    color: #000000;
}
.sidemenubarlist a:hover
{
    color:#D71A21;
}
ul#navbarlist li:nth-child(7), ul#navbarlist li:nth-child(8) {
    display: none;
}