/*
 * Any rules which should not be flipped automatically in right-to-left situations should be
 * prepended with @noflip in a comment block.
 *
 * The original Vaector style-sheet employs a few CSS tricks to accomplish compatibility with a wide range of web
 * browsers. The most common trick is to use some styles in IE6 only. This is accomplished by using
 * a rule that makes things work in IE6, and then following it with a rule that begins with
 * "html > body" or use a child selector ">", which is ignored by IE6 because it does not support
 * the child selector. You can spot this by looking for the "OVERRIDDEN BY COMPLIANT BROWSERS" and
 * "IGNORED BY IE6" comments.

    The altered ("Trinity") stylesheet may mangle some of this beyond recognition; visitors using IE6 are
    likely to be few and far between at the wiki of a Linux desktop environment.  In general, the Trinity
    skin mangles a few things horribly to create the illusion of a secondary nav header.  Don't try this
    at home, kids.

 */

@import url(../vector/screen.css);

/* Framework */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
    background-image:url(back.png);
    background-repeat:repeat-y;
    background-position:top left;
    background-color:white;
}
body {
    background-color: white;
}

/* Content */
div#content {
    padding: 1em;
    padding-left:30px;
    border-left: 170px solid #1f4ca4;  /*Stupid Tricks: this is actually the sidebar background*/
    /*border-bottom:12px solid white;*/
    margin-left:0%;
    position: absolute;
    top: 173px;
    right:0%;
    left:0px;
	margin-top: -1px;
    margin-bottom: 0px;
	background-color: white;
	color: black;
	direction: ltr;
}
a {
    color:#001c7b;
    font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
    border-bottom: 1px solid #5babe5;
}
#contentSub, #contentSub2 {
    color: #418ade;
}

#mw-navigation {
    font-family:"Arial", "Libre Sans", sans-serif; font-size:11pt;
}

.mw-specialpagerestricted {
  font-style: italic;
}
.mw-body a.external {
    color: #001c7b;
}
pre, .mw-code {
    border: 2px solid #cfe1f6;
    background-color: white;
    font-size: 11pt
}
a.new, #p-personal a.new {
    color: red;
}
#leftbanner {
    height:150px;
    width:430px;
    position:absolute;
    right:0px;
    top:0px;
    background-image:url(bannerswoosh.png);
}
#title {

    position:absolute;
    top:28px;
    margin-left:170px;
    left:0px;
    right:0px;
    /*text-align:center;*/
    z-index:8;
    vertical-align:center;
}
#title h1 {
    border:none;
    vertical-align:center;
    font-size:32pt;
    color:white;
    text-shadow: black 0px 0px 5px;
    padding-bottom:0px;
    margin-bottom:0px;
    font-weight:bold;
}
table.wikitable {
    background-color: white;
    border: 1px solid #5babe5;
    border-collapse: collapse;
    color: #000000;
    margin: 1em 0;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    border: 1px solid #5babe5;
    padding: 0.2em;
}
#toc, .toc {
    background-color: #cfe1f6;
    border: none;
    font-size: 95%;
    padding: 5px;
}
table.wikitable > * > tr > th {
    background-color: #cfe1f6;
}
.mw-warning {
    background-color: #cfe1f6;
    border: 4px double #5babe5;
    font-size: 95%;
    padding: 5px;
}
.catlinks {
    background-color: #cfe1f6;
    border: none;
    clear: both;
    margin-top: 1em;
    padding: 5px;
}
.mw-datatable th {
    background-color: #cfe1f6;
}
.mw-datatable, .mw-datatable td, .mw-datatable th {
    border: 1px solid #5babe5;
}

/* Hide, but keep accessible for screen-readers */
#mw-navigation h2 {
	position: absolute;
	top: -9999px;
}

