@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);

.editorbox {
	text-align:left;
	clear:both;
	/*float:left;
	width:100%;*/
	position:relative;
	z-index:1;
}

.editorbox.info-open .editfunctionbox,
.editorbox.info-open {
	z-index:10;
}



/*stuff for thin columns */

.editorbox.less-than-300-pixels .editbartitle {
	padding:10px 10px 10px 15px;
}

.editorbox.less-than-300-pixels .editfunctionbox a.editbarbut {
	margin: 8px 2px 7px;
	font-size: 18px;
	width: 28px;
	height: 28px;
	line-height: 28px!important;
}

.editorbox.less-than-300-pixels .editfunctionbox .editbar-additional-tools a.editbarbut {
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 24px!important;
}


.editorbox.less-than-200-pixels .editfunctionbox .editbartitle_content_date,
.editorbox.less-than-200-pixels .editfunctionbox .editbartitle_content_versionname {
	white-space:normal;
}

.editorbox.less-than-200-pixels .editbartitle_content_type {
	font-size:12px;
	margin:0 5px;
}

.editorbox.less-than-200-pixels .editfunctionbox a.editbarbut {
	font-size: 16px;
	width: 20px;
	height: 20px;
	line-height: 20px!important;
	margin: 11px 2px 12px;
}

.editorbox.less-than-200-pixels .editbartitle {
	padding:10px 5px 10px 15px;
}
.editorbox.less-than-200-pixels .editfunctionbox .editbar-additional-tools a.editbarbut {
	margin:6px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 18px!important;
}
/*=============*/

.editfunctionbox {
	position:relative;
	border: 1px solid #a0c31e;
	background: #f2f7e1;
	border-radius:5px 5px 5px 5px;
	margin:0 0 1em 0;
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	line-height:1;
}

.editorbox .editfunctionbox a {
	padding:0;
	margin:0;
	background:none;
	font-weight:normal;
}

.editfunctionbox.draft {
	border: 1px solid #eaa623;
	background: #f8f3e8;
}

.editfunctionbox.replaced,
.editfunctionbox.old {
	background:#f3f3f3;
	border:1px solid #cdcdcd;
	color:#cdcdcd;
}

.editorbox .editorbox {
	margin: 0px 15px;
}

.editorbox .addbar {
	margin: 0px 15px;
}

.editbar {
	float:left;
}

.editbar.button_bar {
}
	
.editinfobar {
	clear:both;
}

.editorbox:hover a.editbarbut  {
	display:block;
}


.editorbox:hover .editbartitle_content_type,
.editorbox:hover .editbartitle_content_date {
	display:none;
}

.editorbox:hover {
	outline:2px dashed #ccc;
	outline-offset:5px;
	z-index:10;
}

.editbar-additional-tools {
	position:absolute;
	left:0;
	top:100%;
	width:95%;
	margin-left:2.5%;
	border-radius:0 0 5px 5px;
	background:#a0c31e;
	z-index:1;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.15);
}
.editfunctionbox .editbar-additional-tools a.editbarbut:first-child  {
	margin-left:6px;
}

.editfunctionbox .editbar-additional-tools a.editbarbut {
	width:22px;
	height:22px;
	font-size:16px;
	line-height:24px!important;
}

.additional_times {
	display:none;
	position:absolute;
	z-index:11;
	background:#a0c31e;
	padding:5px 15px;
	bottom:45px;
	left:20px;
	border-radius:5px 5px 0 0;
}

.additional_times .editbartitle_content_date {
	display:block;
	clear:both;
}

.editinfobar td {
	font-size: 16px;
}

.editinfo {
	clear:both;
}

.editinfo .comment-content {
	font-size:12px;
	padding:0 15px 20px 15px;
	font-style:italic;
}

.editinfo td {
	padding: 1px 0px;
}

.editstatebar {
	width: 100%;
	font-size: 9px;
	background-color: #fff;
	margin-top: 1px;
}
.editstatebar table {
	font-size: 1em;
	border: 0px;
}
.editstatebar td {
	font-size: 9px;
	border: 0px;
	color: #333;
}
.editstatebar table {
	border: 0px;
}
.content .editstatebar table {
	border: 0px;
}
.content .editstatebar td {
	border: 0px;
}

/* tooltips*/

