/* HIGHLIGHT */
.highlight{
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 5px;
	color: #363636;
}
.highlight.yellow{
	border: 1px solid #FFDE2E;
	background: #FFEB80;
}
#editPageForm .highlight input[type="submit"], .submit-button{
	float: left;
	margin: 5px 10px 0 0;
	background: none;
	width: auto;
	height: auto;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
	text-shadow: none;
	color: #363636;
	padding: 5px 8px;
	background: #e5e5e5;
	border: 1px solid #FFDE2E;
	font-family: verdana;
}
#editPageForm .highlight input[type="submit"]:hover, .submit-button:hover{
	background: #e5e5e5;
	text-decoration: underline;
}
#editPageForm .submit-button{
	display: block;
}

#allPagesWrapper #flags{
	clear: both;
	margin: 10px 0 0 0;
}
#allPagesWrapper #flags a:hover{
	text-decoration: none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#allPagesWrapper #flags a.active{
	opacity:0.4;
	filter:alpha(opacity=40);
}

/* ALL PAGES */
#allPagesWrapper{
	padding: 1%;
	background: #e5e5e5;
}
#allPagesTable{
	display: table;
	width: 102%;
	margin: 0 -1%;
	padding-top: 20px;
}
#allPagesWrapper form input[type="submit"]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: none;
	box-shadow: 0 0 3px #555, 0 0 3px #555;
	padding: 8px 12px;
	background: url("../../admin/media/page_head-background.jpg") repeat-x center;
	color: #fff;
	cursor: pointer;
}
#allPagesWrapper form input[type="text"]{
	padding: 4px;
	border: #b0b0b0 1px solid;
	width: 180px;
}
.pageListItem{
	display: table-row;
}
.pageListItem.deleted-item{
	background: #f2d8d7;
}
.pageListItem:nth-child(even){
	background: #f9f9f9;
}
.pageListItem .title{
	height: 30px;
	line-height: 30px;
	display: table-cell;
	width: 25%;
	padding: 0 35px;
	background: url("../media/bliss_icons/page_text.gif") no-repeat 10px;
}
.pageListItem .attributes{
	display: table-cell;
	width: 50%;
}
.pageListItem .edit{
	width: 25%;
	display: table-cell;
	text-align: right;
}
.pageListItem .edit a{
	background: url("../media/bliss_icons/page_edit.gif") no-repeat;
	padding: 0 0 0 20px;
	line-height: 16px;
	display: inline-block;
	margin-right: 10px;
}
.showInMenu, .deleted, .mobile, .slideshow, .gallery, .sidebar, .password{
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0 5px;
}
.deleted{
	background: url("../media/bliss_icons/page_cross.gif") no-repeat;
}
.showInMenu{
	background: url("../media/bliss_icons/page_text_no_show.gif") no-repeat;
}
.mobile{
	background: url("../media/bliss_icons/page_mobile.gif") no-repeat;
}
.slideshow{
	background: url("../media/bliss_icons/page_video.gif") no-repeat;
}
.gallery{
	background: url("../media/bliss_icons/page_colors.gif") no-repeat;
}
.sidebar{
	background: url("../media/bliss_icons/page_sidebar.gif") no-repeat;
}
.password{
	background: url("../media/bliss_icons/page_lock.gif") no-repeat;
}

/* PAGE FORM */
#editPageForm h2{
	font-size: 28px;
	text-shadow: 1px 1px 0 #CCCCCC;
	font-weight: 600;
}
#editPageForm #general, #editPageForm #layout, #editPageForm #advanced, #editPageForm #attributes{
	background: #e5e5e5;
	padding: 10px;
	margin: 0 0 20px 0;
}
#editPageForm input[type="text"], #editPageForm input[type="password"], #editPageForm select, #editPageForm textarea{
	padding: 5px;
	float: left;
	width: 170px;
	margin: 10px 0 30px 10px;
	border: none;
	background: #f9f9f9;
	color: #333;
}
#editPageForm input[type="text"]:focus, #editPageForm input[type="password"]:focus, #editPageForm select:focus, #editPageForm textarea:focus{
	border: #333 1px solid;
	padding: 4px;
}
#editPageForm select{
	width: 180px;
}
#editPageForm input[type="checkbox"]{
	float: left;
	clear: right;
	margin: 21px 0 34px 10px;
}
#editPageForm label{
	display: block;
	float: left;
	width: 220px;
	font-size: 13px;
	clear: left;
	font-weight: bold;
	color: #333;
}
#editPageForm textarea{
	height: 90px;
}
#editPageForm #advanced label{
	width: 320px;
}
#editPageForm #advanced input[type="text"], #editPageForm #advanced input[type="password"], #editPageForm #advanced textarea{
	width: 280px;
}
#editPageForm #advanced select{
	width: 290px;
}
#editPageForm .explanation{
	font-size: 10px;
	display: block;
	color: #444;
	font-style: italic;
	text-shadow: none;
	font-weight: normal;
}
#editPageForm .explanation.red{
	margin: 3px 0 0 0;
	padding: 5px;
	background: #f5cece;
}
#editPageForm .col1, #editPageForm .col2{
	width: 50%;
	float: left;
}
#editPageForm .pagetiny{
	width: 99%;
	height: 650px;
	margin: 10px 0 0 0;
}
#editPageForm .pagetiny:focus{
	border: none;
	padding: 1%;
}
#editPageForm input[type="submit"]{
	float: right;
	right: 10px;
	background: url("../media/admin_submit.png") no-repeat;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border: none;
	color: #333333;
	font-weight: 600;
	cursor: pointer;
	font-size: 14px;
	text-shadow: 1px 1px 0 #CCCCCC, 2px 2px 0 #CCCCCC;
	margin-left: 10px;
}
#editPageForm input[type="submit"]:hover{
	background: url("../media/admin_submit-hover.png") no-repeat;
}