/* Head */
#mw-page-base {
	height: 5em;
	background-color: white;
    background-image:none;
}
#mw-head-base {
	margin-top: -5em;
	margin-left: 10em;
	height: 5em;
}
div#mw-head {
	position: absolute;
    background-color: white;
    height:162px; /*Stupid Tricks:  height of the background img + a bottom whitespace "margin"*/
    background-image:url(bannerchunk.png);
    background-repeat:repeat-x;
    top:0px;
    left:0px;
    width:100%;
    border-bottom:30px solid #cfe1f6; /*Stupid Tricks:  background for left and right navigation*/
}
div#mw-head h3, div#mw-head h5 {
	margin: 0;
	padding: 0;
}

/* Hide empty portlets */
div.emptyPortlet {
		display: none;
}

/* Personal */
#p-personal {
	position: absolute;
    top:128px;
	right: 1em;
	z-index: 10;
}
#p-personal h3, #p-personal h5 {
	display: none;
}
#p-personal ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding-left: 10em; /* Keep from overlapping logo */
}
/* @noflip */
#p-personal li {
	line-height: 1.125em;
	float: left;
}
#p-personal li a{
    color:#CFE1F6;
}
/* This one flips! */
#p-personal li {
	margin-left: 0.75em;
	margin-top: 0.5em;
	font-size: 0.75em;
	white-space: nowrap;
}

/* Navigation Containers */
#left-navigation {
    position:absolute;
    left: 12.5em;
    top:162px;
    height:30px;
    z-index:10;
    margin:0px;
}
#right-navigation {
	float: right;
    position:absolute;
    top:162px;
    margin-top:0px;
    height:30px;
    right:0px;
    border-right: 1.5em solid white;  /*Stupid Tricks:  Hides part of the banner-border background, giving the impression of a margin*/
    z-index:10;
}

