Difference between revisions of "MediaWiki:Monobook.css"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* GLOBAL STYLES: text, links, form elements, etc */  
/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** 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 :)
*/


 
body {
#content {
margin : 0px;
        font-family:verdana, helvetica, sans-serif;
    font-family:verdana, helvetica, sans-serif;
font-size:11px;
    background-color: #ffffff;
color:#546368;
}
.body_community {
margin : 0px;
    font-family:verdana, helvetica, sans-serif;
font-size:11px;
    background-color: #d5e3ec;
color:#546368;
color:#546368;
        margin: 2.8em 0 0 12.2em;  
}
padding: 0 1em 1.5em 1em;
background: white;
option.sl, input.sl, radio.sl, .S1
border: 1px solid #aaa;
{
border-right: none;
font-family:verdana, courier, courier new, sans-serif;
line-height: 1.5em;
font-size: 8pt;
position: relative;
color: white;
z-index: 2;
background-color: #4378a4;
border-color:#bcbbbb;
border-top-width: 1px;  
border-right-width: 1px;  
border-bottom-width: 1px;  
border-left-width: 1px;
}
}




submit.resident
{
font-family:verdana, courier, courier new, sans-serif;
font-size: 8pt;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}


#column-one {
select.resident
padding-top: 160px;
{
font-family:verdana, courier, courier new, sans-serif;
font-size: 8pt;
color: white;
background-color: #4378a4;
border-color:#bcbbbb;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
}
/* the left column width is specified in class .portlet */


/* Font size:
textarea.resident
** We take advantage of keyword scaling- browsers won't go below 9px
{
** More at http://www.w3.org/2003/07/30-font-size
font-family:verdana, courier, courier new, sans-serif;
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
font-size: 10px;
*/
color:white;
 
background-color: #4378a4;
body {
border-color:#bcbbbb;
        font-family:verdana, helvetica, sans-serif;
border-top-width: 1px;  
font: x-small sans-serif;
border-right-width: 1px;  
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
border-bottom-width: 1px;
color:#546368;
border-left-width: 1px;
margin: 0;
padding: 0;
}
}
/* general styles */
/* table cells */
td.heading { border-bottom: 1px dotted black }
td.title { font-weight: bold }
td.right { text-align: right }
td.center { text-align: center }
td.ledger-shade { background-color: #dddddd }


a {color:#4378a4; text-decoration:underline;}
a {color:#4378a4; text-decoration:underline;}
Line 63: Line 71:
a:hover {color:#ff7900;text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}


q {
a.promolink {color:#4378a4; text-decoration:none;}
font-family: Times, "Times New Roman", serif;
a.promolink:active {color:#50607C; text-decoration:none;}
font-style: italic;
a.promolink:hover {color:#ff7900;text-decoration:none;}
}


/*
a img {border: 0px #FFFFFF none;}
** Structural Elements
a:active img {border: 0px #FFFFFF none;}
*/
a:hover img {border: 0px #FFFFFF none;}


/*
a.fansite {font-weight:bold;}
** general portlet styles (elements in the quickbar)
*/


/*******************  MARKER  *************************/
a.nodec {text-decoration:none}
a.nodec:hover {text-decoration:none}


.headline {color:#346080; font-size:12px; font-weight:bold;}


.portlet {
.header {color:#346080; font-size:12px; font-weight:bold;}
border: none;
margin: 0 0 .5em;
padding: 0;
float: none;
width: 11.6em;
overflow: hidden;
}
.portlet h4 {
font-size: 95%;
font-weight: normal;
white-space: nowrap;
}
.portlet h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background-color:#376283;
padding: 3px 5px 3px 5px;


height: 1em;
.subheader {color:#346080; font-size:11px; font-weight:bold;}
text-transform: uppercase;
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 {
border-collapse: collapse;
border: 1px solid #aaa;
padding: 0 .8em .3em .5em;


font-family: Verdana, Arial, Helvetica, sans-serif;  
.fineprint {color:#346080; font-size:10px;}
font-size: 11px;
background-color:#376283;
color:#eeeeee;
text-decoration: none;  
}


.portlet h1,
.topheader {color:#346080; font-size:13pt; font-weight:bold; font-family:verdana, helvetica, sans-serif;}
.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);
font-size: 95%;
}
.portlet li {
padding: 0;
margin: 0;
}


.super {font-size: 9px; vertical-align:super;}


 
.copyright {text-align: right; margin:0px 6px 0px 0px; color:#666666; font-family:verdana, helvetica, sans-serif; font-size:x-small;
 
}
.portlet a {color:#4378a4;}
.portlet a:active {color: #ff9933; text-decoration:underline;}
.portlet a:hover {color:#ff7900;text-decoration:underline;}






/* DEFAULT TEMPLATE PAGE POSITIONING */


/* LEFT MENU STYLES */
#DEFAULT_container {
width:890px;
margin:0px 5px 5px 5px;
text-align:left;
background-color: #ffffff;
}


#DEFAULT_container_community {
width:900px;
margin:0px 5px 5px 5px;
text-align:center;
background-color: #ffffff;
}
#DEFAULT_header {
width: 890px;
height: 85px;
margin: 0px 0px 3px 0px;
background-image: url(/_img/header_banner.jpg);
background-position: center;
background-repeat: no-repeat;
}
#DEFAULT_header_nav {
left: 0px;
top: 87px;
width: 890px;
height: 23px;
z-index: 9001;
margin: 0px;
}


.portlet a {
#DEFAULT_container_mid {
font-family: Verdana, Arial, Helvetica, sans-serif;  
position:relative;
font-size: 11px;
left:0px;
color:#eeeeee;
width: 890px;
text-decoration: none;  
margin: 0px;
}
}


.portlet a:hover {
#DEFAULT_left {
font-family: Verdana, Arial, Helvetica, sans-serif;  
width: 190px;
font-size: 11px;  
float:left;
text-decoration: underline;  
margin: 0px;
}
}
#DEFAULT_menu_outside {
background-color:#376283;
}
#DEFAULT_menu_inside {
padding: 1px 6px 10px 6px;
}


.portlet a:active {
#DEFAULT_mid_outside {
font-family: Verdana, Arial, Helvetica, sans-serif;  
vertical-align: top;
font-size: 11px;  
float:left;
color: #ff9933;
margin: 0px 10px 10px 10px;
}
padding: 0px;
 
}
 
.menu_border {
#DEFAULT_mid_inside {
background-image: url(/_img/backgrounds/bg_dots_white.gif);
width: 440px;
color: #FFFFFF;
margin: 0px;
margin: 0px;
padding: 0px 0px 1px 0px;
}
}
#DEFAULT_2column {
vertical-align: top;
float:left;
margin: 0px 0px 10px 10px;  
padding: 0px;
overflow: visible;
}
#DEFAULT_2column_inside {
width: 690px;  
margin: 0px;
padding: 0px 0px 10px 0px;
overflow:visible;
}
#DEFAULT_content_header {
padding:10px 10px 10px 10px ;
margin: 0px 0px 0px 0px;
background-image: url(/_img/backgrounds/bg_skyheader.jpg);  
background-repeat: no-repeat;}
.menu_border_sublink {
#DEFAULT_content_header_2column {
background-image: url(/_img/backgrounds/bg_submenu_dots_blue.jpg);
padding:10px 10px 10px 10px ;
margin: 0px;
margin: 0px 0px 0px 0px;
background-image: url(/_img/backgrounds/bg_skyheader_2col.jpg);  
background-repeat: no-repeat;
}
}
 
 
#DEFAULT_content_divider {
 
