body{
	background: url(../images/groovepaper.png) repeat;
    font-size: 12px;
}
td{
    font-size: 12px;
}
header{
	position: fixed;
	width: 100%;
	height: 100px;
	background: #000;
	color: #fff;
}
article{

}

table.table-striped th{
	background-color: #428bca;
	color: #fff;
}
table.table-hover tr{
	cursor: pointer;
}
.pagination{
	margin: 0;
}
.totalrows{
	display: inline-block;
	padding: 6px 10px;
	background: #428bca;
	border-radius: 3px;
	color: #f5f5f5;
}
.tag{
	display: inline-block;
	background: #f8f8f8;
	color: #888;
	font-size: 12px;
	padding: 3px 5px;
	margin: 0 0 5px 5px;
	cursor: pointer;
}
.tag:hover{
	background: #eee;
}
.tag.active{
	background-color: #428bca;
	color: #fff;
}
.tag.large{
	position: relative;
	background: #666;
	color: #fff;
	font-size: 14px;
	padding: 5px 30px 5px 10px;
}
.tag.large span{
	position: absolute;
	right: 4px;
	top: 8px;
	/*display: none;*/
}
.tag.large:hover{

}
.tag.large:hover span{
	display: inline;
}
#add_tag{
	cursor: pointer;
}
h5{
	padding: 0 5px;
	border-bottom: 1px solid #999;
}
.header_link{
	line-height: 30px;
}
.header_link span{
	margin-left: 10px;
}

.alert{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 11111;

}