.hastooltip {
	position:relative;
	overflow:visible!important;
	z-index:1;
	font-size:12px;
	font-weight:normal;
	font-family:'Droid sans', arial;
}

.hastooltip:hover {
	z-index:55;
}

.tooltip-fallback,
.hastooltip:after{
	line-height:normal;
	white-space: nowrap;
	font-size:12px;
	font-weight:normal;
	font-family:'Droid sans', arial;
    background: #445d11;
    border-radius: 3px;
    bottom: 100%;
	margin-bottom:6px;
    color: #fff;
    content: attr(data-tooltip);
    left: 0%;
    padding: 5px;
    position: absolute;
    z-index: 398;
	display:none;
}

.adminhorbar-preview button.hastooltip:before {
	border-width:0 6px 6px 6px;
	bottom: 0px;
	left: 28%;
	
}

.adminhorbar-preview button.hastooltip:after {
	bottom: -24px;
	left: -6px;
}

.tooltip-fallback {
	display:inline;
}

.hastooltip:before{
    border: solid;
    border-color: #445d11 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 100%;
    content: "";
    left: 50%;
	margin-left:-6px;
    position: absolute;
    z-index: 99;
	display:none;
}

.hastooltip:not([data-tooltip=''])[data-tooltip]:hover:after {
	display:inline;
}

.hastooltip:not([data-tooltip=''])[data-tooltip]:hover:before {
	display:inline;
}

/**/


.editfunctionbox a.editbarbut {
	position:relative;
	border-bottom: 1px solid #cedc9f;
	margin:6px;
	background:white;
	float:left;
	border-radius:5px;
	text-align:center;
	vertical-align:middle;
	color:#7c9a22;
	font-size:20px;
	width:31px;
	height:31px;
	line-height:31px!important;
	display:none;
	text-decoration:none!important;
}

.editfunctionbox a.editbarbut:hover {
	z-index:50;
}

.editfunctionbox a.editbarbut:first-child {
	margin-left:0;
}

.editorbox:hover .editbartitle_state_icon:after,
.editfunctionbox a.editbarbut:hover:after{
	line-height:normal;
	white-space: nowrap;
	font-size:12px;
    background: #445d11;
    border-radius: 3px;
    bottom: 100%;
    color: #fff;
    content: attr(data-tooltip);
    left: 0;
	margin-bottom: 6px;
    padding: 5px;
    position: absolute;
	display: none;
}

.editorbox:hover .editbartitle_state_icon:not([data-tooltip=''])[data-tooltip]:after,
.editfunctionbox a.editbarbut:not([data-tooltip=''])[data-tooltip]:hover:after {
	display:inline;
}

.editbartitle_state_icon:hover:before,
.editfunctionbox a.editbarbut:hover:before{
    border: solid;
    border-color: #445d11 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 100%;
    content: "";
    left: 50%;
	margin-left:-6px;
    position: absolute;
	display:none;
}

.editfunctionbox a.editbarbut:not([data-tooltip=''])[data-tooltip]:hover:before {
	display:inline;
}

.editorbox:hover  .editfunctionbox .editbartitle_state_icon:after {
	bottom:30px;
	left:0;
	padding:5px 20px;
	border-radius:5px 5px 0 0;
	font-size:16px;
	margin:-5px 0 0 0;	
}

.editorbox .state-tip {
	display:none;
	bottom:100%;
	max-width:80%;
	left:5px;
	padding:5px 10px;
	border-radius:5px 5px 0 0;
	font-size:16px;
	margin:-5px 0 0 0;
	color:white;	
	line-height:normal;
	background:#a0c31e;
	box-shadow: inset 0 -3px 5px rgba(0,0,0,0.15);
}

.editorbox .state-tip-date {
	font-size:12px;
	line-height:normal;
	opacity:0.8;
}

.editorbox:hover .state-tip {
	display:block;
}

.draft.editfunctionbox .additional_times,
.editorbox .draft.editfunctionbox .state-tip {
	background:#e59700;
}
.draft.editfunctionbox a.editbarbut:hover:after {
	background:#d38218;
}
.draft.editfunctionbox a.editbarbut:hover:before {
  border-color: #d38218 transparent;
}

.replaced.editfunctionbox .additional_times,
.old.editfunctionbox .additional_times,
.editorbox .replaced.editfunctionbox .state-tip,
.editorbox .old.editfunctionbox .state-tip {
	background:#cdcdcd;
}