margin: 0px 0px 0px 0px;
/*
background-image: url(/_img/backgrounds/bg_dots_grey.gif);  
** Logo properties
background-repeat: repeat-x;
*/
 
#p-logo {
z-index: 3;
position: absolute; /*needed to use z-index */
top: 0;
left: 0;
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;
}
}


/*
#DEFAULT_right {
** the navigation portlet
width: 225px;
*/
float:right;
margin: 0px;
}


#p-navigation {
#DEFAULT_module {
position: relative;
width: 215px;  
z-index: 3;
padding: 1px 5px 1px 5px;  
}
margin: 0px 0px 0px 0px;
}


#p-navigation .pBody {
#DEFAULT_footer {
padding-right: 0;
width: 890px;
}
height: 40px;
margin: 10px 0px 0px 0px;
float: left;
}


#p-navigation a {
/* EMBEDDED ALTERATIONS FROM DEFAULT */
display: block;
}


#p-navigation li.active a, #p-navigation li.active a:hover {
#embedded_container_outer  {
text-decoration: none;
width:640px;
display: inline;
margin:0px 5px 5px 5px;
font-weight: bold;
text-align:center;
}
background-color: #ffffff;
}


#embedded_mid_inside {
width: 540px;
margin: 0px;
padding: 0px 0px 1px 0px;
}


/*
#embedded_content_header {
** Search portlet
padding:10px 10px 10px 10px ;
*/
margin: 0px 0px 0px 0px;
#p-search {
background-image: url(/_img/backgrounds/bg_skyheader.jpg);
position: relative;
background-position:right;  
z-index: 3;
background-repeat: no-repeat;}
}
input.searchButton {
margin-top: 1px;
font-size: 95%;
}
#searchGoButton {
padding-left: .5em;
padding-right: .5em;
font-weight: bold;
}
#searchInput {
width: 10.9em;
margin: 0;
font-size: 95%;
}
#p-search .pBody {
padding: .5em .4em .4em .4em;
text-align: center;
}


/*
** the personal toolbar
*/


#p-personal {
/* COMMUNITY MAIN PAGE */
width: 100%;
white-space: nowrap;
padding: 0;
margin: 0;
position: absolute;
left: 0;
top: 0;
z-index: 0;
border: none;
background: none;
overflow: visible;
line-height: 1.2em;
}


#p-personal h5 {
#comm_index_container {
display: none;
width: 690px;
}
vertical-align: top;
#p-personal .portlet,
float:left;
#p-personal .pBody {
margin: 0px 0px 0px 10px;  
padding: 0;
padding: 0px;
margin: 0;
}
border: none;
z-index: 0;
#comm_index_top_outside {
overflow: visible;
width: 690px;
background: none;
height: 182px;
}
margin: 0px;  
/* this is the ul contained in the portlet */
padding: 0px;
#p-personal ul {
background-image: url(/_img/backgrounds/bg_community.jpg);  
border: none;
background-repeat: no-repeat;
line-height: 1.4em;
}
color: #2f6fab;
padding: 0 2em 0 3em;
margin: 0;
text-align: right;
text-transform: lowercase;
list-style: none;
z-index: 0;
background: none;
cursor: default;
}
#p-personal li {
z-index: 0;
border: none;
padding: 0;
display: inline;
color: #2f6fab;
margin-left: 1em;
line-height: 1.2em;
background: none;
}
#p-personal li.active {
font-weight: bold;
}
#p-personal li a {
text-decoration: none;
color: #005896;
padding-bottom: .2em;
background: none;
}
#p-personal li a:hover {
background-color: white;
padding-bottom: .2em;
text-decoration: none;
}
#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;
}


