/*
 * $Id: common.css 4469 2005-12-05 00:09:54Z scott $
 */

body, input, textarea
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.emphasis
{	font-style: italic;
}

.callout
{	font-weight: bolder;
}

.error
{	font-weight: bold;
}

.code
{	font-family: Courier, monospace;
}

acronym
{	border-bottom: 1px dotted;
	cursor: help;
}

blockquote
{	margin: 1em 25px;
	border-left: 1px solid;
	padding: 1em;	
}

/***********
 * headers *
 ***********/

h1
{	font-size: 1.8em;
}

h2, h3, h4, h5, h6
{	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2
{	margin: 0 0 1.2em 0;
	font-size: 1.6em;	
}

h2 span.separator
{	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}

h2 span#local
{	font-weight: bold;
}

h3, h4
{	
	margin: 1em 0;
}

h3
{	
	border-bottom: 1px solid;
	border-bottom-style /**/:/**/dotted;
	padding-bottom: .5em;
	font-size: 1.4em;
}

h4
{	
	margin-bottom: 0;
	font-size: 1.3em;	
}

h5, h6
{	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1em;
}

/**********
 * inputs *
 **********/

input, textarea
{	border: 1px solid;
}

/*********
 * links *
 *********/

a:link
{	text-decoration: underline;
}

a.anchor
{	border: none;
}
/*
a.external
{
	background: no-repeat right center url(themes/shared/strength/images/external.png);
	padding-right: 15px;
}
*/
/*****************
 * text elements *
 *****************/

p, dl dd
{	line-height: 1.5em;
}

p
{	text-align: justify;
}
/*
p + p
{
	text-indent: 20px;
}*/

dl
{	margin: 0;
}

dl dt
{	margin-bottom: .25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

dl dd
{	margin: .5em 0 1em 0;
}

dl.mention dt, dl.mention dd
{	display: inline;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********************
 * copyright notice *
 ********************/

dl#notice dt, dl#notice dd
{	font-size: .8em;
	font-weight: normal;
}

