﻿#header
{
    position: relative;
}
#devlangsMenu {
    left:       87px !important;
    top:        25px !important;
    position:   absolute;
    padding:    4px 8px 5px 4px;
    z-index:    1;   
    visibility: hidden;
    border:     1px solid #cde3f0;
    background: #e7fbff;
        
}

#memberOptionsMenu 
{
    border: 1px solid #cde3f0;
    padding: 4px 8px 5px 4px;
    top: 144px;
    left: 528px;
	position: absolute;
	visibility: hidden;
	background: #e7fbff;
}

span.cs {
	display: none;
}

span.vb {
	display: none;
}

span.cpp {
	display: none;
}

span.nu {
	display: inline;
}

span.fs 
{
	display: none;
}

/* Defines the userData cache persistence mechanism. */
.userDataStyle
{
	behavior: url(#default#userData);
}

/* Used to save the scroll bar position when navigating away from a page. */
div.saveHistory
{
	behavior: url(#default#savehistory);
}

/* Formats the expand/collapse images for all collapsible regions. */
img.toggle
{
	border: 0;
	margin-right: 5;
}

/* Formats the Collapse All/Expand All images. */
img#toggleAllImage
{
	margin-left: 0;
}

/* Supports XLinks */
MSHelp\:link
{
 	text-decoration: underline;
	color: #0000ff; 
	hoverColor: #3366ff;
	filterString: ;
}



