/* ------ Text items -------- */
a
{
	color: #295AA6; /*#336;*/
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.menuhead
{
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #295AA6;
	text-decoration: none;
}
a.menuhead:hover
{
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #295AA6;
	text-decoration: none;
	font-weight:normal;
}
a.activemenuhead
{
	font-family:Verdana, Arial, sans-serif;
	font-size:  11px;
	color: #295AA6;
	text-decoration: none;
}
a.activemenuhead:hover
{
	font-family:Verdana, Arial, sans-serif;
	font-size:  11px;
	color: #295AA6;
	text-decoration: none;
	font-weight:normal;
}
a.activesubmenuhead
{
	color: #295AA6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.activesubmenuhead:hover
{
	color: #295AA6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.uppercaselink
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
a.rightlisting
{
	text-decoration: none;
	display: block;
	padding-left: 1em;
	margin: 0.2em 0;	
}
a.linklist
{
	text-decoration: none;
	font-weight:bold;
}
body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/*font-size: smaller;*/
	/*color: #333;*/
	color:#222222;
	padding: 0; 
	margin: 0;
	background-color: #fff;
}
.datelistingtext
{
	color: #606060; 
	font-size: 11px;
	padding-bottom: 0.1em; 
	/*font-style: italic; */
}
.headerlistingtext
{
	color: #295AA6; 
	font-size: 11px;
	/*font-weight: bold;*/
	font-weight:normal;
	padding-bottom: 0.1em; 
	/*font-style: italic; */
}
div.menuitem
{
	/*border-bottom: solid 0.1em #ddd;*/
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	float: left;
}
div.selectedmenuitem
{
	/*border-bottom: solid 0.1em #ddd;*/
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	float: left;
}
div.leftbody
{
	/*border-bottom: solid 0.1em #ddd;*/
	margin: 0.4em 0em 1em 1em;
}
h1, .heading1
{
	font-weight: bold;
	/*font-size: 1.5em; */
	/*color: #336;*/
	/*color: #969696;*/
	display: inline;
	font-size: medium;
	color: #444444;
	font-family:Verdana, Arial, sans-serif;
	EditMenuName: Rubrik 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	/*color: #336;*/
	/*font-size: smaller;*/
	color: #666666;
	/*color: #999999;*/
	font-family:Verdana, Arial, sans-serif;
	EditMenuName: Rubrik 2;
}
h2, .rightcolumnheading
{
	font-weight: bold; 
	font-size: 1.1em; 
	/*color: #336;*/
	/*font-size: smaller;*/
	color: #444444;
	font-family:Verdana, Arial, sans-serif;
	EditMenuName: Rubrik Hogerkolumn;
}
.rightbodytext
{
	font-size: 10px;
}
.rightbodytext tr
{
	height:20px;
}

hr
{
	height: 0.1em;
	color: #ddd;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #336;
	font-size: 11px;
	margin: 0.2em;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
}
select
{
	font-size: 11px;
	margin: 0.2em;
}
span.errormessage
{
	color: #a00;
	font-size: 1.3em;
}
.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
{
	position: relative;
	top: 0.2em;
	width: 2.3em;
	height: 1.7em;
	border: 0;
}
span.usernamelabel
{
	padding-top: 0.5em;
	display: block;
}
table
{
	font-size: 11px;
}
th
{
	text-align: left;
}
tr.evenrow
{
	background-color: #eee;
}
tr.unevenrow
{
	background-color: #fff;
}
tr.headerrow
{
	background-color: #ccc;
}

