#GraphWindow {
background-color: #fff;
position:absolute;
left:0;
top:0;
width:500px;
height:400px;
}

#GraphWindow .moveable {
cursor: move;
}

#GraphWindow #Graph {
border: 1px solid #b6c2cb;
border-top: 0;
background-color: #fff;
height: 100%;
padding: 5px;
}

#GraphWindow h1 {
background-color: #cce0ef;
border-bottom: 1px solid #b6c2cb;
border-top: 1px solid #909aa1;
border-left: 1px solid #b6c2cb;
border-right: 1px solid #b6c2cb;
clear: both;
color: #000;
height: 25px;
line-height: 25px;
min-height: 25px;
padding: 0 12px;
}

html>body #GraphWindow h1 {
height: auto;
}

#GraphWindow h1	span {
float: left;
}

#GraphWindow h1	a:link,
#GraphWindow h1	a:focus,
#GraphWindow h1	a:active,
#GraphWindow h1	a:visited {
color: #316295;
float: right;
font-weight: normal;
}

#GraphWindow h2 {
background-color: #eee;
border-top: 0;
border-bottom: 1px solid #b6c2cb;
border-left: 1px solid #b6c2cb;
border-right: 1px solid #b6c2cb;
clear: both;
color: #666;
height: 25px;
line-height: 25px;
min-height: 25px;
padding-left: 12px;
margin-bottom : 0px !important;
}

html>body #GraphWindow h2 {
height: auto;
}
