﻿body
{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	background: #fff;
	background-repeat: repeat-y;
	background-position: 148px 0;
	background-image: url("Images/background.jpg");
	font-family: Calibri, Verdana, Arial, Sans-Serif;
}

form
{
	margin: 0;
	padding: 0;
}

div#header
{
	height: 80px;
	z-index: 1000;
	border-bottom: solid 1px #b0c4de;
}
#siteseal
{
    float:left;
    margin:0em 0.5em 0em 0em;
}
#login-actions
{
    margin-top:0.5em;
    float:left;
}
div#header h1
{
    margin: 0;
	padding: 0;
 	height: 80px;
	font-size: 36px;
	text-indent: -10000px;
	font-size: 36px;	
 	background-repeat: no-repeat;
	background-image: url("Images/NewBeamLogo.png");
}
div#header div#user-information
{
	top: 0;
	right: 0;
	margin: 0.5em 0.5em 0.5em 0.5em;
	z-index: 1001;
	position: absolute;
}

div#navigation
{
	left: 0;
	top: 64px;
	width: 148px;
	padding: 1em;
	position: absolute;
}

div#navigation ul
{
	padding: 0;
	margin: 0 0 1em;
}

div#navigation ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navigation ul li ul
{
	margin-left: 1.5em;
}

div#navigation ul li ul li
{
	list-style: circle;
}

div#navigation h3
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

div#loading-container
{
	top: 100px;
	left: 165px;
	position: absolute;
}

div#main-content
{
	margin-left: 148px;
	padding: 1em 1em 4em;
}

div#footer-container
{
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1001;
	position: fixed;
	font-size: 11px;
	background: #fff;
	line-height: 11px;
	text-align: center;
	border-top: solid 1px #b0c4de;
}

div#footer
{
	margin: 5px;
}

div#side-panel-container
{
	top: 0;
	right: 0;
	width: 180px;
	height: 100%;
	z-index: 100;
	position: fixed;
}

div#side-panel-container div#side-panel
{
	left: 0;
	right: 1em;
	top: 188px;
	bottom: 36px;
	padding: .5em;
	overflow: auto;
	position: absolute;
	border: solid 1px #369;
	background-image: url("Images/gradient-panel-background.jpg");
}

.uses-side-panel
{
	margin-right: 188px;
}

div#main-content.uses-side-panel h2
{
	margin-right: -188px;
}

a#MenuButton
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.completionListCss
{
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: .8em;
    margin: 0px;
    font-weight: normal; 
    border:solid 1px #006699;
    padding:0px;
    background-color:White; 
    cursor : default;
    overflow-x:hidden;
    height : 150px;
    text-align : left;
    position:absolute;
    z-index:1001;
}
.completionListItemCss
{
    border-bottom:dotted 1px #006699; 
    cursor:pointer;
    color:Maroon;
    left:auto;
    margin:0px;
    
}
.completionHighlightedListItemCss
{
    color:White; 
    background-color:#006699;
    cursor:pointer; 
    margin:0px;
    overflow:visible;
}
.txtOrgs
{
    width:225px;
    color:grey;
    font-style:italic;
}