﻿.panelContainer { width: 600px; position: absolute; }
.panelTopLeft { height: 37px; width: 15px; background-image: url(../images/topleft.jpg); background-repeat: no-repeat; float: left; }
.panelTopRight { height: 37px; width: 15px; background-image: url(../images/topright.jpg); background-repeat: no-repeat; float: right; }
.panelTop { cursor: move; background-image: url(../images/top.jpg); background-repeat: repeat-x; padding: 0px; font-size: 1.9em; color: #2d5291; width: 100%; height: 37px; line-height: 35px; }
.panelContent { border: solid 1px #adc3d6; padding: 5px !important; vertical-align: top; font-size: 1.2em; background-color: #f0f4f7; }
.panelBottomLeft { height: 37px; width: 15px; background-image: url(../images/bottomleft.jpg); background-repeat: no-repeat; float: left; }
.panelBottomRight { height: 37px; width: 15px; background-image: url(../images/bottomright.jpg); background-repeat: no-repeat; float: right; }
.panelBottom { background-image: url(../images/bottom.jpg); background-repeat: repeat-x; color: #818181; font-size: 1.1em; width: 100%; height: 37px; line-height: 37px; vertical-align: middle; }

.header_collapse { cursor: default; background-image: url(../images/collapse.png); float: right; background-repeat: no-repeat; background-position: center center; width: 28px; height: 37px; }
.header_expand { cursor: default; background-image: url(../images/expand.png); float: right; background-repeat: no-repeat; background-position: center center; width: 28px; height: 37px; }

.footer_collapse { cursor: default; background-image: url(../images/collapse.png); float: right; background-repeat: no-repeat; background-position: center center; width: 28px; height: 37px; }
.footer_expand { cursor: default; background-image: url(../images/expand.png); float: right; background-repeat: no-repeat; background-position: center center; width: 28px; height: 37px; }

.content { float: left; }
