/*
** Jockipedia styles
*/
@import url("drop.css");



html, body {
margin:0;
padding:0;
border: none;
height:100%;
width:100%;
}
body {
font-size: 62.5%;
font-family: Arial, Tahoma, sans-serif;
background: #efefef url('bg1.jpg') top left repeat-x;
}

table {
border: none;
border-collapse: separate;
border-spacing: 0;
margin: 0;
padding: 0;
font-size: 1em;
empty-cells:show;
}
form {
margin: 0;
padding: 0;
}
input, select, button {
font-size: 1em;
}
img { border:none;vertical-align: middle; }
p {
font-size: 1.4em;
font-family: Arial, Tahoma, sans-serif;
line-height: 1.5em;
}
td { font-size: 1.2em; }
h1 { font-size: 3em; }
h2 {
    font-size: 2.4em;
    line-height: 1em;
}
h3 { font-size: 2.1em; }
h4 { font-size: 1.8em; }
a { text-decoration: none;
    cursor:pointer;
}
a:link { color: #006699; }
a:visited { color: #6699cc; }
a:hover { text-decoration: underline; color:#f90; }
a:active { }
hr {
height: 1px;
color: #aaa;
background-color: #aaa;
border: 0;
margin: .2em 0 .2em 0;
}

.hide {display:none;}
.clear {clear:both;}

/************/

.visualClear {
clear: both;
}

/* general styles */

a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #f60;
}
a.new:visited, #p-personal a.new:visited {
	color: #f60;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
/*h1 { font-size: 4; }*/
/*h1 .editsection { font-size: 2; }*/
h2 { font-size: 2.2em; margin:0.6em 0 0.4em 0; }
h2 .editsection { font-size: 0.6em; color:#666; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h3.underlined { border-bottom: 1px solid #aaa; margin-bottom: 2px; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
fieldset.nested {
	margin: 0 0 0.5em 0;
	padding: 0 0.5em 0.5em;
}
legend {
	padding: .5em;
}
form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}

input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}
select {
	vertical-align: top;
}
abbr, acronym, .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

/* main content area */

#globalWrapper {
height:100%;
width:980px;
margin: 0 auto;
padding: 0;
}
#column-content {
width: 100%;
float: right;
margin-top: 19em;
padding: 0;
}
#column-one {
position:absolute;
top:0;
width:980px;
margin: 0 auto;
padding-top:2.4em;
}
#content {
background: white;
color: black;
line-height: 1.5em;
padding:2em;
border:1px solid #ccc;
border-bottom:none;
}

#siteSub {
display:none;
}

#jump-to-nav {
display: none;
}

body.page-Main_Page h1.firstHeading { display:none; }

#contentSub, #contentSub2 {
margin: 0;
font-size:1.2em;
color:#999;
font-style:italic;
}
span.subpages {
display: block;
}

#firstHeading {
font-size:4em;
font-weight:bold;
padding:0.3em 0;
letter-spacing:-2px;
width: 71%;
border:none;
line-height:0.9em;
}

.catlinks {
font-size:1.2em;
padding: 0;
margin-top: 1em;
clear: both;
/*order:1px solid red;*/
}

/* user notification thing */
.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
}
#siteNotice {
	text-align: center;
	font-size: 95%;
	padding: 0 .9em;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
.success {
	color: green;
	font-size: larger;
}
.error {
	color: red;
	font-size: larger;
}
.errorbox, .successbox {
	font-size: larger;
	border: 2px solid;
	padding: .5em 1em;
	float: left;
	margin-bottom: 2em;
	color: #000;
}
.errorbox {
	border-color: red;
	background-color: #fff2f2;
}
.successbox {
	border-color: green;
	background-color: #dfd;
}
.errorbox h2, .successbox h2 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 .5em 0 0;
	border: none;
}

/* emulate center */
.center {
	width: 100%;
	text-align: center;
}
*.center * {
	margin-left: auto;
	margin-right: auto;
}
/* small for tables and similar */
.small, .small * {
	font-size: 94%;
}
table.small {
	font-size: 100%;
}

/*
** content styles
*/

