* {}
/*body {
	background:#ffffff;
	background-image:none;
	font: 12px Arial, sans-serif;
	margin: 0px;
	}*/
/* MISC */
.divmenu_over {
	background:#0071b7 url(../images/admin/icon_arrow.png) 9px 50% no-repeat;
	width:auto;
 	min-height:19px;
	height: auto !important;
	height: 19px;
 	padding:11px 0 6px 20px;
 	color:#ffffff;
	cursor:pointer;
}
.divmenu {
 	background:#404040 url(../images/admin/icon_arrow.png) 9px 50% no-repeat;
 	width:auto;
 	min-height:19px;
	height: auto !important;
	height: 19px;
 	padding:11px 0 6px 20px;
 	color:#ffffff;
	cursor:pointer;
}
.darklink {
	text-decoration:none;
	color:#202020;
	border:0px solid #000000;
}
.darklink:hover {
	text-decoration:underline;
}

.darklink_s {
	text-decoration:none;
	color:#202020;
	border:0px solid #000000;
	font-size:11px;
	padding:2px 0 2px 0;
}
.darklink_s:hover {
	text-decoration:none;
	background:#404040;
	color:#ffffff;
	padding:2px 0 2px 0;
}

.whitelink {
	text-decoration:none;
	color:#ffffff;
}
.size_off {
	padding:0;
	line-height:12px;
	width:41px;
	background:#f9f9f9;
	font-size:9px;
	float:left;
	text-align:center;
	margin:0;
	cursor:pointer;
}
.size_on {
	padding:0;
	line-height:12px;
	width:41px;
	background:#505050;
	font-size:9px;
	float:left;
	text-align:center;
	margin:0;
	color:#f2f2f2;
}

.box_bar {
	background:url('../images/touch_admin-background.jpg') repeat-x;
	color:#ffffff;
	margin:0px;
	padding:0px 8px 0px 8px;
	font-size:12px;
	clear:both;
	height:40px;
}
.box_bar_top {
	background:url('../images/touch_admin-background.jpg') repeat-x;
	color:#ffffff;
	margin:0px;
	padding:0px 8px 0px 8px;
	font-size:12px;
	clear:both;
	height:40px;
	top: 0px;
	float:right;
	position:absolute;
	left:0px;
	right:0px;
}
.box_bar_bottom {
	background:url('../images/touch_admin-background.jpg') repeat-x;
	color:#ffffff;
	margin:0px;
	padding:0 8px 0 8px;
	font-size:12px;
	clear:both;
	height:40px;
	bottom: 0px;
	float:right;
	position:absolute;
	left:0px;
	right:0px;
}
.box_bar_slim {
	background:url('../images/touch_admin-background.jpg') repeat-x;
	color:#ffffff; height:36px;
	margin:0;
	padding:0 8px 0 8px;
	font-size:12px;
	clear:both;
}
#loading {
	width:788px;
	height:490px;
	border:3px solid #e2e2e2;
	padding:0px;
	position:absolute;
	display:none;
	background: #f2f2f2 url('../images/admin/loading.gif') no-repeat;
	background-position: center center;
	z-index:100;
}

.adminbtn {
	background:#0071b7;
	padding:4px 5px 2px 5px;
	border:1px solid #4b4b4b;
	cursor:pointer;
	float:left;
	margin:0 5px 0 0;
	font-weight:bold;
	height:15px;
}
.adminbtn_off {
	background:#333333;
	padding:4px 5px 2px 5px;
	border:1px solid #202020;
	cursor:pointer;
	float:left;
	margin:0 5px 0 0;
	font-weight:bold;
	height:15px;
}
.adminbtn_bright {
	background:#e2e2e2;
	padding:4px 5px 2px 5px;
	border:1px solid #a1a1a1;
	cursor:pointer;
	float:left;
	margin:0 5px 0 0;
	font-weight:bold;
	height:15px;
}

.fs_settings {
	border: 1px #ffffff solid;
}
*{padding: 0; margin: 0;}
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4b4b4d;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/site/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #4b4b4d;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background:#0071b7 url(/images/admin/tb-title-back.png) right no-repeat;
	color: #fff;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#meta {
	position:absolute;
	width:970px;
	height:auto;
	display:none;
	background:#0071b7 url(/images/admin/settings-u-back.png) bottom right no-repeat;
	border-bottom:5px solid #4b4b4b;
	border-left:5px solid #4b4b4b;
	padding:10px;
	color:#ffffff;
	z-index:2000;
	right:0px;
}
#meta h1{
	font-size:13px;
	font-weight:bold;
}

