/* ================================
    CSS STYLES FOR Module CrossProduct
   ================================
*/

.ui-tabs .ui-tabs-hide {
     display: none;
}
.Line-through
{
	text-decoration:line-through;
}




/* Calendar Styles */
.Product_Archive_DayHeader{
	font-size: 11px;
	background-color: #ccddff;
}

.Product_Archive_Day{
	font-size: 11px;
	background-color: #fff;
}

.Product_Archive_Day a, .Product_Archive_SelectedDay a, .Product_Archive_WeekendDay a, .Product_Archive_TodayDay a
{
	width:100%;
}

.Product_Archive_NextPrev{
	font-size: 11px;
}

.Product_Archive_OtherMonth{
	font-size: 11px;
	background-color: #f4f4f4;
}

.Product_Archive_SelectedDay{
	border: 1px solid #cccccc;
	background-color: #FFCC00;
}

.Product_Archive_Selector{
	font-size: 11px;
}

.Product_Archive_Title{
	font-size: 12px;
	font-weight: bold;
}

.Product_Archive_TodayDay{
	border: 1px solid #cccccc;
	background-color: #FFCC00;
	font-size: 11px;
	font-weight: bold;
}

.Product_Archive_WeekendDay{
	font-size: 11px;
	background-color: #fffff0;
}

.Product_image_list{
    line-height: 20px;
    vertical-align: middle;
}

.Product_dateline
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 8pt;
}

div.Product_bubble p
{
color: black;
}

/* below css style are copy from desktopmodules/admin/file manager/module.css */

/* ===========   Edit Folder Mapping Module Styling   =========== */
.dnnEditFolderMapping, .dnnFolderMappings{margin:1em auto;}
.EditFolderMappingContent{}
.dnnFileUpload .dnnFormItem input[type="checkbox"]{width:auto;}
.EditFolderMappingContent input[type="text"]{margin-right:5px;}
.dnnEditFolderMapping div.exFolderMappingSettings{padding:0;margin-top:2.5em;}
	.dnnEditFolderMapping .dnnFormItem input[type="text"], .dnnEditFolderMapping .dnnFormItem .dnnFormInput, .dnnEditFolderMapping .dnnFormItem textarea{text-align:left;min-width:50%;}
	.dnnEditFolderMapping textarea{min-height:100px;}
	.dnnEditFolderMapping .dnnFormItem .dnnLeft input[type="text"]{min-width:100%;}
	.dnnEditFolderMapping .dnnFormItem .dnnLeft{min-width:50%;}
p.dnnFormRequired span{border-left:5px #F00 solid;padding-left:0.5em;}
/* ===========   End Edit Folder Mapping Module Styling   =========== */
.FileManager
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: black 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
    overflow: auto;
}

.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: White;
    padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
    color: #003366;
}
.dnnTreeLegend{clear:both;border: 1px solid #d5d5d5;background: #eee;padding:5px; margin-left:5px; margin-top: 10px;padding-bottom:10px;}
	.dnnTreeLegend h3{margin-top:10px;}
		.dtlItem{margin-left: 10px;white-space: nowrap;margin-top:5px;}