#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc,
.toc {
    display: none;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

.mw-warning {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

/* images */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
/*
	border: .5em solid white;
	border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
/*
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}
.hiddenStructure {
	display: none;
}

/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/

/*
** User styles
*/
/* table standards */
table.rimage {
	float: right;
	position: relative;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.toccolours {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}

/*
** edit views etc
*/
.special li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
#bodyContent a.extiw[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
.link-audio {
	background: url("audio.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
.link-video {
	background: url("video.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
.link-document {
	background: url("document.png") center right no-repeat;
	padding-right: 12px;
}

/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	/*color: #36b;*/
    color:#006699;
	background: none;
	padding: 0;
}
#bodyContent a.external {
	/*color: #36b;*/
    color:#006699;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
}

#bodyContent li {
font-size:1.2em;
line-height:1.2em;
}

#bodyContent #leftcolumn li  {
font-size:1.4em;
line-height:1.4em;
}

/*
** Structural Elements
*/

/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
	border: none;
	padding: 0;
	float: none;
	/*overflow: hidden;*/
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
}
.portlet li {
	padding: 0;
	margin: 0;
}

/* Logo properties */
#p-logo {
padding-top:0.6em;
border:0;
float:left;
}
#p-logo h5 {
display: none;
}
#p-logo a,
#p-logo a:hover {
display: block;
height: 88px;
width: 246px;
/*background: transparent url(jlogo.png) 0px 0px no-repeat;*/
text-decoration: none;
}

/* Ad1 properties */
#p-ad1 {
height: 90px;
z-index: 3;
text-align:right;
padding-top:0.6em;
}
#p-ad1 img {
}

/* Search portlet */
#p-search {
margin:0;
padding:0;
height:36px;
text-align:right;
float:right;
}
#p-search h5 {
display:none;
}
#p-search .pBody {
padding:0.3em 0;
text-align:right;
}
#searchform {
    padding-top:3px;
}

#create_page {
    padding-top:5px;
    padding-left:2em;
    float: left;
}

#create_page a{
    display:block;
    height:25px;
    text-decoration:none;
    width:202px;
    background: transparent url(create_athlete_button_orange.gif) 0px 0px no-repeat;
}
#create_page a:hover {
    background: transparent url(create_athlete_button_blue.gif) 0px 0px no-repeat;
}

input.searchButton {
font-size:1.2em;
margin:0 0.2em 0 0;
padding:1px;
text-transform: uppercase;
font-weight:bold;
}
#searchGoButton {
display:none;
}
#searchInput {
width: 14em;
margin: 0;
padding:0.2em 0.4em;
font-size:1.2em;
}

#searchText {
width: 14em;
margin: 0;
padding:0.1em 0.4em;
font-size:1.4em;
}

input.fulltextButton{
font-size:1.4em;
margin:0 0.2em 0 0;
padding:1px 1em;
text-transform: uppercase;
font-weight:bold;
}

/* personal toolbar */
#p-personal {
position: absolute;
left: 0;
top: 0;
z-index: 0;
width: 100%;
white-space: nowrap;
padding: 0;
margin: 0;
border-bottom: 2px solid #ccc;
background: none;
overflow: visible;
font-size:1.2em;
}
#p-personal h5 {
display: none;
}
#p-personal .pBody {
margin:0 auto;
width:980px;
}
#p-personal ul {
border: none;
padding: 0;
margin: 0;
line-height: 1.9em;
text-align: right;
list-style: none;
z-index: 0;
background: none;
cursor: default;
}
#p-personal li {
z-index: 0;
border: none;
padding: 0;
display: inline;
margin-left: 1em;
background: none;
}
#p-personal li a {
text-decoration: none;
color:#069;
}
#p-personal li a:hover {
text-decoration: underline;
}
#p-personal li.active a:hover {
background-color: transparent;
}
/* the icon in front of the user name, single quotes
in bg url to hide it from iemac */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: url(user.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none;
}
#p-personal ul {
}
#p-personal li.active {
	font-weight: bold;
}

/* Toolbox portlet */
#p-tb {
display:none;
margin:0 0 0 0;
padding:0;
}
#p-tb h5 {
display:none;
}
#p-tb .pBody {
}
#p-tb ul {
list-style:none;
margin:0;
padding:0;
}
#p-tb li {
display:inline;
padding:0 0.6em;
}

