/*
* Common styles shared across site
*/
a:hover {
	font-weight: bold;
}
a.disabled_link {
	color: #999;
}

#copyright {
	font-size: 10px;
	text-align: center;
	width: 100%;
}

/*
* Bar
*/
#bar {
	background-color: none;
	height: 32px;
}

#logo-small {
	height: 32px;
	vertical-align: top;
}
#kmbs-logo-small {
	/*background: url(../images/kmbs-logo-small.gif) top right no-repeat;*/
	height: 32px;
	vertical-align: top;
}
.welcome {
	padding-left: 20px;
	color: #fff;
	height: 32px;
}
.welcome a {
	color: #fff;
}

/*
* Forms
*/
.label {
	font-weight: bold;
	text-align: right;
}
.formfield {
	margin-top: 12px;
}
.subfield {
	margin-top: 8px;
}
.formbutton {
	margin-top: 25px;
}
#eula-text {
	width: 510px;
	height: 220px;
	text-align: left;
}
input[type=text], select {
	width: 260px;
	padding: 2px;
}
input#login_name, input#password {
	width: 200px;
	padding: 2px;
}
input#demo_city {
	width: 150px;
}
select#demo_state {
	width: 100px;
}
.hidden {
	display: none;
}

table.promo_history thead {
    font-weight: bold;
    background-color: lightgray;
}

table.promo_history td {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 5px;
}

table.promo_history tr {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
