@import url("/styles/default/scms_dropdown.css"); 
 

/***********************************************************
 Custom CSS: 
***********************************************************/

h1.pealkiri { font-family: Arial; font-size: 18px; font-weight: bold; color: #6D8FD5;  } 
.txt { font-family: Arial;  } 
.Heading2 { font-family: Arial; font-size: 16px; font-weight: bold; color: #3D4C5A;  } 
.Heading3 { font-family: Arial; font-size: 14px; font-weight: bold; color: #6D8FD5;  } 

/* ID -kaardi ja Mobiil-ID nuppude spetsiifika */
a#id_button:link, a#id_button:active, a#id_button:visited {
	display: block;
	width: 88px;
	height: 31px;
	background-image: url('public/logod/banklink_idkaart.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}	
a#id_button:hover {
	background-image: url('public/logod/banklink_idkaart_checked.gif');
}

a#mob_id_button:link, a#mob_id_button:active, a#mob_id_button:visited {
	display: block;
	width: 88px;
	height: 31px;
	background-image: url('public/logod/banklink_mobiil_id.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}	
a#mob_id_button:hover {
	background-image: url('public/logod/banklink_mobiil_id_checked.gif');
}
	
editor\:lead {
	display: block;
	height: 15px;
	background: url(/admin/images/lead.gif);
}


/***********************************************************
 Action-buttons:
***********************************************************/

    editor\:buttons {
		behavior:url(buttons.htc);
		-moz-binding: url(xbl.xml#buttons);
	}