/* page-related actions- page/talk, edit etc */
#p-cactions {
position:absolute;
top:17em;
height:2em;
width:100%;
white-space: nowrap;
overflow: visible;
background: #bbb;
border-top: 1px solid #999;
border-bottom: 1px solid #777;
}
#p-cactions ul {
list-style: none;
margin:0 auto;
padding:0;
}
#p-cactions li {
float:left;
padding:0.2em 0.8em;
background:#bbb;
}
#p-cactions li.selected {
font-weight: bold;
background:#777;
}
#p-cactions li a {
margin: 0;
text-decoration: none;
font-size:1.2em;
color:#444;
}
#p-cactions li a:hover {
color:#000;
}
#p-cactions li.selected a {
color:#fff;
}
#p-cactions .new a {
}
#p-cactions li a:hover {
text-decoration: none;
}
#p-cactions h5 {
display: none;
}
#p-cactions li.istalk {
margin-right: 0;
}
#p-cactions li.istalk a {
}
#p-cactions #ca-addsection a {
}
/* offsets to distinguish the tab groups */
li#ca-talk {
margin-right:1em;
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
margin-left:1em;
}
#p-cactions .pBody {
text-align:left;
}
#p-cactions .hiddenStructure {
display: none;
}

#p-lang {
	position: relative;
	z-index: 3;
}

/* TODO: #t-iscite is only used by the Cite extension, come up with some
 * system which allows extensions to add to this file on the fly
 */
#t-ispermalink, #t-iscite {
	color: #999;
}
/* footer */
#footer {
/*margin: .6em 0 1em 0;*/
padding: 1em;
text-align: center;
font-size: 1.2em;
color:#888;
background: #FFFFFF;
border:1px solid #ccc;
border-top:none;
}
#footer ul {
border-top: 1px solid #9d9d9d;
margin: 0;
padding: 1em 1em 0 1em;
}
#footer li {
display: inline;
margin: 0 0.4em;
}
#f-poweredbyico, #f-copyrightico {
	margin: 0 8px;
	position: relative;
	top: -2px; /* Bump it up just a tad */
}
#f-poweredbyico {
	float: right;
	height: 1%;
}
#f-copyrightico {
	float: left;
	height: 1%;
}

/* js pref toc */
#preftoc {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
#preftoc li {
	background-color: #f0f0f0;
	color: #000;
}
#preftoc li {
	margin: 1px 1px 1px 0px;
	float: left;
	padding: 2px 0 3px 0;
	border: 1px solid #fff;
	/*border-right-color: #716f64;*/
	border-bottom: 0;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	/*z-index: 3;*/
}
#preftoc li.selected {
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-bottom: none;
	cursor: default;
	top: 1px;
	padding-top: 2px;
	margin-right: 0px;
}
#preftoc > li.selected {
	top: 2px;
}
#preftoc a,
#preftoc a:active {
	display: block;
	color: #000;
	padding: 0 .7em;
	position: relative;
	text-decoration: none;
}
#preftoc li.selected a {
	cursor: default;
	text-decoration: none;
}
#prefcontrol {
	padding-top: 2em;
	clear: both;
}
#preferences, #searchtabs {
	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: #F9F9F9;
}

#searchtabs {
    background-color: #FFFFFF;
}

form#search{
    padding-bottom: 1.5em;
}
.prefsection, .searchsection {
	border: none;
	padding: 0;
	margin: 0;
}
.prefsection fieldset, .searchsection tt {
	border: 1px solid #aaa;
	float: left;
	margin-right: 2em;
}

tt {
    font-family: Arial, Tahoma, sans-serif;
}

.prefsection legend {
	font-weight: bold;   
}
.prefsection table, .prefsection legend {
	background-color: #F9F9F9;
}
.mainLegend {
	display: none;
}
div.prefsectiontip {
	font-size: x-small;
	padding: .2em 2em;
	color: #666;
}
.btnSavePrefs {
	font-weight: bold;
	padding-left: .3em;
	padding-right: .3em;
}

.preferences-login {
	clear: both;
	margin-bottom: 1.5em;
}

