/*  screen.css - Sycamore Default Styles */

/* content styles */
#toolbar {
   margin-right: 15pt;
   text-align: right;
   vertical-align: bottom;
   white-space: nowrap;
}

#toolbar a img {
    margin: 1px;
    border-bottom: 1px solid #ddeeff;
    _border-bottom: 0px;
}

#toolbar a img:hover {
   border-bottom: 1px solid #555555;
   _border-bottom: 0px;
}

.toolbarPaddingStart { padding-left: 10px; }
.toolbarPaddingEnd { padding-right: 2px; }

#toolbarWithInfo {
   margin-right: 15pt;
   text-align: right;
   vertical-align: bottom;
   white-space: nowrap;
}

#toolbarWithInfo a {
    margin: 1px;
}

#toolbarWithInfo a:hover {
   background-color: #555555;
}

.toolbarSize { width: 234px; font-size: 4px;}

div.tabArea {
  font-size: 11px;
  padding-left: 5px;
  border-bottom: 1px solid #AAAAAA;
  color: #555555;
}

#tabPage {
  border: 1px solid #CCC;
  border-bottom: 1px solid #CCC !important;
  position: relative;
  z-index: 0;
  padding: 4pt 5pt 4pt 5pt;
}

#tabPage h3 { margin-top: 9pt;}

span.floatLeft {
  margin: .6em 10px 10px 0px;
  float: left;
  clear: left;
}

span.floatRight {
  margin: .6em 10px 10px 10px;
  float: right;
  clear: right;
}

span.noFloat {
  margin: .6em 10px 10px 0px;
  float: left;
}

span.thumb {
  text-align: center;
  padding: 2px;
  border: 1px solid #CBCBCB;
  font-size: 10px;
}

span.thumb img {
  border: 1px solid #CBCBCB;
}


span.thumb img.borderless {
  border: 0px;
}

span.thumb.noborder img {
  border: 0px;
}


span.thumb.noborder {
  border: 0px;
}

span.thumb img:hover {
  cursor: pointer;
}

p.normalCaption {
  margin: 1px;
  text-align: center;
  padding: 2px;
  font-size: 10px;
}

p.bigCaption {
  margin: 1px;
  text-align: center;
  padding: 2px;
}

div.pageEditInfo {
  float: right;
  margin:0;
  padding: 0;
}

#savetext { font-family:  Verdana, sans-serif;
 font-size: 13px;
 background: White;
 font-weight: normal;
 color: black;
 line-height: inherit;
 width: 100%;
}

.downloadLink {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.downloadLink img {
  border: none;
  padding-right: 2px;
}

.ileLink {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fileLink img {
  border: none;
  padding-right: 2px;
}

.imageDisplay {
  padding-top: 2px;
}

.fileList {
  padding-bottom: 2px;
}

.fileList ul {
  list-style-type: none;
  padding-left: 10px;
}

.fileList li {
  padding-left: 0px;
}

.fileList img {
  border: none;
  padding-right: 5px;
}

div.enlarge {
  width: 100px;
  font-size: 12px;
}

div.iconText {
font-size: 7pt;
}

.caption {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.box-warning {
  background: #ff0000;
  color: #ffffff;
}

a.tab.tab, a.tab:visited {
  background: #ccddee;
  color: #336699;
 /* border-top: 1px solid #555555;
  border-left: 1px solid #555555;*/
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  padding: 2px 1em 0px 1em;
  text-decoration: none;
}

a.tab:hover {
  color: #336699;
  background: #ddeeff;
}

a.tab.notice { font-weight: bold;}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background: #ddeeff;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #ccddff;
  padding-top: 4px;
  color: #336699;
}

a.smalltab.smalltab, a.smalltab:visited {
  background-color: #ffffaa;
  color: #555555;
  font-size: 10px;
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  padding: 0px .4em .04em .4em;
  text-decoration: none;
}

a.smalltab:hover {
  background-color: #ddeeff;
  color: #336699;
}

#search_form { 
margin: 5pt 2pt 4pt 13pt;
vertical-align: middle;
text-align: right;
white-space: nowrap;
}

#search_form form {
padding-left: 10px;
}

td#search_form{ padding-top: 3px; }

a.smalltab.smallactiveTab, a.smalltab.smallactiveTab:hover, a.smalltab.smallactiveTab:visited {
  font-size: 10px;
  background-color: #ddeeff;
  border-top: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-bottom: .1em solid #ddeeff;
  padding-top: 2px;
  color: #336699;
}

