.LiloCMS_JQ_Droppable, .LiloCMS_JQ_Draggable
{
	padding:0px; margin:0px; list-style-type:none; list-style-image:none; list-style-position:inside; 
}

.LiloCMS_Controller_Panel
{
	background-color:#FAFAFA;
	/*border:1px solid black;*/
	min-height:100%;
}

.LiloCMS_ControllerWebPart_Panel
{
}

.LiloCMS_Clear
{
	clear:both;
}

.LiloCMS_HiliteWebPart
{
	background-color:#C0C0C0;
}

.LiloCMS_ModalBackground
{
	background-color:Gray; 
	filter:alpha(opacity=70); 
	opacity:0.7; 
	background-image:url(../Images/modal_bg.gif); 
}

.LiloCMS_eventmessage
{
	padding:20px; 
	background-color:White;
	border:5px solid red;
	position:relative;
	font-family:Arial, Verdana, MS Sans Serif;
}

.LiloCMS_eventmessage .closebutton
{
	position:absolute;
	top:-10px;
	right:-10px
}

.LiloCMS_WebPartEditHeader
{
	border:1px solid #C0C0C0;
	float:left;
	margin:3px 0px 0px 3px;
	clear:both;
	background-image:url(../Images/draghandle-background.jpg);
}

.LiloCMS_WebPartDragHandle
{
	float:left;
	height:30px;
	/*background-image:url(../Images/draghandle-background.jpg);
	background-repeat:repeat-x;*/
	color:White;
	font-family:Arial, Verdana, MS Sans Serif;
	font-size:12px;
	line-height:30px;
	padding:0px 5px;
	cursor:move;
}

.LiloCMS_WebPartOptions
{
	float:left;
	height:30px;
	/*background-image:url(../Images/draghandle-background.jpg);
	background-repeat:repeat-x;*/
	padding:0px 5px;
}

.LiloCMS_WebPartContent
{
	clear:both;
}

.LiLoCMS_Clear
{
	clear:both;
}

.LiLoCMS_DragPlaceHolder
{
	background-color:Purple;
}

.LiloCMS_DragDragging
{
	filter:alpha(opacity=70); 
	opacity:0.7; 
}