.prefcache {
	font-size: 90%;
	margin-top: 2em;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
	margin: 0 3em 1em 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em 2em;
	background-color: #f9f9f9;
	float: left;
}
.rtl div#userloginForm form,
.rtl div#userlogin form#userlogin2 {
	float: right;
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
	background-color: #f9f9f9;
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
	padding-top: 0;
}

div#userlogin .captcha,
div#userloginForm .captcha {
	border: 1px solid #bbb;
	padding: 1.5em 2em;
	background-color: white;
}

#loginend, #signupend {
	clear: both;
}

#userloginprompt, #languagelinks {
	font-size: 85%;
}

#login-sectiontip {
	font-size: 85%;
	line-height: 1.2;
	padding-top: 2em;
}

#userlogin .loginText, #userlogin .loginPassword {
	width: 12em;
}

#userloginlink a, #wpLoginattempt, #wpCreateaccount {
	font-weight: bold;
}

/*
** IE/Mac fixes, hope to find a validating way to move this
** to a separate stylesheet. This would work but doesn't validate:
** @import("IEMacFixes.css");
*/
/* tabs: border on the a, not the div */
* > html #p-cactions li { border: none; }
* > html #p-cactions li a {
	border: 1px solid #aaa;
	border-bottom: none;
}
* > html #p-cactions li.selected a { border-color: #fabd23; }
/* footer icons need a fixed width */
* > html #f-poweredbyico,
* > html #f-copyrightico { width: 88px; }
* > html #bodyContent,
* > html #bodyContent pre {
	overflow-x: auto;
	width: 100%;
	padding-bottom: 25px;
}

/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}
* html #column-content {
	display: inline;
	margin-bottom: 0;
}
* html div.editsection { font-size: smaller; }
#pagehistory li.selected { position: relative; }

/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
	float: none;
}
* > html #column-one {
	position: absolute;
	left: 0;
	top: 0;
}
* > html #footer {
	margin-left: 13.2em;
}
.redirectText {
	font-size: 150%;
	margin: 5px;
}

.printfooter , .invisible{
	display: none;
}

.references {
}

.not-patrolled {
	background-color: #ffa;
}
div.patrollink {
	clear: both;
	font-size: 75%;
	text-align: right;
}
span.newpage, span.minor, span.bot {
	font-weight: bold;
}
span.unpatrolled {
	font-weight: bold;
	color: red;
}

.sharedUploadNotice {
	font-style: italic;
}

span.updatedmarker {
	color: black;
	background-color: #0f0;
}

table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}

table.gallery tr {
	vertical-align: top;
}

table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}
/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
    text-align: center;
	font-weight: bold;
}
table.gallery caption {
	font-weight: bold;
}

div.gallerybox {
	margin: 2px;
}

div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}

div.gallerytext {
	overflow: hidden;
	font-size: 94%;
	padding: 2px 4px;
}

span.comment {
	font-style: italic;
}

span.changedby {
	font-size: 95%;
}

.previewnote {
	text-indent: 3em;
	color: #c00;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.previewnote p {
	margin: 0;
	padding: 0;
}

.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}
.editExternallyHelp {
	font-style: italic;
	color: gray;
}

.toggle {
	margin-left: 2em;
	text-indent: -2em;
}

/* Classes for EXIF data display */
table.mw_metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	width: 300px;
}

table.mw_metadata caption {
	font-weight: bold;
}

table.mw_metadata th {
	font-weight: normal;
}

table.mw_metadata td {
	padding: 0.1em;
}

table.mw_metadata {
	border: none;
	border-collapse: collapse;
}

table.mw_metadata td, table.mw_metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

table.mw_metadata th {
	background-color: #f9f9f9;
}

table.mw_metadata td {
	background-color: #fcfcfc;
}

table.collapsed tr.collapsable {
	display: none;
}


/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

input#wpSummary {
	width: 80%;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}

#wpSave {
	font-weight: bold;
}

/* Classes for article validation */

table.revisionform_default {
	border: 1px solid #000000;
}

table.revisionform_focus {
	border: 1px solid #000000;
	background-color:#00BBFF;
}

tr.revision_tr_default {
	background-color:#EEEEEE;
}

tr.revision_tr_first {
	background-color:#DDDDDD;
}

p.revision_saved {
	color: green;
	font-weight:bold;
}