#system {
	position:absolute;
	width:809px;
	height:auto;
	display:none;
	background:#303030;
	border-bottom:5px solid #101010;
	padding:10px;
	color:#ffffff;
	z-index:2000;
}
#system h1{
	font-size:13px;
	font-weight:bold;
}

#settings {
	position:absolute;
	width:809px;
	height:auto;
	display:none;
	background:#303030;
	border-bottom:5px solid #101010;
	padding:10px;
	color:#ffffff;
	z-index:2000;
}
#settings h1{
	font-size:13px;
	font-weight:bold;
}
.settings_page {
	position:relative;
	width:787px;
	min-height:55px;
	height: auto !important;
	height: 55px;
	display:none;
	color:#ffffff;
	z-index:2001;
	border:1px solid #000000;
	background:#202020;
	padding:4px 10px 5px 10px;
	clear:both;
}
.space1 {
	width: auto;
	margin:0;
	padding:0;
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
.space2 {
	width: auto;
	margin:0;
	padding:0;
	clear:both;
	line-height:3px;
	font-size:1px;
}
.space3 {
	width: auto;
	margin:0;
	padding:0;
	clear:both;
	line-height:3px;
	font-size:1px;
}
.space5 {
	width: auto;
	margin:0;
	padding:0;
	clear:both;
	line-height:5px;
	font-size:1px;
}

.space7 {
	width: auto;
	margin:0;
	padding:0;
	clear:both;
	line-height:7px;
	font-size:1px;
}

.space10 {
	width: auto;
	margin:0;
	padding:0;
	clear:both;
	line-height:10px;
	font-size:1px;
}
.space15 {
	width: auto;
	margin:0;
	padding:0;
	clear:both;
	line-height:15px;
	font-size:1px;
}
.space20 {
	width: auto;
	margin:0;
	padding:0;
	clear:both;
	line-height:20px;
	font-size:1px;
}
#login {
	padding:20px 10px 10px 20px;
	background:#ffffff;
	clear:both;

 }
 .btn {
	margin:0;
	background:url(../images/admin/bg_input.gif);
	border:1px solid #666666;
	padding:3px 8px 3px 8px;
	height:25px;
	font-size:11px;
 }

 #sidor {
	width: auto;
	margin:0;
	padding:4px;
	clear:both;
	background:transparent;
	color:#ffffff;
	z-index:998;
	position:relative;
}
#nyheter {
	width: auto;
	margin:0;
	padding:4px;
	clear:both;
	background:transparent;
	color:#ffffff;
	z-index:1000;
	position:relative;
}
#puffar {
	width: auto;
	margin:0;
	padding:4px;
	clear:both;
	background:transparent;
	color:#ffffff;
	z-index:1000;
	position:relative;
}
#twitter {
	width: auto;
	margin:0;
	padding:4px;
	clear:both;
	background:#202020;
	color:#ffffff;
	z-index:1000;
	position:relative;
}
#google {
	width: auto;
	margin:0;
	padding:4px;
	clear:both;
	background:#202020;
	color:#ffffff;
	z-index:1000;
	position:relative;
}

