.archive-list {
	list-style: none;
	}

.archive-list-item {
	padding-bottom: 10px;
	}

.archive-list-link {
	font-weight: bold;
	}

.archive-list-reference {
	color: #777777;
	font-size: 9px;
	}

#sidebar {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	top: 0px;
	background: #dae0e6;
	}

#sidebar-inner
{
   position: static;
}

#content {
	width: 60%;
	}

/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list {
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }

#beta { width: 200px; background: #e6ecf2; }

#beta-inner,
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.module
{
   margin: 0 0 10px 0;
   /*border-bottom: 1px solid #f3f6f9;*/
   background: #dae0e6;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 1px solid #cfd4d9;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
}

.module-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.module-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #000;
   /*background: #a3b8cc;*/
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}