#mw_trackbacks {
	border: solid 1px #bbbbff;
	background-color: #eeeeff;
	padding: 0.2em;
}


/* Allmessages table */

#allmessagestable th {
	background-color: #b2b2ff;
}

#allmessagestable tr.orig {
	background-color: #ffe2e2;
}

#allmessagestable tr.new {
	background-color: #e2ffe2;
}

#allmessagestable tr.def {
	background-color: #f0f0ff;
}


/* noarticletext */
div.noarticletext {
	border: 1px solid #ccc;
	background: #fff;
	padding: .2em 1em;
	color: #000;
}

div#searchTargetContainer {
	left:       10px;
	top:        10px;
	width:      90%;
	background: white;
}

div#searchTarget {
	padding:    3px;
	margin:     5px;
	background: #F0F0F0;
	border:     solid 1px blue;
}

div#searchTarget ul li {
	list-style: none;
}

div#searchTarget ul li:before {
	color: orange;
	content: "\00BB \0020";
}

div#searchTargetHide {
	float:right;
	border:solid 1px black;
	background:#DCDCDC;
	padding:2px;
}

#powersearch p {
	margin-top:0px;
}

div.multipageimagenavbox {
   border: solid 1px silver;
   padding: 4px;
   margin: 1em;
   background: #f0f0f0;
}

div.multipageimagenavbox div.thumb {
   border: none;
   margin-left: 2em;
   margin-right: 2em;
}

div.multipageimagenavbox hr {
   margin: 6px;
}

table.multipageimage td {
   text-align: center;
}

/** Special:Version */

table#sv-ext, table#sv-hooks, table#sv-software {
	margin: 1em;
	padding:0em;
}

#sv-ext td, #sv-hooks td, #sv-software td,
#sv-ext th, #sv-hooks th, #sv-software th {
	border: 1px solid #A0A0A0;
	padding: 0 0.15em 0 0.15em;
}
#sv-ext th, #sv-hooks th, #sv-software th {
	background-color: #F0F0F0;
	color: black;
	padding: 0 0.15em 0 0.15em;
}
tr.sv-space{
	height: 0.8em;
	border:none;
}
tr.sv-space td { display: none; }

