/*
 *	Standard elements
 */

body		{ background-color: white; }

body, td, textarea
		{ color: #2f3d6a; }

body, td, textarea, select, input
		{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10pt; }

form		{ margin-bottom: 0 }

a		{ color: #2f3d6a; font-weight: bold; text-decoration: underline; cursor: hand }
a:link		{ color: #2f3d6a; font-weight: bold; text-decoration: underline  }
a:visited	{ color: #2f3d6a; font-weight: bold; text-decoration: underline  }
a:hover		{ color: white;   font-weight: bold; text-decoration: none;      background-color: #2f3d6a }

h1		{ color: #2f3d6a; font-size: 20pt; margin-bottom: 0; margin-top: 0 }
h2		{ color: #2f3d6a; font-size: 14pt; font-weight: bold; margin-bottom: 15; margin-top: 0 }
h3		{ color: #2f3d6a; font-size: 12pt; margin-bottom: 0; margin-top: 0 }
h4		{ color: #2f3d6a; font-size: 12pt; margin-bottom: 0; margin-top: 0 }

/*
 *	Custom elements
 */

table.box		{ border-collapse: collapse; }
table.box td		{ padding: 0px; }
table.box td.boxcorner	{  }
table.box td.boxheader	{ color: #2f3d6a; font-weight: bold; font-size: 13pt; }
table.box td.boxbody	{  }

table.view		{ border-collapse: collapse; border: 1px solid #A6302E; }
table.view td		{ padding: 1px; border: 0px; }
table.view td.viewcorn	{ background-color: #A6302E; width: 15; }
table.view td.viewtitle	{ background-color: #FFFFD5; color: #A6302E; font-weight: bold; letter-spacing: 1pt; }
table.view td.viewbutts	{ background-color: #FFFFD5; text-align: right; }
table.view td.viewbody	{ background-color: #DDDDDD; }

table.outform		{ border-collapse: collapse; border: 2px solid black; background-color: #DDDDDD; }
table.outform td	{ padding: 10px; }
table.inform td		{ padding: 5px; vertical-align: top; }

table.tick		{ border-collapse: collapse; border: 0px solid #000000; }
table.tick td		{ padding: 2px; vertical-align: middle; }

.hozline	{ background-color: #9394AA; }

.smalltext	{ font-size: 8pt; }

.mand		{ color: red; font-weight: bold; font-size: 8pt; }

.result		{ color: red; font-weight: bold; }

/*
 *	SP only
 */
 
.menu_head	{ font-weight: bold; color: white; }
.menu_link	{ text-decoration: none; font-weight: 400; letter-spacing:-1pt }
.unobtrusive	{ text-decoration: none; color: #808080; font-size: 8pt }

#map
{
	border: 2px solid #2f3d6a;
}
