/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL CLASSES*/
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 65%;
	color: #333;
	line-height:1.3em;
	padding: 0; 
	margin: 0;
	background-color:#fff;
}
p
{
	color: #333;
	line-height:1.3em;
	display:block;
	margin:10 0 5 0;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*EDITOR TEXT CLASSES*/
h1, .heading1
{
	font-weight: bold;
	font-size: 1.3em; 
	color: #333;
	display: inline;
	margin:0 0 5 0;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;
	margin:20 0 5 0;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #333;
	margin:20 0 5 0;
	EditMenuName: Heading 3;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.FooterText
{
	margin-top:0.5em;
	text-align:left;
	color:#333;
}
a.FooterText
{
	color:#CC3333;
	text-decoration:underline;	
}
a.FooterText:hover
{
	color:#333;
	text-decoration:none;		
}
hr
{
	height: 0.1em;
	color: #95632F;
}
hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}
.date
{
	color: #999999;	
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*LINK CLASSES*/
a
{
	color: #CC3333;
	text-decoration:underline;
}
a:hover
{
	color: #333;
	text-decoration:none;
}
.linkSpecial
{
	color: #CC3333;
	text-decoration:none;
	EditMenuName: Link, no underline;
}
.ReadmoreLink, a.ReadmoreLink:link
{
	color:#CC3333;
	text-decoration:none;
	padding:5 0 5 1.5em;
	margin-bottom:10;
/*	background-image:url(/Images/ColumnListIcon.gif);*/
	background-repeat:no-repeat;
	background-position:6em 1em;
	
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL EPiSERVER CLASSES*/
/* --------- Input ----------- */
input, textarea
{
	color: #333;
	font-size: 1em;
}
select
{
	font-size: 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;
}
img.quicksearch
{
	height: 1.75em;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}
span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}
/* --------- Image format ----------- */
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 classes ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
/* --------- List classes ----------- */
ul
{
	list-style-image:url(../Images/li_Icon.gif);
	list-style-position:outside;
	margin-left:15px;
	padding-left:2;
	margin-top:5;
}
html>body ul
{
	
}
li
{
	margin-left:15px;
	padding-left:2;
	margin-top:5;
	display:block;
}