/*
  Table pager (e.g. Special:Imagelist)
  - remove underlines from the navigation link
  - collapse borders
  - set the borders to outsets (similar to Special:Allmessages)
  - remove line wrapping for all td and th, set background color
  - restore line wrapping for the last two table cells (description and size)
*/
.TablePager { min-width: 80%; }
.TablePager_nav a { text-decoration: none; }
.TablePager { border-collapse: collapse; }
.TablePager, .TablePager td, .TablePager th { 
	border: 1px solid #aaaaaa;
	padding: 0 0.15em 0 0.15em;
}
.TablePager th { background-color: #eeeeff }
.TablePager td { background-color: #ffffff }
.TablePager tr:hover td { background-color: #eeeeff }

.imagelist td, .imagelist th { white-space: nowrap }
.imagelist .TablePager_col_links { background-color: #eeeeff }
.imagelist .TablePager_col_img_description { white-space: normal }
.imagelist th.TablePager_sort { background-color: #ccccff }

.templatesUsed { margin-top: 1.5em; }

.mw-summary-preview {
	margin: 0.1em 0;
}

/* Friendlier slave lag warnings */
div.mw-lag-warn-normal,
div.mw-lag-warn-high {
	padding: 3px;
	text-align: center;
	margin: 3px auto;
}
div.mw-lag-warn-normal {
	border: 1px solid #FFCC66;
	background-color: #FFFFCC;
}
div.mw-lag-warn-high {
	font-weight: bold;
	border: 2px solid #FF0033;
	background-color: #FFCCCC;
}

.MediaTransformError {
	background-color: #ccc;
	padding: 0.1em;
}
.MediaTransformError td {
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
}

/** Special:Search stuff */
div#mw-search-interwiki-caption {
	text-align: center;
	font-weight: bold;
	font-size: 95%;
}

.mw-search-interwiki-project {
	font-size: 97%;
	text-align: left;
	padding-left: 0.2em;
	padding-right: 0.15em;
	padding-bottom: 0.2em;
	padding-top: 0.15em;
	background: #cae8ff;
}

.generated-sidebar {
clear:both;
/*float:left;*/
float:none;
border-collapse: collapse;
padding:0;
margin:0.6em 0 0 0;
height:36px;
border-top:4px solid #666;
border-bottom:1px solid #999;
border-left:1px solid #999;
border-right:1px solid #999999;
background:#ddd url('menu_bg.gif') left top repeat-x;
}
.generated-sidebar h5 {
display:none;
}
.generated-sidebar .pBody {
float:left;
padding: 0.8em 0;

}
.generated-sidebar ul {
list-style:none;
padding: 0;
margin:0;
}
.generated-sidebar ul li {
float:left;
padding: 0.2em 2em 0em 2em;
margin:0;
border-right:1px solid #999;
}
.generated-sidebar li a {
font-size:2em;
text-decoration:none;
color:#069;
}
.generated-sidebar li a:hover {
text-decoration:none;
color:#f60;
}

/* God-damned hack for the crappy layout */
.os-suggest {
	font-size: 127%;
}


/** Twitter Tag Cloud **/
a.tag {
text-decoration:none;
padding:0.1em;
line-height:90%;
}
.tag.size0 {
font-size:1em;
}
.tag.size1 {
font-size:1.07em;
}
.tag.size2 {
font-size:1.42em;
}
.tag.size3 {
font-size:1.78em;
}
.tag.size4 {
font-size:2.14em;
}
.tag.size5 {
font-size:2.5em;
}
.tag.size6 {
font-size:2.85em;
}
.tag.size7 {
font-size:3.21em;
}
.tag.size8 {
font-size:3.57em;
}
.tag.size9 {
font-size:3.92em;
}
.tag.size10 {
font-size:4.28em;
}

/** infobox **/
.infobox {
/*float: right;*/
width: 100%;
margin:0 0 0 0;
padding:0;
empty-cells:show;
font-size: 1.2em;
background:#f5f5f5;
border:1px solid #ddd;
border-top:0;
/*border-top:4px solid #666;*/
}
.infoboxHeader td p, .header p{
margin:0;
padding:0;
line-height:1em;
font-size:0.8em;
}

.infoboxHeader td.right {
    padding-right: 1em;
    text-align: right;
    font-size:1em;
}
.infoboxHeader
{
    width: 100%;
    border:0;
}

.infobox td {
border-bottom:1px solid #ddd;
padding:0.4em 0.8em;
margin:0;
}

.infobox td.top{
border:0;
padding:0;
margin:0;
font-size:0.8em;
}

.fpc-wrap {
width: 100%;
/*border: 1px solid #f5f5f5;*/
}
.fpc-wrap .photo {
float:left;
width: 200px;
padding-right: 2em;
/*width:35%;*/
}
.fpc-wrap .nophoto {
background:transparent url('nopicture.png') center center no-repeat;
border:1px solid #cccccc;
width:200px;
height:200px;
}
.fpc-wrap p {
margin:0;
margin-right:2em;
padding-top: 1em;
padding-bottom: 1em;
padding-left: 1em;
font-size:1em;
}
.fpc-wrap .photo img {
width:200px;
}
.fpc-wrap .photo .nofixedheight img {
height:auto;
}
.fpc-wrap .personalurls {
width:*;
padding-right:1em;
}
.fpc-wrap .personalurls td {
height:30px;
font-size:1.3em;
padding:0 4px;
}

/* twitter */
.twitter-wrap {
clear:both;
}

.twitter-wrap .left{
padding-right:5%;
font-size:1em;
float:left;
width:45%;	
}

.twitter-wrap .left ul li a{
text-wrap:normal;
/*display:block;*/
word-wrap:break-word;
}
.twitter-wrap .right{
padding-right:1%;
float:left;
font-size:1em;
width:49%;	
}


.twitterbox {
}
.twitterbox h2, .extfeed-right h2, #jockofeed h2{
font-size:1.5em;
font-weight:bold;
}
.twitterbox td {
vertical-align:top;
padding-right:1em;
width:50%;
font-size:1em;
}
.twitterbox td.left{
padding-right:3em;
}
.twitterbox td.right{
padding-left:1em;
}

.twitterbox td li {
}
.twitterbox .twitter-link {
}

/* main page styles */
.main-catlist {
width:20%;
float:left;
margin:0 2em;
}
.main-catlist h2 {
}
.main-catlist ul {
list-style:none;
margin:0;
padding:0;
}
.main-catlist li {
font-size:1.4em;
padding:0.2em 0;
}
.main-catlist li a {
}

#main-srchbox {
margin:0 auto;
margin-bottom:2em;
padding:1em 0;
width:100%;
text-align:center;
}
#main-srchbox div {
font-size:1.6em;
text-align:center;
margin-bottom:1.4em;
}
#main-srchbox input {
}
#main-srchbox p {
margin:0;
padding:0;
clear:both;
}
#main-srchbox .artnum {
font-size:1.4em;
font-family:Verdana;
}


