#popupMenuAssetManager .popupBody {
	height: 450px;
}
 
#popupMenuAdd .popupBody {
       height: 200px;
}

#popupSubLayout .popupBody {
       height: 200px;
}
 
#popupMenuEdit .popupBody {
       height: 100px;
}
 

	.popup {
		background: #ffffff;
		border-top: 1px solid #dddddd;
		border-radius: 2px;
		box-shadow: 0 4px 15px #333333;
		font-size: 13px;
		margin: 75px auto;
		width: 800px;
	}
	
	.popupAssetManager {
               width: 900px;
               margin: 60px auto;
       }
       	.popup .multiExplorer {
		height: 450px;
		width: 900px;
		overflow-x: hidden;
	}
	
       .popupMenuAssetManager {
               width: 900px;
               margin: 60px auto;
       }
 
       .popupPreview {
               width: 900px;
               margin: 60px;
       }
 
       .popupMenuAdd {
               width: 100;
               margin: 30px;
       }
       
       .popupSubLayout {
               width: 100;
               margin: 30px;
       }
 
       .popupMenuEdit {
               width: 100;
               margin: 30px;
       }

       .popup .verticalTabs .tabContent div {
	       margin: 0px 0px;
       }
       
	.popup .verticalTabs .tabContent {
		height: 400px;
		width: 575px;
		border-left: 1px solid #dddddd;
		margin: 0 0 0 -1px;
		overflow-y: auto;
		float: left;
	}
	.popup .verticalTabs .tabList {
		height: 400px;
		width: 224px;
		border-right: 1px solid #dddddd;
		margin: 0 0px;
		overflow-y: auto;
		background: #f4f4f4;
		float: left;
	}
	
	.main .schortcutSectionOneThird {
		width: 29%;
		height: 420px;
		float: left;
		margin: 10px 10px 10px 0px;
		overflow-y: hidden;
		border: 1px solid #dddddd;
		background:#ffffff;
		border-top: 1px solid #eeeeee;
		border-radius: 5px;
	}
	
/*	.main .schortcutSectionOneThird2 {
		width: 30%;
		height: 395px;
		float: left;
		margin: 10px 10px 10px 10px;
		overflow-y: hidden;
		border: 1px solid #dddddd;
		border-top: 1px solid #eeeeee;
		border-radius: 5px;
	}
	*/
	.main .schortcutSectionOneThirdImage {
		width: 250px;
		height: 420px;
		float: left;
		margin: 10px 10px 10px 10px;
		overflow-y: hidden;
		background:#ffffff;
		border: 1px solid #dddddd;
		border-top: 1px solid #eeeeee;
		border-radius: 5px;
	}
	
	#dashboardTodoList li div:hover{
		background:#eeeeee;
	}
	
	#dashboardTodoList div{
		font:#000;
		padding:8px;
		background:#efefef;
		border-bottom:1px solid #ffffff;
/* 		font-weight: bold; */
		cursor: pointer;
/* 		border-radius: 5px; */
	}
	
	.main .schortcutSectionOneThird p {
		margin: 0;
		padding: 5px 10px 5px 10px;
		font-size: 13px;
		background:#f7f7f7;
/* 		text-shadow: 0 1px 10px #000000; */
	}
	
	.main .schortcutSectionOneThird h2 {
		margin: 10px 5px 0 20px;
		font-size: 18px;
		text-shadow: 0 0px 0px #000000;
	}
	
	.main .schortcutSectionOneThird #explain {
		margin: 5px 10px 5px 10px;
		padding: 5px 10px 5px 10px;
		text-align: justify;
		font-style: italic;
		font-size: 11px;
/* 		text-shadow: 0 1px 2px #000000; */
	}
	
	.main .schortcutSectionOneThird #dashboardTodoList {
		margin: 5px 20px;
		padding: 0;
		font-size: 14px;
		border-top: 1px solid #888888;
	}
	
	.main .cmsShortcuts {
		border-radius: 5px;
		height: 415px;
		background: #f7f7f7;
		color: #000000;
	}


#loading-image { 
			display: block;
			background: #000;
			position: fixed; left: 0; top: 0;
			width: 100%; height: 100%;
			opacity: .80;
			z-index: 9999;
		}
		
	.popup .multiExplorer .explorerPanelThumbnailViewer {
		width: 900px;
		overflow: auto;
		border: none;
	}
	
	.popup .multiExplorer .explorerPanelThumbnailViewer .editor {
		width: 350px;
		float: left;
		padding: 15px 0;
	}
	
	.tooltip {
		background-color:#000;
		border:1px solid #fff;
		padding:10px 15px;
/* 		width:400px; */
		display:none;
		color:#fff;
/* 		text-align:left; */
		font-size:12px;
		z-index:999;
	}