/* CSS placed here will be applied to all skins */

@import url("http://stowiki.org/w/fonts/swtor/stylesheet.css");

body {
	font-family: "Segoe UI", Calibri, Verdana, Geneva, sans-serif;
}

h1 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
}

h2, h3, h4, h5, h6 {
	overflow: hidden;
}

.portlet {
	margin: 0 0 0.5em 0.6em;
}

.portlet h5 {
	text-transform: none;
	font-variant: small-caps;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 96%;
}

#content {
	margin: 2.8em 0 0 13em;
	border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	-webkit-border-radius: 12px 0 0 12px;
	-khtml-border-radius: 12px 0 0 12px;
	behavior: url("http://stowiki.org/w/skins/ie-border-radius.htc");
}

#p-cactions {
	left: 12.3em;
}

#p-cactions li {
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	behavior: url("http://stowiki.org/w/skins/ie-border-radius.htc");
	border-color: #CCCCCC;
}

#p-cactions li:hover {
	background-color: #CCCCCC;
	padding: 0 0 0.2em;
}

#p-cactions li.selected:hover {
	background-color: #FABD23;
}

#p-cactions li.selected a:hover {
	color: #000000;
}

#p-cactions li,
#p-cactions li a,
#p-cactions li.selected a {
	background-color: transparent;
}

#p-cactions li a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #000000;
}

#toc, .toc, .mw-warning, .roundborder {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url("http://stowiki.org/w/skins/ie-border-radius.htc");
}

.roundborder {
	border: 1px solid #ffcc66;
	padding: 0 8px 6px;
}

.pBody {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	behavior: url("http://stowiki.org/w/skins/ie-border-radius.htc");
}

hr {
	background-color: #cccccc;
	color: #cccccc;
	margin: 0.8em 0;
}

.frontpagetable td hr {
	background-color: #ffcc66;
	color: #ffcc66;
}

.tocbg {
	background: url('http://theswtorwiki.com/images/tocbg.gif');
}

div.tright {
	padding: 0.5em 0 0.8em 1.4em;
}

div.tleft {
	padding: 0.5em 1.4em 0.8em 0;
}

div.thumb {
	border: none;
}

#bodyContent a.external {
	color: #ffff99;
}