body {
	margin-left:45px; 
	margin-right:45px; 
	font:11px Verdana,Arial; 
	background:#FFFFFF
}

#header-div {
	border: 10px #2277BA;
	border-top-style: solid;
}

#menu-div {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#userinfo-div {
	//border-radius: 15px;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-right:50px;
	margin-left:50px;
	position: absolute;
	right: 5px;
	top: 40px;
}
#content-div {
        //border-radius: 15px;
        background-color: #FFFFFF;
        margin-top:15px;
	margin-bottom:15px;
        //margin-right:25px;
        //margin-left:25px;
	border: #58595B;
	border-top-style: solid;
	border-bottom-style: solid;
}
div.pad-div {
	margin-left: 15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	padding: 15px;
}

.button-link {
    text-decoration: none;
    padding: 5px 10px;
    background: #2277BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

