body{
height:100%;
width:100%;
padding:0px;
margin:-1px;
overflow:auto;
}
table.full{
width:100%;
height:100%;
}

div.top{
width:100%;
min-width:900px;
height:40px;
//background-image:url("../Images/bar2.png");
background:#161515;
border-bottom:1px black solid;
}
span.top_left {
display:inline-block;
width:440px;
//color: #e5e5e5;
position:relative;
float:left;
left:30px;
top:10px;
}
span.top_right {
display:inline;
width:460px;
//color: #e5e5e5;
position:relative;
float:right;
right:10px;
top:8px;
}
div.main1 {
//display:block;
border-top:1px solid grey;
border-bottom:1px solid black;
//width:inherit;
//height:100%;
}
div.main2 {
display:block;
//border-left:1px solid grey;
//border-right:1px solid grey;
width:100%;
height:100%;
background-image:url("../Images/collage3.jpg");
background-repeat:repeat;
//background:white;
min-width: 900px;
}
div.search1 {
border:solid;
border-width:1px;
border-color:black;
width:512px;
background:white;
}
div.search2 {
border:solid;
border-width:1px;
border-color:#66bc0a;
background-image:url("../Images/bar.png");
background-repeat:no-repeat;
color:white;
font-size:16;
border-spacing: 0;
}
div.bottom {
color: #e5e5e5;
%height:40px;
min-width:900px;
width:100%;
border-top:1px grey solid;
bottom:0px;
left:0px;
position:absolute;
display:block;
float:bottom;
}
table.bottom {
position:absolute;
bottom:0px;
color: #e5e5e5;
width:100%;
float: bottom;
bottom:0px;
font-size:12;
height:40px;
background-image:url("../Images/bar2.png");
//background-image:url("../Images/collage3.jpg");
//background-color:#161515;
}
a {
text-decoration:none;
color: #e5e5e5;
}
a.blue {
color: blue;
cursor: pointer; 
}
a.black {
color: black;
cursor: pointer; 
}
td.tabtop_unselected {
border-left-style: solid; 
border-left-color: grey; 
border-left-width: 1px; 
border-top-style: solid; 
border-top-color: grey; 
border-top-width: 1px; 
border-right-style: solid; 
border-right-color: grey; 
border-right-width: 1px;
background: white;
color: blue;
cursor: pointer; 
cursor: hand;
}

td.tabtop_selected {
border-left-style: solid; 
border-left-color: black; 
border-left-width: 1px; 
border-top-style: solid; 
border-top-color: black; 
border-top-width: 1px; 
border-right-style: solid; 
border-right-color: black; 
border-right-width: 1px;
background: white;
color: black;
}

td.tabbottom_unselected {
border-left-style: solid; 
border-left-color: #66bc0a; 
border-left-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #66bc0a; 
border-bottom-width: 1px; 
border-right-style: solid; 
border-right-color: #66bc0a; 
border-right-width: 1px; 
background: white;
color: blue;
cursor: pointer; 
cursor: hand;
}

td.tabbottom_selected {
border-left-style: solid; 
border-left-color: yellow; 
border-left-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: yellow; 
border-bottom-width: 1px; 
border-right-style: solid; 
border-right-color: yellow; 
border-right-width: 1px; 
background: white;
font-weight: bold;
color: black;
}
input.search {
border : 1px solid black;
background-color : white;
color : #0E1930;
font-size : 16px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
vertical-align: middle;
}
span.rectangle {
z-index: 0;
display:block;
position:relative;
left:-198px;
top:-18px;
width:70px;
height:33px;
background-image:url("../Images/rect.png");
}