

body.view
{
    background: #dbebd8 url(background-flower.png) no-repeat left top;
}
#wikibody
{
    border-top:0px;
    width: 900px;
    min-height:100%;
    position: absolute; left: 50%;
    margin-left: -450px;
    margin-top: 0px;
    background-color: #ffffff;
    background: url(bgWshaddow.png) right repeat-y;
    font-family: Palatino, serif;
    z-index:8000;
}
#header
{
    width: 900px;
    height:191px;
    position: relative; 
    margin-left: 1em;
    background-image: url(Logo_hdr.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index:9000;
}
#pagecontent
{
	margin-left: 13.5em;
	margin-top: -4.5em;
	width: 700px;
}
#actionsTop
{
	display: none;
}
.username
{
	display: none;
}
.username hr
{
	visibility: hidden;
}
.searchbox
{
    display: none;
	margin-top:5em;
	margin-right:5em;
}
.topmenu
{
    margin-top:-125px;
    position: relative; 
    left: 1em;
}
.topmenu a
{
    font-weight: bold;
    font-size: 1.2em;
}

#favorites               
{ 
	margin-top: 1.5em;
    padding: .5em .5em .5em .5em;
    border-right: 1px solid #D9D9D9;
    position: absolute; 
	top: 200px;
	left: 1em;
}
#favoritestop
{
	//margin-top: 1em;
	//border-top:1px solid #d9d9d9;
}
a
{
color: #a5b3a3;
}
a:hover
{
	color:#859083;
	text-decoration: none;
} 

.collapseOpen:hover,
.collapseClose:hover     { background: #ffffff; color: black; text-decoration: underline }


.pagename
{
	visibility: hidden;
	position: absolute;
	top: 5em;
	left: 1em;
	Color: #a5b3a3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	width: 700px;
}
#page
{
    min-height:100%;
    margin-top: 7em;
    position: relative; left:-12em;
    width: 700px;
}
.weblogentry
{
	width: 700px;
}

.breadcrumbs
{
	visibility: hidden;
}

#page #attachments
{
    display:none;
}

#sectionedit
{
    display:none;
}

#sponsor
{
    text-align: right;
}

#footer
{
    padding-right: 10px;
}

/* Wikiktable */
.wikitable 
{
    border-collapse:collapse;
    border-spacing: 0;
    margin: 0em 0em 0em 0em; 
}

.wikitable * tr th 
{ 
    font-size: 100%;
    padding: 0.5em;
    background-color: #C9C9C9;
    vertical-align: bottom;
    color: #000000;
    empty-cells: show; 
    border: 1px solid #333333;
}

.wikitable * tr td 
{ 
    font-size: 90%;
    padding: 0.5em;
    empty-cells: show; 
    vertical-align: top;
    border: 1px solid #333333;
}

.wikitable * tr.odd td 
{ 
    background-color: #EDEDED; 
}

.zebra-table th 
{ 
    background:  #C9C9C9; 
}
.zebra-table tr.odd td 
{ 
    background:  #EDEDED; 
}

.noborder table, .noborder table td, .noborder table th{
	border-width:0px;
	border-style:none;
	border-collapse:separate;
    text-align:left 
}

.noborder .wikitable     { border-spacing: 0;
                           margin: 0em 0em 0em 0em; }
                           
.noborder .wikitable * tr.odd td, 
.noborder .wikitable * tr td, 
.noborder .wikitable * tr th  { background-color:transparent; }

.collapseBullet, .collapseOpen, .collapseClose 
{
    color:#000000
}


