@import url("site_template.css");

/*
 * standard elements
 */

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4;
}

a:link,
a:visited,
a:active
{
	text-decoration: none; 
	color: #273870;
}
a:hover 
{
	text-decoration: none;
	color: #CE9A18;
}

ul, ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*
 * forms
 */
label
{
	font-weight: bold;
	text-transform: uppercase;
	color: #6F713B;
	background: transparent;
}
fieldset
{
	margin-top: 15px;
	padding-bottom: 15px;
	border: none;
	border-bottom: solid 1px #DCDDBE;
}
fieldset legend
{
	font-weight: bold;
	font-style: italic;
	color: #5D6990;
	background-color: transparent;
	margin-bottom: 10px;
}
fieldset .inlinetip
{
	zoom: 1; /* http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 */
	clear: both;
	margin-top: 5px;
}

/*
 * common semantic
 */

.message 
{
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #62B352;
}
.inlinetip 
{
	color: #808080;
	font-style: italic;
	font-size: 8pt;
}
.label 
{
	font-weight: bold;
	color: #808080;
}
.pagetitle {}

.clickable,
.clickable label,
.clickable a
{
	cursor: pointer;
}
