body {
	font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-size:12px;
	color:#000000;
	text-align: left;
	line-height: 		14pt;
	margin-top: 10px;
	}
br {
        clear: left;
}
a {
	color: #004B97;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;	
}
li a:visited {
	color: #ccc;
	text-decoration: none;
	
}
.kop {
	color: #000000;
	padding-left: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}
.kop a {
	color: #ccc;
	text-decoration: none;
}
.kop a:hover {
	color: #000000;
}
h3{
	display: inline;
}

#left_col {
    width: 280px;
    float: left;
	margin-left: 20px;
}

#center {
    width: 280px;
    float: left;
    margin-left: 20px;
}
#right_col {
    width: 280px;
    float: left;
    margin-left: 20px;
}
#more_col {
    width: 280px;
    float: left;
    margin-left: 20px;
}
#login {
    width: 274px;
    float: left;
}
form {
  clear: left;
}


#containerlogin {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin:0 0 0 -140px;
	position:absolute;
	left:50%;
	width:280px;
		}

ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 0px 4px 0 4px;
	margin: 0px;
	width: 10em;
	height: 100%;
}
ul.boxy li {
	cursor:move;
	margin-bottom: 20px;
}
ul.boxy p {
	margin-top: 5px;
}
ul.boxy li#loginbox {
	height: 150px;
	cursor:move;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}
ul.boxy li#logoutbox {
	cursor:move;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}
div.dimming {
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;

	color: #000;
	padding-left: 5px;
	background-color: #FFF;
	border: 1px solid #ccc;

}