html, body {
    background-color: #F4F4F4;
    color: #353536;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    height: 100%;
    margin: 0;
}

p {
    color: #353536;
    font-size: 11pt;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}
#ppad {
	margin-bottom: 20px;
}
#header {
    background-image: url("youngstown-state-university-logo2.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color: #CC0000;
    height: 67px;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 5;
    
}
#header-warning {
    background-color: #F4F4F4;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    width: 100%;
}
#centerbody {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 6px solid #696769;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px #A0A0A0;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-width: 600px;
    padding: 5px 10px;
    position: relative;
    width: 600px;
}
#buttonbar {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.btn {
    background: linear-gradient(to bottom, #CC0000 5%, #CC0000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    box-shadow: 2px 2px 5px #AAAAAA;
    color: #FFFFFF;
    font-weight: bold;
    margin: 9px 7px;
    padding: 3px 11px;
    text-decoration: none;
}
.btn:hover {
    background: linear-gradient(to bottom, #353536 5%, #353536 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn:disabled {
    background: linear-gradient(to bottom, #E5E6E8 5%, #E5E6E8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #656565;
}
.menubutton_key {
}
.menubuttonR {
    background: none repeat scroll 0 0 #353536;
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 5px #AAAAAA;
    color: #FFFFFF;
    display: block;
    margin: 5px 2px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	width: 350px;
}
.menubuttonR:hover {
    background: none repeat scroll 0 0 #CC0000;
}
.inputfield {
    border: 1px solid #949494;
    border-radius: 3px 3px 3px 3px;
    background-color: #DFE0E1;
    height: 18px;
    margin: 5px;
    padding: 3px;
    width: 60%;
}
.changepasswordfield {
    border: 1px solid #949494;
    border-radius: 3px 3px 3px 3px;
    background-color: #DFE0E1;
    height: 18px;
    margin: 5px;
    padding: 3px;
    width: 90%;
}
#LogoutButton {
    background-image: url("/logout.png");
    border-width: 0;
    display: block;
    height: 40px;
    width: 75px;
    margin-top: 75px;
}
a {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.banner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
}
#pos_main {	position: relative;
	margin-top: 100px;
	
	
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 1ex;
	width: 50%;
	margin-top: 0;
	margin-left: 25%;
	margin-right: 25%;
}
.tooltipR {
	visibility: hidden;
	height: 0;
	color: #000;
	font-size: 10pt;
	line-height: 15px;
	width: 500px;
}