.replaced.editfunctionbox a.editbarbut:hover:after,
.old.editfunctionbox a.editbarbut:hover:after {
	background:#909090;
}

.replaced.editfunctionbox a.editbarbut:hover:before,
.old.editfunctionbox a.editbarbut:hover:before {
  border-color: #909090 transparent;
}

.waiting.editfunctionbox .additional_times,
.editorbox .waiting.editfunctionbox .state-tip {
	background:#e5cb1f;
}

.waiting.editfunctionbox a.editbarbut:hover:after {
	background:#cab423;
}

.waiting.editfunctionbox a.editbarbut:hover:before {
  border-color: #cab423 transparent;
}

a.editbarbut img {
	display:none;	
}

a.editbarbut.show-additional {
	background:none!important;
	border:none!important;
}

a.editbarbut i {
	line-height:inherit!important;
}

.show-additional-times {
	float:left;
	opacity:0.8;
	color:silver;
}
.show-additional-times i {
	float:left;
	padding:3px 0 0 0;
}

.addbar, .editbartitle {
	color: #000 !important;
	font-size: 14px;
	float:left;
}

.addbar {
	font-family:'Droid sans', arial;
	text-align:left;
	float:none;
	width:100%;
	margin: 0 0 1em 0;
	text-align:center;
	position:relative;
	z-index:1;
}

.news .addbar {
	margin-bottom:1em;
}

.addbar:hover {
	z-index:10;
}

.addbar + .content {
	
}

.addbar.addbar_bottom {
	margin: 1em 0 1em 0;	
}
 
.addbar a {
	text-decoration:none!important;
	position:relative;
	z-index:40;
}
.addbar a.addbarbut span {
	color:inherit!important;
	border:none!important;
	background:none!important;
	box-shadow:none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	font-size:inherit!important;
	width:auto!important;
	cursor:pointer!important;
	padding:0!important;
	display:inline!important;
	margin:0!important;
	line-height:normal!important;
	text-align:inherit!important;
	vertical-align:inherit!important;
	font-weight:normal!important;
}

.pwdtmdigestitemcontrols a,
.addbar a {
	font-family:inherit!important;
	display:inline-block!important;
	color:#7c9a22!important;
	font-size:14px!important;
	background:#fbfcf8!important;
	padding:6px 10px 6px 10px!important;
	border:0!important;
	border-bottom:1px solid #cedc9f!important;
	border-radius:5px 5px 5px 5px!important;
	position:relative!important;
	line-height:normal!important;	
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
	text-decoration:none!important;
	cursor:pointer;
}

button i[class*="icon-remove"] {
	color:#e44426;
}

.pwdtmdigestitemcontrols a:hover,
.addbar a:hover span {
	color:#4d5f17!important;
}

.pwdtmdigestitemcontrols a:active,
.addbar a:active {
	top:1px!important;
	border-bottom:0!important;
	outline: 0!important;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
}