/*
#comm_index_top_inside {
** the page-related actions- page/talk, edit etc
width: 680px;
*/
height: 182px;
#p-cactions {
margin: 0px 0px 0px 0px;  
position: absolute;
padding: 0px;
top: 1.3em;
}
left: 11.5em;
margin: 0;
white-space: nowrap;
width: 76%;
line-height: 1.1em;
overflow: visible;
background: none;
border-collapse: collapse;
padding-left: 1em;
list-style: none;
font-size: 95%;
}
#p-cactions .hiddenStructure {
display: none;
}
#p-cactions ul {
list-style: none;
}
#p-cactions li {
display: inline;
border: 1px solid #aaa;
border-bottom: none;
padding: 0 0 .1em 0;
margin: 0 .3em 0 0;
overflow: visible;
background: white;
}
#p-cactions li.selected {
border-color: #fabd23;
padding: 0 0 .2em 0;
font-weight: bold;
}
#p-cactions li a {
background-color: #fbfbfb;
color: #002bb8;
border: none;
padding: 0 .8em .3em;
text-decoration: none;
text-transform: lowercase;
position: relative;
z-index: 0;
margin: 0;
}
#p-cactions li.selected a {
z-index: 3;
background-color: #fff;
padding: 0 1em .2em!important;
}
#p-cactions .new a {
color: #ba0000;
}
#p-cactions li a:hover {
z-index: 3;
text-decoration: none;
background-color: #fff;
}
#p-cactions h5 {
display: none;
}
#p-cactions li.istalk {
margin-right: 0;
}
#p-cactions li.istalk a {
padding-right: .5em;
}
#p-cactions #ca-addsection a {
padding-left: .4em;
padding-right: .4em;
}
/* offsets to distinguish the tab groups */
li#ca-talk {
margin-right: 1.6em;
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
margin-left: 1.6em;
}


/*
#comm_mid_outside {
** the remaining portlets
vertical-align: top;
*/
float:left;
#p-tbx,
margin: 0px 10px 0px 0px;
#p-lang {
padding: 10px 0px 0px 0px;
position: relative;
}
z-index: 3;
}
#comm_mid_inside {
width: 430px;
margin: 0px 10px 10px 10px;
padding: 10px 0px 10px 0px;
}
#comm_right {
width: 225px;
float:right;
margin: 0px 0px 0px 0px;  
}


/* TODO: #t-iscite is only used by the Cite extension, come up with some
#comm_promo {
* system which allows extensions to add to this file on the fly
width: 225px;  
*/
height: 85px;
#t-ispermalink, #t-iscite {
margin: 10px 0px 5px 0px;  
color: #999;
}
}
/*
** footer
*/
#footer {
background-color: white;
border-top: 1px solid #fabd23;
border-bottom: 1px solid #fabd23;
margin: .6em 0 1em 0;
padding: .4em 0 1.2em 0;
text-align: center;
font-size: 90%;
}
#footer li {
display: inline;
margin: 0 1.3em;
}
/* hide from incapable browsers */
head:first-child+body #footer li { white-space: nowrap; }
#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 */
#comm_quicklinks_outside {
#preftoc {
width: 225px;  
margin: 0;
background-color:#376283;
padding: 0;
}
width: 100%;
clear: both;
}
#preftoc li {
margin: 1px -2px 1px 2px;
float: left;
padding: 2px 0 3px 0;
background-color: #f0f0f0;
color: #000;
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: 95%;
margin-top: 0;
background-color: #FFC1C1;
padding: .2em .7em;
clear: both;
}
.btnSavePrefs {
font-weight: bold;
padding-left: .3em;
padding-right: .3em;
}


.preferences-login {
#comm_quicklinks_inside {
clear: both;
margin: 0px 10px 0px 10px;
margin-bottom: 1.5em;
padding: 10px 0px 10px 0px;
}
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}


.prefcache {
#comm_quicklinks_inside a {
font-size: 90%;
font-size: 11px;
margin-top: 2em;
font-weight: bold;
}
text-decoration: underline;
color: #FFFFFF;
}
#comm_quicklinks_inside a:hover {
text-decoration: none;
}
#comm_quicklinks_inside .pad { padding: 5px 0px 5px 0px;}


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


div#userloginForm table,
#comm_latest {
div#userlogin form#userlogin2 table {
background-image: url(/_img/backgrounds/bg_topfade.gif); 
background-color: #f9f9f9;
background-position: top left;
background-repeat: repeat-x;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
width: 420px;
height: 461px;
overflow:auto;
padding: 0px 3px 3px 8px;
}
}


div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
padding-top: 0;
}


div#userlogin .captcha {
TBODY.RandomContainer TR.RandomItem {  
border: 1px solid #bbb;
display: none;
padding: 1.5em 2em;
}
width: 400px;
background-color: white;
}




#userloginprompt, #languagelinks {
font-size: 85%;
}


#login-sectiontip {
font-size: 85%;
line-height: 1.2;
padding-top: 2em;
}


#userlogin .loginText, #userlogin .loginPassword {
/* LEFT MENU STYLES */
width: 12em;
}


#userloginlink a, #wpLoginattempt, #wpCreateaccount {
.menu_topsection {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
font-weight: bold;
}
color: #FFFFFF;
background-color:#376283;
padding: 3px 5px 3px 5px;
}


/*
.menu_subsection {
** IE/Mac fixes, hope to find a validating way to move this
font-family: Verdana, Arial, Helvetica, sans-serif;
** to a separate stylesheet. This would work but doesn't validate:
font-size: 11px;
** @import("IEMacFixes.css");
background-image: url(/_img/backgrounds/bg_submenu.jpg);
*/
padding: 3px 3px 3px 5px;
/* 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 */
.menu_toplink {
/* float/negative margin brokenness */
font-family: Verdana, Arial, Helvetica, sans-serif;  
* html #footer {margin-top: 0;}
font-size: 11px;
* html #column-content {
font-weight: bold;  
display: inline;
color: #FFFFFF;  
margin-bottom: 0;
text-decoration: none;
}
}
* html div.editsection { font-size: smaller; }
#pagehistory li.selected { position: relative; }


