body.default {
	padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

.sidebar {
	margin: 10px;
}

div.no-sidebar {
	margin: 15px;
}


div.login {
	background-image: url("../img/login/top.jpg");
	background-repeat: no-repeat;
	height: 768px;
}

form.login {
	position:absolute; 
	top:300px; left:440px
}

/*
.login .password {
	margin-left: 45px;
}

.login .login-button {
	margin-left: 10px;
}
*/

.navbar-default {
	background-color: #31B0D5; 
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}


.highlight { background-color: yellow }

/*
#loginButton {
	background-color: red;
	border-color: red;
}
*/

ul.tagged 
{
    padding: 0px;
}
ul.tagged li
{
    display: inline;
    list-style-type: none;
}