.LiloCMS_WebPartTopItem
{
	height:30px;
	background-image:url(../Images/zone-background.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid black;
	color:white;
	font-family:Arial, Verdana, MS Sans Serif;
	font-size:12px;
	line-height:30px;	
	padding:0px 5px;
	clear:both;
}

.LiloCMS_AddWebPartContainer
{
	width:500px;
	border:1px solid black;
	height:400px;
	background-color:white;
}

.LiloCMS_AddWebPartCategories
{
	width:150px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:0px 5px;
	height:430px;
	overflow-y:auto;
	position:absolute;
	top:0px;
	left:0px;
}

.LiloCMS_AddWebPartItems
{
	height:410px;
	padding:10px;
	border-bottom:1px solid black;
	margin-left:160px;
	clear:both;
	float:none!important;	
	overflow-y:auto;
}

.LiloCMS_Options
{
	height:50px;
	width:500px;
	clear:both;
	border-top:1px solid black;
}

.LiloCMS_AddWebPartCategory
{
	width:140px;
	border:1px solid White;
	margin:auto;
	clear:both;
	text-align:center;
	margin-top:10px;
	padding-top:3px;
}

.LiloCMS_AddWebPartCategory:hover
{
	background-color:#ECEEEC;
	border:1px solid #406195;
}

.LiloCMS_AddWebPartCategorySelected
{
	border:1px solid #406195;
	background-color:#ECEEEC;
}

.LiloCMS_AddWebPartCategoryItem
{
	width:140px;
	border:1px solid White;
	margin:auto;
	text-align:center;	
	float:left;
	cursor:pointer;
	margin-right:10px;
	padding:5px;
}

.LiloCMS_AddWebPartCategoryItemSelected
{
	width:140px;
	background-color:#ECEEEC;
	border:1px solid #406195;
	margin:auto;
	text-align:center;	
	float:left;
	cursor:pointer;
	margin-right:10px;
	padding:5px;
}

.LiloCMS_AddWebPartCategoryItem:hover
{
	background-color:#ECEEEC;
	border:1px solid #406195;
}

.LiloCMS_PageMenu_Container
{
	width:920px;
	margin:auto;
	/*height:65px;*/
	margin-bottom:10px;
}

.LiloCMS_PageMenu_Top
{
	height:40px;
	clear:both;
	background-image:url(../images/pagemenu-background.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
}

.LiloCMS_PageMenu_Top_Item
{
	float:left;
}

.LiloCMS_PageMenu_Top_Right
{
	float:right;
	cursor:pointer;
}

.LiloCMS_PageMenu_Bottom
{
	height:25px;
	clear:both;
	background-color:#F3F3F3;
}

.LiloCMS_PageMenu_Items
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.LiloCMS_PageMenu_Items li
{
	line-height:25px;
	list-style-type:none;
	background-color:#CCCCCC;
	border-bottom:1px solid white;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Verdana, MS Sans-Serif;
	color:Black;
	padding:0px 5px;
	margin:0px;
	cursor:pointer;
}

.LiloCMS_PageMenu_Items li:hover
{
	background-color:#E8E8E8;
}

.LiloCMS_PageMenu_Items li a
{
	color:Black;
	text-decoration:none;
}

.LILOCMS_PageMenu_AddItems
{
	border:1px solid #C2C2C2;
	padding:20px;
	clear:both;
	float:none;
	background-color:#D7D7D7;
	background-image:url(../images/pagepart-add-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	max-height:309px;
	overflow:auto;
}

.LILOCMS_PageMenu_AddItemsButtons
{
	border:1px solid #C2C2C2;
	border-top:0px;
	background-color:#F1F1F1;
}

.LILOCMS_PageMenu_AddItems_UL
{
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-image:none;
	z-index:10000;
}

.LILOCMS_PageMenu_AddItems_UL li
{
	font-family:Arial Verdana MS Sans Serif;
	padding:4px;
	margin:2px 14px 2px 0px;
	height:17px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	float:left;
	width:226px;
	background-image:url(../images/pagepart-add-item-unselected.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.LILOCMS_PageMenu_AddItems_UL li:hover
{
	color:#406195;
}

.LILOCMS_PageMenu_AddItems_UL li div
{
	margin-left:10px;
	line-height:17px;
}


.LILOCMS_PageMenu_AddItems_UL .selected
{
	background-image:url(../images/pagepart-add-item-selected.png);
}

/*
.LiloCMS_PageMenu
{
	position:fixed;
	top:5px;
	left:5px;
}

.LiloCMS_PageMenu .item
{
	line-height:25px;
	background-color:#F0F0F0;
	border-bottom:1px solid #C0C0C0;
	padding:5px 10px 5px 10px;
	
}

.LiloCMS_PageMenu .item a
{
	color:Black;
	text-decoration:none;
	font-family:Verdana, Arial, MS Sans Serif;
	font-size:10px;
}

.LiloCMS_PageMenu .item a:hover
{
	color:blue;
	text-decoration:none;
	font-family:Verdana, Arial, MS Sans Serif;
	font-size:10px;
}
*/

.LiloCMS_ModalBackground
{
	background-color:Gray; 
	filter:alpha(opacity=70); 
	opacity:0.7; 
	background-image:url(../Images/modal_bg.gif); 
}

.LiloCMS_ModalContainer
{
	font-family:Arial, Verdana, MS Sans Serif;
	background-color:White;
	font-size:12px;
}

.LiloCMS_ModalContainer input
{
	font-family:Arial, Verdana, MS Sans Serif;
	font-size:12px;
}

.LiloCMS_ModalContainer h1
{
	margin:0px;
	padding:0px;
	background-color:#ECEEEC;
	font-weight:bold;
	font-size:14px;
	padding:10px;
	color:Black;
	margin-bottom:2px;
	clear:both;
}

.LiloCMS_ModalContainer h2
{
	margin:20px 0px;
	padding:4px;
	background-color:#ECEEEC;
	font-weight:bold;
	font-size:12px;
	color:Black;
	margin-bottom:2px;
	clear:both;
	float:none;
}

.LiloCMS_ErrorMessage
{
	font-weight:bold;
	color:Red;
	clear:both;
	padding:10px 0px;
}

.LiloCMS_DialogErrorMessage
{
	font-weight:bold;
	color:Red;
}

.LiloCMS_gv 
{
	width:100%;
	background-color:White;
}

.LiloCMS_gv tr th 
{
	text-align:left;
	background-color: #CCCCCC;
	padding:5px 10px;
}

.LiloCMS_gv tr td
{
	padding:5px 10px;
}

.LiloCMS_gv .row
{
	background-color:White;
}

.LiloCMS_gv .altrow
{
	background-color:#F1F4FA;
}

.LiloCMS_gv a
{
	color:Black;
	text-decoration:none;
}

.LiloCMS_ThemeTemplateButton
{
	width:49%;
	float:left;
	text-align:center;
	line-height:30px;
	border:1px solid black;
	border-bottom:0px;
	background-color:#ECEEEC;
}

.LiloCMS_ThemeTemplateButton a
{
	text-decoration:none;
}

.LiloCMS_ThemeTemplateButtonSelected
{
	background-color:#348ABC;
}

.LiloCMS_ThemeTemplateButtonSelected a
{
	text-decoration:none;
	color:White;
}

.LiloCMS_ThemeTemplateItems
{
	max-height:300px;
	overflow:auto;
	clear:both;
	border:1px solid black;
	padding:5px;
}

.LiloCMS_ThemeTemplateItems .item
{
	float:left;
	padding:5px;
	border:1px solid white;
}

.LiloCMS_ThemeTemplateItems .item .image
{
	text-align:center;
	padding:3px;
}

.LiloCMS_ThemeTemplateItems .selected
{
	border:1px solid red;
}

.LiloCMS_Form 
{
	clear:both;
	float:none;
}

.LiloCMS_Form input
{
	font-family:Arial, Verdana, MS Sans Serif;
	font-size:12px;
}

.LiloCMS_Form div
{
	margin-bottom:5px;
	float:left;
}

.LiloCMS_Form .lbl
{
	width:220px;
	text-align:right;
	clear:left;
	padding-right:5px;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Verdana, MS Sans Serif;
	line-height:22px;
}

.LiloCMS_DropDown
{
	width:300px;
	max-height:100px;
	height:100px;
	overflow:auto;
	position:absolute;
	border:1px solid #C0C0C0;
	background-color:#FEFEFE;
	padding:2px;
	z-index:200000;
}

.LiloCMS_AssetBrowser a
{
	line-height: 24px;
	font-family:Arial, Verdana, MS Sans Serif;
	color:Black;
	font-size:12px;
	text-decoration:none;
}

.LiloCMS_AssetBrowser a:hover
{
	color:Blue;
	text-decoration:underline;
}

.LiloCMS_WPFlash
{
	border: #a9a9a9 1px solid;
	background-position: center center;
	background-image: url(../images/webparts/flash.jpg);
	background-repeat: no-repeat;
	background-color:White;
	width: 80px;
	height: 80px;	
}

.LiloCMS_WPVideo
{
	border: #a9a9a9 1px solid;
	background-position: center center;
	background-image: url(../images/webparts/video.jpg);
	background-repeat: no-repeat;
	background-color:White;
	width: 80px;
	height: 80px;	
}

.LiloCMS_CBLH input
{
	margin-left:10px;
}

.LILOCMS_processingoverlay
{
	position:absolute;
	top:0px;
	left:0px;
	width:1024px;
	height:768px;
	background-color:Gray; 
	filter:alpha(opacity=70); 
	opacity:0.7; 
	background-image:url(../Images/modal_bg.gif); 	
	z-index:10000;
}

.LILOCMS_processingoverlaymessage
{
	border:5px solid #406195;
	background-color:White;
	position:absolute;
	width:200px;
	height:50px;
	top:0px;
	left:0px;	
	padding:10px;
	z-index:10001;
}

.LILOCMS_processingoverlaymessage .text
{
	clear:both;
	color:Black;
	font-size:14px;
	padding-bottom:5px;
}

.LILOCMS_dialogmenu, .LILOCMS_dialogmenu li
{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	margin-left:10px;
}

.LILOCMS_dialogmenu li
{
	float:left;
	width:150px;
	background-color:#A0B0CA;
	color:White;
	margin:0px;
	margin-right:2px;
	text-align:center;
	text-transform:uppercase;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	
}

.LILOCMS_dialogmenu li a
{
	color:White;
	text-decoration:none;
}

.LILOCMS_dialogmenu .selected
{
	background-color:white;
	color:#406195;
}

.LILOCMS_dialogmenu .selected a
{
	color:#406195;
}

.LILOCMS_dialogmenu .inactive
{
	background-color:#5371A0;
	color:#6D86AE;
}

.LILOCMS_newsitemtitle
{
	font-weight:bold;
	font-size:14px;
}

.LILOCMS_newsitemtext
{
	font-weight:normal;
	font-size:12px;	
}

.LILOCMS_contentadditions
{
	 width:228px;
}

#LILOCMS_slideshowcontainer
{
	position:relative;
	clear:both;
}

#LILOCMS_slideshow {position:absolute;top:0;}
#LILOCMS_slideshow DIV {position:absolute;top:0;left:0;z-index:8;opacity:0.0;background-color: #FFF;}
#LILOCMS_slideshow DIV.active {z-index:10;opacity:1.0;}
#LILOCMS_slideshow DIV.last-active {z-index:9;}
#LILOCMS_slideshow DIV IMG {display:block; border: 0; margin-bottom: 10px;}



