/*
GENERAL STYLES
*/
a {
	text-decoration: none;
	/*color: #1975be;*/
	color: #1d89df;
	background: none;
}
a:visited {
	color: #80a902;
}
a:active {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}
body { 
	font-family: verdana; 
	font-size: 14px;
	/*background-image: url(images/back3.jpg);*/
	height: 100%;
}
h3 {
	border-bottom: solid 1px #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
html { 
	height: 100%;
}
code, pre {
	padding: 1em;
	border: 1px dashed #000000;
	color: black;
	background-color: #c4c3bf;
	line-height: 1.1em;
}
fieldset {
	border: solid 1px #000000;
	margin-bottom: 10px;
	font-size: 11px;
}
hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0;
	margin: .2em 0 .2em 0;
}
img {
	border: none;
}
input, select {
	border: solid 1px #000000;
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	padding: 3px;
}
/*input:hover {
	background-color: #ffffff;
}*/
label {
	font-size: 11px;
}
textarea {
	width: 99%;
	border: solid 1px #000000;
	background-color: #ffffff;
	padding: 3px;
}
ul {
	list-style-image: url(bullet.gif);
}

/* 
LAYOUT STYLES 
*/
/* outer block containing blocks: topmenu, header, content_wrapper, footer, copyright */
#wrapper {
	min-width: 600px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}
/* topmost block */
#topmenu {
	height: 40px;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
/* upper left logo block */
.logo {
	float:left;
	height: 40px;
	width: 270px;
	/*background-image: url(images/sl_logo.png);*/
	font-weight: bolder;
	font-size: 14px;
}
/* upper-right menu block */
.menu {
	float:right;
}
/* header block */
#header {
	height: 60px;
	padding: none;
	margin: none;
	background: url(images/sl_edge_top.png) repeat-x;
}
/* border around content */
#content_wrapper {
	border-left: solid 2px #000000;
       	border-right: solid 2px #000000;
}
/* main content area */
#content {
	height: 100%;
	background: url(images/sl_bg_content_wrapper.jpg) repeat;
        padding:10px;
        padding-left: 25%;
	padding-bottom: 50px;
}
/* lower content area (bottom shade) */
#content_bottom {
	height: 75px;
	background: url(images/sl_bg_content_bottom.jpg) repeat;
        padding:10px;
	display: none;
}
/* content panel in lower area */
#bottom_panel {
	width:60%;
	margin-left:10px;
	padding:5px;
	font-size: 11px;
	vertical-align: bottom;
}
/* footer block */
#footer{
	height: 43px;
	padding: none;
	margin: none;
	background: url(images/sl_edge_bottom.png) repeat-x;
}
/* copyright note */
.copyright {
	font-size: 10px;
	color: #aaaaaa;
	margin-top: 10px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;
}
/* vertical spacing line */
.dotline_spacer {
	background:url(images/sl_dotline_spacer.png) repeat-y center;
}

/*
NAVIGATIONS
*/
/* main navigation at the top */
.topnavi {
	padding:0px;
	margin:0px;
	text-align: right;
}
.topnavi a {
	padding-left:9px;
}
.topnavi li {
	display:inline;
	padding:2px 10px;
	/*border-right: solid 1px #000000;*/
}
/* navigation for logged in users */
.usernavi {
	padding:0px;
	margin:0px;
	text-align: right;
	margin-top: 5px;
}
.usernavi li {
	display:inline;
	font-size: 10px;
	padding:2px 5px;
}
.usernavi li a {
	color: #aaaaaa;
}
/* "toolbox"-navigation at the bottom */
.toolboxnavi, .bottomnavi {
	padding:0px;
	margin:0px;
}
.toolboxnavi li {
	display:inline;
	padding:2px 5px;
}
.toolboxnavi li a {
	color: #000000;
}
/* "views"-navigation at the bottom */
.bottomnavi li {
	display:inline;
	padding:2px 10px;
}

/*
WIKI STUFF (a minimal set of wiki-styles)
*/
.active a {
	text-decoration: underline;
}
.editsection {
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin-left: 5px;
}
.editButtons {
	margin-top: 10px;
}
a.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#file img, .image img {
	border: solid 1px #000000;
	margin: 5px;
	padding:none;
}
/* Special:Imagelist */
.imagelist {
	border: solid 1px #000000;
}
.imagelist th {
	border: none;
	padding: 3px;
}
.imagelist td {
	border: none;
	border-right: solid 1px #000000;
	padding: 3px 7px 3px 7px;
}
/* icon under thumbnails */
.magnify img {
	margin-top: 2px;
	border:none;
}
/* preferences menu */
#preftoc li {	
	display: inline;
	padding: 2px 10px;
	/*background: url(bullet.gif) left -1px no-repeat;*/
	font-size: 12px;
}
.printfooter {
	display: none;
}
#searchInput {
	border: solid 1px #000000;
	font-size: 11px;
	padding: 3px;
}
.searchButton {
	border: solid 1px #000000;
	background-color: #000000;
	color: #ffffff;
	font-size: 11px;
	padding: 2px;
}
.gallerybox img, .thumbimage {
	border: solid 1px #000000;
}
#siteNotice {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 11px;
	color: #ff0000;
}
#toc {
	width: 100%;
	border: dashed 1px #000000;
	padding: 5px;
	margin-bottom:20px;
}
#toc ul {
	padding-left: 20px;
}

/*
ICONS FOR STARTPAGE AND TOPMENU
*/
.icon {
	padding-left: 23px;
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 24px;
	border: none;
}
.infoicon, #n-Info {
	background: url(images/sl_icon_info.png) left 1px no-repeat;
}
.docsicon, #n-Docs {
	background: url(images/sl_icon_docs.png) left 1px no-repeat;
}
.faqicon, #n-FAQ {
	background: url(images/sl_icon_faq.png) left 1px no-repeat;
}
.downloadicon, #n-Downloads {
	background: url(images/sl_icon_download.png) left 1px no-repeat;
}
.screenshotsicon, #n-Screenshots {
	background: url(images/sl_icon_screenshots.png) left 1px no-repeat;
}

/*
STYLES FOR BOX TEMPLATE
*/
#BoxEdgeTop {
	height: 16px;
	background: url(images/sl_box_edge_top.png);
	padding: none;
	margin: none;
}
#BoxEdgeBottom {
	height: 16px;
	background: url(images/sl_box_edge_bottom.png);
}
#BoxCornerTL {
	height: 16px;
	width: 17px;
	float: left;
	background: url(images/sl_box_corner_tl.png) no-repeat;
}
#BoxCornerTR {
	height: 16px;
	width: 17px;
	float: right;
	background: url(images/sl_box_corner_tr.png) top right no-repeat;
}
#BoxCornerBL {
	height: 16px;
	width: 17px;
	float: left;
	background: url(images/sl_box_corner_bl.png) no-repeat;
}
#BoxCornerBR {
	height: 16px;
	width: 17px;
	float: right;
	background: url(images/sl_box_corner_br.png) top right no-repeat;
}
#BoxContent {
	text-align:left;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 0 10px 10px 10px;
	background-color:#c4c3bf;
}
#BoxHR {
	height:1px;
	border:0;
	margin:0;
	background-color:#000000;
	color:#000000;
	margin:5px 0 5px 0;
}
