/* ------ Text items -------- */
h1, .heading1 
{
	font-weight: 300;
	font-size: 1.3em;
	color: #505050;
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	margin-bottom: 0.1em;
	margin-top: 0.3em;
}

h2, .heading2 
{
	font-weight: normal;
	font-size: 1.3em;
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	margin-bottom: 0em;
}
h3, .heading3 
{
	font-weight: 400;
	font-size: 1.1em;
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	/*
	margin-bottom: -0.7em;
	margin-top: -0em;
	margin-left: -0.2em;
	*/
}
.subTitle 
{
	font-weight: 200;
	font-size: 0.95em;
	font-family: verdana, arial, helvetica, sans-serif; 
}
.normal {
	font-weight: normal; 
	font-size: 0.70em; 
	font-family: verdana, arial, helvetica, sans-serif; 
}
.pagePublished 
{
	background-color: inherit;
	color: #666;
	font-weight: normal;
	font-size: 0.7em;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-top: 1em; 
	
}

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}

.introduction
{
	font-weight: bold;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
}
.red
{
	color: #CC0000;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	color: #3366cc;
}
a:hover
{
	color: #333333;
}
a:visited
{
	color: #3366cc;
}


/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}
fieldset
{
	/*
	border: none;
	padding: 0;
	margin: 0;
	*/
	border: groove 2px #ccc;	
	padding: 0px 4px 4px 0px;
	padding: 0px 4px 4px 4px;	
}
legend
{
	color: #333;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
.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.thickWhiteBorder 
{
	border: solid 3px #fff;
	EditMenuName: Thick White Border;	
}

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);
}

.normal label 
{
	display: block;
}

.normal fieldset label
{
	margin-right: 1em;
	display: inline;
}
.normal fieldset
{
	border: solid 1px #888;
}

.ForumCode
{
	display: block;
	color: #000000;
	font-family:courier new;
	background-color: #fafafa;
	border: solid 1px #f0f0f0;
	padding: 2px 4px 2px 4px;
	margin: 0px 2px 0px 2px;
	overflow: scroll;
}

