
/***************************************************************/
/* VideoGalleryEditor							
/***************************************************************/

.videoGalleryEditorLabelColumn 
{
	width: 120px;
}

.videoGalleryEditorTextbox 
{
	width: 300px;
}

.videoGalleryEditorTextBoxMultiline 
{
	width: 300px;
	height: 100px;
}

.videoGalleryEditorDropDown 
{
	width: 220px;
}

.videoGalleryEditorListBox 
{
	width: 300px;
}

.videoGalleryEditorFileUpload 
{
	width: 420px;
}

.videoGalleryEditorSaveButton 
{
	width: 427px;
	text-align: right;
	padding-top: 12px;
}









.ClsReorderListContainer
{
	width: 425px;
}

.ClsReorderListContainer ul 
{
    margin				:0px;
}

.ClsReorderListContainer li 
{
	/*background-repeat	:repeat-x;	*/
	/*list-style-image	:none;*/
	/*list-style-position	:outside;*/
	list-style-type		:none;
	margin				:0px;
	padding             :0px;
	
}

.ClsDragHandle
{
	background-color	: #bbbbbb;
	border-top  		: 1px solid #999999;
	border-right		: 1px solid white; /*Styrer border mod item indhold*/
	border-bottom		: 1px solid #999999;
	border-left 		: 1px solid #999999;
	cursor				: move;
	height				: 74px;
	width				: 20px;
	padding-left        : 4px;
	/*background-repeat	:no-repeat;
	background-position :center;*/	
}

.ClsReorderCue 
{
	border			: 1px dashed black;
	height			: 73px;
	width			: 100%;
	margin-bottom	: 2px;
	margin-top		: 1px;
}

.ClsItemArea 
{
	xpadding-left	: 50px;
	text-align	    : left;
	background	    : #dddddd;
	width		    : 100%;
	border-top      : 1px solid #999999;
	border-right    : 1px solid #999999;
	border-bottom   : 1px solid #999999;
}




/***************************************************************/
/* PhotoGalleryEditor							
/***************************************************************/

.photoGalleryEditorLabelColumn 
{
	width: 90px;
}

.photoGalleryEditorTextbox 
{
	width: 300px;
}

.photoGalleryEditorTextBoxMultiline 
{
	width: 300px;
	height: 75px;
}

.photoGalleryEditorDropDown 
{
	width: 305px;
}

.photoGalleryEditorListBox 
{
	width: 300px;
}

.photoGalleryEditorFileUpload 
{
	width: 399px;
}

.photoGalleryEditorSaveButton 
{
	width: 397px;
	text-align: right;
	padding-top: 12px;
}

.photoGalleryEditorInfo 
{
	xwidth: 201px;
	xborder-right: solid 1px green;
	margin-left: 10px;
	padding: 0px;
}


.photoGalleryEditorPhotoListContainer
{
	width: 425px;
}

.photoGalleryEditorPhotoListContainer ul 
{
    margin				: 0px;
}

.photoGalleryEditorPhotoListContainer li 
{
	/*background-repeat	:repeat-x;	*/
	/*list-style-image	:none;*/
	/*list-style-position	:outside;*/
	list-style-type		: none;
	margin				: 0px;
	padding             : 0px;
	
}

.photoGalleryEditorPhotoListReorderFrame 
{
	border			: 1px dashed black;
	height			: 73px;
	width			: 100%;
	margin-bottom	: 2px;
	margin-top		: 1px;
}

.photoGalleryEditorPhotoListDragHandle 
{
	border-top  		: 1px solid;
	border-right		: 1px solid; /*Styrer border mod item indhold*/
	border-bottom		: 1px solid;
	border-left 		: 1px solid;
	cursor				: move;
	height				: 72px;
	width				: 20px;
	padding-left        : 4px;
	padding-top         : 2px;
	/*background-repeat	:no-repeat;
	background-position :center;*/	
}

.photoGalleryEditorPhotoListItem
{
	text-align	    : left;
	border-top      : 1px solid;
	border-right    : 1px solid;
	border-bottom   : 1px solid;
	padding-left	: 3px;
	width			: 395px;
	height			: 74px;
}

.photoGalleryEditorPhotoListItemContent
{
	float: left;
	width: 302px;	
}

.photoGalleryEditorPhotoListItemDescription
{
	height: 44px;	
}

.photoGalleryEditorPhotoListItemImage
{
	float: right;
	padding-top: 2px;
}


/***************************************************************/
/* PhotoEditor							
/***************************************************************/

.photoEditorLabelColumn 
{
	width: 120px;
	margin-top: 4px;
}

.photoEditorTextbox 
{
	width: 300px;
}

.photoEditorTextBoxMultiline 
{
	width: 300px;
	height: 100px;
}

.photoEditorDropDown 
{
	width: 305px;
}

.photoEditorListBox 
{
	width: 300px;
}

.photoEditorFileUpload 
{
	width: 320px;
}

.photoEditorSaveButton 
{
	width: 440px;
	text-align: right;
	padding-top: 2px;
}

.photoEditorInfo 
{
	width: 180px;
	border: solid 1px black;
	background-color: #A8D99D;
	xmargin-top: 18px;
	margin-left: 10px;
	padding: 5px;
}

.photoEditorImage 
{
	margin-top: 1px;
}

/***************************************************************/
/* PersonEditor							
/***************************************************************/

.personEditorLabelColumn 
{
	width: 90px;
}

.personEditorTextbox 
{
	width: 300px;
}

.personEditorTextBoxMultiline 
{
	width: 300px;
	height: 100px;
}

.personEditorDropDown 
{
	width: 305px;
}

.personEditorListBox 
{
	width: 300px;
}

.personEditorFileUpload 
{
	width: 420px;
}

.personEditorSaveButton 
{
	width: 397px;
	text-align: right;
	padding-top: 12px;
}

.personEditorInfo 
{
	width: 180px;
	border: solid 1px black;
	background-color: #A8D99D;
	xmargin-top: 18px;
	margin-left: 10px;
	padding: 5px;
}


/***************************************************************/
/* ProfileEditor							
/***************************************************************/
.profileEditorLabelColumn 
{
	width: 140px;
	padding-top: 2px;
}

.profileEditorFileUpload 
{
	width: 305px;
}

.profileEditorChangePasswordLink 
{
	text-decoration: underline;
	cursor: pointer;
}

.profileEditorChangePasswordLinkDiv
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.profileEditorChangeImageLink 
{
	text-decoration: underline;
	cursor: pointer;
}

.profileEditorChangeImageLinkDiv
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.profileEditorSaveButton
{
	width: 447px;
	text-align: right;
	padding-top: 12px;
}

.profileEditorImage
{
	padding-left: 10px;
	padding-top: 17px;
}

/***************************************************************/
/* Confirmation							
/***************************************************************/

.confirmationModalBackground 
{
    xbackground-color: Gray;
    filter:alpha(opacity='70');
    opacity: 0.7;
}

.confirmationmodalPopup 
{
    border:1px solid;
    padding:3px;
    width:400px;
    height: 260px;
}
