/* Display of the widget */


#psdwidget .dojoLayoutContainer {
	width: 274px;
	height: 50px;
}

/*
#psdwidget .dojoTabContainer {
	width: 300px;
	height: 50px;
}
*/

#psdwidget .dojoTabPaneWrapper {
/*	background: #e3f2f5; */
	overflow: auto;
}


#psdwidget .dojoComboBox {
	width: 250px;
}

#psdwidget .dojoButton {
/*	float: right; */
}


#psdwidget .TreeNode {
/*	font-weight: bold; */
}

/* Display of the org popup window - uses id=orgPopup*/
#orgPopup { 
	width: 274px;
	height: 300px;
}

#orgPopup .dojoFloatingPaneClient {
/*	background: #e3f2f5; */
	background: white; 
}

#orgPopup .dojoTabContainer {
	width: 100%;
	height: 92%;
}

#orgPopup .dojoContentPane {
	width: 100%;
	height: 8%;
}

/* Org data */
#orgPopup .orgIdent {
	font-weight: bold;
	white-space: pre;
	clear: both;
	float: left;
}

#orgPopup .phone {
	white-space: pre;
	clear: both;
	float: left;
	padding-top: 8%;
}

#orgPopup .fax {
	white-space: pre;
	clear: both;
	float: left;
	padding-top: 8%;
}

#orgPopup .web {
	white-space: pre;
	clear: both;
	float: left;
	padding-top: 8%;
}

#orgPopup .address {
	white-space: pre;
	clear: both;
	float: left;
	padding-top: 8%;
}

#orgPopup .post {
	white-space: pre;
	clear: both;
	float: left;
	padding-top: 8%;
}


/* Display of the broswe popup window - uses id=broswePopup*/
#browsePopup { 
/*	position: absolute;
	left: 100px; top: 100px; */
	width: 274px;
	height: 300px;
}

#broswePopup .dojoFloatingPaneClient {
/*	background: #e3f2f5; */
	background: white; 
}

#broswePopup .dojoTabContainer {
	width: 100%;
	height: 100%;
}


/* Display of the feedback popup window - uses id=feedbackPopup*/
#feedbackPopup { 
/*	position: absolute;
	left: 100px; top: 100px; */
	width: 274px;
	height: 300px;
}

#feedbackPopup .dojoFloatingPaneClient {
/*	background: #e3f2f5; */
	background: white; 
}

#feedbackPopup .dojoTabContainer {
	width: 100%;
	height: 100%;
}

/* Display of the about popup window - uses id=aboutPopup*/
#aboutPopup { 
/*	position: absolute;
	left: 100px; top: 100px; */
	width: 274px;
	height: 300px;
}

#aboutPopup .dojoFloatingPaneClient {
/*	background: #e3f2f5; */
	background: white; 
}

#aboutPopup .dojoTabContainer {
	width: 100%;
	height: 100%;
}

