/*SP ADMINTOOL START*/
#adminToolContainer{
	background: url(img/snestreck.png);
	position:absolute;
	top:125px;
	left: 100px;
	width: 613px;
	font-family: Verdana;
	z-index: 3;
	color: rgb(30,30,30);
}
#adminToolHeader{
	background: url(img/headerBg.png) no-repeat;
	height: 32px;
	width: 614px;
	margin:0px;
	cursor: move;
}
#adminMinimize{
	float: right;
	margin-right: 5px;
	width: 17px;
	height: 18px;
	margin-top: 5px;
	background: url(img/minimizeBtn.png) top no-repeat;
	cursor: pointer;
}
#adminClose{
	float: right;
	margin-right: 5px;
	width: 55px;
	height: 18px;
	margin-top: 5px;
	background: url(img/logoutBtn2.png) no-repeat;
	cursor: pointer;
}
#adminLinkContainer{
	position: absolute;
	left: 200px;
}
#updateAdminTool{
	display:none;
}
.adminLink{
	background: url(img/linkBg.png) repeat-x bottom;
	height: 26px;
	font-weight: bold;
	color: rgb(255,255,255);
	padding-left: 5px;
	padding-right: 5px;
	float:left;
	margin-top: 1px;
	font-size: 12px;
}
.adminLink div{
	padding: 5px;
}
.adminLink:hover{
	color: rgb(0,0,0);
	cursor: pointer;
	background-position: top;
}
.adminLink #current{
	text-decoration:underline;
}
#contentLinks{
    width: 604px;
    height: 31px;
    background: url(img/contentLinksBg.png) no-repeat;
    margin-left: 5px;
}
.contentLink{
    height: 17px;
    margin-left: 15px;
    margin-top: 7px;
    padding: 2px 5px 2px 5px;
    float:left;
    font-size: 10px;
    cursor: pointer;
    color: rgb(30,30,30);
}
.contentLink:hover{
    color: rgb(130,130,130);
}
#contentLinks .current{
    background: url(img/contentLinkBg.png) repeat-x;
    color: #ffffff;
}
#contentHelper{
    width: 604px;
    height: 27px;
    background: url(img/liveHelperBg.png) no-repeat;
    margin-left: 5px;
}
#liveHelper{
    text-align: left;
    margin-left: 70px;
    padding: 6px;
    color: rgb(30,30,30);
    height: 8px;
    width: 530px;
    overflow: hidden;
}
#navigate{
	width: 204px; 
	float:left;
	margin-left: 5px;
}
#navigateMiddle{
	background: url(img/navigateMiddle.png) repeat-y;
	text-align:left;
}
#navigateTop{
	background: url(img/navigateTop.png) no-repeat;
	height: 12px;
}
#navigateBtm{
	background: url(img/navigateBtm.png) no-repeat;
	height: 12px;
}
.navigateLinkHolder{
	border-bottom: 1px solid rgb(243,243,243);
}
.navigateLink{
	cursor: pointer;
	float:left;/*Alltid! ändra på navigateLinkHolder*/
}
#adminLink{
	padding: 0px 10px 5px 10px;
	cursor: pointer;
	width: 176px;
	font-size: 10px;
}
.navigateLinkHeader{
	font-size: 10px;
	width: 140px;
	margin: 0px;
    padding: 8px;
}
.sortLinkHolder{
    height: 30px;
    width: 8px;
    float:left;
    position: relative;
}
.sortLinkHolder .sortLinkUp,.sortLinkHolder .sortLinkDown{
    width: 8px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 3px;
    background: url(img/arrow.png) right;
}
.sortLinkHolder .sortLinkDown{
    top: 15px;
}
.navigateSubLink{
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	border-left: 5px solid rgb(150,150,255);
	border-bottom: 1px solid rgb(243,243,243);
	border-top: 1px solid rgb(243,243,243);
	width: 171px;
	background: rgb(255,255,255);
}
.properties{
	width: 395px; 
	margin-left: 5px;
}
.propertiesMiddle{
	background: url(img/bgProp.png) repeat-y;
	text-align:left;
	font-size: 11px;
}
.propertiesTop{
	background: url(img/topProp.png) no-repeat;
	height: 28px;
}
.propertiesBtm{
	background: url(img/btmProp.png) no-repeat;
	height: 18px;
}
.propHeader{
	text-align: left;
	padding-left: 20px;
	padding-top:8px;
	color: rgb(255,255,255);
	font-size: 11px;
}
.propFeed{
	margin: 0px 5px 0px 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

.button{
	height: 22px;
	background: url(img/btnRight.png) right no-repeat;
	margin-top: 3px;
}
.buttonText{
	height: 22px;
	background: url(img/btnLeft.png) no-repeat;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	font-weight: bold;
	color: rgb(255,255,255);
	cursor: pointer;
}
.btnDelete{
	height: 18px;
	width: 52px;
	background: url(img/btnDelete.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 3px;
}
.btnEdit{
	height: 18px;
	width: 40px;
	background: url(img/btnEdit.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 3px;
}
.btnSubmit{
	height: 18px;
	width: 48px;
	background: url(img/btnSubmit.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 3px;
}
.btnPattern{
	height: 18px;
	width: 77px;
	background: url(img/btnPattern.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 3px;
}
.btnAdd{
	height: 18px;
	width: 57px;
	background: url(img/btnAdd.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 3px;
}
.btnAddImage{
	height: 18px;
	width: 77px;
	background: url(img/btnAddImage.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 3px;
}
.isActive{
	padding: 10px;
	margin: 0px 15px 0px 15px;
	cursor: pointer;
}
.selectPattern{
	padding: 15px;
}
.selectPattern input{
	border: none;
	
}
.patternImage{
	position: absolute;
	top: 60px;
	left: 40px;
	width: 280px;
	height: 200px;
}
input{
	border: 1px solid rgb(130,130,130);
	font-size: 10px;
	font-family: verdana;
	padding: 2px;
	background: rgb(240,240,240);
	color: rgb(100,100,100);
}
.imageHolder:hover{
    background: rgb(230,230,230);
    font-weigt: bold;
    
}
.loader{
    width: 100%;
    height: 140px;
    background: url(img/loaderSmall.gif) center center no-repeat;
}
.navigation{
    background: url(img/navigationBg.png);
    width: 395px;
    height: 25px;
}
.navigation p{
    padding: 6px 6px 6px 10px;
}
/*
	ADMINLOGIN LOOK
*/
/* ID's */
#mainLogin{
	width: 400px;
	background: url(img/loginBg.png) top no-repeat;
    margin: 0px auto 0px auto;
	position: relative;
	height: 400px;
	text-align: left;
}
#containerLogin{
	position: absolute;
	top: 170px;
	left: 50px;
}
#containerLogin #anv,#pass{
	width: 170px;
	background: rgb(98,98,98);
	border: 2px solid rgb(68,68,68);
	padding: 5px;
	color: #fff;
}
#containerLogin #submit{
	width: 100px;
	padding: 5px;
}
.editableText p,.editableText div{
    padding-left: 5px;
}
.editableText ul{
    margin-left: 20px;
}
    
}

