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

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



body, td {
	font-size: 12pt;
	font-family: "Courier New", Courier, monospace;
	color: #00000;
}

a {
	color: #ffffff;
}

h1 {
	margin: 0px;
	padding-top: 10px;
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding-top: 10px;
	font-size: 14pt;
	font-weight: normal;
}

h3 {
	margin: 0px;
	padding-top: 10px;
	font-size: 12pt;
	font-weight: bold;
}

p.qoute {
	margin: 5px;
	padding: 5px;
	font-style: italic;
	border-right: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
}

span.Date {
	font-size: 11pt;
	color: #00000;
}

	
editor\:lead {
	display: block;
	height: 15px;
	background: url(/admin/images/lead.gif);
}


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

    editor\:buttons {
		width: 13px;
		height: 13px;
		cursor: pointer;
		behavior:url(buttons.htc);
		-moz-binding: url(xbl.xml#buttons);
		}
		buttons {
			display: inline;
			width: 13px;
			height: 13px;
		}
    editor\:context {
		behavior:url(context.htc);
		-moz-binding: url(xbl.xml#context);
		}
		context {
			display: inline;
		}