.addbar .addbar_bg_line {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.addbar .addbar_bg_line:before,
.addbar .addbar_bg_line:after {
    border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #505050;
    display: block;
    height: 0px;
    content: " ";
    width: 30%;
    position: absolute;
    left: 0;
    top: 49%;

}
.addbar .addbar_bg_line:after {
   right: 0;  
   left: auto; 
}	
	
.addbar_bottom {
	/*
	background-image: url(../aimg/admin/content/lisaa_uusi_line_bottom.gif); 
	background-position: right;
	background-repeat: no-repeat;
	*/
	}
	
.addbar.less-than-200-pixels .quick-text{
	display:none!important;
}	
	
.editbartitle {
	padding: 10px 15px 10px 15px;
	font-size:16px;
	position:relative;
	z-index:1;
}

.editbartitle_state_icon {
	position:relative;
	float:left;
	/*width:25px;*/
	height:24px;
	/*font-size:32px;*/
	color:#7bcc33;
	margin-top:-4px;
	z-index:1;
}

.editorbox .editorbox .editbartitle_state_icon {
	line-height:1;
}

/* Editorbox styled for different states*/
.editfunctionbox.draft .editbar-additional-tools  {
	background:#eaa623;
}
.editfunctionbox.draft .editbartitle_state_icon {
	background-position:0 -24px;
	color:#eaa623;
}
.editfunctionbox.draft a.editbarbut {
	color:#eaa623;
	border-bottom:1px solid #dcd09f;
}

.editfunctionbox.replaced .editbartitle_state_icon,
.editfunctionbox.old .editbartitle_state_icon {
	color:#909090;
}

.editfunctionbox.replaced a.editbarbut,
.editfunctionbox.old a.editbarbut {
	color:#909090;
	border-color: #cdcdcd;
}
.editfunctionbox.replaced .editbar-additional-tools,
.editfunctionbox.old .editbar-additional-tools {
	background:#cdcdcd;
}

.editfunctionbox.waiting {
	background:#faf5d8;
	border-color:#e5cb1f;
}
.editfunctionbox.waiting .editbartitle_state_icon {
	color:#e5cb1f;
}
.editfunctionbox.waiting a.editbarbut {
	color:#e5cb1f;
	border-color: #f2e591;
}
.editfunctionbox.waiting .editbar-additional-tools {
	background:#e5cb1f;
}
/*============*/

.editbartitle_content_type {
	float:left;
	line-height:24px;
	vertical-align:middle;
	margin:0 12px;
}

.editbartitle_content_date,
.editbartitle_content_versionname {
	position:relative;
	float:left;
	line-height:normal;
	vertical-align:middle;
	font-size:12px;
	opacity:0.5;
	padding:5px 0;
}

.additional-info-wrapper {
	position:absolute;
	top:100%;
	right:2.5%;
	width:95%;
	background:#707070;
	border-radius:0 0 4px 4px;
	z-index:1;
	display:none;
	color:white;
	font-size:12px;
	line-height:normal;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.15);
}

.addtional-info-content {
	padding:5px 15px;
}

.addtional-info-content .editbartitle_date {
	color:#777;
	color:white;
	margin: .5em 0;
}

.editbartitle_content_date {

}

.editorbox.less-than-400-pixels .editbartitle_content_date {
	top:16px;
}

.editorbox.damn-this-is-small .editbartitle_content_date{
	top:8px;
}

.editfunctionbox a.editbarbut.editbar_delete {
	color:#e44426;
}

.editfunctionbox a.editbarbut.editbar_ok {
	color:#7c9a22;
}

.editfunctionbox a.editbarbut.editbar_edit {
	color:#7c7c7c;
}

.editfunctionbox .show-info-toggle  {
	position:absolute;
	z-index:1;
	right:8px;
	top:12px;
	color:#707070;	
	cursor:pointer;
}

.editfunctionbox .show-info-toggle:hover:after {
	left:-60px!important;
}

a.addbarbut {
}

.editbar a.editbarbut:first-child {
	
}

a.addbarbut:hover {
	
}

.addbarbut.quick-text {
	margin:0 0 0 10px;
}

.autobar {
	text-align: left;
	margin-top: 1px;
	background-color: #81b21f;
}

.contentbaricon {
	vertical-align: middle;
	border:0px;
	width:32px;
	height:32px;
	float:left;
}
.contentbaraddcontenticon {
	padding: 0px;
	vertical-align: middle;
	border:0px;
}
img.contentbaraddcontenticon {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	padding-bottom: 1px;
}
.editfunctionbox img { margin:0px !important }
img.contentstateicon { margin: 0px 5px !important }
img.contentbaricon:hover {
}

.versiontool {
	color: #333333 !important;
	display: none;
	position: absolute !important;
	left: 0px;
	top: 20px;
	visibility: hidden;
	background: #fbfcf8;
	width: 400px;
	padding: 40px 0 0 0;
	font-size: 14px;
	z-index: 52;
}

.editbar .versiontool {	
	font-family:'droid sans', arial!important;
	text-align:left;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc');
	border-radius:0 0 5px 5px;
}

.versiontool a {
	color: #719b1c!important;
	font-weight: normal !important;
	padding: 0px !important;
	display: inline !important;
	text-decoration:none!important;
}

.versiontool a.versiontools-row-link {
	color:#333333!important;
}

.versiontool p {
	margin: 0px;
	padding: 10px;
}

.versiontool .versiontool-rows .versiontool-row {
	padding:10px 20px;
	border-bottom:1px solid #cdcdcd;
} 

.versiontool .versiontool-rows .versiontool-row:first-child {
	border-top:1px solid #cdcdcd;
}

