/*
** MediaWiki 'AWin' style sheet for CSS2-capable browsers.
** 
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/

/* Styles for AWin background style */

html, body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    width: 1184px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    padding: 0 10px;
    overflow: hidden;
}

#header {
	clear: both;
	margin: 0 0 20px 0;
	padding-top: 10px;
}

#header_logo {
    height: 65px;
}

#header_logo img {
	height: 50px;
}

/* Wiki Styles */

#column-one   {
	float: left;
	font-size: 15px;
	margin-right: 20px;
	width: 240px;
}

#column-one ul li:last-child{}

#column-content {
	float: left;
	padding: 0;
	display: inline;
	min-width: 840px;
	max-width: 924px;
	margin-top: -35px;
	width: 100%;
}

#content {
	padding:10px 0 0;
	z-index: 2;
    border-top: 1px solid #d6d6d6;
   /* border-bottom: 1px solid #d6d6d6; */
}

/* the left column width is specified in class .portlet */

/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/

/*@font-face {
    font-family: 'TitilliumText25L250wt';
    src: url('TitilliumText25L004-webfont.eot');
    src: url('TitilliumText25L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText25L004-webfont.woff') format('woff'),
         url('TitilliumText25L004-webfont.ttf') format('truetype'),
         url('TitilliumText25L004-webfont.svg#TitilliumText25L250wt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

*/

@font-face {
    font-family: 'Whitney-Book';
    src: url('Whitney-Book.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Whitney-Book', Verdana, Geneva, sans-serif;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

/* scale back up to a sane default */

#globalWrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

.visualClear {
	clear: both;
}

/* general styles */

table {
	font-size: 12px;
	color: #444;
	/* we don't want the bottom borders of <h2>s to be visible through
	   floated tables */
	background-color: #fff;
}

fieldset table {
	/* but keep table layouts in forms clean... */
	background: none;
}

a { /*edit this to change the colour of interwiki links it was #002bb8*/
	text-decoration: none;
	color: #ff6600;
	background: none;
}

a:visited { /*edit this to change the colour of interwiki links once they have been visited it was 5a3696*/
	color: #ff6600;
}

a:hover { 
	color: #444444;
	text-decoration: none;
}

.pBody a:hover {
	text-decoration: none;
/*	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;*/
}

#header_logo a:hover {
	border: 0;
}

a.stub {
	color: #f60;
}

a.new, a.new:visited {
	color: #9D9D9D;
}

a.new:hover {
	color: #9D9D9D;
}

img {
	border: none;
	vertical-align: middle;
}

p { /* edit this to change the normal text */
	margin: 0 0 10px 0;
	color: #444;
	font-size: 16px;

}

p img {
	margin: 5px;
}

hr {
	height: 1px;
	color: #d6d6d6;
	background-color: #d6d6d6;
	border: 0;
	margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 { color: #444; font-weight: bold; }

h1, h1 .editsection { font-size: 23px; line-height: 23px; }
h2, h2 .editsection { font-size: 20px; line-height: 20px; border-top: 1px solid #dbdbdb; padding: 20px 0 0;  clear: both;}
h3, h3 .editsection { font-size: 18px; line-height: 18px; }
h4, h4 .editsection { font-size: 16px; line-height: 16px; }
h5, h5 .editsection { font-size: 14px; line-height: 14px; }


ul {
	line-height: auto;
	list-style-type: square;
	margin: 5px 0 10px 40px;
	padding: 0;
	color: #666;
	list-style-type: disc;
}

ol {
	line-height: auto;
	margin:  5px 0 0 40px;
	padding: 0;
	list-style-image: none;
	color: #444;
}

li {
	margin-bottom: 4px;
	color: #444;
}

ol li {
	margin-bottom: 8px;
}

dt {
	font-weight: bold;
	margin-bottom: 4px;
}

dl {
	margin-top: 4px;
	margin-bottom: 8px;
}

dd {
	line-height: auto;
	margin-left: 18px;
	margin-bottom: 4px;
}

input, textarea, select {
  border:1px solid #DBDBDB;
  padding:7px;
}

fieldset {
	border: 1px solid #d6d6d6;
	margin: 10px 0;
	padding: 10px;
	line-height: auto;
}

fieldset.nested {
	margin: 0;
	padding: 0;
}

legend {
	padding: 5px;
	text-transform: capitalize;
}

form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: 2px;
}

input.historysubmit {
	padding: 0 5px 5px 5px !important;
	font-size: 11px;
	cursor: pointer;
	height: 20px !important;
	margin-left: 24px;
}

form button, form input[type="button"], form input[type="submit"] {
	background-color:#f60;
	color:#fff;
	padding:8px 20px;
	text-transform: capitalize;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form button:hover, form input[type="button"]:hover, form input[type="submit"]:hover {
	background-color: #e85d00;
	transition:0.3s;
	-webkit-tranistion:0.3s;
	-moz-transition:0.3s;
}

select {
	vertical-align: top;
}

abbr, acronym, .explain {
	border-bottom: 1px dotted #d6d6d6;
	color: #444;
	background: none;
	cursor: help;
}

q {
	font-family: Verdana, sans-serif;
	font-style: italic;
}

/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/

code {
	color: #3300FF;
	background-color: #F5F5F5;
}

pre {
	padding: 10px;
	border: 1px dashed #99b2cc;
	color: #000;
	background-color: #e5e5e5;
	line-height: auto;
}


/*
** the main content area
*/

#siteSub {
	display: none;
}

#jump-to-nav {
	display: none;
}

#contentSub, #contentSub2 {
	display: none;
	font-size: 10px;
	line-height: auto;
	margin: 0 0 10px 10px;
	color: #888;
	width: auto;
}

span.subpages {
	display: block;
}

/* Some space under the headers in the content area */

#bodyContent h1, #bodyContent h2 {
	margin-bottom: 10px;
}