/* Navigation Labels */
div.vectorTabs h3, div.vectorTabs h5, div.vectorMenu h3 span, div.vectorMenu h5 span {
	display: none;
}
/* Namespaces and Views */
/* @noflip */
div.vectorTabs {
	float: left;
    padding-left:0px;
    height:26px;
    background:none;
}
/* @noflip */
div.vectorTabs ul {
	float: left;
	height: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
    background:none;
}
/* @noflip */
div.vectorTabs ul li {
	float: left;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorTabs ul li {
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
/* IGNORED BY IE6 */
div.vectorTabs ul > li {
	display: block;
    margin-top:0px;
    padding-top:0px;
    background-image:none;
    color:#001c7b;
    font-weight:bold;
    background-color: transparent;
    border: 2px solid #cfe1f6;
}
div.vectorTabs li.selected {
    background-image:none;
    border:2px solid #cfe1f6;
    background-color:white;
    color:#001c7b;
    font-weight:bold;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorTabs li a {
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	cursor: pointer;
}
/* IGNORED BY IE6 */
div.vectorTabs li > a {
	display: block;
}
div.vectorTabs li.icon a {
	background-position: bottom right;
	background-repeat: no-repeat;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorTabs span a  {
	display: inline-block;
    color:#001c7b;
}
/* IGNORED BY IE6 */
/* @noflip */
div.vectorTabs span > a {
	float: left;
	display: block;
}
div.vectorTabs span {
	display: inline-block;
    margin-top:-11px;
    background:none;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{
    position:relative;
    bottom:0px;
    color:#001c7b;
	text-decoration: none;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited{
    color: #880000;
}

/* Variants and Actions */
/* @noflip */
div.vectorMenu {
	direction: ltr;
	float: left;
	/* @embed */
    background-image: url(wikidrop.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.vectorMenuFocus {

}
/* @noflip */
body.rtl div.vectorMenu {
	direction: rtl;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
/* @noflip */
div#mw-head div.vectorMenu h3, div#mw-head div.vectorMenu h5 {
	float: left;
    height:30px;
   border:none;
}
/* This will be flipped - unlike the one above it */
div#mw-head div.vectorMenu h3, div#mw-head div.vectorMenu h5 {
	margin-left: -1px;
   border:none;
}
/* IGNORED BY IE6 */
div#mw-head div.vectorMenu > h3, div#mw-head div.vectorMenu > h5 {
	background-image: none;
}
div#mw-head div.vectorMenu h4, div.vectorMenu#p-variants #mw-vector-current-variant {
	display: inline-block;
	float: left;
	font-size: smaller;
	padding-left: 0.5em;
	padding-top: 1.375em;
	font-weight: normal;
	border: none;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
/* @noflip */
div.vectorMenu h3 a, div.vectorMenu h5 a {
	display: inline-block;
	width: 24px;
	height: 1.9em;
	text-decoration: none;
    background-image:none;
}
/* This will be flipped - unlike the one above it */
div.vectorMenu h3 a, div.vectorMenu h5 a {
	background-position: bottom right;
}
/* IGNORED BY IE6 */
div.vectorMenu h3 > a, div.vectorMenu h5 > a {
	display: block;
}
div.vectorMenu div.menu {
	position: relative;
	display: none;
	clear: both;
	text-align: left;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
/* @noflip */
body.rtl div.vectorMenu div.menu {
	margin-left: 24px;
}
/* IGNORED BY IE6 */
/* @noflip */
body.rtl div.vectorMenu > div.menu {
	margin-left: auto;
}
/* IGNORED BY IE6 */
/* Also fixes old versions of FireFox */
/* @noflip */
body.rtl div.vectorMenu > div.menu, x:-moz-any-link {
	margin-left: 23px;
}
/* Enable forcing showing of the menu for accessibility */
div.vectorMenu:hover div.menu, div.vectorMenu div.menuForceShow {
	display: block;
}
div.vectorMenu ul {
	position: absolute;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	margin-left: -1px;
	text-align: left;
    background-color: #cfe1f6;
    color:#001c7b;
    font-weight:bold;
    border:none;
}
/* Fixes old versions of FireFox */
div.vectorMenu ul, x:-moz-any-link {
	min-width: 5em;
}
/* Returns things back to normal in modern versions of FireFox */
div.vectorMenu ul, x:-moz-any-link, x:default {
	min-width: 0;
}
div.vectorMenu li {
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1em;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorMenu li a {
	display: inline-block;
	padding: 0.5em;
	white-space: nowrap;
    color:#001c7b;
	cursor: pointer;
	font-size: 0.8em;
}
/* IGNORED BY IE6 */
div.vectorMenu li > a {
	display: block;
}
div.vectorMenu li.selected a, div.vectorMenu li.selected a:visited {
    color:#001c7b;
	text-decoration: none;
}

/* Search */
#p-search h3, #p-search h5 {
	display: none;
}
/* @noflip */
#p-search {
	float: left;
    margin:2px;
    height:26px;
    background-image:none;
}
#p-search form,
#p-search input {
    margin: 0px;
    top: 0px;
    background-image:none;
}
div#simpleSearch {
	display: block;
	width: 14em;
	margin-top: 0.65em;
	position: relative;
	min-height: 1px; /* Gotta trigger hasLayout for IE7 */
	color: black;
	background-color: white;
    margin-top:2px;
    border: 1px solid #5babe5;
    height: 20px;
    background-image:none;
}
div#simpleSearch label {
	/*
	 * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
	 * this from ever being shown anyways.
	*/
	font-size: 13px;
	top: 0.25em;
	direction: ltr;
}
div#simpleSearch input {
	color: black;
	direction: ltr;
    background-image:none;
}
div#simpleSearch input:focus {
	outline: none;
    background-image:none;
}
div#simpleSearch input.placeholder {
	color: #418ade;
}
div#simpleSearch input::-webkit-input-placeholder {
	color: #418ade;
}
div#simpleSearch input:-moz-placeholder {
	color: #418ade;
}
div#simpleSearch input:-ms-input-placeholder {
	color: #418ade;
}
div#simpleSearch input#searchInput {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	margin: 0;
    padding:2px;
    margin-top:1px;
	outline: none;
	border: none;
	/*
	 * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
	 * this from ever being shown anyways.
	*/
	font-size: 13px;
	background-color: transparent;
	direction: ltr;
    background-image:none;
}
div#simpleSearch button#searchButton {
	position: absolute;
	width: 10%;
	right: 0;
	top: 0;
	margin: 0;
    padding:0px;
    margin-top:0px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div#simpleSearch button#searchButton img {
	border: none;
	margin: 0;
	margin-top: -3px;
	padding: 0;
}
/* IGNORED BY IE6 */
div#simpleSearch button#searchButton > img {
	margin: 0;
}

