body {
	background-color: #a5a5a5;
	font: normal 100% "Arial","Helvetica",sans-serif;
	margin: 0;
	padding: 0;
}

a, a:hover, a:link, a:visited {
	color: #036f9f;
	text-decoration: none;
}

#header {
	background: url("head_bg_repeat.png") repeat-x 0 0 transparent;
	height: 60px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#content {
	background-color: #EDEDED;
	overflow: auto;
	padding: 10px 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 0;
}

#logo {
	background: url("mess_48_app.png") no-repeat 0 transparent;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 30px;
	vertical-align: middle;
}
#title {
	position: absolute;
	top: 17px;
	left: 90px;
}
#title a {
	color: white;
	font-size: 22px;
}

#headerbg {
	background: url("head_bg.png") no-repeat center 0 transparent;
	height: 60px;
}

.appLauncher {
	background-color: #fafafa;
	border-radius: 3px;
	box-shadow: 0 1px 3px #B8B8B8;
	display: block;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}

.appLauncher img {
	border: 0 none;
	height: 60px;
}

.mgmtApps td {
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
}

.mgmtApps td:first-child {
	padding-left: 0;
}

.mgmtApps td.instructions .item-title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}
.instructions {
	line-height: 20px;
}
#footer {
	margin-top: 25px;
	font-size: 10px;
}
