﻿/* style shows MessageCenter and hides ControlPanel */

html {height:100%;}
body {height:100%; overflow : hidden;}

img.options {height: 13px; width: 13px; border-width: 0; background: top left no-repeat; cursor:pointer;}

#pnlMessageCenter {display: block;}
#pnlControl {display: none;}