/* Mac IE 5.0 fix; floated content turns invisible */
.menu_sublink {
* > html #column-content {
font-family: Verdana, Arial, Helvetica, sans-serif;  
float: none;
font-size: 11px;
}
color:#eeeeee;
* > html #column-one {
text-decoration: none;  
position: absolute;
}
left: 0;
top: 0;
}
* > html #footer {
margin-left: 13.2em;
}
.redirectText {
font-size: 150%;
margin: 5px;
}


.printfooter {
.menu_toplink:hover {
display: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
font-size: 11px;
font-weight: bold;  
color: #e8eff5;
text-decoration: underline;
}


.not-patrolled {
.menu_sublink:hover {
background-color: #ffa;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
font-size: 11px;  
div.patrollink {
text-decoration: underline;  
font-size: 75%;
}
text-align: right;
}
span.newpage, span.minor, span.searchmatch, span.bot {
font-weight: bold;
}
span.unpatrolled {
font-weight: bold;
color: red;
}


span.searchmatch {
.menu_toplink_active {
color: red;
font-family: Verdana, Arial, Helvetica, sans-serif;  
}
font-size: 11px;
.sharedUploadNotice {
font-weight: bold;  
font-style: italic;
color: #ff9933;
}
}


span.updatedmarker {
.menu_sublink_active {
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;  
background-color: #0f0;
font-size: 11px;  
}
color: #ff9933;
span.newpageletter {
}
font-weight: bold;
color: black;
background-color: yellow;
}
span.minoreditletter {
color: black;
background-color: #c5ffe6;
}


table.gallery {
border: 1px solid #ccc;
margin: 2px;
padding: 2px;
background-color: white;
}


table.gallery tr {
.menu_border {
vertical-align: top;
background-image: url(/_img/backgrounds/bg_dots_white.gif);
color: #FFFFFF;
margin: 0px;
}
.menu_border_sublink {
background-image: url(/_img/backgrounds/bg_submenu_dots_blue.jpg);
margin: 0px;
}
}


table.gallery td {
/* ERROR HANDLING: */
vertical-align: top;
background-color: #f9f9f9;
border: solid 2px white;
}


table.gallery td.galleryheader {
#display_errors  {color:#000000; border-style: solid; border-color:#aaaaaa; border-width:1px; padding:5px; background-color:#FEF7D7; margin-right:5px;}
text-align: center;
font-weight: bold;
}


div.gallerybox {
/* END ERROR HANDLING: */
margin: 2px;
width:  150px;
}


div.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 2px;
}


div.gallerytext {
/* BOXES: */
font-size: 94%;
div.box_grey_t {background-image: url(/_img/boxes/grey_pixel.gif);  background-position: top left; background-repeat: repeat-x;}
padding: 2px 4px;
div.box_grey_r {background-image: url(/_img/boxes/grey_pixel.gif); background-position: top right; background-repeat: repeat-y;}
}
div.box_grey_b {background-image: url(/_img/boxes/grey_pixel.gif); background-position: bottom left; background-repeat: repeat-x;}
div.box_grey_l {background-image: url(/_img/boxes/grey_pixel.gif); background-position: top left; background-repeat: repeat-y;}
div.box_grey_tl {background-image: url(/_img/boxes/grey_corner_tl.gif); background-position: top left; background-repeat: no-repeat;}
div.box_grey_tr {background-image: url(/_img/boxes/grey_corner_tr.gif); background-position: top right; background-repeat: no-repeat;}
div.box_grey_bl {background-image: url(/_img/boxes/grey_corner_bl.gif); background-position: bottom left; background-repeat: no-repeat;}
div.box_grey_br {background-image: url(/_img/boxes/grey_corner_br.gif); background-position: bottom right; background-repeat: no-repeat;}


span.comment {
div.box_light_t {background-image: url(/_img/boxes/white_bdr_top.gif);  background-position: top left; background-repeat: repeat-x;}
font-style: italic;
div.box_light_r {background-image: url(/_img/boxes/white_bdr_right.gif); background-position: top right; background-repeat: repeat-y;}
}
div.box_light_b {background-image: url(/_img/boxes/white_bdr_bot.gif); background-position: bottom left; background-repeat: repeat-x;}
div.box_light_l {background-image: url(/_img/boxes/white_bdr_left.gif); background-position: top left; background-repeat: repeat-y;}
div.box_light_tl {background-image: url(/_img/boxes/white_corner_tl.gif); background-position: top left; background-repeat: no-repeat;}
div.box_light_tr {background-image: url(/_img/boxes/white_corner_tr.gif); background-position: top right; background-repeat: no-repeat;}
div.box_light_bl {background-image: url(/_img/boxes/white_corner_bl.gif); background-position: bottom left; background-repeat: no-repeat;}
div.box_light_br {background-image: url(/_img/boxes/white_corner_br.gif); background-position: bottom right; background-repeat: no-repeat;}


span.changedby {
div.box_lblue_t {background-image: url(/_img/boxes/grey_pixel.gif);  background-position: top left; background-repeat: repeat-x;}
font-size: 95%;
div.box_lblue_r {background-image: url(/_img/boxes/grey_pixel.gif); background-position: top right; background-repeat: repeat-y;}
}
div.box_lblue_b {background-image: url(/_img/boxes/grey_pixel.gif); background-position: bottom left; background-repeat: repeat-x;}
div.box_lblue_l {background-image: url(/_img/boxes/grey_pixel.gif); background-position: top left; background-repeat: repeat-y;}
div.box_lblue_tl  {background-image: url(/_img/boxes/lblue_corner_tl.gif);background-position: top left; background-repeat: no-repeat;}
div.box_lblue_tr  {background-image: url(/_img/boxes/lblue_corner_tr.gif);background-position: top right; background-repeat: no-repeat;}
div.box_lblue_bl  {background-image: url(/_img/boxes/lblue_corner_bl.gif);background-position: bottom left; background-repeat: no-repeat;}
div.box_lblue_br  {background-image: url(/_img/boxes/lblue_corner_br.gif);background-position: bottom right; background-repeat: no-repeat;}


.previewnote {
div.box_mblue_t {background-image: url(/_img/boxes/grey_pixel.gif);  background-position: top left; background-repeat: repeat-x;}
text-indent: 3em;
div.box_mblue_r {background-image: url(/_img/boxes/grey_pixel.gif); background-position: top right; background-repeat: repeat-y;}
color: #c00;
div.box_mblue_b {background-image: url(/_img/boxes/grey_pixel.gif); background-position: bottom left; background-repeat: repeat-x;}
border-bottom: 1px solid #aaa;
div.box_mblue_l {background-image: url(/_img/boxes/grey_pixel.gif); background-position: top left; background-repeat: repeat-y;}
padding-bottom: 1em;
div.box_mblue_tl  {background-image: url(/_img/boxes/mblue_corner_tl.gif);background-position: top left; background-repeat: no-repeat;}
margin-bottom: 1em;
div.box_mblue_tr  {background-image: url(/_img/boxes/mblue_corner_tr.gif);background-position: top right; background-repeat: no-repeat;}
}
div.box_mblue_bl  {background-image: url(/_img/boxes/mblue_corner_bl.gif);background-position: bottom left; background-repeat: no-repeat;}
div.box_mblue_br  {background-image: url(/_img/boxes/mblue_corner_br.gif);background-position: bottom right; background-repeat: no-repeat;}


.previewnote p {
div.box_dblue_noborder_tl  {background-image: url(/_img/boxes/dblue_corner_tl.gif);background-position: top left; background-repeat: no-repeat;}
margin: 0;
div.box_dblue_noborder_tr  {background-image: url(/_img/boxes/dblue_corner_tr.gif);background-position: top right; background-repeat: no-repeat;}
padding: 0;
div.box_dblue_noborder_bl  {background-image: url(/_img/boxes/dblue_corner_bl.gif);background-position: bottom left; background-repeat: no-repeat;}
}
div.box_dblue_noborder_br  {background-image: url(/_img/boxes/dblue_corner_br.gif);background-position: bottom right; background-repeat: no-repeat;}


.editExternally {
div.comm_corner_bl {background-image: url(/_img/boxes/comm_corner_bl.gif); background-position: bottom left; background-repeat: no-repeat;}
border: 1px solid gray;
div.comm_corner_br {background-image: url(/_img/boxes/comm_corner_br.gif); background-position: bottom right; background-repeat: no-repeat;}
background-color: #ffffff;
padding: 3px;
margin-top: 0.5em;
float: left;
font-size: small;
text-align: center;
}
.editExternallyHelp {
font-style: italic;
color: gray;
}


li span.deleted, span.history-deleted {
text-decoration: line-through;
color: #888;
font-style: italic;
}


.toggle {
margin-left: 2em;
text-indent: -2em;
}


/* Classes for EXIF data display */
#MEDIA_NEWS {background-color:#e9f1f8;  background-position: top left;}
table.mw_metadata {
#SL_news {
font-size: 0.8em;
background-image: url(/_img/backgrounds/bg_topfade.gif);
margin-left: 0.5em;
background-position: top;
margin-bottom: 0.5em;
background-repeat: repeat-x;
width: 300px;
text-align:left;
    font-family:verdana, helvetica, sans-serif;
font-size:x-small;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
width: 179px;
height: 130px;
overflow:auto;
}
}
#SL_news .row1 { background-color:#FFFFFF; padding: 5px 5px 5px 5px;}
#SL_news .row2 { background-color:#e9f1f8; padding: 0px;}
#SL_news a { font-size:x-small;}