.bigbutton {
       font-size: 14px;
        font-family: Verdana, sans-serif;
}

.formbutton {
	cursor: pointer;
        cursor: hand;
        font-family:  Verdana, sans-serif;
        font-size: 11px;
}


.formfields {
        background-color: #FFFFFF;
        border: 1px solid #999999;
        font-family:  Verdana, sans-serif;
        font-size: 11px;
        color: #333333;
        text-decoration: none;

}

body {
    margin-left:75px;
    margin-right:75px;
    margin-top:0px;
    padding-top:0px;
    font-family:  Verdana, sans-serif;
    font-size: 13px;
    background: White;
    font-weight: normal;
    color: black;
    background-color: white;
    min-width: 525px;  /* added 2009/08/25 by rtucker to give toolbar room to breathe */
}

h2, h3, h4, h5, h6 {
        font-family: Verdana, sans-serif;
        color: black;
        margin-bottom: 10px;
        clear:both;
        padding-top: 2px;
        margin-top: 8px;
}

h3, h4, h5, h6 {
       margin-top: 10px;
}

h1 a, h2 a, h3 a{
text-decoration: none;
}

table.sectionEdit h2 
{ 
border-bottom: none; 
margin: -0.1em; 
font-size: 2em; 
} 

table.sectionEdit 
{ 
border-bottom: 1px dashed #aaaaaa;
margin-bottom: 7px;
margin-right: 1em;
}

table.sectionEdit a
{
text-decoration: none;
}

table.sectionEdit td 
{ 
vertical-align: bottom; 
}

.editBarIcon
{
  height: 24px;
  width: 24px;
}

td { padding: 1pt; } 

#iconRow td.pageIcon
{
  padding-right: 10px;
}
#iconRow td.pageIconSelected
{
  padding-right: 10px;
}

td.pageIcon { font-size: 7pt;
text-align: center;
vertical-align: bottom;
}

td.pageIconSelected { font-size: 7pt;
font-weight: bold;
text-align: center;
vertical-align: bottom;
}

.wikitable td {
padding: 4pt;
}

.wikitable {
  padding-top: 3pt;
  padding-bottom: 4pt;
  padding-right: 2pt;
  padding-left: 2pt;
}

table { border-collapse: collapse; }

table.inlinepage {
        border-bottom: 1px dashed #aaaaaa;
        text-decoration: none;
        font-family:  Verdana, sans-serif;
        font-size: 1.8em;
	clear: both;
	margin-bottom: .4em;
}


table.inlinepage a { text-decoration: none;}

a:link {
        background-color: inherit;
        color: #336699;
 }

a:visited {
        background-color: inherit;
        color: #336699;
}

a:hover {
        background-color: inherit;
        text-decoration: none;
        color: green;
}

a.nonexistent, a.badinterwiki {
        background-color: inherit;
        color: #336699;
        text-decoration: none;
        border-bottom: 1px dashed #336699;
}


a.nonexistent:hover {
        border-bottom: 0px;
        cursor: pointer;
        color: green;
}

a.nonexistent:visited {
        color: #336699;
}

a.tinyNonexistent {
        text-decoration: none;
        background-color: inherit;
        color: gray;
}

a.tinyNonexistent:hover {
        cursor: pointer;
        color: green;
}

a.noBorder { text-decoration: none; }

div.actionBoxes { padding-bottom: 15pt; }

#sth_legend div.actionBoxes { padding: 0 0 15pt 10pt; }

td .actionBoxes { margin: 0 !important; padding: 0 !important; }

td .actionBoxes span { margin: 6pt 0 0 0!important; }

div.actionBoxes a { text-decoration: none; } 

span.actionBoxSelected { border: none !important;
        font-weight:bold;
}

div.actionBoxes span { margin:0 3pt 0 0;
        padding: 2pt 3pt 2pt 3pt;
        float:left;
        font-size: 8pt;
        border:1px solid rgb(170, 170, 170);
        background:#f5f5f5;
}

div.actionBoxes a { text-decoration: none; } 

span.actionBoxSelected { border: none !important;
        font-weight:bold;
}

#tabmenu {
     margin: 12pt 0px 0px 0px;
     padding: 0;
     z-index: 1;
     font-size: 8pt;
     padding-left: 10pt }

#tabmenu li {
     display: inline;
     overflow: hidden;
     margin-right: 2pt; 
     border: 1px solid #CCC;
     padding: 2pt 4pt 0 5pt;
     list-style-type: none;
     position: relative;
     z-index: 2;
     border-bottom: none;}

