.pagehelp {
	background-color: #33B9FF;
	margin-bottom: 20px;
	color: #fff;
	min-height: 160px;
	padding-top: 0px;
}

.msg {
	display: block;
}

.btn-custom-green {
	background-color: #abd100;
	color: white;
	border-color: #abd100;
}

.btn-custom-green:hover,.btn-custom-green:focus,.btn-custom-green:active
	{
	background-color: #C4DF4D;
	border-color: #C4DF4D;
	color: white;
}

#footer {
	font-size: 0.8em;
}

.actionbar { /*border-bottom: solid 1px #ccc;*/
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.tab-pane {
	padding: 10px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.logindialog {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

th {
	font-weight: bold;
}

.tundra .dijitSelect .dijitButtonContents,.tundra .dijitSelect,.tundra .dijitTextBox
	{
	background: none;
}

.dijitPlaceHolder {
	font-style: inherit;
}

.panel-title {
	font-weight: bold;
}

.tiny td {
	font-size: 0.8em;
}

.clickable {
	cursor: pointer;
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

.form-group label {
	display: block;
}

.form-group label.left {
	display: inline-table;
}

.disabled {
	background-color: #eee;
	cursor: not-allowed;
}

a.nav-disabled {
	cursor: not-allowed;
}