.window{ background-color: Transparent; border:1px solid #54a6d7;}
.windowTitleDivisor{height:10px; width: 100%; background-color: #54a6d7;}
.windowTitleText{ height: 20px; font-weight: bolder; padding-left: 5px;}
.windowTitleArea{ height:30px; background-color: Transparent; }
.windowBody{width: 100%; padding: 5px;}

.PopUpWindowsTitle
{
	width:635px;
}
.popupCloseButton{float:right;}
.popupTitle{float:left;}
.divPickTopicPopup{width:650px; height:290px; background-color:#b8cbff; position:absolute; padding:15px; border: 1px outset gray; z-index:99999;}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.popupContent
{
	width:635px;
	height:240px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
	margin-bottom:15px;
	border: 1px #C0C0C0 inset;
	background-color:#f0f8ff;
}

.box
{
	padding: 10px;
	padding-right: 12px;
	/*font-size:20px;*/
	line-height: 25px;
}
