html,body{
	width:100%;
	height:100%;
	background-color:#000000;
	background: -webkit-linear-gradient(#000000, #2B2B2B); /* For Safari */
	background: -o-linear-gradient(#000000, #2B2B2B); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#000000, #2B2B2B); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#000000, #2B2B2B); /* Standard syntax */
	color:#ffffff;
	font-family:Arial;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}

.login{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 28px;
	width:300px;
	margin:20px;
}

#logo {
	width: 50%;
    margin: 0 auto;	
    text-align:center;
}

.button-link {
    padding: 10px 15px;
    background: #4479BA;
    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;
    text-decoration:none;
}
.button-link:hover {
   /* background: #356094;*/
    background: #A7C4FF;
    border: solid 1px #2A4E77;
    text-decoration: none;
    color:#00004C;
}
.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;
}

#container{
	width:100%;	
}

#login_form{
	width: 50%;
    margin: 0 auto;	
    text-align:center;
}
#logout{
	position:absolute;
	right:0;
	top:0;
}
#wrap{
	position:relative;
	width:99%;
}
#menu{
	/*
	position:absolute;
	left:0;
	top:0;
	*/
}

#menu_button1,#menu_button2,#menu_button3,#menu_button4,#menu_button5{
	width: 208px;
	margin-bottom:5px;
}

#instructions {
	width: 50%;
    margin: 0 auto;	
}

#content{
	width:100%;
	height:100%;
	overflow-y:auto;
}

.sub-button-link {
    padding: 2px 2px;
    background: #4479BA;
    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;
    text-decoration:none;
    width:200px;
}

.sub-button-link:hover {
   /* background: #356094;*/
    background: #A7C4FF;
    border: solid 1px #2A4E77;
    text-decoration: none;
    color:#00004C;
}
.sub-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;
}

#um_list{
	margin-left:10px;
	margin-right:10px;
	
}

.button-link-current {
    padding: 10px 15px;
    background: #990066;
    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;
    text-decoration:none;
}