.msuit_brand_content {
	background-color: #f8f8f8;
	border: none;
}

#MSUstandardFooter {
	background-color: #f8f8f8;
}

.webaim_hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.no_border_margin_pad {
        border: none;
        margin:0px;
	padding: 0px;
}

form.table {
	display: table;
}

p.table {
	display: table-row;
}

label.table, input.table {
	display: table-cell;
	padding-right: 1em;
}

table.spreadsheet {
        border-width: 2px;
        border-spacing: 0px;
        border-style: solid;
        border-color: black;
        border-collapse: collapse;
}

table.spreadsheet th {
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #999999;
}

table.spreadsheet td {
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #999999;
}

.ltgreen {
      color: #000000;
      background-color: #8ba29d;
}

.dkgreen {
      color: #18453b;
}

.msuit_brand_title_header h1 {
	background-color: #18453b;
	border: 0px;
	padding: 20px 0px 0px 20px;
	font-size: 2em;
	font-weight: bold;
}

.msuit_brand_content_inner h1 {
	background-color: #f8f8f8;
	margin-top: 10px;
	border-bottom: 0px;
	font-size: 1.75em;
	color: #18453b;
}

.msuit_brand_content_inner h1, h2, h3, p, ul {
	text-align: left;
}

.msuit_brand_content_inner h2 {
	background-color: #f8f8f8;
	border-bottom: 0px;
	font-size: 1.5em;
	color: #18453b;
}

li blockquote {
	font-size: 0.9em;
	font-style: oblique;
}

div.window div#content {
	width: 74%;
	padding: 0 0 0 2.8em;
}

div.window div#navigation ul li a {
	font-size: 0.9em;
}

section div.mainpage2008 {
	padding-top: 0px;
	width: auto;
}

body#edit_static_body {
	background-color: #f8f8f8;
}

section div.mainpage2008 pre {
	width: 907px;
}

#login_form_white_background h2 {
	background-color: #ffffff;
	font-size: 1em;
	border-bottom:3px solid #535054;
}

p.login_error_message {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: red;
}

h2.remove_space_above {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

h2.remove_only_space_above {
	margin-top: 0px;
	padding-top: 0px;
}

.msuit_brand_title_header h1 {
	line-height: 22px;
}

.msuit_brand_login_box {
	height: 677px;
}

.msuit_brand_login_box_content .msuit_brand_login_help_links a {
	color: #fff;
	font-size: 100%;
}

.msuit_brand_login_box_content .msuit_brand_login_help h3 {
	padding: 0 0 18px 0;
	line-height: 22px;
}

.edit_static_standard_font {
	font-size: 1em;
	color: black;
}

.dhcpMainMenuButton {
        display: inline-block;
        width: 100px;
        padding: 5px 7px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #fff;
        background-color: #305530;
        #border: none;
        border: 1px solid #fff;
        border-radius: 3px;
        box-shadow: -2px 3px #999;
}

.dhcpMainMenuButton:hover, .dhcpMainMenuButton:focus {
        box-shadow: -2px 3px #305530;
        background-color: #60c860;
	color: #305530;
	font-weight: bold;
        border: 1px solid #fff;
}

.dhcpMainMenuButton:active {
        background-color: #305530;
        transform: translate(1px,2px);
}