table.mw_metadata caption {
font-weight: bold;
}


table.mw_metadata th {
/* If we don't explicitly choose a size for H2, H3, Firefox and IE
font-weight: normal;
  choose sizes that are very different.
}
*/
h2 { font-size: 18px }
h3 { font-size: 14px; padding:0px; margin: 12px 0 8px 0 }


table.mw_metadata td {
/* table cells */
padding: 0.1em;
td.heading { border-bottom: 1px dotted black }
}
td.title { font-weight: bold }
td.right { text-align: right }
td.center { text-align: center }
td.ledger-shade { background-color: #dddddd }


table.mw_metadata {
/* _COPIED_ "required" over from registration b/c other forms may have required fields */
border: none;
.required
border-collapse: collapse;
{
    font-size: 10px;
color: #CC0000;
    background-color: #FFFFCC;
    font-weight: normal;
}
}


table.mw_metadata td, table.mw_metadata th {
/* Known Issues format and display */
text-align: center;
#known_issues {
border: 1px solid #aaaaaa;
background-image: url(/_img/backgrounds/bg_topfade.gif); 
padding-left: 0.1em;
background-position: top left;
padding-right: 0.1em;
background-repeat: repeat-x;
border: 1px solid #CCC;
width: 650px;
padding: 0px 3px 3px 8px;
}
}


table.mw_metadata th {
#bug {
background-color: #f9f9f9;
border-bottom: 1px dashed #CCC;
}
padding: 12px 0px;
 
table.mw_metadata td {
background-color: #fcfcfc;
}
 
table.collapsed tr.collapsable {
display: none;
}
}


.bugrepro{
border: 1px solid #CCC;
    display: none;
height: 300px;
width: 600px;
overflow: auto;
padding: 3px;
}


/* filetoc */
.whenupdated {
ul#filetoc {
text-align: center;
text-align: center;
border: 1px solid #aaaaaa;
font-weight: bold;
background-color: #f9f9f9;
font-size: large;  
padding: 5px;
padding: 2px;
font-size: 95%;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
}
 
