/**
 * nyroModal {
 */
/*
/**
 * } nyroModal
 */

#lightbox_close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/.composer/images/lightbox.close.gif);
	padding: 0;
	margin: 5px 5px 0 0;
	top: 0;
	border: 0;
	right: 0;
	cursor: pointer;
	z-index: 1000;
}

div#nyroModalLoading,
div#nyroModalWrapper {
	border: 0;
	background: transparent;
	padding: 0 12px;
}

/* * html div#nyroModalWrapper { position: absolute; z-index: 101;}*/

#nyroModalLoading .wrapper,
#nyroModalWrapper .wrapper {
	background: #fff;
	margin-left: -12px;
	margin-right: -12px;
	padding: 0 12px;
	height: inherit;
	overflow: hidden;
	/* Test for edge menu */
	z-index: 1000;
	position: relative;
}

div#nyroModalLoading .top_row,
div#nyroModalLoading .bottom_row,
div#nyroModalWrapper .top_row,
div#nyroModalWrapper .bottom_row {
	margin: 0;
	z-index: 2;	
}

div#nyroModalLoading .top_row .corner_container,
div#nyroModalLoading .bottom_row .corner_container,
div#nyroModalWrapper .top_row .corner_container,
div#nyroModalWrapper .bottom_row .corner_container {
	margin: 0;
	height: 12px;
}

div#nyroModalWrapper .top_row .corner_container,
div#nyroModalWrapper .bottom_row .corner_container {
	/*width: auto;
	margin: 0;
	position: relative;
	z-index: 102;	*/
}

div.wrapper div#nyroModalContent {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1000;
	overflow: hidden;
	height: inherit;
}

* html div#nyroModalLoading .corner_container,
* html div#nyroModalWrapper .corner_container {
	width: 580px;
	height: 12px;
}


/**
 * LIGHT BOX EDGE MENU { 
 */
ul.edge_menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}

ul.edge_menu li {
	padding: 0;
	margin: 0;
	width: 213px;
	height: 29px;
	z-index: 50; 
	position: relative; 
	left: -44px;
	cursor: pointer;
	background: transparent url(/.composer/images/edge.item.bg.png) no-repeat;
}

ul.edge_menu li a {
	background: transparent url(/.composer/images/edge.item.sprite.png) no-repeat;
	height: 29px;
	padding: 0 0 0 32px;
	display: block;
	text-decoration: none;
	color: #555;
	line-height: 29px;
	vertical-align: top;
	font-size: 110%;	
}

ul.edge_menu li.sidvisning a {
	background-position: 8px 2px;
}

ul.edge_menu li.blogg a {
	background-position: 7px -38px;
}

ul.edge_menu li.sidvisning.selected a {
	background-position: -266px 2px;
}

ul.edge_menu li.blogg.selected a {
	background-position: -266px -38px;
}

/**
 * } LIGHT BOX EDGE MENU
 */

.all_blogs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.all_blogs h4 {
	font-size: 110% !important;
}

div#nyroModalBg { -ms-filter: alpha(opacity=50); background: blue;}

.lightbox_header {
	display: block;
	width: 280px;
}

/* .scrollable {
 height: 300px;
} */

/**
 * LIGHTBOX PAGE UPDATED
 */
/* [Toni 2010-09-30:] Added this as part of the fix for 29506 */ 
.page_updated 
{
/*
	position: absolute;
	bottom: 32px;
	z-index: 10000;
*/
}