.versiontool[id^="versiontool"] .versiontool-rows .versiontool-row:first-child {
	border-top:0;
}

.versiontool[id^="versiontool"] .state {
	padding:7px 0 4px;
}

.versiontool .versiontool-row:hover,
.versiontool .versiontool-row.selected {
	background-color: #f2f4ec;
	border-left:8px solid #81b21f;
}

.versiontool .versiontool-row:hover,
.versiontool .versiontool-row.selected {
	padding:10px 20px 10px 12px;
}

.versiontool .state {
	padding:7px 16px 4px;
	font-weight:bold;
}

.versiontool .versiontool-row .state.Kesken i {
	color:#eaa623;
}

.versiontool .versiontool-row .state.Julkinen i {
	color:#a0c31e;
}

.versiontool .versiontool-row .state.Vanhentunut i{
	color:#5f5f5f;
}

.versiontool .versiontool-row .state.Korvattu i {
	color:#5f5f5f;
}
.versiontoolhead {
	padding:10px 0;
	font-size:16px;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #445d11;
	color: white;
	text-indent:5px;
	cursor:move;
}

.versiontool img {
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
}
a.close {
	color: white !important;
	font-size:20px;
	text-decoration: none;
}
.versiontool div.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.versiontool input.button {
	background:#81b21f;
	color: white;
	margin:10px 10px;
	border:0;
	border-bottom:1px solid #445d11;
	font-size:14px;
	padding:7px 10px;
	font-family:'Droid sans', arial;
}

.versiontool input.button.select-all {
	background:none;
	color:#445d11;
	border:0;
	padding:0;
	font-size:12px;
}

.versiontool input.button.select-all:hover {
	text-decoration:underline;
}

.p4_admin_tm_form {
	
}
.p4_admin_tm_form span.button{
	display:inline!important;
}
.p4_admin_tm_form span.button,
.p4_admin_tm_form button {
	position:relative!important;
	z-index:1;
	cursor:pointer!important;
	border: 0!important;
	background: #fbfcf8!important;
	padding: 5px!important;
	margin: 2px!important;
	color:#7c9a22!important;
	font-size:14px!important;
	border-radius:5px 5px 5px 5px!important;
	border-bottom:1px solid #cedc9f!important;
	min-width:28px;
	min-height:28px;
	overflow:visible!important;
	
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;	
	
}

.p4_admin_tm_form span.button:hover,
.p4_admin_tm_form button:hover {
	color:#4d5f17!important;
	z-index:51;
}

.p4_admin_tm_form span.button:active,
.p4_admin_tm_form button:active {
	top:1px;
	border-bottom:0!important;
}

.p4_admin_tm_form button.tm_text_editbutton {

}

.error {
	color: red;
}

.adminhorbar {
	font-size:16px;
	font-family:'Droid sans', arial;
    background: #719b1c;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: left;
    width: 100%;
    border-bottom:1px solid #445d11 !important;
    z-index: 10000;
	min-height:59px;
}

.adminhorbar .adminhorbar-help-link {
	color:white;
	text-decoration:none!important;
}

html.pwd-small-screen {
	margin-top:105px!important;
}

html.pwd-small-screen .adminhoritems-wrapper-left {
	float:none;
}

html.pwd-small-screen .adminhoritems-wrapper-left .adminhoritems{
	width:100%;
	padding-left:10px;
}

.adminhoritems-wrapper {
	margin-top:7px;
	float:left;
}

.adminhorbar-preview {
	position:relative;
	float:left;
	margin:10px 0 0 10px;
}
html.pwd-small-screen  .adminhorbar-preview {
	display:none;
}

.adminhorbar-preview a{
	color:inherit;
	text-decoration:none;
	
}

.adminhorbar-preview a:hover {
	text-decoration:none;
	color:inherit;
}

.adminhorbar-preview a.hastooltip:hover:before{
	border:0!important;
}
.adminhoritems-wrapper.adminhoritems-wrapper-right {
	float:right;
	margin-top:0px;
} 

.adminhoritems {
	padding-left:85px;
	padding-right:20px;
	line-height:36px;
	border-top:1px solid #9ac14c;
	border-radius:0 10px 0 0;
	background:#81b21f;
	float:left;
}

.adminhoritems.adminhoritems-right {
	padding:0;
	margin:0;
	border:0;
	background:none;
}