#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: 10px;
}

.firstHeading {
	margin-bottom: 10px;
	/* These two rules hack around bug 2013 (fix for more limited bug 11325).
	   When bug 2013 is fixed properly, they should be removed. */
}

/* user notification thing */

.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
	font-weight: bold;
	margin: 10px 0 10px;
	padding: 10px;
	vertical-align: middle;
}

#siteNotice {
	text-align: center;
	font-size: 11px;
	padding: 0 8px;
}

#siteNotice p {
	margin: 0;
	padding: 0;
}

.success {
	color: #690;
}

.error {
	color: #c33;
}

.errorbox, .successbox {
	border: 1px solid #d6d6d6;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	color: #444;
}

.errorbox {
	border-color: #c33;
	background-color: #fcefee;
}

.successbox {
	border-color: #690;
	background-color: #eff8ec;
}

.errorbox h2, .successbox h2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin: 0 10px 0 0;
	border: none;
}

.catlinks {
	border: 1px solid #d6d6d6;
	background-color: #e5e5e5;
	padding: 10px;
	margin-top: 10px;
	clear: both;
}

/* currently unused, intended to be used by a metadata box in the bottom-right corner of the content area */

.documentDescription {
	/* The summary text describing the document */
	font-weight: bold;
	display: block;
	margin: 10px 0;
	line-height: auto;
}

.documentByLine {
	text-align: right;
	font-size: 10px;
	clear: both;
	font-weight: normal;
	color: #888;
}

/* emulate center */

.center {
	width: 100%;
	text-align: center;
}

*.center * {
	margin-left: auto;
	margin-right: auto;
}

/* small for tables and similar */

.small, .small * {
	font-size: 10px;
}

table.small {
	font-size: 11px;
}

/*
** content styles
*/

#toc, .toc, .mw-warning { /* edit this to change the properties of the contents boxes */
	border: 1px solid #dbdbdb;
	background-color: #fff;
	padding: 20px;
	font-size: 14px;
}

#toc h2, .toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	margin: 0 5px 0 0;
	float: left;
}


.toc #toctitle {
	text-align: left;
	margin: 0;
	overflow: hidden;
}

#toc ul, .toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	clear: both;
}

#toc ul li, .toc ul li {
	margin: 8px 0px;
}

#toc ul ul, .toc ul ul {
	margin: 0 0 0 18px;
}

.toc .toctoggle a {
	font-size: 10px;
	background: url(images/menu_sidebar_parent.png) no-repeat 100% -215px;
	float: right;
	width: 30px;
	height: 25px;
	text-indent: 100px;		
}

.toc .toctoggle a.collapsed {
	background-position: 100% -5px;
}

.toc .toctoggle a:hover {
	background-position: 100% -145px;
	border: none;

} 

.toc .toctoggle a:hover.collapsed {
	background-position: 100% -75px;

} 


.mw-newarticletext {
    margin: 0 0 10px 0;    
}

/* images */

div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
    border: 1px solid #d6d6d6;
