body {
margin: 0px;
background-color: #EEEEEE;
}

table.global_table{
width: 100%;
height: 100%;
border: 0px dotted #000000;
overflow: auto;
}

td.header_blue{
background: url("images/header_blue.jpg");
height: 19px;
text-align: right;
padding-right: 12px;
color: #ffffff;
}

td.footer_blue{
background: url("images/footer_blue.jpg");
height: 19px;
text-align: center;
color: #ffffff;
}

td.window{
overflow: auto;
width: 489px;
min-height: 325px;
height: 325px;
border: 0px dotted #000000;
}

div.window_header{
background: url("images/window_header.jpg");
height: 42px;
}

div.window_footer{
background: url("images/window_footer.jpg");
height: 42px;
}

div.window{
width: 489px;
min-height: 325px;
height: auto;
margin-top: -90px;
position:relative;
text-align: center;
padding-top: 6px;
}

div.shadow_down{
width: 100%;
height: 90px;
background: url("images/shadow_down.jpg");
}

div.shadow_up{
width: 100%;
height: 90px;
background: url("images/shadow_up.jpg");
margin-top: -90px;
}

td.r1, td.r2, td.r3, td.r4, td.r6, td.r7, td.r8{
height: auto;
width: auto; 
text-align: center; 
vertical-align: middle;
}

.r2 a:hover{
	border: 0px;
}

td.r5{
height: auto;
width: auto;
}

ul, li{
margin: 0px;
padding: 0px;
}
