/*
	Font Styles for John Benjamins Publishing.
*/
@import "assignments.css";

/* embedded catalog styles */

.bkadd {
	display:inline-block;
	float: left;
	margin-left:.5em;
	margin-top:-.8em;
}


a.filterbox {
	display:inline-block;
	margin-left:10px;
	padding:2px 4px;
	background-color:lavender;
	border: solid 1px olive;
	-moz-border-radius: 3px;
	color:olive;
}

a.filterbox:hover {
	background-color:lightGoldenRodYellow;
	text-decoration:none;
}

.booklink  {
	text-decoration:none;
	font-weight: normal;
}

.booklink:hover {
	text-decoration:underline;
}

.imglink img {
	border: none;
	vertical-align:baseline;
	margin:0 0.3em;
}

a.imglink {
	text-decoration:none;
}

/* widget styles */

.claro .dijitButtonText {
	font-size:1em;
}

.dtabbedListMenuRow {
	margin-bottom:5px;
}
.dtabbedListMenuRow .dtabbedListMenuLabel {
	cursor: pointer;
}

.dtabbedListMenuRow.Hover {
	color:#ff5500;
}

.dtabbedListMenuRow.Selected, .dtabbedListMenuRow.Focused {
	color:#0A6441;
	font-weight:bold;
}

.tabLabel {
}

/* xforms widget styles */

.xf_wide {
	margin-bottom:2em;
	width:310px;
}
.xf_wide .dijitButton {
	float:right;
}
.xf_wide .dijitTextBox {
	width:300px;
}

.xf_wide .dijitTextarea {
	width: 300px;
}