#adminhorbar img {
	left: 0px !important;
}

.P4adminlogo {
	position:absolute;
	top:3px;
	left:20px;
}

.adminhorbaritem.adminhorbarhelp {
	float:right;
	margin:3px 20px 0 20px;
}

.adminsubframe {

}
.adminitem a:hover {
	background-color: #f2f4ec !important;
}
.adminhorbaritem {
	float:left;
}

.adminhorbaritem a {
	color: white !important;
	font-size: 16px !important;
}

.adminhorbaritem a:hover {
	color: #b6cd91 !important;
}

.adminhorbaritem#p4-admin-logout {
	margin:3px 10px 0 0;
	float:right;
}

a.adminplmsub, a.adminplmsubselected {
	text-decoration: none !important;
	}
.adminsubmenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	/*
	Need to set a z-index so that admin submenus show on top of the flash_message
	*/ 
	z-index: 9999;
}
a.plm {
	font-weight: normal !important;
}
.adminsubframe .separator {
	background-color: #cdcdcd;
	border-top: 1px solid #cdcdcd;
}
.adminitem .fwdarr	{
	position: absolute !important;
	top: 12px !important;
	right: 7px !important;
}
.loginrequired {
	display: none }
.madebypoutapilvi {
	text-align: center !important;
	font-size: 12px !important;
	font-weight: normal !important;
	padding: 10px 0px !important;
	color: #c0c0c0 !important;
}
.madebypoutapilvi a,.madebypoutapilvi a:hover {
	text-align: center !important;
	font-size: 12px !important;
	font-weight: normal !important;
	margin: 10px 0px !important;
	color: #c0c0c0 !important;
	text-decoration: none !important;
}
.madebypoutapilvi a:hover {
	text-decoration: underline !important;
}

div.anchorbox  {
	background:url(../aimg/admin/content/background/anchorbox.gif) top repeat-x #fef2a4;
	border:1px solid #d7c236;
	padding:8px;
}

td.anchorbox_title {
	font-size:10px;
	color:#535353;
	padding-left:10px;
}

td.anchorbox_title input {
	margin-top:5px;
	font-size: 11px;
}

td.anchorbox_title .contentbaricon {
	margin: 3px 0 0 3px !important;
	vertical-align: top !important;
}

img.rssfeed {
	margin:0px !important;
	padding:0px !important;
	float:right;
}

div.p4_imagesetter_picturechange {
	position:relative;
	min-height:60px;
	min-width:95px;
	outline:1px dashed #999;
	max-width:100%;
}

div.p4_imagesetter_pchange_icons {
	position:absolute;
	left:10px;
	top:10px;
}

div.p4_imagesetter_pchange_icons img {
	border:0;
	margin:0;
}

.p4_imagesetter_addImage_button {
	/*float:left;
	clear:both;*/
	overflow:visible;
	padding:1px 3px;
}

.p4_imagesetter_refresh_button {
	visibility:hidden;
	display:none;
}

/* Content copy */

.pwd_copied_content {
	background-color: #fefad5;
	background-image: url(../aimg/admin/content/background/copied_bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top left;
	padding: 3px;
	outline: 1px dashed #d1c66c;
}

#pwd_flash_message {
    white-space: nowrap;
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: left;
    width: 100%;
    z-index: 10;
}

/* If adminmenu is shown, move notification container downwards */
#pwd_flash_message.pwd_flash_adminmenu_yes {
    top: 59px;
}

.pwd_flash_messageitem {
    font-weight: normal;
	font-size: 12px;
    text-decoration: none;
    background-color: #f7eb7d;
    background-repeat: repeat-x;
    border-bottom: 1px solid #666 !important;
}

.pwd_flash_messageitem a {
	color: black;
}

#pwd_flash_message .pwd_flash_context_disguise {
	color: white;
	background-color: #ab5dff;
    background-repeat: repeat-x;
}

#pwd_flash_message .pwd_flash_context_disguise a {
	color: white;
	text-decoration: underline;
}

.pwd_flash_message_close {
	position: absolute;
	right: 39px;
	text-decoration:none!important;
}

.pwd_flash_messageitem {
	padding: 5px;
}

/*editorbox inside editorbox*/

.editorbox:hover .editorbox .state-tip {
	display:none;
}

.editorbox .editorbox:hover .state-tip {
	display:block;
}