html {
	height: 100%;
	width: 100%;
	/* overflow-x: scroll; */
}

body {
	height: 95%;
	/* width: 90%; */
	margin: 2px 100px;
	font-size: medium;
	font-family: "Arial", Sans-Serif;
	line-height: 1em;
	min-width: 820px;
}

table {
	border-collapse: collapse;
}

.h1 {
	font-size: x-large;
}

#base_content { /*border: 1px #999 solid;*/
	width: 100%;
	height: 85%;
}

#bottom {
	height: 1em;
	clear: both;
    width: 100%;
    margin: 0;
	background-image: url('/media/img/nav-bg-reverse.gif');
	background-repeat: repeat-x;
}

#toolbar {
	padding-left: 5px;
	font-size: small;
}

#toolbar td {
	padding: 0;
	margin: 0;
}

#toolbar_date {
	display: inline;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

/* NAVBAR */
#base_top {
/*	padding: 2px;
	background-image: url('/media/img/nav-bg-reverse.gif');
	background-repeat: repeat-x;*/
	overflow: visible;
	padding: 0;
	border:0;
	margin-top: 5px;
    /*width: 100%;*/
	color: #fff;
}

#ucoInputWrapper {
    /*float: right;*/
    font-size: small;
    width: 100%;
    color: black;
    height: 1.4em;
}

#ucoInput, #widget_ucoInput {
    float: right;
    width: 15em;
}


/* ENDNAVBAR */

.login_form {
	width: 300px;
	/* margin: 0 auto; */
	margin: 200px auto;
}

a {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.link {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.bottom_link {
	padding: 0 4px;
	float: right;
	font-size: x-small;
	cursor: pointer;	
}

span.message {
	font-size: x-small;
	font-family: "Arial", Sans-Serif;
	color: #555;
}

.build {
	padding-left: 4px;
	font-size: small;
	color: #aaa;
}
/* icons */