.MediaExtension_ImageBrowserImage {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	margin: 2px;
	vertical-align: top;
	width: 120px;
	height: 100px;
	text-align: center;
	overflow:hidden;
}
.MediaExtension_ToolFrame {
	border: 1px solid #DDDDDD;
	height: 40px;
	background-color: #FDFDFD;
	line-height:29px;
}
.MediaExtension_ToolbarButton
{
	background:url(button.gif);
	display:inline-block;
	color:#555555;
	font-weight:bold;
	height:25px;
	line-height:24px;
	margin-bottom:1px;
	text-decoration:none;
	width:161px;
	font-family:Tahoma,sans-serif;
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.MediaExtension_ToolbarButton:hover{
	background:url(button_h.gif);
	color:#0066CC;
}
.MediaExtension_ToolbarButton_New{
	background:url(newsymbol_small.jpg) no-repeat 10px 2px;
	text-indent:40px;
	display:block;
}
.MediaExtension_ToolbarButton_Image{
	background:url(imagesymbol_small.jpg) no-repeat 10px 2px;
	text-indent:40px;
	display:block;
}
.MediaExtension_ToolbarButton_Document{
	background:url(pdfsymbol_small.jpg) no-repeat 10px 2px;
	text-indent:40px;
	display:block;
}



.MediaExtension_UploadMessageWindowPanel
{
   font-size:120%;
   font-weight:bold;
   font-family:Tahoma,sans-serif;
   text-align:left;
   background-color:#4898D0;
   color:#FFFFFF;
   background-image:url(toolbar-bg.png);
   padding-top:3px;
   padding-bottom:3px;
   width:100%;
   height:20px;
   margin-bottom:5px;
   font-size:8pt;
}

.modalDialog_transparentDivs {
	filter: alpha(opacity=40); /* Transparency */;
	opacity: 0.4; /* Transparency */;
	background-color: #AAA;
	z-index: 998;
	position: absolute; /* Always needed	*/
}
.modalDialog_contentDiv {
	border: 1px solid #000;
	padding: 0px;
	z-index: 1000;/* Always needed	*/;
	position: absolute; /* Always needed	*/;
	background-color: #FFF;	/* White background color for the message */
   font-size:8pt;

}
.modalDialog_contentDiv_shadow {
	z-index: 999;/* Always needed	- to make it appear below the message */;
	position: absolute; /* Always needed	*/;
	background-color: #555;
	filter: alpha(opacity=30); /* Transparency */;
	opacity: 0.3;	/* Transparency */
}
