html							{ overflow-x: hidden; overflow-y: scroll; }

body							{ margin-left: 2px; background-image: url(/Img/Framework/AlexBackgroundLine.gif); background-position: left; background-repeat: repeat-y; }

#ImagePanel						{ float: left; margin: 4px 0px 15px 0px; overflow: hidden; width: 262px; }
#ImagePanel div					{ line-height: 0px; }
#ImagePanel	img					{ border: 1px solid #8f8f8f; }
#ImagePanel	p					{ font-style: italic; font-size: 65%; margin-top: 5px; }

#NamePanel						{ float: left; margin: 10px 0px 30px 20px; }
#NamePanel h1					{ margin-bottom: 5px; padding-top: 6px; }
#NamePanel p					{ font-weight: bold; }
#NamePanel p.NameAlias			{ margin-top: 15px; font-weight: normal; font-size: 70%; }

#MenuPanel						{ margin-top: 20px; }
#MenuPanel div					{ width: 150px; background-color: #ececec; font-size: 70%; color: #555555; font-weight: bold; padding: 5px 7px 5px 7px; margin-bottom: 1px; }
#MenuPanel div a				{ color: #555555; font-weight: bold; }
#MenuPanel div.Active			{ background-color: #e18518; color: #ffffff; }
#MenuPanel div.Active a			{ color: #ffffff; font-weight: bold; }
#MenuPanel.Simple div.Active	{ background-color: #70869a; color: #ffffff; }
#MenuPanel.Simple div.Active a	{ color: #ffffff; font-weight: bold; }

#MenuPanel div.External			{ background-color: #ffffff; padding: 4px 6px 4px 6px; border: 1px solid #ececec; color: #ffffff; background-image: url(/Img/Framework/ExternalGrey.gif); background-position: 149px 2px; background-repeat: no-repeat; }
#MenuPanel div.External	a		{ margin-right: 10px; }
#PrintHeaderPanel				{ display: none; }¨

.Shadow { 
    -moz-box-shadow: 3px 3px 4px #000; 
    -webkit-box-shadow: 3px 3px 4px #000; 
  	box-shadow: 3px 3px 4px #000; 
    /* For IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; 
    /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