/*
* Dynamic menus
*/
.dmenu { width: 180px }
 
.dmenu, .dmenu ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
}
.dmenu .selflink { font-weight: normal; }
 
.dmenu li { /* all list items */
position: relative;
float: left;
width: 172px;
padding: 4px;
z-index: 100;
}
 
.dmenu li,
.dmenu li.even a,
.dmenu li.odd a,
.dmenu li li,
.dmenu li li a,
.dmenu li li li,
.dmenu li li li a {
color : black;
}
 
.dmenu li li { margin: 0; }
 
.dmenu li ul { /* second-level lists */
position: absolute;
left: -999em;
z-index: 101;
border: 1px solid #ccc;
}
 
.dmenu li ul ul { /* third-and-above-level lists */
position: absolute;
left: -999em;
margin: 0 0 0 0;
z-index: 102;
}
 
.dmenu li.odd .submenu {
width: 12px;
height: 15px;
float: right;
background: url(/common/images/rarr-lt.png) 0 3px no-repeat;
}
.dmenu li.even .submenu {
width: 12px;
height: 15px;
float: right;
background: url(/common/images/rarr-dk.png) 0 3px no-repeat;
}
.dmenu li.odd {
	background: #E9EDF4;
	border: 2px solid #E9EDF4;
}
.dmenu li.even {
	background: #D0D8E8;
	border: 2px solid #D0D8E8;
}
 
.dmenu li:hover, .dmenu li.sfhover {
	border: 2px solid #385D8A;
}
 
.dmenu li:hover ul ul,
.dmenu li:hover ul ul ul,
.dmenu li.sfhover ul ul,
.dmenu li.sfhover ul ul ul {
left: -999em;
}
 
.dmenu li:hover ul,
.dmenu li li:hover ul,
.dmenu li li li:hover ul,
.dmenu li.sfhover ul,
.dmenu li li.sfhover ul,
.dmenu li li li.sfhover ul { /* lists nested under hovered list items */
left: 182px;
top: -3px;
}

.extfeed-right {
float:right;
width:30%;
padding: 0 2em 1em 2em;
border-left:1px solid #ccc;
background:#fff;
}

#rightcolumn .extfeed-right, #categoryRightColumn .extfeed-right {
width:100%;
padding: 0;
border: 0;
}
.extfeed-right ul {
list-style:none;
padding:0;
margin:0;
}
.extfeed-right li {
font-size:1.2em !important;
padding:0.4em 0;
}
.extfeed-right .rss-item {
font-size:1.2em !important;
}

#main_page_menu {
    border: 1px solid #a4a4a4;
}

#main_page_menu .header, #leftcolumn .header {
    font-size:132%;
    font-weight:bold;
    color: black;
    background: #e0e0e0;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}


#leftcolumn .header, #rightcolumn .header  {
    font-size:132%;
    font-weight:bold;
    color: white;
    background: #a3a3a3;
    padding-left: 10px;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

#leftcolumn .header .fpc-left {
	float:left;
	width: 60%;
}
#leftcolumn .header .fpc-right {
	float:right;
	color: blue;
	width:40%;
}

#leftcolumn, #categoryLeftColumn {
    margin-top: 0.3em;
	padding-right: 0.9%;
	border-right: 1px solid #a3a3a3;
	float: left;
	width: 70%;
}
#categoryLeftColumn ul {
list-style:none !important;
padding:0;
margin:0;
}
#rightcolumn, #categoryRightColumn {
    position: relative;
    margin-top: 0.3em;
	padding-left: 0.9%;
	float: left;
	width: 27.9%;
    border-left:1px solid #A3A3A3;
    left:-1px;
}