/*	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 10px 10px 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: 10px;
    border: none
	width: auto;
}

div.thumbinner {
	border: 1px solid #d6d6d6;
	padding: 5px !important;
	background-color: #e5e5e5;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

html .thumbimage {
	border: 1px solid #d6d6d6;
}

html .thumbcaption {
	border: none;
	text-align: left;
	line-height: auto;
	padding: 5px 2px 2px !important;
	font-size: 10px;
}

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 #d6d6d6;
}

.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: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.toccolours {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
	padding: 10px;
	font-size: 10px;
}

/*
** edit views etc
*/

.special li {
	line-height: auto;
	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: #ff6600;
	background: none;
	padding: 0;
}
#bodyContent a.external {
	color: #ff6600;
}

#bodyContent a.external:hover {
	color: #444;
}

#bodyContent .multicol-section a.external {
	color: #999;
}

/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
}
/*
** Structural Elements
*/

/*
** general portlet styles (elements in the quickbar)
*/

.portlet {
	border: none;
	margin: 0 0 20px;
	padding: 0;
	float: none;
	overflow: hidden;
}

.portlet h4 {
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
}

.portlet h5 {
	font-size: 18px;
	margin: 0;
	padding-bottom: 10px;
}

.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 {
    margin: 0;
    padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.portlet li {
	padding: 0;
	margin: 0;
}

.portlet li a:link, .portlet li a:visited {
    display: block;
    padding: 8px 0;
    color: #666;
    border-bottom: 1px solid #DBDBDB;
    font-size: 16px;
}

.portlet li a:hover {
    color: #ff6600;
}

.portlet li:last-child a {
	border-bottom: none;
}

#p-navigation {
	position: relative;
	z-index: 3;
}

/*
** Logo properties
*/

/*#p-logo {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	height: 155px;
	width: 12em;
	overflow: visible;
}

#p-logo h5 {
	display: none;
}

#p-logo a, #p-logo a:hover {
	display: block;
	height: 155px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}*/

/*
** Search portlet
*/
#searchBody  {
  background-color:#ffffff;
  border: 1px solid #DBDBDB;
  margin:20px 0 0;
  padding:20px;
}

#p-personal {margin-top: 0;}

#searchBody {
    overflow: hidden;
}

#searchBody form {
	padding: 0;
}

#p-search {
    border-color: #DBDBDB;
    margin-top:-22px;
}

input.searchButton {
    display: block;
    float: right;
    margin: 0;
    padding: 5px 0;
    border: none;
}

#searchGoButton {
    display: block;
    float: right;
    margin: 0;
    padding: 5px 0;
}

#searchInput {
	border: none;
    color: #9D9D9D;
    font-size: 11px;
    margin: 0;
    padding: 5px;
    width: 85%;
    font-size: 15px;
    display: block;
    float: left;

}

input:focus#searchInput {
    outline: none;
    background-color: #ffffff;
    border: none;
    color: #444444;
}

#p-search .pBody {
	padding: 5px 10px;
	text-align: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#p-tb, #p-lang, .generated-sidebar {
	position: relative;
	z-index: 3;
}

/* Search Result Pages */



div.searchresult {
	font-size: 14px;
}

.searchmatch {
	color: #ffffff;
	font-weight: normal;
}

span.searchmatch {
	background-color:#454550;
	color: #ffffff;
	font-weight: normal;
	padding: 2px;
}

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;
}

.mw-search-results li {
	font-size: 22px;
}

.mw-search-numberresults, .mw-search-result-data {
	font-size: 12px;
	color: #cccccc;
}

/*
** the personal toolbar
*

#p-personal {
	position: relative;
	z-index: 3;
}

#p-personal ul {
    margin: 0;
    padding: 0;
}

#p-personal ul li {
    margin: 0;
    padding: 0;
}

#p-personal ul li:first-child {
	margin: 0 0 10px;
}

#p-personal ul li p {
    padding: 5px 10px 6px;
    margin: 0;
}

#p-personal ul li a, #p-personal ul li a.new {
    display: block;
}

/* the icon in front of the user name, single quotes
in bg url to hide it from iemac 

#p-personal ul li#pt-userpage a, #p-personal ul li#pt-anonuserpage a, #p-personal ul li#pt-login a, #p-personal ul li#pt-userpage a.new, #p-personal ul li#pt-anonuserpage a.new, #p-personal ul li#pt-login a.new {
    background: #ffffff url(user.png) 8px no-repeat;
    padding-left: 32px;
}

#p-personal ul li#pt-userpage a:hover, #p-personal ul li#pt-anonuserpage a:hover, #p-personal ul li#pt-login a:hover, #p-personal ul li#pt-userpage a:hover.new, #p-personal ul li#pt-anonuserpage a:hover.new, #p-personal ul li#pt-login a:hover.new {
    background-color: #ffffff;
    color: #DBDBDB;
}

#p-personal ul li#pt-userpage a, #p-personal ul li#pt-anonuserpage a, #p-personal ul li#pt-userpage a.new, #p-personal ul li#pt-anonuserpage a.new {
    font-weight: bold;
}
*/
/*
** the page-related actions- page/talk, edit etc
*/

