.small {
	font-size:smaller;
}

A:link {
	text-decoration: none;
	color: #006699;
}

A:visited {
	text-decoration: none;
	color: #006699;
}

A:hover {
	text-decoration: underline;
	color: #006699;
}

A:active {
	text-decoration: underline;
	color: #006699;
}

A:focus {
	text-decoration: underline;
	color: #006699;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.title {
	font-size:14px
}

#container {
	margin: 0;
	background-color: #dfeaed;
}

#header {
	background-color: #ddd;
	background-image:url(/images/header_bg.gif);
	height:98px;
}

#header h1 {
    padding-top: 98px;
    height: 0px;
    overflow: hidden;
    background-image: url("/images/logo.gif");
    background-repeat: no-repeat;
	margin: 0;
}

#nav {
	float: left;
	width: 160px;
	padding: 10px;
	background-color: #acb4b8;
	background-image: url("/images/gradient_bg.gif");
	background-repeat: no-repeat;
	border-right: 1px solid #5a5f82;
	border-bottom: 1px solid #5a5f82;
}

#nav p { margin-top: 0; }

#content {
	padding-top: 10px;
	margin: 0 10px 0 190px;
}

#content h2 { margin-top: 0; }

#footer {
	clear: both;
	background-color: #ddd;
	text-align: right;
	border-bottom: 1px solid #5a5f82;
	background-image:url(/images/footer_bg.gif);
	height: 18px;
	vertical-align:middle;
	padding-right:5px;
}

#feedfield {
	background-color: #dfe7eb;
	background-image: url("/images/feedfield_grip.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 30px;
	border: 1px solid #5a5f82;
	margin-bottom: 0px;
}

.item {
	background-color: #e7edf0;
	border: 1px solid #5a5f82;
}

.item-title {
	background-color: #cccccc;
	border-bottom: 1px solid #5a5f82;
	padding: 3px;
}

.item-contents {
	padding-right: 5px; 
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.textfield {
	background-color: #ffffff;
	color: #102132;
	border-top: 1px solid #858585;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #d5d5d5;
	margin-right: 0px;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
}

.shortfield {
	border:solid 0 #000000;
	background-color: #ffffff;
	font-size:12px;
	background: transparent url("/images/shortfield.png") no-repeat;
	height:17px;
	width:152px;
	padding:3px 2px;
}

.longfield {
	border:solid 0 #000000;
	background-color: #ffffff;
	font-size:12px;
	background: transparent url("/images/feedfield.png") no-repeat;
	height:17px;
	width:312px;
	padding:3px 2px;
}

.button {
	background-color: #999999;
	color: #000000;
	border-top: 2px solid #e2e2e6;
	border-left: 2px solid #77787e;
	border-right: 2px solid #77787e;
	border-bottom: 2px solid #2d2f3f;
	font-size:10px;
	padding:3px 2px;
}
