body,html {
	margin:5px;
	padding: 3px;
	height: 100%;
}

.bg {
  /* The image used */
  background-image: url('images/background.jpg');

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.boxmodel {
    border: 2px solid black; 
    padding: 10px;  
    margin: 0px;
}
.width-sm {
    width: 20%;
    min-width: 180px;
}
.width-med {
    width: 50%;
    min-width: 180px;
}
.width-lg {
    width: 100%;
    min-width: 180px;
}
.error {
    display: inline;
    color: red;
}
.inline{
    display: inline;
}
h1 {
    font-size: 150%;
    color:blue;
}
h2 {
    font-size: 125%;
}
.p {
    text-align: left; 
    display:none
}
.e {
    font-weight: bold;
    color: #000000;
}
.h {
    font-weight: bold;
    color: white;
}
.v {
    word-break:break-all;
    color: #000000;
}
.vr {
    background-color: #cccccc;
    text-align: right;
    color: #000000;
}
.h img{
    display:none;
}
.h {
    background-color: #2D649C;
    color:white; 
}
hr {
    width: 600px; 
    background-color: #cccccc;
    border: 0px; 
    height: 1px;
    color: #000000;
}
input.noborder_transparent {
    border: none;
    background: transparent;
}
.version {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 70%;
    color:blue;
}
tr.highlight {
    background-color: #81ACCE
}
pre {
    margin: 0px;
    font-family: monospace;
}
a:link {
    color: #000099;
    text-decoration: none;
    background-color: #ffffff;
}
a:hover {
    text-decoration: underline;
}
table {
    border-collapse: collapse;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.center table {
    margin-left: auto; 
    margin-right: auto; 
    text-align: left;
}
.center th {
    text-align: center !important; 
}
td, th { 
    border: 1px solid #000000;
    font-size: 75%; 
    vertical-align: baseline;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display:none;
}
.remark {
	color: blue;
	font-style: italic;
}