.ulgallery { width:820px; list-style-type: none; margin:0px; padding:0px; }
/*#gallery li div { width:130px; height:95px; border:solid 1px black; background-color:#E0E0E0; text-align:center; }*/
.galleryItem { float:left; width:140px; height:154px; border:solid 0px black; background-color:#fff; text-align:center; padding:5px 5px 4px 5px; margin:0 10px 10px 0}
.placeHolder div { padding:5px 5px 4px 5px; float:left; margin:0 10px 10px 0; width:140px; height:154px; background-color:#efefef!important; border:dashed 1px gray !important; }

#divpager {
	color: #c0c0c0;
	float: right;
}

.popupdiv	{
	width:400px;
	height:auto;
	wrap:virtual;
	display:none;
	z-index:2000;
	position:absolute;
	margin:-5px 0 0 -20px;
}

/* TEXT */
.h5 {
	font: bold 17px Arial, serif;
	color:#202020;
	line-height:40px;
	margin:0;
	letter-spacing:-1pt;
}

/* FORMS */
textarea {
	font: 12px Arial, sans-serif;
}
.textarea_l {
	width:440px;
	height:70px;
}
.textarea_m {
	width:300px;
	height:35px;
}
.input_l {
	width: 200px;
	font: 12px Arial, sans-serif;
}
.input_xl {
	width: 300px;
	font: 12px Arial, sans-serif;
}
.input_m {
	width: 150px;
	font: 12px Arial, sans-serif;
}
.input_s {
	width: 74px;
	font: 12px Arial, sans-serif;
}
.select_l {
	width: 230px;
	font: 12px Arial, sans-serif;
}
.select_mplus {
	width: 200px;
	font: 12px Arial, sans-serif;
}
.select_m {
	width: 150px;
	font: 12px Arial, sans-serif;
}
.select_s {
	width: 80px;
	font: 12px Arial, sans-serif;
}
select {
	font: 12px Arial, sans-serif;
}
.select_img {
	width: 109px;
	font-size:11px;
}
/* MENU */
#adm_menu {
background: transparent;
clear:both;
/*margin:15px 0 15px 0;*/
top: 15px;
right: 15px;
width:120px;
height:auto;
z-index:100;
position:fixed;
-moz-opacity: 0.95; 
opacity: 0.95; 

}
#adm_menu_content {
background: transparent;
margin: 0 0 0 0px; 
padding:0; 
width:126px; 
float:left;
text-align:left;
clear:both;
height: auto;
position:relative;
}
.adm_editbox {
	width: auto;
	margin:0;
	padding:4px;
	clear:both;
	background:#404040;
	color:#ffffff;
	font-weight:bold;
	z-index:9000;
}


/* FOLLOWING */
#following {
position:absolute; overflow:hidden; visibility: hidden;
z-index:999; width:auto; height:auto;
background:none;
font: 12px Arial, sans-serif;
}
#following_calendar {
position:absolute; overflow:hidden; visibility: hidden;
z-index:9999; width:200px; 
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;
background:#000000;
height:38px;
font: 11px Arial, sans-serif;
color:#f2f2f2;
padding:7px;
border:3px solid #f2f2f2;
}

/* SPEECH BUBBLE */
.speech_bubble{
	background: transparent;
	margin:10px;
	width:220px;	
}
.speech_bubble_content{
	display:block; 
	background:#202020; 
	border:3px solid #0071B6; 
	border-width:0 3px;
	filter:alpha(opacity=95); 
   -moz-opacity: 0.95; 
   opacity: 0.95;
}
.speech_bubble_content p{
	font: 12px Arial, sans-serif;
}
.speech_bubble p{
	padding:0.5em 0; 
	color:#fff;
	margin:0 15px; 
	font-size:11px;
}