#filetoc li {
display: inline;
list-style-type: none;
padding-right: 2em;
}
 
/* @bug 1714 */
input#wpSave, input#wpDiff {
margin-right: 0.33em;
}
}


#editform .editOptions {
.key, .buglabel {
display: inline;
padding: 0px 4px 0px 0px;
}
 
#wpSave {
font-weight: bold;
font-weight: bold;
}
}


/* Classes for article validation */
.versionlist{
 
padding: 0px 8px 0px 0px;
table.revisionform_default {
font-style: italic;
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 {
.bugsummary{
color: orange;
    font-weight: bold;
content: "\00BB \0020";
}
}

Revision as of 17:51, 4 January 2007

/* GLOBAL STYLES: text, links, form elements, etc */ 

body {
	margin : 0px;
    font-family:verdana, helvetica, sans-serif;
	font-size:11px;
    background-color: #ffffff;
	color:#546368;
	}
	
.body_community {
	margin : 0px;
    font-family:verdana, helvetica, sans-serif;
	font-size:11px;
    background-color: #d5e3ec;
	color:#546368;
	}
	
option.sl, input.sl, radio.sl, .S1 
{
	font-family:verdana, courier, courier new, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: #4378a4;
	border-color:#bcbbbb;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}


submit.resident
{
	font-family:verdana, courier, courier new, sans-serif;
	font-size: 8pt;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.resident
{
	font-family:verdana, courier, courier new, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: #4378a4;
	border-color:#bcbbbb;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

textarea.resident
{
	font-family:verdana, courier, courier new, sans-serif;
	font-size: 10px;
	color:white;
	background-color: #4378a4;
	border-color:#bcbbbb;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

a 			{color:#4378a4;	text-decoration:underline;}
a:active 	{color:#50607C;	text-decoration:underline;}
a:hover 	{color:#ff7900;text-decoration:underline;}

a.promolink 			{color:#4378a4;	text-decoration:none;}
a.promolink:active 	{color:#50607C;	text-decoration:none;}
a.promolink:hover 	{color:#ff7900;text-decoration:none;}

a img 			{border: 0px #FFFFFF none;}
a:active img	{border: 0px #FFFFFF none;}
a:hover img	{border: 0px #FFFFFF none;}

a.fansite {font-weight:bold;}

a.nodec {text-decoration:none}
a.nodec:hover {text-decoration:none}

.headline {color:#346080; font-size:12px; font-weight:bold;}

.header {color:#346080; font-size:12px; font-weight:bold;}

.subheader {color:#346080; font-size:11px; font-weight:bold;}

.fineprint {color:#346080; font-size:10px;}

.topheader {color:#346080; font-size:13pt; font-weight:bold; font-family:verdana, helvetica, sans-serif;}

.super {font-size: 9px; vertical-align:super;}

.copyright {text-align: right; margin:0px 6px 0px 0px;	color:#666666; font-family:verdana, helvetica, sans-serif; font-size:x-small;
}



/* DEFAULT TEMPLATE PAGE POSITIONING */ 

#DEFAULT_container	{
		width:890px;
		margin:0px 5px 5px 5px;
		text-align:left;
		background-color: #ffffff;
		}

#DEFAULT_container_community	{
		width:900px;
		margin:0px 5px 5px 5px;
		text-align:center;
		background-color: #ffffff;
		
		}
		
#DEFAULT_header {
		width: 890px; 	
		height: 85px; 	 
		margin: 0px 0px 3px 0px;
		background-image: url(/_img/header_banner.jpg); 
		background-position: center; 
		background-repeat: no-repeat;
		}
				
#DEFAULT_header_nav {
		left: 0px;	
		top: 87px; 	
		width: 890px; 	
		height: 23px; 	 
		z-index: 9001;	
		margin: 0px;
		}

#DEFAULT_container_mid	{
		position:relative;	
		left:0px;
		width: 890px;
		margin: 0px;
		}

#DEFAULT_left {
		width: 190px; 	
		float:left;
		margin: 0px;
		}
		
#DEFAULT_menu_outside {
		background-color:#376283;
		}
		
#DEFAULT_menu_inside {
		padding: 1px 6px 10px 6px;
		}

#DEFAULT_mid_outside {
		vertical-align: top;
		float:left;
		margin: 0px 10px 10px 10px; 
		padding: 0px;
		}
		
#DEFAULT_mid_inside {
		width: 440px; 
		margin: 0px; 
		padding: 0px 0px 1px 0px;
		}
		
#DEFAULT_2column {
		vertical-align: top;
		float:left;
		margin: 0px 0px 10px 10px; 
		padding: 0px;
		overflow: visible;
		}
		
#DEFAULT_2column_inside {
		width: 690px; 
		margin: 0px; 
		padding: 0px 0px 10px 0px;
		overflow:visible;
		}
		
#DEFAULT_content_header {
	padding:10px 10px 10px 10px ;
	margin: 0px 0px 0px 0px;	
	background-image: url(/_img/backgrounds/bg_skyheader.jpg); 
	background-repeat: no-repeat;}
	
#DEFAULT_content_header_2column {
	padding:10px 10px 10px 10px ;
	margin: 0px 0px 0px 0px;	
	background-image: url(/_img/backgrounds/bg_skyheader_2col.jpg); 
	background-repeat: no-repeat;
}
	
#DEFAULT_content_divider {
	margin: 0px 0px 0px 0px;	
	background-image: url(/_img/backgrounds/bg_dots_grey.gif); 
	background-repeat: repeat-x;
}

#DEFAULT_right	{
		width: 225px; 
		float:right;
		margin: 0px; 
		}

#DEFAULT_module	{
		width: 215px; 
		padding: 1px 5px 1px 5px; 
		margin: 0px 0px 0px 0px; 
		}

#DEFAULT_footer {
		width: 890px;
		height: 40px;
		margin: 10px 0px 0px 0px; 
		float: left;
		}

/* EMBEDDED ALTERATIONS FROM DEFAULT */

#embedded_container_outer   {
		width:640px;
		margin:0px 5px 5px 5px;
		text-align:center;
		background-color: #ffffff;
		
		}

#embedded_mid_inside {
		width: 540px; 
		margin: 0px; 
		padding: 0px 0px 1px 0px;
		}