#p-cactions {
	white-space: nowrap;
	list-style: none;
	z-index: 5;
	margin: 0 0 -1px 0;
}

#p-cactions ul {
	list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

#p-cactions li {
	display: inline-block;
	margin:0 0 0 10px;
	float: left;
}

#p-cactions li.selected {
	background: #FBFBFB;
	color: #444450;
	font-weight: bold;
	border-bottom: 1px solid #3c3c45;
}

#p-cactions li a { /* this is the page editing area bits */
    display: inline-block;
    font-size: 14px;
	color: #999;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#p-cactions li.selected a {
	z-index: 3;
}

#p-cactions .new a { 
	color: #f90;
}

#p-cactions li a:hover {
	z-index: 3;
	text-decoration: none;
	color: #ff6600;
}

#p-cactions h5 {
	display: none;
}

#p-cactions li.istalk {
	margin-right: 0;
}

#p-cactions li.istalk a {
	padding-right: 10px;
}

#p-cactions #ca-addsection a {
	padding-left: 10px;
	padding-right: 10px;
}

/* offsets to distinguish the tab groups */

li#ca-talk {
	margin-right: 16px;
}

li#ca-talk a:link, li#ca-talk a:visited {
 color: #ff6600;
}

li#ca-talk a:hover {
 color: #444444;
}

li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
	margin-left: 20px;
}

li#ca-watch {margin-right: 0;}

#p-cactions .pBody {
	background-color: transparent;
	color: inherit;
	border-collapse: inherit;
	border: 0;
	padding: 0;
}

#p-cactions .hiddenStructure {
	display: none;
}

/*
** the remaining portlets
*/

#p-tbx, #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: #888;
}

/*
** footer
*/

#footer {
	margin: 0;
	padding: 10px;
	text-align: right;
	font-size: 12px;
}

#footer ul {

    margin: 0;
    padding: 0
}

#footer ul li {
    color: #999;
	display: inline;
	margin: 0;
    padding: 0;
}

#footer ul li a:link,  #footer ul li a:visited {
    color: #999;
}

#footer ul li a:hover {

}

#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 -2px 1px 2px;
	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: -3px;
}

#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 {
	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: #F9F9F9;
}

.prefsection {
	border: none;
	padding: 0;
	margin: 0;
}

.prefsection fieldset {
	border: 1px solid #aaa;
	float: left;
	margin-right: 2em;
}

.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: #AAAAAA; }
/* 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: 13px;
	margin: 10px;
}

.printfooter {
	display: none;
}

.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: #c33;
}

.sharedUploadNotice {
	font-style: italic;
}

span.updatedmarker {
	color: #000;
	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: 10px;
	padding: 2px 4px;
}

span.comment {
	font-style: italic;
}

span.changedby {
	font-size: 10px;
}

.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 #d6d6d6;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

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 #d6d6d6;
	background: #fff;
	padding: 10px;
	color: #444;
}

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;
}

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_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;
}

/* Recreating-deleted-page/reupload file warning and log entries */
div#mw-upload-deleted-warn,
div#mw-recreate-deleted-warn {
	padding: 3px;
	margin-bottom: 3px;
	border: 2px solid #2F6FAB;
}
div#mw-upload-deleted-warn ul li,
div#mw-recreate-deleted-warn ul li {
	font-size: 90%;
}
.MediaTransformError {
	background-color: #ccc;
	padding: 0.1em;
}
.MediaTransformError td {
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
}

/* God-damned hack for the crappy layout */
.os-suggest {
	font-size: 127%;
}

/* Home page */

.home-section {
  color:#FFFFFF;
  float:left;
  margin:0;
  padding:30px 30px 30px 130px;
  width:30%;
  min-height: 100px;
}