/*Search suggestions drop-down*/
.suggestions div {
    border: none;
    background-color:#5babe5;
}
.suggestions-result-current .special-label, .suggestions-result-current .special-query {
    border: none;
}
.suggestions-special .special-query {
    color:black;
}
.suggestions-special .special-label {
    color:black;
    font-style: italic;
    font-weight: bold;
}
.suggestions a.mw-searchSuggest-link, .suggestions a.mw-searchSuggest-link:hover, .suggestions a.mw-searchSuggest-link:active, .suggestions a.mw-searchSuggest-link:focus {
    color:black;
}

/* Panel */
div#mw-panel {
	position: absolute;
    width:170px;
	left: 0;
    margin-left:0%;
    background-color:#01306f;
    color:white;
    font-weight:bold;
    margin-bottom:0%;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    background-image:url(gradient2.png);
    background-repeat:repeat-x;
    background-position:bottom left;
    border-right:20px solid white;  /*Stupid Tricks:  creates a margin for the navigation background (actually the top banner's border)*/
    top:150px;
}
div#mw-panel div.portal {
	padding-top: 1.5em;
    padding-bottom:0px;
	direction: ltr;
}
div#mw-panel div.portal h3, div#mw-panel div.portal h5 {
	font-weight: bold;
    color:#cfe1f6;
	padding: 0.25em;
	padding-top: 0;
	padding-left: 10px;
    max-width:160px;
	cursor: default;
	border: none;
	font-size: larger;
}
div#mw-panel div.portal div.body {
	margin: 0;
	padding-top: 0.5em;
    margin-left:10px;
	padding-left: 10px;
    margin-right:10px;
    max-width:150px;
    background:none;
    border-top:1px solid #cfe1f6;
}
div#mw-panel div.portal div.body ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
    padding-bottom: 0.5em;
	margin: 0;
}
div#mw-panel div.portal div.body ul li {
    font-size:11pt;
	line-height: 1.125em;
	padding: 0;
	padding-bottom: 0.5em;
	margin: 0;
	word-wrap: break-word;
}
div#mw-panel div.portal div.body ul li a {
    color:white;
}
div#mw-panel div.portal div.body ul li a:visited {
    color:white;
}

/* Footer */
div#footer {
	margin-left: 0px;
	margin-top: 2em;
	padding: 0.75em;
    padding-bottom:0px;
    padding-left:0px;
	direction: ltr;
    bottom:0px;
}
div#footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
div#footer ul li {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
    color:#001c7b;
	font-size: 0.7em;
}
div#footer #footer-icons {
	float: right;
}
/* @noflip */
body.ltr div#footer #footer-places {
	float: left;
}
div#footer #footer-info li {
	line-height: 0.7em;
}
div#footer #footer-icons li {
	float: left;
	margin-left: 0.5em;
	line-height: 2em;
	text-align: right;
}
div#footer #footer-places li {
	float: left;
	margin-right: 1em;
	line-height: 2em;
}

/*COME BACK FOR THIS*/
/* Logo */
#p-logo {
	position: absolute;
    background-repeat:none;
    /*background-image:url(bannerswoosh.png);*/
    height:150px;
    width:515px;
    left:0px;
    top:-150px
}
#p-logo a {
	display: block;
	width: 170px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
    z-index:10;
}


/*
 * (Note carried over from Vector skin)
 * The following code is highly modified from monobook. It would be nice if the
 * preftoc id was more human readable like preferences-toc for instance,
 * howerver this would require backporting the other skins.
 */