#embedded_content_header {
	padding:10px 10px 10px 10px ;
	margin: 0px 0px 0px 0px;	
	background-image: url(/_img/backgrounds/bg_skyheader.jpg);
	background-position:right; 
	background-repeat: no-repeat;}


/* COMMUNITY MAIN PAGE */

#comm_index_container {
		width: 690px;
		vertical-align: top;
		float:left;
		margin: 0px 0px 0px 10px; 
		padding: 0px;
		}
		
#comm_index_top_outside {
		width: 690px;
		height: 182px;
		margin: 0px; 
		padding: 0px;
		background-image: url(/_img/backgrounds/bg_community.jpg); 
		background-repeat: no-repeat;
		}		

#comm_index_top_inside {
		width: 680px;
		height: 182px;
		margin: 0px 0px 0px 0px; 
		padding: 0px;
		}		

#comm_mid_outside {
		vertical-align: top;
		float:left;
		margin: 0px 10px 0px 0px; 
		padding: 10px 0px 0px 0px;
		}
		
#comm_mid_inside {
		width: 430px; 
		margin: 0px 10px 10px 10px; 
		padding: 10px 0px 10px 0px;
		}
		
#comm_right	{
		width: 225px; 
		float:right;
		margin: 0px 0px 0px 0px; 
		}

#comm_promo	{
		width: 225px; 
		height: 85px;
		margin: 10px 0px 5px 0px; 
		}

#comm_quicklinks_outside	{
		width: 225px; 
		background-color:#376283;
		}

#comm_quicklinks_inside {
		margin: 0px 10px 0px 10px; 
		padding: 10px 0px 10px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		}

#comm_quicklinks_inside a {
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
		color: #FFFFFF;
		}
#comm_quicklinks_inside a:hover {
		text-decoration: none;
		}
#comm_quicklinks_inside .pad 	{ padding: 5px 0px 5px 0px;}


#comm_latest {
	background-image: url(/_img/backgrounds/bg_topfade.gif);  	
	background-position: top left; 		
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 420px;
	height: 461px;
	overflow:auto;
	padding: 0px 3px 3px 8px;
}


TBODY.RandomContainer TR.RandomItem { 
	display: none;
	}




/* LEFT MENU STYLES */

.menu_topsection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#376283;
	padding: 3px 5px 3px 5px;
	
	}

.menu_subsection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/_img/backgrounds/bg_submenu.jpg);
	padding: 3px 3px 3px 5px;
	}

.menu_toplink {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	}

.menu_sublink {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#eeeeee;
	text-decoration: none; 
	}

.menu_toplink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #e8eff5;
	text-decoration: underline;
	}

.menu_sublink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: underline; 
	}

.menu_toplink_active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ff9933;
	}

.menu_sublink_active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ff9933;
	}


.menu_border {
	background-image: url(/_img/backgrounds/bg_dots_white.gif);
	color: #FFFFFF;
	margin: 0px;
	}
	
.menu_border_sublink {
background-image: url(/_img/backgrounds/bg_submenu_dots_blue.jpg);
margin: 0px;
}

/* ERROR HANDLING: */

#display_errors  {color:#000000; border-style: solid; border-color:#aaaaaa; border-width:1px; padding:5px; background-color:#FEF7D7; margin-right:5px;}

/* END ERROR HANDLING: */


/* BOXES: */
div.box_grey_t 		{background-image: url(/_img/boxes/grey_pixel.gif);  	background-position: top left; 		background-repeat: repeat-x;}
div.box_grey_r 		{background-image: url(/_img/boxes/grey_pixel.gif); 	background-position: top right; 	background-repeat: repeat-y;}
div.box_grey_b 		{background-image: url(/_img/boxes/grey_pixel.gif); 	background-position: bottom left;	background-repeat: repeat-x;}
div.box_grey_l 		{background-image: url(/_img/boxes/grey_pixel.gif);		background-position: top left;		background-repeat: repeat-y;}
div.box_grey_tl 	{background-image: url(/_img/boxes/grey_corner_tl.gif); background-position: top left; 		background-repeat: no-repeat;}
div.box_grey_tr 	{background-image: url(/_img/boxes/grey_corner_tr.gif);	background-position: top right;		background-repeat: no-repeat;}
div.box_grey_bl 	{background-image: url(/_img/boxes/grey_corner_bl.gif);	background-position: bottom left;	background-repeat: no-repeat;}
div.box_grey_br 	{background-image: url(/_img/boxes/grey_corner_br.gif); background-position: bottom right;	background-repeat: no-repeat;}

div.box_light_t 	{background-image: url(/_img/boxes/white_bdr_top.gif);  	background-position: top left; 		background-repeat: repeat-x;}
div.box_light_r 	{background-image: url(/_img/boxes/white_bdr_right.gif); 	background-position: top right; 	background-repeat: repeat-y;}
div.box_light_b 	{background-image: url(/_img/boxes/white_bdr_bot.gif); 	background-position: bottom left;	background-repeat: repeat-x;}
div.box_light_l 	{background-image: url(/_img/boxes/white_bdr_left.gif);		background-position: top left;		background-repeat: repeat-y;}
div.box_light_tl 	{background-image: url(/_img/boxes/white_corner_tl.gif); background-position: top left; 		background-repeat: no-repeat;}
div.box_light_tr 	{background-image: url(/_img/boxes/white_corner_tr.gif);	background-position: top right;		background-repeat: no-repeat;}
div.box_light_bl 	{background-image: url(/_img/boxes/white_corner_bl.gif);	background-position: bottom left;	background-repeat: no-repeat;}
div.box_light_br 	{background-image: url(/_img/boxes/white_corner_br.gif); background-position: bottom right;	background-repeat: no-repeat;}

