/* Parkytowers - Thin Clients Layout Stylesheet */
/* First we have the body/header/columns definitions */

body{	/* Main Window */
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width:  100%;
  margin: 0px;
  padding:0px;
  border: 0px;
  background:white;
  color: #333333;
}	 

div#hdr{		/* The header section across the top inc logo */
  position: relative;
  margin:   4px 0px;
  padding:  0px;
 /* width:    100%;*/
  background:white;
  color:    blue; 
  border-style: solid;
  border-color: blue;
  border-width: 3px 0px;
  vertical-align: baseline;
}

div#MainBody{		/* MainBody for the content  below the header*/
 position: absolute;
 border-left: solid 122px #D1FAFF;
 padding:  0px;
 margin:   0px 4px;
 background: white;
 z-index: 5;
}

div#ButtonMenu {	/* Buttons down the LHS */
 display: block;
 position: absolute;
 float: left;
 margin-left:  4px;
 padding-left: 6px;
 width:  116px;
 background:#D1FAFF;
 color: #333333;
 z-index: 10;
}

#Content{	/* The Content to the RHS */
 clear: both;
 /*width: 96%;*/
 position: relative;
 float:      right;
 padding:      5px;
 margin-left: 10px;
 margin-right:  10px;
 background:  white;
 color:       black;
 z-index:	0; 
}

#TabMenu{		/* Tabs across the top */
 position: relative;
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 width: 100%;
 padding: 0px;
 margin:  0px;
 border:  0px;
 vertical-align: baseline;
 font-size: 93%;
 background:#D1FAFF;
}
