/*
* todo, create in file for color replacement
* may change namespace to o_****
*/


img.wikiimg { border: 0px;}

a.wikiimg {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

div.imgcaption {
	padding: 0.3em 0em 0.2em 0.3em;
}

div.imgleft {
	clear:left;
	float: left;
	margin: 0.3em 0.3em 0.3em 0em;
}

div.imgright {
	clear:right;
	float: right;
	margin: 0.3em 0em 0.3em 0.3em;
}

div.imgcenter {
	clear: both;
	overflow:hidden;
	text-align: center;
	margin: 0.3em 0em 0.3em 0em;
}

div.imgthumb {
	border: 1px solid #bbbbbb;
	padding: 0.3em;
}

table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}

table.gallery tr {
	vertical-align: middle;
}

table.gallery td {
	background-color: #f9f9f9;
	border: solid 2px white;
	text-align: center;
	vertical-align: middle;
	width:  150px;
}

img.gallery {
	border: 1px solid #bbbbbb;
	padding: 0.3em;
}

a.edit {
	font-style: italic;
	color: red;
}
a.externallink:before {
	content:url("externalLink.gif");
	padding-right: 2px;
}

pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}
