#wrapper {
	margin-left:3px;
	width:990px;
}
.border-right {
	width:4px;
	background-image:url(/static/right.png);
	background-repeat:repeat-y;
	padding-bottom:5000em; /* the shadow is limited to a length of 5000em */
    margin-bottom:-5000em;
    margin-left:-1px;
}
#main-menu {
	width:590px;
	margin-right:10px;
	margin-bottom:3px;
	font-size:17px;
	position:absolute;
}
#footer {
	margin:20px auto 0 auto;
	padding:10px;
	display:block;
	bottom:0px;
	color:rgb(110, 110, 110);
	opacity:0.8;
	text-align:center;
	width:972px;
	/*position:relative;
	border:1px solid rgba(110, 110, 110, 0.3);
	border-radius:7px;*/
}
#logout-item {
	bottom:0px;
	display:block;
	float:right;
	font-weight:300;
	font-size:0.85em;
	margin:24px 8px 0 0;
}
#logout-item a {
	color:rgb(110, 110, 110);
	text-decoration:none;
}
#user-name {
	cursor:pointer;
	width:111px; /* for IE */
}
#triangle-login {
	background-image:url('/static/triangle-right20.png');
	height:16px;
	width:20px;
	display: inline-block;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat:no-repeat;
    margin-right:-5px;
}
#user-login {
	width:85px;
}
#user-options {
	background-color:rgb(250, 250, 250);
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	margin-left:4px;
	position:absolute;
	width:110px;
	z-index: 99999;
}
.transp-white-hgrad { /* horizontal gradient of transparrent to white, 4px wide and 20px height */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
	width:4px;
	height:20px;
	display:inline-block;
}
