/*
@import url("js/jquery-ui/ui.core.css");
@import url("js/jquery-ui/ui.dialog.css");
@import url("js/jquery-ui/ui.theme.css");
*/
@import url("/DesktopModules/Bring2mind/DMX/module.css");
/* ================================
    Css for Document Exchange
   ================================
*/

.FileGrid_Container
{
 font-weight:  normal;
 font-size: 8pt;
 font-family: Verdana, Arial, Helvetica;
 border-collapse: collapse;
 margin-bottom: 30px;
}
.FileGrid_Container td
{
 padding: 6px 4px 2px 2px;
 height: 28px;
 color: #093890;
 overflow: hidden;
 vertical-align: top;
}

.FileGrid_Item
{
}
.FileGrid_Container a, .FileGrid_Container a:link, .FileGrid_Container a:visited
{
 color: #093890;
 text-decoration: none;
}
.FileGrid_Container a:hover, .FileGrid_Container a:active
{
 color: #5295FF;
 text-decoration: underline;
}
.FileGrid_AlternatingItem
{
}
.FileGrid_HighlightedItem
{
	background-color: #FAFF9B;
}
.FileGrid_MouseOverRow
{
	background-color: #ddd;
}

.FileGrid_Header
{
	background-color:#CFE0FC;
	color: #093890;
}
.FileGrid_Header a:link, .FileGrid_Header a:visited
{
	color: #093890;
	text-decoration: none;
}
.FileGrid_Header a:hover, .FileGrid_Header a:active
{
	color: #fff;
	text-decoration: none;
}
.FileGrid_Header td
{
 padding: 8px 4px 4px 2px;
 font-weight: bold;
}

.FileGrid_Pager
{
 font-weight:  bold;
 font-size: 9pt;
 font-family: Verdana, Arial, Helvetica;
 line-height: 3em;
}
tr.FileGrid_Pager td span, tr.FileGrid_Pager td a
{
 border: solid 1px #666;
 padding: 2px 6px 2px 6px;
}

tr.FileGrid_Pager td a:hover
{
 background-color: #999;
 color: white;
}

.Description 
{
 color: #555;
}

.DMX_filter{background:#EFF5D9;padding:5px}
.DMX_filter table{width:100%;}
.DMX_filter th{padding:0 10px;}
.DMX_filter td{padding:0 10px;}
.DMX_filter .field{}
.DMX_filter .operation{}
.DMX_filter .text{width:100%;}
.DMX_filter .overflow-ellipsis {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;display: inline-block;}
.DMX_filter input.search_button{background:#E58A1F;padding:2px 5px;font-weight:bold;color:White;}

.divSquare{background:url("/DesktopModules/Bring2mind/DMX/Addons/WhatsNew/images/square.gif") no-repeat scroll left 6px transparent;
height:16px;width:10px;}
.DMX_icox
{height:16px;overflow:hidden;}
.DMX_views
{text-align:right;padding:5px 0 5px 0;}

.DMX_thumb
{	
	float: left;
	margin: 5px;
	width: 120px;
	height: 240px;
	overflow: hidden;
}

.DMX_thumb a.Title
{
     font-size: 10px;
}
.DMX_thumb a.Title img
{
     margin-bottom:5px;
     border-bottom:1px solid black;
     border-right:1px solid black;
}
.DMX_thumb_tooltip
{
    display: none; /* required */
    position: absolute; /* required */
    padding: 10px;
    border: 1px solid black;
    background-color: #F0F0FF;
    max-width:300px;
    font-size: 10px;
}
.DMX_thumb_tooltip .SubHead
{
	font-size: 10px;
}

.DMX_positionfixed{position:fixed;}



/* 
------------------------------------------------------
Tooltips: http://www.menucool.com/tooltip/css-tooltip (modified)
*/ 
.tooltip {outline:none; }
.tooltip strong {line-height:30px;}
.tooltip:hover {text-decoration:none;} 
.tooltip span[tooltip] {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
.tooltip:hover span[tooltip]
{
	display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #666666;
	background: #eee;
}
.callout {z-index:20;position:absolute;top:-12px;border:0;left:12px;}
