﻿html,
body,
form,
#content {
	height: 100%;
	padding: 0;
	margin: 0;
}

dl {
	margin: 0;
	padding: 0;
}

body {	
	position: relative;
}

img {
	border: none;
}

.ui-dialog-loading .ui-dialog-content.ui-dialog-spinner {
	background: url("../Images/ajax-loader.gif") no-repeat scroll 5px 15px transparent;
	padding: 30px 0 0px 70px;
	border: 2px solid #DDDDDD;
	font-weight: 900;
	line-height: 1em;
	font-size: 1.1em;
	color: #737373;
}

.ui-dialog, .ui-dialog-loading {
	z-index: 10000 !important;
}

#content {
	padding-top: 32px;
}


#scrollContent {
	position: absolute;
	top: 142px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

#scrollContent > .innerContent {
	margin: 15px auto;
	width: 980px;
}

#chrome_ctrl_placeholder {
	position: fixed;
	z-index: 6;
	width: 100%;
	top: 0;
}

#chromeControl_navigation {
	box-shadow: 0 5px 5px -5px #555;
	background-image: url(../Images/background.png);
}

#userAndUrl {
	position: fixed;
	top: 36px;
	right: 10px;
	z-index: 5;
	text-align: right;
}

#userAndUrl a {
	text-decoration: none;
	color: inherit;
}

#content #ms-help {
	display:none;
}
