
/* ------ Text items -------- */
body
{
	font-family: Verdana;
}
td span, td input, td a
{
	font-size: 1em !important;
	margin: 3px 0px 0px 5px;
}
p, input, textarea, select, legend, td, span, .MainBodyDiv, #AdvancedArea
{
	font-family: Verdana;
	color: #333;
	font-size: 0.75em;
	line-height: 1.30em;
}
.maintext
{
	font-family: Verdana;
	color: #333;
	font-size: 0.75em;
	line-height: 1.30em;
}
img
{
	border: 0;
	font-size: 0.75em;
}
h1
{
	font-family: Arial;
	font-size: 1.5em;
	font-weight: normal;
	color: #981E32;
	margin-bottom: 0px;
	EditMenuName: Heading 1;
}
h2, .heading2, #stats b
{
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-family: Arial;
	font-size: 0.875em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
	EditMenuName: Heading 3;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.75em;
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	font-size: 0.75em;
	EditMenuName: Normal red text;
}
.introduction, .pufftext
{
	font-family: Verdana;
	color: #333;
	font-size: 0.8764em;
	line-height: 1.30em;
	EditMenuName: Introduction;
}
hr
{
	height: 0.1em;
	color: #95632F;
}
hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */

a, a:visited
{
	color: #981E32;
	text-decoration: none;
}
a:hover
{
	color: #981E32;
	text-decoration: underline;
}

/* --------- StartPage ----------- */
.FooterFont
{
	font-family: Verdana;
	font-size: 0.7em;
	color: #666;
}

/* --------- Input ----------- */

fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

fieldset label
{
	margin-right: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}