/* Preferences */
#preftoc {
	/* Tabs */
	width: 100%;
	float: left;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
    border-left: 1px solid #cfe1f6;
    background-image:none;
}
#preftoc li {
    /* Tab */
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 1px;
    height: 2.25em;
    white-space: nowrap;
    list-style-type: none;
    list-style-image: none;
    background-image:none;
}
#preftoc a, #preftoc a:active {
    display: inline-block;
    position: relative;
    color: #001c7b;
    border-right: 1px solid #cfe1f6;
    padding: 0.5em;
    padding-bottom:0px;
    text-decoration: none;
    font-size: 0.9em;
}
#preftoc a:hover, #preftoc a:focus {
    text-decoration: underline;
}
#preftoc li.selected a {
    text-decoration: none;
    background-image: none;
    color: black;
    background-color: #cfe1f6;
    border-bottom: 2px solid #cfe1f6;
    border-left: 2px solid #cfe1f6;
}
#preferences {
	float: left;
	width: 100%;
	margin: 0;
	margin-top: -2px;
	clear: both;
    background-color: white;
    border: 1px solid #cfe1f6;
}
#preferences fieldset {
	border: none;
    border-top: 1px solid #cfe1f6;
    border-bottom: 1px solid #cfe1f6;
}
#preferences fieldset.prefsection {
	border: none;
	padding: 0;
	margin: 1em;
}
#preferences legend {
    color: black;
    font-weight: bold;
}
#preferences fieldset.prefsection legend.mainLegend {
	display: none;
}
#preferences td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.htmlform-tip {
	font-size: x-small;
	padding: .2em 2em;
    color:#001c7b;
}
#preferences div.mw-prefs-buttons {
	padding: 1em;
}
#preferences div.mw-prefs-buttons input {
	margin-right: 0.25em;
}

div#content {
	line-height: 1.5em;
}
#bodyContent {
	font-size: 0.8em;
}
.editsection {
	float: right;
}
ul {
	list-style-type: disc;
	/* @embed */
	list-style-image: url(images/bullet-icon.png);
}
pre, .mw-code {
	line-height: 1.3em;
}

fieldset {
    border: 1px solid #cfe1f6;
    line-height: 1.5em;
    margin: 1em 0;
    padding: 0 1em 1em;
}
legend {
    font-weight:bold;
}

/* Site Notice (includes notices from CentralNotice extension) */
#siteNotice {
	font-size: 0.8em;
}
#firstHeading {
	padding-top: 5px;
	margin-top: 0;
	font-size: 1.6em;
    max-width:98%;
}
div#content a.external, div#content a.external[href ^="gopher://"] {
	/* @embed */
	background: url(images/external-link-ltr-icon.png) center right no-repeat;
	padding-right: 13px;
}
div#content a.external[href ^="https://"], .link-https {
	/* @embed */
	background: url(images/lock-icon.png) center right no-repeat;
	padding-right: 13px;
}
div#content a.external[href ^="mailto:"], .link-mailto {
	/* @embed */
	background: url(images/mail-icon.png) center right no-repeat;
	padding-right: 13px;
}
div#content a.external[href ^="news:"] {
	/* @embed */
	background: url(images/news-icon.png) center right no-repeat;
	padding-right: 13px;
}
div#content a.external[href ^="ftp://"], .link-ftp {
	/* @embed */
	background: url(images/file-icon.png) center right no-repeat;
	padding-right: 13px;
}
div#content a.external[href ^="irc://"], div#content a.external[href ^="ircs://"], .link-irc {
	/* @embed */
	background: url(images/talk-icon.png) center right no-repeat;
	padding-right: 13px;
}
  div#content a.external[href $=".ogg"], div#content a.external[href $=".OGG"],
  div#content a.external[href $=".mid"], div#content a.external[href $=".MID"],
  div#content a.external[href $=".midi"], div#content a.external[href $=".MIDI"],
  div#content a.external[href $=".mp3"], div#content a.external[href $=".MP3"],
  div#content a.external[href $=".wav"], div#content a.external[href $=".WAV"],
  div#content a.external[href $=".wma"], div#content a.external[href $=".WMA"],
  .link-audio {
	/* @embed */
	background: url(images/audio-icon.png) center right no-repeat;
	padding-right: 13px;
}
div#content a.external[href $=".ogm"], div#content a.external[href $=".OGM"],
  div#content a.external[href $=".avi"], div#content a.external[href $=".AVI"],
  div#content a.external[href $=".mpeg"], div#content a.external[href $=".MPEG"],
  div#content a.external[href $=".mpg"], div#content a.external[href $=".MPG"],
  .link-video {
	/* @embed */
	background: url(images/video-icon.png) center right no-repeat;
	padding-right: 13px;
}
div#content a.external[href $=".pdf"], div#content a.external[href $=".PDF"],
  div#content a.external[href *=".pdf#"], div#content a.external[href *=".PDF#"],
  div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"],
  .link-document {
	/* @embed */
	background: url(images/document-icon.png) center right no-repeat;
	padding-right: 13px;
}