.personal_urls {
	padding: 1em 0;
    padding-bottom: 0;	
}
.personal_information {
    border-collapse: collapse;
    width: 100%;
    border:0;
    font-size:0.8em;
}

#top-categories {
float:left;
}
#top-categories.latest{
position:relative;
float:left;   
overflow:hidden;
left: -2px;
}
#top-categories p {
padding:0;
margin:0.4em 0 1em 0;
padding-right: 0.5em;
margin-right: 0.5em;
font-size:1.2em;
line-height:1.2em;
border-right: 1px solid #999;
}
#top-categories  p.noborder{
    border:0;
    padding: 0;
}
#wikiget {
float: left;
/*width:40px;*/
height:18px;
background: white;
/*border: 1px solid #CCCCCC;*/
border: 0;
text-align:center;
}

#pointme {
    cursor:pointer;
}

.personal_urls input, .teamshistory input
{    
    width:100%;
}



.formtable input.autocompleteInput, .formtable input.createboxInput, .formtable select, #otherHolder .formtable input
{    
    border: 1px solid #CCCCCC;
    font-size:1.2em;
}

.formtable th, .th{
    font-size:1.2em;
    width: 200px;
    font-weight:bold;
}

.teamshistory th {
    width: 40%;
}

.formtable .smallfield {
    width: 50px;
}

.article, .left {
    float: left;
}

.formtable a
{
    padding-left: 4px;
}

.urlsection {
    width:100%;
    border: 1px solid #CCCCCC;
}

.urlsection .flag {
    padding: 0.4em 0 0.4em 0.8em;
    border-top: 1px solid #CCCCCC;
}

#flaglist {
    width:100%;
    font-size:1.2em;
}

#flaglist .user, #flaglist .page {
    width:15%;

}
#flaglist .page {
    font-size:0.9em;
}

#flaglist td, #whitelist td, #whitelist th{
    border-top: 1px solid #CCCCCC;
    padding-left: 1em;
    padding-right: 1em;
}

.urltable th {
    text-align:right;
}
#termsofuse {
    padding-top: 0.5em;
}
#about a{
    font-weight: bold;
    color: #FF9900;
}
#flag_entry, #update_urls, #share_facebook, #watch_page {
    float: left;
    padding-right: 0.1em;
}
#share_this {
    float: left;
}

#formLeftColumn {
    width: 65%;
    float:left;
    padding-right:5%;
}
#formRightColumn {
    float:left;
    width:30%;
}
#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:200;  
}  
#popupNotify, #popupAccess{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:auto;  
width:408px;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:201;  
padding:12px;  
font-size:13px;  
}  
#popupNotify h1, #popupAccess h1{  
text-align:left;  
color:#6FA5FD;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}  
#popupNotifyClose, #popupAccessClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;  
}  

#nodeLabel{
    width: 10em;
}

#taxonomyLabel{
    width: 30%;
    padding-bottom: 2em;
}

#nodeEditor {
    display: table;
    font-size: 1.3em;
    _position: relative;
    overflow: hidden;
}
#nodeEditor p {
     _position: relative;
     _top: -50%;
}
#nodeEditorForm{
    _position: absolute;
    _top: 50%;
    vertical-align: middle;
    display: none;
}

#taxonomyHolder div{
    padding-bottom: 1px;
}
#taxonomyHolder{
    padding-bottom: 2.4em;
    clear:both;
}
.leftpx{
    float:left;
    padding-left: 3px;
}
.spacer {
height: 4em;
}
.bottom-pad  {
    padding-bottom: 0.7em;
}
.marginer {
    margin:2em 0 2em 0;
}

.zero-margin h2 {
    margin:0 0 0.4em 0;
}
#left_infobox {
    float:left;
    width:46%;
    padding: 0 2em 0 0;
}
#right_infobox {
    float:left;
    width:47%;
    padding: 0 0 0 2em;
}
.dotted {
    background: url('dots.gif') center left repeat-x;
    border:none;
    height:1px;
    margin: 15px 0;
}
.twitter span {
	font-size: 1.3em;
	color: #656565;
}