#tabmenu li.active { border-bottom: 3px solid white !important; _border-bottom: 3px solid white !important; padding-top: 2pt; top: -2px; _top: -1px;}
#tabmenu li a { text-decoration: none; }
#tabmenu li.active a { border-bottom: 3px solid white !important; _border-bottom: 1px solid white !important; padding-top: 2.5pt; _padding-top: 0; _top: -1px;}

pre {
        border: 1px solid #CBCBCB;
        background-color: #FFF8ED;
        color: black;
}

hr {
    background-color: #CBCBCB;
    color: #CBCBCB;
    text-align: left;
    margin: 10px 0px 10px 4px;
}

.floatLeftTOC
{
  float: left;
  margin-right: 15px;
}

.floatRightTOC
{
  float: right;
  margin-left: 15px;
}

.footnotes div {
        margin-top: 2em;
        width: 10em;
        border-top: 1px solid #CBCBCB;
        clear: both;
}

/* user interface styles */
div.userFavoritesList
{
  padding: 2px;
}

span.userFavoriteItem
{
  padding: 0 10px 0 0;
}

.textSearchResult { margin-left:45px;width: 70%; } 

#logo {
        float: left;
        margin-left: auto;
        margin-right: auto;
}

#logo_text { font-size: 28pt; color: #306EFF !important; text-decoration: none !important; padding-left: 8pt; }
a.nostyle { text-decoration: none !important; }

.content {
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
}

#title {
        /* height: 45px; (commenting out 2009/08/25 -rtucker #TANG) */
        background: #ddeeff;
        border-bottom: 1px solid #AAAAAA;
        padding-top: 0pt;
        padding-bottom: 0pt;
	vertical-align: middle;
	width: 100%;
}
#title_area_table { width: 100%; }
table#title_area_table { margin-top:6px; }

#title h1 {
        margin: 0px;
        margin-left: 10px;
        font-size: 160%;
}
#title td { padding: 0pt 0 0pt 0; } 

#title_text { vertical-align: middle; /* height: 30pt; (commenting out 2009/08/25 -rtucker #TANG) */} 
#title_text td { vertical-align: middle; }
td.user_banner { height: 70px; width:350px; }

td.user_banner table { margin: 0px !important; }

#banner {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #FFFFFF;
        background-image: url(/restfile/Wiki_Settings/Images/sendfile/logo_background.png);
        background-repeat: no-repeat;
	 	font-size: 10pt;
        background-position: center; 
}

table.logo {
 width: 100%;
 border: 0;
}

table.logo td { padding-top: 0;
padding-bottom: 0;
margin: 0;
}

td.logo_banner { margin: 0px; padding: 0; vertical-align: middle; text-align:left; }

#search {
        text-align: center;
}

#bannertext {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        color: #FFFFFF;
        letter-spacing: 2px;
        text-align: left;
        font-size: 26px;
        font-family:  Verdana, sans-serif;
        font-weight: bold;
        text-decoration: none;
}

#desctext {
        margin: 0;
        margin-left: 12px;
        color: #FFFFFF;
        letter-spacing: 2px;
        text-align: left;
        font-size: 12px;
        font-family:  Verdana, sans-serif;
        font-style: italic;
}

*[dir="rtl"] #logo {
        float: right;
}

#sidebar {
        display: block;
    background-color: tan;
    border-left: 1px dotted #000000;
        border-bottom: 1px dotted #000000;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 210px;
        font-size: x-small;
}

.sidetitle {
    background-color: #fff;
    border: 1px dotted #9c9;
    color: #242C23;
    font-size: x-small;
    font-weight: bold;
    padding: 2px;
    margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
    letter-spacing: .3em;
    text-align:center;            
        font-family:  Verdana, sans-serif;
}

.user {
        text-align: center;
	font-size: 10pt;
        color: #000;
}

.user_area {
        color: white;
	height: 75px;
	padding: 0;
}
.user_area table {
	vertical-align: top;
        text-align: center;
}

.user_area td { padding: 2px !important; margin: 0 !important;}

.login_area {
        color: black;
	height: 75px;
	padding: 0;
}
.login_area table {
	vertical-align: top;
        text-align: center;
}

.login_area td { padding: 1px !important; margin: 0 !important;}


.user a {
        margin-top: 10px;
        text-align: center;
        color: blue;
}

.user a:visited {
        color: blue;
}

#username {
        text-align: right;
}

*[dir="rtl"] #username {
        float: left;
}

*[dir="rtl"] #navibar {
        clear: right;
}

