div#leftColumn{
	float: left;
	width: 697px;
}

html#ie6 div#leftColumn{
	width: 691px;
}

div#rightColumn{
	float: right;
	width: 197px;
}

div#contentHeading{
	border: 1px solid #0066cc;
	background-color: #eff5fa;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	/*padding-bottom: 25px;*/
}

div.panelSplitter{
	clear: both;
	height: 5px;
}

div#contentHeading h1{
	padding: 0px;
	margin: 0px;
	color: #cc6633;
	font-size: 12pt;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

div#contentHeading h2{
	padding: 0px;
	margin: 0px;
	color: #cc6633;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 5px;
}

div.WorkshopLoading div#contentHeading h2{
	padding: 0px;
	margin: 0px;
	color: #cc6633;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 5px !important;
	padding-top: 2px !important;
}

div.WorkshopLoading h2, div.DirectoryContainer h2
{
	padding: 0px;
	margin: 0px;
	color: #cc6633;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 5px !important;
	padding-top: 2px !important;
}

div#contentHeading h3{
	padding: 0px;
	margin: 0px;
	color: #cc6633;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 5px;	
}

div#contentHeading h7{
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 10px;	
}

div#contentHeading p{
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

div#panels{
	margin-left: 0px;
	width: 707px;
}

html#ie6 div#panels{
	width: 703px;
}

div#panels div.panel{
	padding: 0px;
	margin: 0px;
	border: 1px solid #0066cc;
	float: left;
	width: 217px;
	background-color: #ffffff;
	margin-right: 5px;
	padding: 5px;
	background-image: url("/images/panel.png");
	background-repeat: repeat-x;
	background-position: top left;
	color: #888888;
	cursor: pointer;
	margin-bottom: 5px;
	overflow: hidden;
}

html#ie6 div#panels div.panel{
	background-image: url("/images/panel.jpg");
	width: 215px;
}

div#panels div.threeSpan{
	width: 685px;
}

html#ie6 div#panels div.threeSpan{
	width: 681px;
}

div#panels div.noPopup{
	cursor: default;
}

div#panels div.panel:hover{
	border: 1px solid #000000;
	background-color: #eff5fa;
}

div#panels div.noPopup:hover{
	border: 1px solid #0066cc;
	background-color: #ffffff;
}

div#panels div.right{
	margin-right: 0px;
}

div.gadgetContentWrapper
{
	position:relative;
	overflow:auto;
	z-index:1;
}

div#panels div.panel p,
div#panels div.panel .gadgetContent{
	height: 223px;
	padding: 0px;
	margin:3px 0px 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
	clear: both;
	overflow: auto;
}

div#panels div.panel .gadgetLoading{
	background-position: center center;
	background-image: url("/images/gadgetLoading.gif");
}

div#panels div.panel .gadgetLoading div,
div#panels div.panel .gadgetLoading span,
div#panels div.panel .gadgetLoading a,
div#panels div.panel .gadgetLoading label,
div#panels div.panel .gadgetLoading img{
	visibility: hidden;
}

div#panels div.panel .noPermission{
	background-position: center center;
	background-image: url("/images/noPermission.png");
}

div#panels div.panel h1{
	font-weight: normal;
	color: #cc6633;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
	/*margin-bottom: 10px;*/
	padding-top: 0px;
	width: 215px;
}

div#panels div.threeSpan h1{
	width: auto;
	padding-top: 0px;
	background-position: top left;
}

/*div#panels div.threeSpan h1{
	font-weight: normal;
	color: #ffffff;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align:right;
	float:left;
}*/

div#panels div.panel h1 a:hover{
	cursor: pointer;
	color: #000000;
}

div#siteAlert{
	border: 1px solid #cc000a;
	background-color: #cc666b;
	color: #ffffff;
	padding: 4px;
	padding-left: 40px;
	background-image: url("/images/siteAlert.png");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
}

div#siteAlert h1
{
	font-weight:bold;
	font-size: 11pt;
}

div#siteAlert a
{
	color:#fff;
}

div#panels div.panel a.changeGadget{
	float: right;
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	margin: 0px;
	padding: 0px;
	margin-right: -4px;
	margin-top: -15px;
	padding-right: 5px;
}

div#panels div.panel div.gadgetOptions
{
	display: none;
	border: 1px solid #000000;
	background-color: #fff;
	text-align: left;
	z-index:2;
}

div#panels div.panel div.gadgetOptions h3{
	background-color: #6699cc;
	background-image: url("/images/buttonBackground.png");
	background-repeat: repeat-x;
	background-position: top left;
	color: #ffffff;
	padding: 2px;
	margin: 0px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 8pt;
	font-weight: normal;
	border-bottom: 1px solid #0066cc;
	text-align: center;
}

div#panels div.panel div.gadgetOptions a{
	display: block;
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

div#panels div.panel div.gadgetOptions a:hover{
	text-decoration: underline;
}

div#panels div.panel div.gadgetOptions a.close{
	border-top: 1px dotted #000000;
	cursor: pointer;
}

div#panels div.panel div.gadgetOptionsShadow{
	display: none;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url("/images/popupShadow.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 175px;
	position: absolute;
}

div#panels div.threeSpan div.gadgetOptionsShadow{
	margin-left: 643px;
	z-index:2;
}

div#panels div.panel div.gadgetOptionsShadow div.gadgetOptions{
	display: block;
}