/* Index pages */

.firstHeading {
	display: none;
}

.darknoise-box {
	padding: 10px 30px;
	overflow: hidden;
	opacity: .9;
/*	background-color: #f5f5f5;*/
	border: 1px solid #dbdbdb;
}

.darknoise-box h2, .darknoise-box h2 span a:link, .darknoise-box h2 span a:visited {
	margin: 0 0 10px;
	border: none;
	padding: 0;
	color: #f60;
}

.darknoise-box h2 span a:hover {
	border-bottom: 1px solid;	
}

#p-navigation, #p-assistance, #p-external_resources, #p-tb {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 20px 0 0;
}

.grey-box {
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    padding: 20px 20px 10px;
    margin: 20px 0 0;
}

.home-section, .multicol-section {
	position: relative;
}

.home-section:before, .multicol-section:before {
    content: '';
    width: 100px;
    height: 100px;
    border: 3px solid #DBDBDB;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 20px;
    border-radius: 6px;
    background-color: #ffffff;
    background-size: 30%;
}

.ico-pub:before {
	background: url(images/home_features_speech3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-adv:before {
	background: url(images/home_features_cart3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-media:before {
	background: url(images/home_features_creative3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-doc:before {
	background: url(images/home_features_doc3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-mouse:before {
	background: url(images/home_features_mouse3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-interface:before {
	background: url(images/home_features_interface3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-tech:before {
	background: url(images/home_features_processes3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-jargon:before {
	background: url(images/home_features_jargon3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-fr:before {
	background: url(images/home_features_fr3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-de:before {
	background: url(images/home_features_de3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-network:before {
	background: url(images/home_features_network3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-world:before {
	background: url(images/home_features_world3.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-payment:before {
	background: url(images/home-features-payment.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.ico-calendar-done:before {
	background: url(images/home-features-calendar-done.png) no-repeat 50% 50% transparent;
	background-size: 70%;
}

.multicol-section {
	margin: 0;
    padding: 20px 0 30px 130px;
    position: relative;
}

.multicol-section ul {
	-moz-column-count:2; 
	-webkit-column-count:2; 
	column-count:2;
    margin: 0;
    list-style: none;
}

.multicol-section ul li {
	margin: 0 0 10px;
}

.multicol-section ul:last-child {
	border: none;
}

.multicol-section h4 {
	clear: both;
	margin: 0;
	color: #f60;
}

.multicol-section h4 a:link {
	color: #f60;
}

.multicol-section a:link, .multicol-section a:visited, #user-menu li:hover, #user-menu li ul li a {
	color: #f60;
}

.multicol-section a:hover {
	color: #444;
}

#user-menu li ul li a:hover {
	color: #ff6600;
}

.grey-box h5 {
	margin: 0 0 10px;
}

/* Jargon Buster Alpha Index */

#alpha-index {
  margin:0 0 20px;
  overflow:hidden;
}

#alpha-index .multicol-section:before {
	display: none;
}

#alpha-index .multicol-section ul {
	-moz-column-count:3; 
	-webkit-column-count:3; 
	column-count:3;
    color: #FFFFFF;
    margin: 0;
    list-style: none;
    float:right;
    width: 850px;
}

#alpha-index .multicol-section {
	color:#FFFFFF;
	display:block;
	padding:20px 0;
	width:100%;
	clear: both;
    border-bottom: 1px solid #DBDBDB;
    min-height:72px;
    overflow: hidden;

}

#alpha-index .multicol-section h1 {
	font-size:62px;
	margin:0 0 0;
	color: #666;
	line-height: 55px;
	float: left;
}

#alpha-index a:link {
color: #f60;
}
#alpha-index a:hover {
color: #444;
}

#alpha-index a:visited {
color: #f60;
}

/* Alert Messages */

.msg-alert, div.mw-warning-with-logexcerpt, #mw-edit-longpagewarning {
	background: url(images/alert.png) #FFF0EB no-repeat 0 0;
	border: 1px solid #FFD7CD;
	border-left: none;
	border-right: none;
	padding: 10px 10px 10px 40px;
	margin: 0 0 10px;
}

div.mw-warning-with-logexcerpt ul {
	font-size: 12px;

	margin: 0;
}

div.mw-warning-with-logexcerpt ul li {
	margin:0 0 10px 15px;
	font-size: 16px;
	line-height: 18px;
	color:#999999;
	font-size:14px;	
}

.msg-info, #editpage-copywarn, .previewnote {
	background: url(images/info.png) #EBF5FA no-repeat 0 0;
	border: 1px solid #D2DCE1;
	border-left: none;
	border-right: none;
	padding: 10px 20px 10px 40px;
	margin: 10px 0 10px;
	text-indent: 0;	
}

#editpage-copywarn p, div.mw-warning-with-logexcerpt p, .previewnote p, #mw-edit-longpagewarning p {
	font-size:12px;
	color: #444;
}

.msg-idea {
	background: url(images/idea.png) #FFFAE6 no-repeat 0 50%;
	border-left: none;
	border-right: none;
	padding: 10px 10px 10px 40px;
	margin: 10px 0 0;		
}

.msg-download {
	background: url(images/download.png) #FAFFE6 no-repeat 0 50%;
	border-left: none;
	border-right: none;
	padding: 10px 10px 10px 40px;
	margin: 10px 0 0;			
}

/* Edit Page */

.editOptions {
	font-size: 14px;
}

.editOptions input, .editOptions label {
	margin: 10px 5px 0 0;
}

.editButtons {
	margin: 10px 0 0;
}

/* User dropdown */

#p-personal {
	overflow: visible;
	float: right;
}

#user-menu ul, #user-menu li {
	list-style: none;
	margin:0; 
	padding: 0;
}

#user-menu {
	float:right;
	text-align: left;
	list-style: none;
}

#user-menu ul {
	float:right;
	font-size: 14px;
}

#user-menu > ul > li {
	float: right;
	position: relative;
	width: 100%;
	min-width: 160px;
	text-align: right;
	background: url(images/arrow_down.png) no-repeat 88% 10px;
}

#user-menu > ul > li:hover {
	background: url(images/arrow_down.png) no-repeat 88% 10px #454550;
}

#user-menu ul li:hover span {
	cursor: pointer;
	color: #fff;
}

#user-menu ul li span {
	padding: 10px 40px 0 10px;
	display: block;
	color: #9D9D9D;
}

#user-menu  ul ul {
	position:absolute;
	left:auto;
	visibility: hidden;
	z-index:9999;
	width: 100%;
	white-space: nowrap;
	background:#454550;
	padding: 10px 0;
	margin-top: -100px;
	font-size: 12px;
}


#user-menu ul li ul li a {
	font-size: 14px;
	border-bottom:1px solid rgba(255,255,255,0.15);
	margin:0 20px;
	height: 0;
	transition:0.1s;
	-webkit-transition:0.1s;
	-moz-transition:0.1s;
}

#user-menu ul li:hover ul li a {
	height: 20px;
}

#user-menu ul li ul li:last-child a {
	border: none;
}

#user-menu ul li ul li {
	width:100%; 
	text-align: right; 
	display: block;
}

