﻿html {
    height: 100%; 
}
    
body {
    text-align: center;
    height: 100%;
    font-family:sans-serif;
    font-size: 10pt;
    min-height: 100%;
    color:#333;
    background-color: #f6f6f6;
    margin-top: 0;
    
}
h1, h2 {
    color: #990B0E;
    margin-bottom: 5px;
    margin-top: 5px;
}
h3 {   
    color: #800000;
    font-size: 10pt;
    margin-bottom: 5px;
    margin-top: 20px;
    
}
a {
    color:#ff7959
}

#container-back {
    width: 820px;
    background: url('/media/loxit/static/img/back.gif') repeat-y ;
    /* height: 100%; */
    margin-left: auto;
    margin-right: auto;
    
}
#container {
    text-align: left;
    width: 780px ;
    /* height: 100%; */
    margin-left: 20px;
    margin-right: 20px;
 }
#content {
    margin-left:  200px;
    /* height: 100%; */
    padding: 0px 10px 10px 10px;
    line-height: 20px;
    font-size: 9pt;
    }
    
    
#content thead {
    background-color: #dee2d4;
    font-weight: bolder;
    text-align: center;
    padding: 2px;
    font-size: 10pt;
    }
#content tbody {
    background-color: #F5F5F5;
    font-size: 10pt;
    padding: 5px;
    }
#header {
    background-image: url("/media/loxit/static/img/logo_loxit.jpg");
    height: 175px;
    background-repeat: none;
}
#navbar {
    float: left;
    width: 200px;
    /* height: 100%; */
}
#footer {
    clear: all;
    background-color: grey;
    padding: 2px;
    text-align: center;
    color: white;
    font-weight: bold;
    }



#menu {
	width: 200px;
	margin: 0px;
	font-size: 9pt;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited  {
	color: #FFF;
	display: block;
	background:  url(/media/loxit/static/img/menu/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover,  #menu li a.selected {
	color: #FFF;
	background:   url(/media/loxit/static/img/menu/menu.gif);
    url(/media/loxit/static/img/menu/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    /* font-size: 99%; */
	font-weight: bold;
	}

p {
	font-size: 10pt;
}