/* Icon for Usernames */
#pt-userpage, #pt-anonuserpage, #pt-login {
	/* @embed */
	background: url(images/user-icon.png) left top no-repeat;
	padding-left: 15px !important;
	text-transform: none;
}

a.feedlink {
    background-image: url(images/rss-small.png)
}


.redirectText {
	font-size: 140%;
}
.redirectMsg img {
	vertical-align: text-bottom;
}

#bodyContent {
	position: relative;
	width: 100%;
}
div#bodyContent {
	line-height: 1.5em;
}

/* mediawiki.notification */
.skin-vector #mw-notification-area {
	top: 7em;
	font-size: 0.8em;
}
.skin-vector .mw-notification {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.93);
	padding: 0.75em 1.5em;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
}

/* Watch/Unwatch Icon Styling */
#ca-unwatch.icon a, #ca-watch.icon a {
	margin: 0;
	padding: 0;
	outline: none;
	display: block;
	width: 26px;
	/* This hides the text but shows the background image */
	padding-top: 3.1em;
	margin-top: 0;
	/* Only applied in IE6 */
	margin-top: -0.8em !ie;
	height: 0;
	overflow: hidden;
	/* @embed */
	background-image: url(images/watch-icons.png);
}
#ca-unwatch.icon a {
	background-position: -43px 60%;
}
#ca-watch.icon a {
	background-position: 5px 60%;
}
#ca-unwatch.icon a:hover, #ca-unwatch.icon a:focus {
	background-position: -67px 60%;
}
#ca-watch.icon a:hover, #ca-watch.icon a:focus {
	background-position: -19px 60%;
}
#ca-unwatch.icon a.loading, #ca-watch.icon a.loading {
	/* @embed */
	background-image: url(images/watch-icon-loading.gif);
	background-position: 5px 60%;
}
#ca-unwatch.icon a span, #ca-watch.icon a span {
	display: none;
}


/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
.tipsy {
	font-size: 0.8em;
}

/* Animate between standard and high definition layouts */
body.vector-animateLayout div#content, body.vector-animateLayout div#footer {
	-moz-transition: margin-left 250ms, padding 250ms;
	-webkit-transition: margin-left 250ms, padding 250ms;
	-o-transition: margin-left 250ms, padding 250ms;
	transition: margin-left 250ms, padding 250ms;
}
body.vector-animateLayout #p-logo, body.vector-animateLayout #left-navigation {
	-moz-transition: left 250ms;
	-webkit-transition: left 250ms;
	-o-transition: left 250ms;
	transition: left 250ms;
}
body.vector-animateLayout #mw-panel {
	-moz-transition: padding-left 250ms;
	-webkit-transition: padding-left 250ms;
	-o-transition: padding-left 250ms;
	transition: padding-left 250ms;
}
body.vector-animateLayout #p-search {
	-moz-transition: margin-right 250ms;
	-webkit-transition: margin-right 250ms;
	-o-transition: margin-right 250ms;
	transition: margin-right 250ms;
}
body.vector-animateLayout #p-personal {
	-moz-transition: right 250ms;
	-webkit-transition: right 250ms;
	-o-transition: right 250ms;
	transition: right 250ms;
}
body.vector-animateLayout #mw-head-base {
	-moz-transition: margin-left 250ms;
	-webkit-transition: margin-left 250ms;
	-o-transition: margin-left 250ms;
	transition: margin-left 250ms;
}
