/* Custom dialogs buttons */
.reToolbar.Default .SocialMediaExplorer
{
   background-image: url('/images/icon_social_media_explorer.gif');
}

/* END Custom dialogs buttons */

/* popup extender window */
 
.popupExtenderWindow
{
	border:solid 2px #98AFC7;
	background-color:White;
}

.popupExtenderHeader
{
	width:100%;height:16px;text-align:right;background-color:#98AFC7;
}

.popupExtenderModalBackground
{
    background-color:#D0D0D0;
    filter:alpha(opacity=70);
    opacity:0.7;
}
 
  /* Exit popup window */
.CommunitySearchTextBox
{
	width:150px;
	font:12px/14px arial,verdana,sans-serif;
	color: #336699;	
}

.CommunitySearchButtonImage
{
	width:19px;
	height:19px;
}

.CommunitySearchWaterMark
{
	width:150px;	
	font:12px/14px arial,verdana,sans-serif;
	color:Gray;
	font-style:italic;
}

.CommunitySearchHeader
{
	font-family: arial,verdana,sans-serif;
    font-size: 13px;
    font-weight:bold;
    color: #0066FF;
}

.CommunitySearchTable
{
	border: solid 1px #D8D8D8;
	border-left:solid 0px #D8D8D8; 
	border-right:solid 0px #D8D8D8;
}

/* notification */
.notificationItem
{
	font-size:13px;
	color:Red;
} 

.notificationTitle
{
	font-size:13px;
	font-weight:bold;
    color:Black;
}

.notificationCloseLink
{
	font-size:13px;
	color:#0101DF;
}
.notificationMessage
{
	padding:15px;
	font-size:12px;
	color:Black;
	background-color:#D8D8D8;
}

.notificationDivHeaderFooter
{
	background-color:#A4A4A4;
	height:25px;
}

.notificationTdLeftTop
{
	background-color:#A4A4A4;
	width:25px;
}

.notificationPopup
{
	border:solid 2px #98AFC7;
	background-color:Gray;
}

.notificationModalBackground
{
    background-color:#D0D0D0;
    filter:alpha(opacity=70);
    opacity:0.7;
}
/* notification */
  
