img
{
	display: block;
	border-color: Black;
}

img.noblock
{
	display: inline;
}
img.hide{
  display: none;
}
div.noblock
{
	display: inline;
}

.focuslayer
{
	position: absolute;
	display: none;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	background-color: #CCC;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	width: 100%;
}

.crumbbar
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #d72226;
}

.crumbbar h1
{
    font-size: 9pt;
    display:inline;
}

table td
{
	font-size: 10pt;
}

.nolink
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.moreinfolink
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 100%;
}

.float-clearing
{
	clear: both;
	line-height: 0pt;
}

.formlabel-focus
{
	color: RED;
}

.formtext-focus
{
	background-color: #EEE;
}

.formselect-focus
{
	background-color: #EEE;
}
/*Registration specifick*/

table.infodivcontent
{
	border: outset 1px black;
}

tr.infodivtitle
{
	background-color: #69c028;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

tr.infodivmsg
{
	background-color: #fdf9e9;
}

.infodiv
{
	display: none;
	position: absolute;
	z-index: 100;
}

/*Registration specifick:*/
* html div#msgdiv
{
	position: absolute;
	top: expression(eval(document.compatMode && document.compatMode== 'CSS1Compat' ) ? documentElement.scrollTop+((documentElement.clientHeight-this.clientHeight)/2) : document.body.scrollTop +((document.body.clientHeight-this.clientHeight)/2));
}

div#msgdiv
{
	position: fixed;
	top: 200px;
	left: 220px;
	height: 0;
	z-index: 1000;
	display: none;
}

#header
{
	position: relative;
	top: 0px;
	margin-left: 0px;
	width: 1000px;
	height: 130px;/*height: 130px;*/
	z-index: 100;
	background: #FFFFFF;
}

#header404
{
	position: relative;
	top: 0px;
	margin-left: 0px;
	width: 1000px;
	height: 130px;
	z-index: 100;
	background: #FFFFFF;
}

#footer
{
	position: absolute;
	background: #FFFFFF;
	left: 0%;
	margin-left: 0px;
	width: 1000px;
	bottom: 0;
}

#contentcontent
{
	padding-bottom: 28px;
}

#menu
{
	position: relative;
	float: left;
	width: 170px;
}

#menu2
{
	position: relative;
	width: 200px;
	background-color: #FFF;
}

#content_main
{
	position: relative;
	background: #FFFFFF;
	width: 1000px;
	padding-bottom: 28px;
}

#breadcrumb
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, helvetica;
	background: #FFFFFF;
}

#page
{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

#container
{
	position: relative;
	left: 0%;
	margin-left: 0px;
	width: 1000px;
	_height: 100%;
	min-height: 100%;
	background: #FFFFFF;
	padding: 0px;
}

#left
{
	float: left;
	width: 795px;
	position: relative;
}

#right
{
	width: 200px;
	float: right;
	/*position: relative;*/
	z-index: 100;
}

#content_locked
{
	position: relative;
	width: 621px;
	float: right;
}
