body {
  background-color: #454444;
	font-size: 14px;
	margin: 0px; 
	padding-left: 8px; 
	padding-right: 8px;
	
	font-family: helvetica;
	font-size: 14px;
}

.paragraph { 
  background-color: white;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  border-top:1px solid #eeeeee; 
}

.article_title { 
	font-weight: bold; 
	font-size: 18px;
	color:#2e3843;
}

.title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color:#2e3843;
}

#article_toc {
  background-color: white;
  text-align: left;
  padding: 10px;
	padding-top: 6px;
  font-size: 14px;
}


#article_toc li { 
  padding: 2px;
}

div#container { 
	margin-right: auto;
	margin-left: auto;
	width: 560px;

	padding: 10px;
	color: #5e5e5e;
}

div#header {
  margin-left: 90px;
}

div#menu { 
  float: left;
  position: relative;
  width: 200px;
  overflow: auto;
  text-align: right;
  top: 20px;
	overflow: hidden;
}

a.menu_link  {
  color: white;
  text-decoration: none;
}

#menu li {
  list-style: none;
	border-bottom: 1px solid;
	padding: 3px;
	padding-right: 16px;
}

div#content {
  float: left;
  width: 320px;
  
  margin-bottom: 10px;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.no_content {
  float: left;
  text-align: center;
  width: 320px;
  border: 1px solid #efefef;
  padding-top: 60px;
  height: 460px;
  background-color: #efefef;
  text-shadow:0 1px 0 white; 
  font-size: 16px;
}

.has_content {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}

/*
Link styles
*/
a.myWikiLink:link, a.myWikiIndexLink:link, a.myWikiExternalLink:link {
	color: white;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 1px;
}

a.myWikiIndexLink:visited, a.myWikiIndexLink:visited, a.myWikiExternalLink:visited {
	color: white;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 1px;
}

a.myWikiLinkExists:link, a.myWikiLinkExists:visited {
	color: white;
	background-color: #85a2c7; 
}

a.myWikiLinkEmpty:link, a.myWikiLinkEmpty:visited {
	color: black;
	background-color: #e0e0e0; 
}

a.myWikiLinkExternal:link, a.myWikiLinkExternal:visited {
  color: white;
	background-color: #ff5700;
}

a.myWikiImageLink:link {
	color: white;
	background-color: transparent; 
	border: 0px;
	padding: 0px;
	-webkit-border-radius: 0px;
}

.menu_link  {
  color: white;
  text-decoration: none;
}

/*
Layout styles paragraph image.
*/
.content_image { 
	margin: 3px;
	margin-top: -2px;
	-webkit-box-shadow: 5px 5px 6px #818181;
	-moz-box-shadow: 5px 5px 6px #818181;
	width: 110px;
	border: 0px;
}

/* Image left */
.layout_0 { 
	float:left;
	margin-top: 4px; padding-right: 10px;
}

/* Layout middle */
.layout_1 { 
	text-align:center;
	margin-top: 4px; padding-right: 10px;
}

/* Layout right */
.layout_2 { 
	float:right;
	margin-top: 4px; padding-right: 10px;
}

.layout_2 > img { 
	margin-left: 3px;
}

.list { 
	padding-left: 15px;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}

.menu_favorite {
	position: relative;
	left: -7px;
	top: 2px;
	height: 15px;
}


#mark_as_favorite {
	float: right;
	position: relative;
	top: 6px;
	right: 6px;
}

.corp { 
	font-size: 9px;
	color: white;
	margin-right: 16px;
}

a.selected { 
  color: #85A2C7;
}


ol { 
	font-weight: bold;
}

ol > li > a { 
	font-weight: normal;
}

del { 
	color: #696969;
}

