/* width values are often wrong and overridden in lima_modern.css */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 10px;
}

body, div, form, li, td, th, h1, h2, h3, h4 {
	font-size: 10pt;
}

h1 {
	margin: 14px 0 8px 0;
	font-size: 20px;
	font-weight: bold;
	font-family:"MS Trebuchet","Trebuchet MS",arial,helvetica,sans-serif;
	color: #00536B;
}

h2 {
	margin: 14px 0 8px 0;
	font-size: 20px;
	color: #00536B;
}

h3 {
	position: relative;
	font-size: 14px;
	color: #000;
	margin: 14px 0 8px 0;
}

h4 {
	font-size: 12px;
}

form {
	margin: 0;
}

hr {
	color: #555;
	height: 1px;
	border-top: 1px solid #CCC;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
}

a img {
	border: none;
}

.limaFont {
	font-family:"MS Trebuchet","Trebuchet MS",arial,helvetica,sans-serif;
}

/************************************************
	Content Grids
*************************************************/

.grid-m {
	margin: 0 10px 0 15px;
}

.grid-50 {
	margin: 0 0 0 15px;
}
	.grid-50 .gridcol {
		display: inline;
		margin-right: 15px;
		float: left;
		width: 47%;
	}

/************************************************
	Miscellaneous
*************************************************/
#message {
	margin: 6px 0;
	padding: 15px 4px 15px 4px;
	color: #060;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #060;
}

#error {
	margin: 6px 0;
	padding: 15px 4px 15px 4px;
	color: #B00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #c00;
}

br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
