/* landing page */
div.project {
	margin: 10px;
	width: 96px;
	height: 96px;
}

a.icon {
	margin: 0 auto;
	display: block;
	width: 64px;
	height: 64px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}

p.icontext {
	margin: 0 auto;
	width: 96px;
	text-align: center;
}

p.icontext a {
	text-decoration: underline;
}


/* login page */
div#login_form {
	width: 400px;
	margin: 10px 0 0 252px;
	padding: 1em;
	border: 1px solid #A3CE62;
}

div#login_form form p {
	font-size: 1.2em;
	font-weight: bold;
}


/* directory page */
h2 {
	width: 880px;
	margin: 10px auto 0;
	font-size: 1.6em;
	font-weight: bold;
}

table.winbox {
	width: 880px;
	margin: 10px auto;
	font-size: 1.2em;
	border-top: 1px solid #e2decd;
	border-right: 1px solid #cbc7b8;
	border-bottom: 1px solid #cbc7b8;
	border-left: 1px solid #e2decd;
}

table.winbox tr th {
	height: 20px;
	padding-left: 8px;
	background: url("../images/fv_field.gif") repeat top right;
}

table.winbox tr td img {
	display: inline;
	vertical-align: text-bottom;
	margin: 0 3px;
}

table.winbox tr td {
	padding-left: 4px;
	overflow: hidden;
	padding: 1px 0;
}

table.winbox tr td a {
	text-decoration: none;
}