/* A few tweaks to make the bootstrap css rok better in its container */
#bootstrap-scope {
	text-align:left;
	line-height:20px;
	margin:0px;
	padding:0px;
	width:940px;
}

#bootstrap-scope h1, #bootstrap-scope h2, #bootstrap-scope h3, #bootstrap-scope h4{
	margin:0;
	padding:0;
}

#bootstrap-scope .padded {
	padding: 10px;
}

#bootstrap-scope .tb-padded {
	padding: 10px 0;
}

#bootstrap-scope table .gvpager > td {
	background-color: #f9f9f9;
	padding:0;
}

#bootstrap-scope table .gvpager table {
	padding:0px;
	border:0;
	margin-bottom: 0px;
}

#bootstrap-scope table .gvpager table td {
	border: 0;
}

#bootstrap-scope .alert-label {
	color: #565656;
	background-color: #eee;
	border-color: #ccc;
}

#bootstrap-scope .right {
	text-align: right !important;
}