.sb1, .sb2, .sb3, .sb4, .sb5, .sb6, .sb7{
	display:block; 
	overflow:hidden; 
	font-size:0;
}
.sb1, .sb2, .sb3, .sb4, .sb5, .sb6{
	height:1px;
}
.sb4, .sb5, .sb6, .sb7{
	background:#202020; 
	border-left:1px solid #0071B6; 
	border-right:1px solid #0071B6;
	filter:alpha(opacity=95); 
   -moz-opacity: 0.95; 
   opacity: 0.95;
}
.sb1 {margin:0 8px; background:#0071B6;}
.sb2 {margin:0 6px; background:#0071B6;}
.sb3 {margin:0 4px; background:#0071B6;}
.sb4 {margin:0 3px; background:#202020; border-width:0 5px;}
.sb5 {margin:0 2px; background:#202020; border-width:0 4px;}
.sb6 {margin:0 2px; background:#202020; border-width:0 3px;} 
.sb7 {margin:0 1px; background:#202020; border-width:0 3px; height:2px;} 

.speech_bubble em{
	display:block; 
	width:0; 
	height:0; 
	overflow:hidden; 
	border-top:12px solid #0071B6; 
	border-left:12px dotted transparent; 
	border-right:12px dotted transparent; 
	margin-left:30px;
}
.speech_bubble span{
	display:block; 
	width:0; 
	height:0; 
	overflow:hidden; 
	border-top:10px solid #202020; 
	border-left:10px dotted transparent; 
	border-right:10px dotted transparent; 
	margin-left:32px; 
	margin-top:-15px;
}
.speech_bubble em {width:18px; height:12px; w\idth:0; hei\ght:0;}
* html .speech_bubble span {width:20px; height:10px; w\idth:0; hei\ght:0;}




/* SPEECH BUBBLE TOP */
.speech_bubble_top{
 background: transparent;
 margin:5px auto;
 z-index:110;

}
.speech_bubble_content_top{
 display:block; 
 background:#313131; 
 border:3px solid #9fa1a4; 
 border-width:0 3px;
 margin:0;
}
.speech_bubble_top p{
 padding:0.5em 0; 
 color:#000;
 margin:0 15px;
  background:#313131; 
}
.speech_bubble_top .sb1, .speech_bubble_top .sb2, .speech_bubble_top .sb3, .speech_bubble_top .sb4, .speech_bubble_top .sb5, .speech_bubble_top .sb6, .speech_bubble_top .sb7{
 display:block; 
 overflow:hidden; 
 font-size:0;
}
.speech_bubble_top .sb1, .speech_bubble_top .sb2, .speech_bubble_top .sb3, .speech_bubble_top .sb4, .speech_bubble_top .sb5, .speech_bubble_top .sb6{
 height:1px;
}
.speech_bubble_top .sb4, .speech_bubble_top .sb5, .speech_bubble_top .sb6, .speech_bubble_top .sb7{
 background:#000000; 
 border-left:1px solid #9fa1a4; 
 border-right:1px solid #9fa1a4;
}
.speech_bubble_top .sb1 {margin:0 8px; background:#9fa1a4;}
.speech_bubble_top .sb2 {margin:0 6px; background:#9fa1a4;}
.speech_bubble_top .sb3 {margin:0 4px; background:#9fa1a4;}
.speech_bubble_top .sb4 {margin:0 3px; background:#202020; border-width:0 5px;}
.speech_bubble_top .sb5 {margin:0 2px; background:#202020; border-width:0 4px;}
.speech_bubble_top .sb6 {margin:0 2px; background:#202020; border-width:0 3px;} 
.speech_bubble_top .sb7 {margin:0 1px; background:#202020; border-width:0 3px; height:2px;}
 
.speech_bubble_top em{
 display:block; 
 width:0; 
 height:0; 
 overflow:hidden; 
 border-top:13px dotted transparent; 
 border-bottom:13px dotted transparent; 
 border-left:13px solid #9fa1a4; 
 border-right:0; 
 margin-left:398px; 
 margin-bottom:-24px;
}
.speech_bubble_top span{
 display:block; 
 width:0; 
 height:0; 
 overflow:hidden; 
 border-top:11px dotted transparent; 
 border-bottom:11px dotted transparent; 
 border-left:11px solid #202020; 
 border-right:0;  
 margin-left:396px; 
 margin-bottom:-48px;
 position:relative; z-index:100;

} 
.speech_bubble_top em {width:8px; height:14px; w\idth:0; hei\ght:0;}
.speech_bubble_top span {width:6px; height:10px; w\idth:0; hei\ght:0;}


/* SPEECH BUBBLE TWITTER */
.speech_bubble_twitter{
 background: transparent;
 margin:0 0 0 0;
 z-index:100;
}
.speech_bubble_content_twitter{
 display:block; 
 background:#202020; 
 border:3px solid #aa9f8d; 
 border-width:0 3px;
}
.speech_bubble_twitter p{
 padding:0.5em 0; 
 color:#000;
 margin:0 15px; 
}
.speech_bubble_twitter .sb1, .speech_bubble_twitter .sb2, .speech_bubble_twitter .sb3, .speech_bubble_twitter .sb4, .speech_bubble_twitter .sb5, .speech_bubble_twitter .sb6, .speech_bubble_twitter .sb7{
 display:block; 
 overflow:hidden; 
 font-size:0;
}
.speech_bubble_twitter .sb1, .speech_bubble_twitter .sb2, .speech_bubble_twitter .sb3, .speech_bubble_twitter .sb4, .speech_bubble_twitter .sb5, .speech_bubble_twitter .sb6{
 height:1px;
}
.speech_bubble_twitter .sb4, .speech_bubble_twitter .sb5, .speech_bubble_twitter .sb6, .speech_bubble_twitter .sb7{
 background:#202020; 
 border-left:1px solid #aa9f8d; 
 border-right:1px solid #aa9f8d;
}
.speech_bubble_twitter .sb1 {margin:0 8px; background:#aa9f8d;}
.speech_bubble_twitter .sb2 {margin:0 6px; background:#aa9f8d;}
.speech_bubble_twitter .sb3 {margin:0 4px; background:#aa9f8d;}
.speech_bubble_twitter .sb4 {margin:0 3px; background:#202020; border-width:0 5px;}
.speech_bubble_twitter .sb5 {margin:0 2px; background:#202020; border-width:0 4px;}
.speech_bubble_twitter .sb6 {margin:0 2px; background:#202020; border-width:0 3px;} 
.speech_bubble_twitter .sb7 {margin:0 1px; background:#202020; border-width:0 3px; height:2px;}
 
.speech_bubble_twitter em{
 display:block; 
 width:0; 
 height:0; 
 overflow:hidden; 
 border-bottom:13px solid #aa9f8d; 
 border-left:13px dotted transparent; 
 border-right:13px dotted transparent; 
 margin-left:26px;
 margin-bottom:-9px;
}
.speech_bubble_twitter span{
 display:block; 
 width:0; 
 height:0; 
 overflow:hidden; 
 border-bottom:14px solid #202020; 
 border-left:14px dotted transparent; 
 border-right:14px dotted transparent; 
 margin-left:25px; 
 margin-bottom:-5px;
 position:relative; z-index:100;

} 
.speech_bubble_twitter em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.speech_bubble_twitter span {width:20px; height:10px; w\idth:0; hei\ght:0;}

/* ADMIN MENU */
/* =HAT */
#hat {
background: transparent;
/*height: 26px;*/ /* delete this */
border:none;
margin:0;
position:relative;
z-index:9998;
}
#hat ul {
list-style: none;
background: transparent;
}
#hat #network {
background: transparent;
padding-right: 5px;

}
#hat #network li {
border-left: 3px #9fa1a4 solid;
border-right: 3px #9fa1a4 solid;
background: #313131;
margin: 0 1px 0 0;
float: right;
position:relative;
width: 114px;
}
#hat #network a {
background: transparent;
font-size: 12px;
font-family:Trebuchet MS;
font-weight:bold;
color: #f2f2f2;
display: block;
line-height: 20px;
text-decoration: none;
border:none;
padding: 5px 10px 5px 20px;
}
	#hat #network .nolink a {
	background: transparent;
	font-size: 12px;
	font-family:Trebuchet MS;
	font-weight:bold;
	color: #f2f2f2;
	display: block;
	line-height: 20px;
	text-decoration: none;
	border:none;
	padding: 10px 10px 9px 20px;
	margin:0 1px 0 0;
	
	}
#hat #network a:hover {
color: #ffffff;
text-decoration:none;
background: #0071b7;
}
#hat #network li.selected a {
background: #f3f3f3;
color:#202020;

}

#hat #network li ul{
   -moz-opacity: 0.9; 
   opacity: 0.9; 
position:absolute;
background: transparent;
top:32px;
left:0;
width:auto;
display:none;
color:#202020;


}
#hat #network li:hover ul, #hat #network li.sfhover ul{
display:block;
background: transparent;
}
#hat #network li ul li{
background: transparent;
margin: -30px 0 0 -410px;
position:relative;
display:block;
float:none;
border: 0px;
}
#hat #network li ul a{
background: transparent;
font-size: 11px;
color: #f2f2f2;
display: block;
padding: 0px;
line-height: 20px;
text-decoration: none;
}
#hat #network li ul a:hover {
color: #f9f9f9;
text-decoration:none;
background: transparent;
}



.arrowdiv {
	float:left;
	height: 10px;
	width: 10px;
	background: url(/images/admin/arrows2.png) no-repeat;
	margin: 5px 0 0 -18px;
}	
	
/* SPECIAL BUTTONS */	
a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:0px solid #ffffff;
    font-size:0;
    line-height:0;
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}
a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url(../images/admin/form_buttons.png);
    _background-image:url(../images/admin/form_buttons.gif);
	border:0px solid #ffffff;
}
a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:0px solid #ffffff;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
}
span.button button{
   line-height:2.5;/*Opera need this*/
}
html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}
html.safari span.button button{
  line-height:2.6;
}
html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}
del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
}
del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}
span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}
/*Hover Style*/
a.button:hover, 
span.button:hover,
a.button:focus, 
a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}
a.button:hover span, 
span.button:hover button, 
a.button:focus span, 
span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
	border:0px solid #ffffff;
}
a.button:active, a.button:focus span{
	color:#444;
	border:0px solid #ffffff;
}
del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}
del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
}
/*Optional hack for IE6 to simulate :hover selector*/

span.button button, del.button span, span.button input{
	
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){
				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};
			};
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;		
		})(this));
}