body, html
{
   margin:0;
   padding:0;
   max-width:1280px;
   min-width:650px;
   background: url(/images/back.png) 15% 0;
   height:100%;
}

p, h1, h2, h3, h4, h5, h6
{
   margin-top:0;
}

h1
{
   text-align: center;
}

h2
{
   
}

h3
{
   
}

h4
{
   text-align: center;
}

#header
{
   width:100%;
   background-image:url(/images/header.png);
   height:75px;
   background-color:black;
   background-position: center;
   background-repeat: no-repeat;
}

#left
{
	position:absolute;
	top: 75px;
	left: 0;
	width: 15%;
}

#right
{
	margin-left: 16%;
	color:black;
	margin-right: 27%;
}

#rightside
{
   
   width:25%;
   margin-right:2%;
   float:right;
   text-align:justify;
}

#content
{
   position:relative;
   min-height:100%;
}

#footer
{
   clear:both;
   position:relative;
   margin-top:-31px;
   height:31px;
   width:100%;
   background-image:url(/images/footer.png);
   background-color:black;
   background-repeat: no-repeat;
}

img.sidebar
{
   width:100%;
   height:100%;
   border:0;
}

img.valid
{
   width:88px;
   height:31px;
   border:0;
   margin-top:25%;
}


img.thumbnail
{
   height:150px;
   width:200px;
   text-align:center;
}

td.nowrap
{
   white-space: nowrap;
   font-weight: bold;
}

td.busy
{
   background-color:#8dc182;
}

td.unavailable
{
   background-color:#EDDA74;
}

table.style
{
   border-width: 1px 1px 1px 1px;
   border-spacing: 2px;
   border-style: outset outset outset outset;
   border-color: gray gray gray gray;
   border-collapse: collapse;
   background-color: white;
}

table.style th 
{
   border-width: 1px 1px 1px 1px;
   padding: 1px 1px 1px 1px;
   border-style: inset inset inset inset;
   border-color: gray gray gray gray;
   background-color: white;
}
table.style td 
{
   border-width: 1px 1px 1px 1px;
   padding: 1px 1px 1px 1px;
   border-style: inset inset inset inset;
   border-color: gray gray gray gray;
   text-align:left;
}

div.progress
{
   background: url(/images/percent.png) no-repeat left center;
   width: 300px;
   height: 40px;
   margin:0;
   text-align:center;
   font-weight:bold;
   line-height:40px;
}

div.percent
{
    background: url(/images/progress.png) no-repeat left center;
	height:40px;
	margin:0;
	margin-top:-40px;
}