html {
	height: 100%;
	overflow-y: initial;
}

body {
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	background: #606060;
	background: -webkit-linear-gradient(#606060, #7f7f7f);
	background: -o-linear-gradient(#606060, #7f7f7f);
	background: -moz-linear-gradient(#606060, #7f7f7f);
	background: linear-gradient(#606060, #7f7f7f);
	background-attachment: fixed;
}

#wrapper {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 740px;
	max-width: 1220px;
	min-height: 100%;
	-moz-box-shadow: 0px 0px 14px #333;
	-webkit-box-shadow: 0px 0px 14px #333;
	box-shadow: 0px 0px 14px #333;
}

#banner {
	padding-top: 10px;
}

p {
	text-align: justify;
}

li {
	margin-top: 0.4em;
	padding-bottom: 0.6em;
}

div.gsocreports td.id {
	width: 8%
}

div.gsocreports td.summary {
	width: 75%;
}

:visited {
	color: #910;
}

.tickets td.date {
	white-space: nowrap;
}

#mainnav li {
	background: #b5a3d7 url(/chrome/common/topbar_gradient2.png) 0 0 repeat-x;
	text-shadow: 1px 0 #aaa;
	box-shadow: 0 .1em .6em 0 #666;
}

ul.mainmenu {
	text-align: left;
}

div.menusep {
	border: 1px solid #e4e4e4;
	padding: 0px;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	position: relative;
	width: 100%;
}

.buttonbox {
	display: block;
	text-align: center;
	margin-top: 4em;
	margin-bottom: 3em;
}

.bigbutton {
	display: inline-block;
	background: #b5a3d7 url(/chrome/common/topbar_gradient2.png) 0 0 repeat-x;
	color: #000;
	border: 1px solid #e4e4e4;
	box-shadow: 0 .1em .6em 0 #666;
	text-shadow: 1px 0 #aaa;
	padding: 15px;
	margin-left: 0.75em;
	margin-right: 0.75em;
	white-space: nowrap;
}

.bigbutton:hover {
	background: #000 url(/chrome/common/topbar_gradient2.png) 0 0 repeat-x;
	color: #eee;
	box-shadow: 0 .1em .6em 0 #666;
}

#socnet {
	display: block;
	float: right;
	padding: none;
	margin: none;
	border: none;
}

#socnet :link, #socnet :visited, #socnet :link:hover, #socnet :visited:hover {
	border: none;
	background-color: inherit;
	color: inherit;
}

#socnet img {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
	width: 32px;
	height: 32px;
	border: none;
	padding: 2em 8px 0 0;
	margin: none;
}

#socnet img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	width: 32px;
	height: 32px;
	border: none;
	padding: 2em 8px 0 0;
	margin: none;
}