/* Templates */
#template-select-list{
	list-style: none;
	margin: 0;
	display: none;
	clear: both;
}
#template-select-list li{
	display: block;
	float: left;
	position: relative;
	margin: 5px 10px 5px 0;
	padding: 0;
}
#template-select-list li a{
	margin: 0;
	padding: 0;
}
#template-select-list li img{
	max-height: 100px;
	border: #333 5px solid;
}
#template-select-list li img:hover{
	border: #999 5px solid;
}
#template-select-list li .title{
	position: absolute;
	bottom: 11px;
	left: 5px;
	padding: 5px;
	display: block;
	color: #fff;
	background: url("../media/modalOverlay-back.png") repeat;
}

/* PAGE FORM JS */
.tabbed-hidden{
	display: none;
}
.tabbed-menu-wrap{
	display: block;
	height: 35px;
}
.tabbed-menu-wrap .tabbed-menu-ul .tabbed-menu-li{
	display: block;
	float: left;
	height: 35px;
	background: #f0f0f0;
	line-height: 35px;
	padding: 0 10px;
	margin: 0 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}
.tabbed-menu-wrap .tabbed-menu-ul .tabbed-menu-li:hover{
	text-decoration: underline;
}
.tabbed-menu-wrap .tabbed-menu-ul .tabbed-menu-active{
	background: #e5e5e5;
	cursor: auto;
}

/* MENU */
#menyListAdmin input[type="submit"]{
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-decoration: underline;
}
#menyListAdmin input[type="submit"]:hover, #menyListAdmin #adminSmallerLinks a:hover{
	text-decoration: none;
}
#menyListAdmin { 
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url("../../admin/media/menyListAdmin_top.png");
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Lucida, Helvetica, sans-serif, Verdana, Tahoma;
	font-size: 11px;
	margin: 0px; 
	padding: 0px; 
	height: 45px;
	max-width: 100%;
	z-Index: 99;
	padding: 8px;
}
#menyListAdmin h1 a{
	display: block;
	width: 167px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../../admin/media/logga.png") no-repeat;
}
#menyListAdmin h1{
	float: left;
}
#menyListAdminBg {
	height: 78px;
	background-repeat: repeat-x;
	background-position: top left;
}
#menyListAdmin #adminCompanyLogo {
	float: right;
	padding-right:10px;
}
#menyListAdmin #adminCompanyLogo a {
	text-decoration: none;
	color: #000000;
}
#menyListAdmin #adminCompanyLogo p.mini {
	font-size: 9px;
	color: #777777;
}
#menyListAdmin #adminSmallerLinks{
}
#menyListAdmin #adminSmallerLinks, #menyListAdmin #adminSmallerLinks p {
	float: right;
	margin-right: 0px;
	text-align: right;
	color: #fff;
}
#menyListAdmin #adminSmallerLinks a {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #fff;
}
#menyListAdmin ul { 
	margin: 0px;
	padding: 0px; 
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none; 
	text-align: left;
	float: left;
}
#menyListAdmin ul li { 
	display: block; 
	width: 120px;
	height: 25px;
	margin: 0px;
	padding: 0px; 
	float: left;
	text-align: center;
}
#menyListAdmin ul li.disabled { 
	float: left;
	color: #c9c9c9;
	line-height: 25px;
	background: #111;
	border-left: #222 1px solid;
}
#menyListAdmin ul li a:link, #menyListAdmin ul li a:visited { 
	color: #FFF;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	border: 0px none;
	line-height: 25px;
	background: #333;
	border-left: #222 1px solid;
}
#menyListAdmin ul li a img { 
	display: none;
	text-decoration: none;
	vertical-align: middle;
	border: 0px;
	border: 0px none;
}
#menyListAdmin ul li a:hover { 
	color: #ffffff;
	text-align: center;
	border-left: #222 1px solid;
	background: #444;
}
#menyListAdmin a { 
	padding-left: 5px;
	padding-right: 5px;
	border: 0px none;
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

.edit_item{
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 0px;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	line-height: 0px;
	text-indent: -9999px;
	padding: 5px;
	background: #fff url("../../admin/media/icons/edit-small.png") no-repeat center;
	border-bottom-left-radius: 5px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* MODAL OVERLAY */
.modal-overlay{
	display: none;
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.modal-window{
	display: none;
	position: absolute;
	left: 50%;
	top: 200px;
	z-index: 300;
	display: block;
	width: 360px;
	margin-left: -200px;
	background: #fff;
	padding: 20px;
}
.modal-window .button{
	float: left;
	margin: 5px 10px 0 0;
	background: none;
	width: auto;
	height: auto;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
	text-shadow: none;
	color: #363636;
	padding: 5px 8px;
	background: #e5e5e5;
	border: 1px solid #333333;
	font-family: verdana;
	cursor: pointer;
}
.modal-window .button:hover{
	text-decoration: underline;
}