/* Image auto resizing to responsive page */
img .autoresize {
	width: auto !important;
	width: 100%;
	max-width: 100%;
}

/* FW Table */
table thead tr .header {
	cursor: pointer;
}
table thead tr .headerSortUp {
	background-image: url("../img/asc.gif");
}
table thead tr .headerSortDown {
	background-image: url("../img/desc.gif");
}

/* HR  */
.smallhr {
	margin-top: 1px;
	margin-bottom: 1px;
}

/* Base styles (regardless of theme) */
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    border-color: #dFb5b4;
}

.bs-callout-warning {
    border-color: #f1e7bc;
}

.bs-callout-info {
    border-color: #d0e3f0;
}

.bs-callout-danger h4,
.bs-callout-danger a.alert-link {
    color: #B94A48;
}

.bs-callout-warning h4,
.bs-callout-warning a.alert-link {
    color: #C09853;
}

.bs-callout-info h4,
.bs-callout-info a.alert-link {
    color: #3A87AD;
}

.bs-callout a.alert-link {
    font-weight: bold;
}
