﻿#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
.breadcrumb{ height:10px;}
#BreadCrumbBar
{
	position: relative;
	top:-15px;
}
#Wiki
{
	width:170px;
	height:400px;
}

header.WikiHeadline { background: #DDD; padding-bottom: 10px; padding-top: 5px; border-bottom:0; width:99%; margin-left:auto; margin-right:auto;}
header.WikiHeadline h1{ margin-left:10px; padding-left:10px; color:#333;}


#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#closeViewer
{
	float: right;
	cursor: pointer;
	clear: inherit;
}
#leftcol
{
  float: left;
  padding-right:10px;
}
#rightcol
{
	float: right;
}
#centercol {
	 vertical-align:top;
	 height:600px;
	 overflow:scroll;
	}
#centercol a
{
	color: #666;
}
#centercol a:hover {
	color:#9343B9;
	}
#footer
{
	position: relative;
	top: 1px;
	background: #808080;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 1% 0;
	text-align: center;
	color: #CCC;
}


.HelpLink
{
	color: #808080;
	font-weight: 700;
	font-size: 12pt;
	padding-bottom:15px;
}
.helpLinkGroup{ padding-bottom:20px;}
.HelpLink a{padding:10px;}

div.tooltip
{
	background: transparent;
	background-image: url("/images/black_arrow_big.png");
	background-repeat: no-repeat;
	display: none;
	color: #fff;
	z-index: 1000;
	font-size: 14px;
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;

}

.x_ThumbnailImage
{
	border-style: none;
	padding: 5px;
	height: 100px;
	cursor:pointer;
}
.x_ThumbnailImage:hover
        {
            border: thin dotted #000000;
            background-color: #C2DAF3;
            padding: 4px;
        }
.ModalPopupMask{display:none;background-color:Gray;z-index:9000;width:1px;height:1px;position:absolute;top:0;left:0;filter:alpha(opacity=70);opacity:.7;}
.pictureViewerWindow{z-index:9999;width:auto;height:700px;padding:20px;display:none; position:absolute;}
 