div.box_lblue_t 	{background-image: url(/_img/boxes/grey_pixel.gif);  	background-position: top left; 		background-repeat: repeat-x;}
div.box_lblue_r 	{background-image: url(/_img/boxes/grey_pixel.gif); 	background-position: top right; 	background-repeat: repeat-y;}
div.box_lblue_b 	{background-image: url(/_img/boxes/grey_pixel.gif); 	background-position: bottom left;	background-repeat: repeat-x;}
div.box_lblue_l 	{background-image: url(/_img/boxes/grey_pixel.gif);		background-position: top left;		background-repeat: repeat-y;}
div.box_lblue_tl   {background-image: url(/_img/boxes/lblue_corner_tl.gif);background-position: top left; 		background-repeat: no-repeat;}
div.box_lblue_tr   {background-image: url(/_img/boxes/lblue_corner_tr.gif);background-position: top right;		background-repeat: no-repeat;}
div.box_lblue_bl   {background-image: url(/_img/boxes/lblue_corner_bl.gif);background-position: bottom left;	background-repeat: no-repeat;}
div.box_lblue_br   {background-image: url(/_img/boxes/lblue_corner_br.gif);background-position: bottom right;	background-repeat: no-repeat;}

div.box_mblue_t 	{background-image: url(/_img/boxes/grey_pixel.gif);  	background-position: top left; 		background-repeat: repeat-x;}
div.box_mblue_r 	{background-image: url(/_img/boxes/grey_pixel.gif); 	background-position: top right; 	background-repeat: repeat-y;}
div.box_mblue_b 	{background-image: url(/_img/boxes/grey_pixel.gif); 	background-position: bottom left;	background-repeat: repeat-x;}
div.box_mblue_l 	{background-image: url(/_img/boxes/grey_pixel.gif);		background-position: top left;		background-repeat: repeat-y;}
div.box_mblue_tl   {background-image: url(/_img/boxes/mblue_corner_tl.gif);background-position: top left; 		background-repeat: no-repeat;}
div.box_mblue_tr   {background-image: url(/_img/boxes/mblue_corner_tr.gif);background-position: top right;		background-repeat: no-repeat;}
div.box_mblue_bl   {background-image: url(/_img/boxes/mblue_corner_bl.gif);background-position: bottom left;	background-repeat: no-repeat;}
div.box_mblue_br   {background-image: url(/_img/boxes/mblue_corner_br.gif);background-position: bottom right;	background-repeat: no-repeat;}

div.box_dblue_noborder_tl   {background-image: url(/_img/boxes/dblue_corner_tl.gif);background-position: top left; 	background-repeat: no-repeat;}
div.box_dblue_noborder_tr   {background-image: url(/_img/boxes/dblue_corner_tr.gif);background-position: top right;	background-repeat: no-repeat;}
div.box_dblue_noborder_bl   {background-image: url(/_img/boxes/dblue_corner_bl.gif);background-position: bottom left;	background-repeat: no-repeat;}
div.box_dblue_noborder_br   {background-image: url(/_img/boxes/dblue_corner_br.gif);background-position: bottom right;	background-repeat: no-repeat;}

div.comm_corner_bl 	{background-image: url(/_img/boxes/comm_corner_bl.gif);	background-position: bottom left;	background-repeat: no-repeat;}
div.comm_corner_br 	{background-image: url(/_img/boxes/comm_corner_br.gif); background-position: bottom right;	background-repeat: no-repeat;}



#MEDIA_NEWS {background-color:#e9f1f8;  background-position: top left;}
#SL_news	{
	background-image: url(/_img/backgrounds/bg_topfade.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	text-align:left;
    font-family:verdana, helvetica, sans-serif;
	font-size:x-small;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 179px;
	height: 130px;
	overflow:auto;
}
#SL_news .row1 	{ background-color:#FFFFFF; padding: 5px 5px 5px 5px;}
#SL_news .row2 	{ background-color:#e9f1f8; padding: 0px;}
#SL_news a 		{ font-size:x-small;}


/* If we don't explicitly choose a size for H2, H3, Firefox and IE
   choose sizes that are very different.
 */
h2 { font-size: 18px }
h3 { font-size: 14px; padding:0px; margin: 12px 0 8px 0 }

/* table cells */
td.heading { border-bottom: 1px dotted black }
td.title { font-weight: bold }
td.right { text-align: right }
td.center { text-align: center }
td.ledger-shade { background-color: #dddddd }

/* _COPIED_ "required" over from registration b/c other forms may have required fields */
.required
{
    font-size: 10px;
	color: #CC0000;
    background-color: #FFFFCC;
    font-weight: normal;
}

/* Known Issues format and display */
#known_issues {
	background-image: url(/_img/backgrounds/bg_topfade.gif);  	
	background-position: top left; 		
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	width: 650px;
	padding: 0px 3px 3px 8px;
}

#bug {
	border-bottom: 1px dashed #CCC;
	padding: 12px 0px;
}

.bugrepro{ 
	border: 1px solid #CCC;
    display: none;
	height: 300px;
	width: 600px;
	overflow: auto;
	padding: 3px;
} 

.whenupdated {
	text-align: center;
	font-weight: bold;
	font-size: large; 
	padding: 2px;
}

.key, .buglabel {
	padding: 0px 4px 0px 0px;
	font-weight: bold;
}

.versionlist{
	padding: 0px 8px 0px 0px;
	font-style: italic;
}

.bugsummary{
    font-weight: bold;
}