* {
	margin: 0px;
	padding: 0px;
}

* img {
	border: 0;
}

.menu-link * {
	font-size:150%;
}

#marginwrap {
	margin: 10px;
}

#wiki-ads-top {
	margin-top: -9px;
	width: 100%;
}

#footer {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#form_content {
	padding-right:10px;
}

#wrapper {
/*	background: #f1f2ea url(background.gif) repeat-y right;*/
}
#header {
/*	background: #d7dabd;*/
	height: 90px;
	margin-bottom:4px;
}
#container {
	width: 100%;
/*	background: #f1f2ea url(background.gif) repeat-y right;*/
	float: right;
	margin-left: -220px;
}

#content {
	margin-left: 220px;
	min-height:500px;
	height:auto;	
}

/*\*/
* html #content {
	height:500px
}
/**/

#content h1 {
/*	font: normal 1.8em/1.2em;*/
}

#page-history {
	background: #f0f0f0;
	border: 1px #c0c0c0 solid;
	padding: 5px;
	margin-top:6px;
	margin-bottom: 20px;
	margin-left: 220px;
}

#page-files {
	background: #f0f0f0;
	border: 1px #c0c0c0 solid;
	padding: 5px;
	margin-top:6px;
	margin-bottom: 20px;
	margin-left: 220px;
}

#left-ads {
	background: #ffffff;
	border: 1px #f0f0f0 solid;
	padding: 5px;
	float: left;
	width: 195px;
	clear:left;
	overflow: hidden;
	margin-bottom: 10px;
}

#left-upgrade {
	background: #ffffff;
	border: 1px #f0f0f0 solid;
	padding: 5px;
	float: left;
	width: 195px;
	clear:left;
	overflow: hidden;
	margin-bottom: 10px;
}

.group-logo {
	position: absolute;
	top: 33px;
	left: 10px;
	height:97px;
	overflow: hidden;
}

.sidebar {
	float: left;
	width: 205px;
	clear:left;
}
.sidebar-content {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	overflow: hidden;
}
.sidebar-content p {
	padding: 0;
	margin: 0;
}
.last {
	margin-bottom: 0;
}
.color-select {
	width: 30px;
	height: 30px;
	border: 1px #000000 solid;
	margin-right: 10px;
	float: left;
}
.clearing {
	height: 0;
	clear: both;
}

.submenu-text {
	font-size: 95%;
	margin-top: 5px;
	font-weight: normal;
	float: left;
	margin-right: 15px;
}

.activity-block {
	background: #f8f8f8;
	padding:5px;
	margin-top:7px;
}

.comments p {
	margin-top: 0;
}

.notify-box {
	margin-top: 10px;
	padding: 10px;
	border: 1px #c0c0c0 solid;
	background-color: #ffffc0;
	margin-bottom: 10px;
	font-size: 110%;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.extra-link {
	font-weight:bold;
	text-decoration:none;
	font-size: 120%;
}

.list-link {
	background:transparent url('/images/design/extralink.gif') no-repeat scroll left center;
/*	margin:0pt 0pt 0pt 0px;*/
	padding:0pt 0pt 0pt 10px;
}

a.button {
    background: transparent url('/images/design/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/design/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.create-group-button {
	background-image:url('/images/design/create-group-button.gif');
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	width: 215px;
	height: 86px;
}

a.create-group-button:hover {
	background-image:url('/images/design/create-group-button-hover.gif');
	background-repeat: no-repeat;
	width: 215px;
	height: 86px;
}

.widget-border {
	float: left;
	margin: 5px;
	background: #e0e0e0;
	padding: 6px;
	width: 150px;
}

.widget-image {
	border: 1px #606060 solid;
	width: 100px;
	height: 70px;
}

/*********************/
/* Scaffolded styles */
/*********************/

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#navheader ul {
    width:100%;
    list-style:none;
    margin:25px 0 0 0;
    padding:0;
}
#navheader ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}

#navheader {
	margin-left:220px;
}

#navheader ul li a span {
    display:block;
}

ins {
  background-color: #60e060 !important;
  color: #000000;
  text-decoration: none;
}

ins h1, ins h2, ins h3, ins h4, ins div, ins ol, ins ul, ins li, ins p {
	background-color: inherit;
}
 
del {
  background-color: #e04040;
  color: #ffffff;
  text-decoration: none;
}

del h1, del h2, del h3, del h4, del div, del ol, del ul, del li, del p {
	background-color: inherit;
}

.features_row{
	background: #DFE9F2;
	padding: 3px;
	font-weight: normal;
	margin-bottom: 8px;
}

.features_row_space{
/*	clear: both;*/
/*	height: 2px;*/
}

.features_column_left{
	float: left;
	font-weight:bold;
}

.features_column_right{
	width: 100px;
	float: right;
	text-align:center;
}
