﻿.drop-area { width:270px; min-height:200px; float:left; margin:0;  }
.drop-last { margin-right:0; }

.drop-new { border-top:dashed #a0a0a0 3px; border-bottom:dashed #a0a0a0 3px; height:237px; margin:20px 0 20px 0; width:810px; }
.drop-new p { color:#a0a0a0; font-weight:bold; font-size:110%; margin:5px 0 0 5px; }

.new-draggable { width:80px; height:100px; float:left; margin:0 25px 0 25px; cursor:move; }

.new-draggable span { display:block; height:100%; width:100%; padding-top:90px; color:#FFF; font-size:80%; font-weight:bold; text-align:center; white-space:nowrap; }
.new-draggable span.widgetsize-1 { background:url('/App_Images/icon-size-1.jpg') no-repeat center 83px; }
.new-draggable span.widgetsize-2 { background:url('/App_Images/icon-size-2.jpg') no-repeat center 83px; }
.new-draggable span.widgetsize-3 { background:url('/App_Images/icon-size-3.jpg') no-repeat center 83px; }

.clear-all { clear:both; }

#tool_box { width:160px; height:400px; background-color:#cccccc; left:75px; position:fixed; z-index:3;}


.new-draggable-helper  
{
	z-index:5 !important;
	/*width:80px !important; height:100px !important;*/ cursor:move;
	background:url('/App_Images/widgets/widget-helper.gif') no-repeat !important;
	/*filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;*/
}
.new-draggable-helper * { background:none !important;  }

.colored { background-color:#333333; }

.draggable 
{
	z-index:4;
}

.widget-context
{
	width:810px;
	position:relative; 
	z-index:1;
	float:right;
}

.widget-context.narrow{
width:550px;
}

.widget-context .widget 
{
	position:relative;
	z-index:2;
}

.widget-box{
width:536px;
border-top:1px solid #e1e1e1;
}

.widget-box h1
{
margin:3px 0px;
font-size:125%;
}

.widget-box .header { cursor:pointer; }

.widget-box.on .header h1, .off .header h1{
padding:5px 20px;

}

.widget-box.off .header h1{
background:url('/App_Images/plus-btn.jpg') no-repeat 500px center;
}

.widget-box.on .header h1{
background:url('/App_Images/minus-btn.jpg') no-repeat 500px center;
}

.widget-box.off .header{
background:url('/App_Images/header-off-bg.jpg') no-repeat;
color:#9d9d9d;
padding-bottom:0px;
}

.widget-box.on .header{
background:url('/App_Images/header-on-bg.jpg') no-repeat;
color:#fff;
}

.widget-box.off .content{
display:none;
padding:20px;
}

.widget-box.on .content{
display:block;
background-color:#e7f2fb;
padding:10px 20px;
border:1px solid #fff;
}

.widget-box.on .top-buttons
{
	padding-bottom:10px;
}

.widget-box.on .top-buttons button
{
	height:18px;
	border:0px;
	margin:0px 2px;
}

.widget-box.on .top-buttons .save
{
	background:url('/App_Images/save-btn.jpg') no-repeat;
	width:41px;
}
.widget-box.on .top-buttons .preview
{
	background:url('/App_Images/preview-btn.jpg') no-repeat;
	width:63px;
}
.widget-box.on .top-buttons .cancel
{
	background:url('/App_Images/cancel-btn.jpg') no-repeat;
	width:56px;
}

.widget-box .form-row
{
	display:block;
	margin-top:10px;
}

.widget-box .form-row label
{
	float:left;
	margin-right:15px;
	width:200px;
	text-transform:uppercase;
	font-size:75%;
	color:#4a4a4a;
}

.widget-box .bottom
{
	
	height:35px;
}

.widget-box .bottom h1
{
	color:#0095d0;
	float:left;
}

.widget-box .edit
{
	border-top:3px solid #67a7e3;
}

.widget-box .toolbar-row
{
	background:url('/App_Images/edit-bg.jpg') repeat-x;
	height:28px;
}

.widget-box .toolbar-row img
{
	margin:5px;
	height:20px;
}

.browse
{
	background:url('/App_Images/browse-btn.jpg') no-repeat;
	border:0px;
	width:68px;
	height:23px;
	margin-bottom:-5px;
}

/* Document Box 
.left-container{
width:375px;
float:left;
}

.documents-container{
width:815px;
height:422px;
float:left;
background-color:#494949;
}

.documents-container .header{
height:34px;
}

.documents-container .header h2{
color:#fff;
font-size:100%;
margin:0px;
padding:7px 10px;
}

.documents-content{
height:354px;
overflow:scroll;
background-color:#f8f8f8;
border-left:1px solid #e9e9e9;
border-right:1px solid #e9e9e9;
padding:1px;
}

.documents-content p{
font-size:75%;
margin-left:15px;
}

.documents-content ul{
padding:0px;
margin:0px;
}

.documents-content li{
width:345px;
padding-left:10px;
border-top:1px solid #f8f8f8;
border-bottom:1px solid #f8f8f8;
padding-bottom:3px;
}

.documents-content li button.delete{
background:url('/App_Images/sortable-delete.png') no-repeat top center;
width:15px;
height:17px;
border:0px;
margin-right:10px;
}

.documents-content li.featured{
background:url('/App_Images/featured-icon.jpg') #e4e4e4 no-repeat right center;
}

.documents-content li a{
color:#007ac2;
font-size:75%;
text-decoration:none;
font-weight:bold;
padding-bottom:3px;
}

.documents-container .bottom-buttons{
padding:3px 3px;
}

.documents-container .bottom-buttons img{
margin:0px 3px;
}

.finished{
background:url('/App_Images/finished-btn.jpg') no-repeat;
width:91px;
height:27px;
border:0px;
margin-top:15px;
}

*/


/* Loader */
.search_loading { display:none; position:absolute; left:50%; margin-left:490px; top:3px; z-index:10;}
.gen_loading { display:none; position:fixed; right:75px;  bottom:75px; z-index:100;}

/* Search Drop */
.search-drop 
{
	position:absolute;
	left:665px;
	top:38px;
	width:309px;
	height:0px;
	background-color:#4a4a4a;
	z-index:15;
}
.search-drop ul li.whitepaper{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_pdf.gif) no-repeat;}
.search-drop ul li.video{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_mov.gif) no-repeat;}

.search-drop ul{padding:1px;margin:10px;list-style:none;}

/*#search-prev{float:left;color:#ffffff;}
#search-next{float:left;
             color:#ffffff;}*/


.search-drop ul a{color:#D0D0D0;}

















/* Overlay */
#editwidget-overlay {background-color:#342508;}

/* Container */
#simplemodal-container { background-color:#fff; border:3px solid #ccc; height:600px; width:800px;}
#simplemodal-container a.modalCloseImg {background:url('/App_Images/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; bottom:0; right:0; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

.widget-container 
{
	width:980px;
	margin:0 auto;
	padding-top:10px;
	min-height:400px;
}

.view-container {
margin:0 auto;
padding-top:20px;
width:980px;
}

/* company info */
#company-info-menu{position:relative;right:0px;width:16px;}

#ci-drop-menu{display:none;background-color:#FFFFFF;border:1px solid #D3D3D3;display:none;position:absolute;right:0;top:15px;width:93px;}
#ci-drop-menu p {cursor:pointer;font-size:70%;font-weight:normal;margin:0;padding:3px 0 3px 6px;}
#ci-drop-menu p:hover { background-color:#bfe4f3; }

#company-info a { text-decoration:none; color:#000; }

#company-info{width:135px;float:left;margin-left:10px;padding:10px;background-color:#fcf8f7;position:relative;}
#company-info span.top { color:#a3a3a3; font-size:100%; margin:0 0 5px 0; padding:0;font-weight:bolder; }
#company-info span.heading { color:#d02c00; font-size:80%; margin:5px 0 0 0; padding:0; float:left; font-weight:bolder; }
/*#company-info h2.sh { float:right; }*/
#company-info div { clear:both; }
#company-info .company-info-item { border-bottom:solid #e2e2e2 1px; padding-bottom:5px; }
#company-info p { color:#4a4a4a; font-size:70%; margin:0; padding:0 0 0 2px;}
#company-info ul { list-style-type:none; margin:0; padding:0 0 0 0px; font-size:70%; color:#4a4a4a; }
#company-info ul li a { font-size:100%; color:Black; text-decoration:none;}
#company-info ul li p {font-size: 100%; padding: 0;}

#company-info #compPresskitdiv ul {padding: 10px 0 0 2px;}
#company-info #compPresskitdiv ul li {background: url(/App_Images/li-press.gif) no-repeat left top; padding: 3px 0 3px 22px; margin-bottom: 5px;}

#compFollowdiv ul { padding: 10px 0 0 2px; }
#compFollowdiv li{background: url(/App_Images/li-social-network-default.gif) no-repeat left top; margin-bottom:5px; height: 20px; line-height: 20px; padding-left: 27px; }
#company-info #compFollowdiv ul li.Facebook,#company-info #compFollowdiv ul li.facebook{background:transparent url(/App_Images/li-facebook.gif) no-repeat left top;}
#company-info #compFollowdiv ul li.Twitter,#company-info #compFollowdiv ul li.twitter{background:transparent url(/App_Images/li-twitter.gif) no-repeat left top;}
#company-info #compFollowdiv ul li.YouTube,#company-info #compFollowdiv ul li.youtube,#company-info #compFollowdiv ul li.Youtube{background:transparent url(/App_Images/li-youtube.gif) no-repeat left top;}
#company-info #compFollowdiv ul li.Reddit,#company-info #compFollowdiv ul li.reddit{background:transparent url(/App_Images/li-reddit.gif) no-repeat left top;}
#company-info #compFollowdiv ul li.Linkedin,#company-info #compFollowdiv ul li.LinkedIn,#company-info #compFollowdiv ul li.Linkedin,#company-info #compFollowdiv ul li.linkedin{background:transparent url(/App_Images/li-linkedin.gif) no-repeat left top;}

/* document view */
.document-view {
	position:relative; 
	z-index:1;
	float:left;
	width:790px;
	margin-left:20px;
}

.document-view h1  
{
	margin:0;
	font-family:Georgia;
	font-weight:normal;
	font-size:150%;
}
.document-view p
{
	font-size:70%;
	margin:0;
	padding:0;
}


/* toolbar */

.closed-dock
{	
	height:167px;
	width:100px;
	text-align:right;
	position:fixed;
	top:100%;
	z-index:11;
	background:url('/App_Images/dock-white-bg.png') repeat-x bottom;
}
.closed-dock img { cursor:pointer; }
.closed-dock .end-cap { width:15px; height:149px; position:absolute; top:16px; display:inline; background:url(/App_Images/dock-closed.png) no-repeat; }

.toolbar-container
{
	height:167px;
	width:100%;
	background:url('/App_Images/dock-white-bg.png') repeat-x bottom;
	position:fixed;
	z-index:10000;
	top:100%;
	right:100%;
}
.toolbar
{
	margin:0 auto;
	height:100%;
	width:960px;
}
.toolbar .tabs { height:25px; width:100%; margin-left:100px; }
.toolbar .tabs div { cursor: pointer;  }
.toolbar .tabs div p { font-size:60%; text-transform:uppercase; font-weight:bold; text-align:center; margin:8px 0 0 0; } 

.toolbar .tabs .add-widgets { color:#686868; height:23px; width: 123px; background:url(/App_Images/tab-1-off.png) no-repeat; float:left; }
.toolbar .tabs .color-selector { color:#686868; height:23px; width: 124px; background:url(/App_Images/tab-2-off.png) no-repeat; float:left; margin-left:6px; }
.toolbar .tabs .options1,.toolbar .tabs .options2,.toolbar .tabs .options3,.toolbar .tabs .options4 { color:#686868; height:23px; width: 124px; background:url(/App_Images/tab-2-off.png) no-repeat; float:left; }


.toolbar .tabs .add-widgets.selected { background:url(/App_Images/tab-1-on.png) no-repeat; color:#000000; }
.toolbar .tabs .color-selector.selected { background:url(/App_Images/tab-2-on.png) no-repeat; color:#000000;  }
.toolbar .tabs .options1.selected,.toolbar .tabs .options2.selected,.toolbar .tabs .options3.selected,.toolbar .tabs .options4.selected { background:url(/App_Images/tab-2-on.png) no-repeat; color:#000000;  }

.toolbar .close-toolbar { float:left; width:40px; height:100%; }
.toolbar .close-toolbar img { cursor:pointer; }

.toolbar .gray-frame 
{
	float:left;
	height:102px; /* 122 */
	width:900px; /* 920 */
	margin-top:5px;
	background: url(/App_Images/dock-gray-bg.png) repeat-x;
	padding:10px;
}

.toolbar .gray-frame * .ctrl { float:left; width:40px; height:62px; text-align:center; padding-top:40px;}
.toolbar .gray-frame * .ctrl img { cursor:pointer; }
.toolbar .gray-frame * .content { float:left; width:820px; height:110px; overflow:hidden; position:relative; }
.toolbar .gray-frame * .content > div.widgets { position:absolute; width:820px; top:0px; left:0px; }
.toolbar .gray-frame .slide.add-widgets { display:block }
.toolbar .gray-frame .slide.add-widgets .prevslide-0{display:none;}
.toolbar .gray-frame .slide.add-widgets .no-display{display:none;}
.toolbar .gray-frame .slide { display:none; position:absolute;}
.color-selector .hex-num { width:270px; height:22px; background:url(/App_Images/hex-bg.png) no-repeat; padding:5px 0 5px 0; }
.color-selector .hex-num label { float:left; color:#2b2b2b; font-size:70%; font-weight:bold; margin:0 15px 0 15px;  }
.color-selector .hex-num input { float:left; width:70px; font-size:70%; border:solid #cccccc 1px; margin: 0 25px 0 0; }
.color-selector .hex-num img { float:left; margin: -5px 5px 0 0; cursor:pointer; }
.color-selector .content { width:780px !important; }
.color-selector .hsl-note { float:left;  padding-top:40px;}
.color-selector .hsl-note p {  font-size:70%; font-weight:bold; margin:0 0 10px 0; color:#2b2b2b; }


/* edit page */

#edit-table.bdr-tbl { display:none; }
#edit-table.bdr-tbl #edit-content-area {  background-color:#FFF; padding:0; }
#edit-table.bdr-tbl .nw { width:8px; height:8px; background:url(/App_Images/widgets/edit-bdr-1.png) no-repeat; }
#edit-table.bdr-tbl .n  { height:8px; background:url(/App_Images/widgets/edit-bdr-2.png) repeat-x; }
#edit-table.bdr-tbl .ne { width:9px; height:8px; background:url(/App_Images/widgets/edit-bdr-3.png) no-repeat; }
#edit-table.bdr-tbl .e  { width:8px; background:url(/App_Images/widgets/edit-bdr-4.png) repeat-y; }
#edit-table.bdr-tbl .se { width:8px; height:9px; background:url(/App_Images/widgets/edit-bdr-5.png) no-repeat; }
#edit-table.bdr-tbl .s  { height:8px; background:url(/App_Images/widgets/edit-bdr-6.png) repeat-x; }
#edit-table.bdr-tbl .sw { width:8px; height:8px; background:url(/App_Images/widgets/edit-bdr-7.png) no-repeat; }
#edit-table.bdr-tbl .w  { width:8px; background:url(/App_Images/widgets/edit-bdr-8.png) repeat-y; }

#edit-content-area #title { margin:35px 0 0 0; padding:0; color:#0a75bf; font-weight:normal; font-size:230%; }
#edit-content-area #left { float:left; width:350px; }
#edit-content-area #right { float:left; width:300px; }
#edit-content-area .action-bar { background-color:#f5f5f3; height:38px; width:661px; position:absolute; left:8px; top:485px; padding:10px 0 0 35px; }
#edit-content-area .action-bar .action-button { float:left; cursor:pointer; margin-right:3px; }

/* widget menu */
.widget-menu {width:93px; position:absolute; top:17px; right:22px;z-index:1000;}
.widget-menu img { float:right; margin-left:5px; cursor:pointer; }
.widget-menu img.move-widget { cursor:move; }
.widget-menu .drop-menu { border:solid #d3d3d3 1px; background-color:#fff; display:none; position:absolute; width:93px; top:15px; right:0; }
.widget-menu .drop-menu p { font-size:70%; margin:0; padding:0; font-weight:normal; padding:3px 0 3px 6px; cursor:pointer; }
.widget-menu .drop-menu p:hover { background-color:#bfe4f3; }
.comp{width:100px !important; position:absolute !important; top:12px; right:10px;}
.foot{width:100px !important; position:relative !important; top:18px; left:15px;}
/* footer */
.footer 
{
	height:275px;
	width:100%;
	background:url(/App_Images/footer-bg.gif) repeat-x;
}
.footer .content { width:960px; margin:0 auto; padding:65px 0 0 0; }
.footer .content h3 { color:#d0d0d0; font-size:100%; margin:0;}
.footer .content ul { float:left; list-style:none; padding:0; margin:25px 75px 0 0; }
.footer .content ul li { font-size:70%; }
.footer .content ul li a { color:#d0d0d0;  text-decoration:none; }
.footer .content .copyright { margin-top:125px; }
.footer .content .copyright ul { margin:0; padding:0; list-style:disc; }
.footer .content .copyright ul li { float:left; margin:0 0 0 20px; color:#a4a4a4; font-size:70%; }
.footer .content .copyright ul li a { text-decoration:none; font-size:100%; }
.footer .content .copyright ul li.first { list-style:none; margin:0; }




/*search side bar*/

#search-side-bar{
background:transparent url(/App_Images/search-results-tab.png) no-repeat;
height:151px;

width:25px;
z-index:12;
float:left;
position:fixed;
top:300px;
left:0px;
cursor:pointer;




}


#search-results-header{width:300px;}

#search-container
{
position:fixed;
left:0px;

	}   
 
 
#search-results-container
{
	float:left;
	background-color:#4A4A4A;
	width:309px;
	height:260px;
	position:fixed;
top:300px;
left:0px;
	display:none;
	}


#search-results-container ul
{
	padding:1px;
	margin:10px;
	list-style:none;
}

#search-prev{float:left;color:#ffffff;}
#search-next{float:left;
             color:#ffffff;}


#search-results-container ul a
{
	color:#D0D0D0;
}
#search-results-header h5{padding:3px;float:left;
	margin:3px;
	color:#ffffff;}


#search-results-container p
{
	font-size:medium;
	height:11px;
	position:absolute;
	bottom:9px;
	margin:0px;
	padding:0 5px 0 5px;
	width:300px;
	
	}

#search-prev{float:left;cursor:pointer;}
#search-next{float:right; cursor:pointer;}


#search-results-container ul li.article{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_doc.gif) no-repeat;}
#search-results-container ul li.feed{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_feed.gif) no-repeat;}
#search-results-container ul li.fla{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_fla.gif) no-repeat;}
#search-results-container ul li.html{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_html.gif) no-repeat;}
#search-results-container ul li.image{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_image.gif) no-repeat;}
#search-results-container ul li.link{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_link.gif) no-repeat;}
#search-results-container ul li.video{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_mov.gif) no-repeat;}
#search-results-container ul li.whitepaper{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_pdf.gif) no-repeat;}
#search-results-container ul li.ppt{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_ppt.gif) no-repeat;}
#search-results-container ul li.txt{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_txt.gif) no-repeat;}
#search-results-container ul li.xls{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_xls.gif) no-repeat;}
#search-results-container ul li.xml{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_xml.gif) no-repeat;}
#search-results-container ul li.zip{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_zip.gif) no-repeat;}


.li-selected-moving{border:3px solid #000000;}
.hilite { background:#83C9E5; }
.manage-li-selected-hover{background:#83C9E5;}
.manage-li-item-edit{float:right;font-size:small;color:#ffffff;}
  
#simplemodal-overlay {background-color:#000;cursor:wait;}
#simplemodal-container {height:80%;width:80%;background-color:#fff;border:1px solid #ccc;}

.search-drop ul li.article{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_doc.gif) no-repeat;}
.search-drop ul li.feed{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_feed.gif) no-repeat;}
.search-drop ul li.fla{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_fla.gif) no-repeat;}
.search-drop ul li.html{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_html.gif) no-repeat;}
.search-drop ul li.image{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_image.gif) no-repeat;}
.search-drop ul li.link{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_link.gif) no-repeat;}
.search-drop ul li.video{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_mov.gif) no-repeat;}
.search-drop ul li.whitepaper{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_pdf.gif) no-repeat;}
.search-drop ul li.ppt{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_ppt.gif) no-repeat;}
.search-drop ul li.txt{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_txt.gif) no-repeat;}
.search-drop ul li.xls{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_xls.gif) no-repeat;}
.search-drop ul li.xml{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_xml.gif) no-repeat;}
.search-drop ul li.zip{padding:0 20px;background:transparent url(/App_Images/Search-Icon/icon_zip.gif) no-repeat;}