*[dir="rtl"] #pagetrail {
        clear: right;
}

.wikipage ul {
    line-height: 1.5em;
    margin: 0.5em 0em 1.5em 50px;
    padding:0;
}

.wikipage li {
margin-bottom: 0.25em;
}

*[dir="rtl"] #pagetrail li:before {
        content: " ?";
}

*[dir="rtl"] #iconbar {
        float: left;
        text-align: left;
}

#message {
        font-size: 120%;
        background-color: #FFFFAA;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
	margin-bottom: 10px;
        padding-left: 5px;
        border: 1px dashed #ff0000;
        color: red;
}

#footer p {
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px; 
}

#footer {
        clear: both;
        margin-left: 10px;
        margin-bottom: 0;
        margin-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        background-color: #EEEEEE;
        border: 1px dashed #AAAAAA;
}

#footer .license { font-size: 9px; }

.dialogBox {
        clear: both;
        margin-left: 10pt;
        margin-top: 5pt;
        margin-bottom: 10pt;
        background-color: #EEEEEE;
        border: 1px solid #AAAAAA;
}

.dialogBox td { padding: 10px; }


.progbar {
        border-left: 1px solid #bbbbbb;
        border-top: 1px solid #bbbbbb;
        border-bottom: 1px solid #888888;
        border-right: 1px solid #888888;
}
#credits {
        float: right;
        text-align: right;
        max-width: 30%;
}

*[dir="rtl"] #credits {
        float: left;
        text-align: left;
}

#timings {
        padding: 0;
        font-size: 0.8em;
}

#timings li {
        display: inline;
        background-color: #E5E5E5;
        color: black;
}

div.preview {
        border: 2px solid #CBCBCB;
        padding: .5em;
        background: url(/wiki/eggheadbeta/img/draft.png);
}

.recentchanges table {
        width: 100%;
}


#pageinfo td {
        padding: 0 .3em;
}

.recentchanges td {
        padding: 0 .1em .35em .3em;
}


#editArea {
}
#editComment { margin-top: 2px; }
#editButtonRow {
   border: 0;
   padding: 0;
   margin-top: 4px;
}

div.editInfo { margin-top: 10pt; }

#useredits td {
           padding: 0 .3em;
}

.rcdaybreak td {
}

.rcdaybreak a {
      
}

.rcicon1, .rcicon2 {
        border: 0px;
        text-align: right;
        width: 50px;
}

.rcpagelink {
       font-size: 14px;
}

.rctime {
        width: 250px;
        font-size: 14px;
        color: #4d4d4d;
}

.rceditor {
        color: #336699;
}

.rccomment {
        color: #4d4d4d;
        text-indent: 20px;
}

.favtime {
        font-size: 12px;
        color: #4d4d4d;
}

.faveditor { 
        color: #336699;
        font-size: 12px;
} 
  
.favcomment {
        color: #4d4d4d;
        font-size: 12px;
}

.rcrss {
        float: right;
}

.recentchanges[dir="rtl"] .rcrss {
        float: left;
}

.diff {
        width:100%;
        border: 1px solid gray;
	margin-bottom: 6px;
	margin-top: 2px;
}

.diff td { border: 1px solid gray; padding: 4px 2px 4px 2px; }

.diff-item { width:50%; }

.diff-title {
        background-color: #C0C0C0;
}

.diff-added span {
        background-color: #80FF80;
}

.diff-removed span {
        background-color: #FFFF80;
}

.searchresult dd span {
        font-weight: bold;
}


/*************************************  Recent Changes Page *************/

.recentchanges { }

/* Editor's name */
.rceditor {
  color: #000088;
}
/* Editor's comment */
.rccomment {
  color: #4d4d4d;
}

/* Recent Changes / Bookmarks change display */

/* Entry and Line Formatting */
.rcEntry {
 }
.rcpageline {
}

/* Link to Page */
.rcpagelink { font-size: 14px; }
.rcpagelink span {
}

/* Recent changes modified time */
.rctime {
  font-size: 14px;
  color: #4d4d4d;
}
/***** Recent Changes Tag Stuff *****/
/* General Tag Formatting */
.rcTag {
  font-size: 80%;
  background-color: none;
}
.rcTag a { text-decoration: none; }
/* "New" tag */
.rcTagNew {
  background-color: #ffff77;
}
/* "Changes" tag */
.rcTagChanges {
  background-color: #dfdfdd;
}
/* "Deleted" tag */
.rcTagDeleted {
  background-color: #ff9999;
}