#user-menu ul li:hover ul {
	visibility: visible;
	margin-top: 0px;
}

#user-menu ul li#pt-anonlogin {
	background-image: none;
}

#user-menu ul li#pt-anonlogin a:link, #user-menu ul li#pt-anonlogin a:visited {
	border: none;
	color: #DB4B26;
}

#user-menu ul li#pt-anonlogin a:hover {
	color: #444444;
}

#user-menu ul li#pt-anonlogin:hover {
	background-color: transparent;
}



/* dtrac#17173 changes*/
.awtable {
	width:100%;
	border-top:2px solid orange;
	border-bottom:2px solid orange;
}
.awtable a, .awtable a:visited, .awtable a:hover{
	color:#D77D0A;
	border-bottom:1px dashed orange;
}
.awtable tr.tbody td{
	font-size:12px;
	background:#F0F0F0;
	vertical-align:top;
	border-bottom:1px solid #e8e8e8;
}
.awtable tr.tbody:hover .field-name{
	border-left:3px solid orange;
}
.awtable tr.tbody:hover td{
	background: #e8e8e8;
}
.awtable tr.thead td{
	color:#D77D0A;
	font-size:13px;
	background:#F0F0F0;
	vertical-align:top;
	border-bottom:1px solid #000;
}
.awtable .field-name span, .field-body span{
	margin-top:5px;
	display:block;
	font-size:12px;
}

/* PADDINGS */
.awtable .field-body{
	padding:10px 0 10px 0;
}
.awtable .field-name{
	border-left:3px solid #F0F0F0;
	padding:10px 0 10px 5px;
}
