img {
	border: 0px;
}
body, html {
	background-color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.grid_paging_header {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.grid_paging_footer {
	text-align: center;
}
td {
	font-size: 11px;
	padding: 5px;
	border: 1px solid #e4e4e4;
}

a {
	color: #AC1212;
}
h1, h2, h3,h6 {
	margin: 0px;
	padding: 0px;
}
h6 {
	width: 80%;
/*	border-bottom: 2px solid #CCCCCC;*/
	color: #999999;
	font-size: 11px;
}
h1 {
	width:80%;
	border-bottom: 1px solid #f2f2f2;
	font-size: 20px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 3px;
}

table {
	border: 1px solid #f2f2f2;
}

h3 {
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 3px;	
	width:80%;
}

input {
	font-size: 11px;
	font-family: Tahoma;
}

h2 {
	width:80%;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.grid {
	border: 1px dashed #f2f2f2;
	width:100%;
	margin-bottom: 10px;
}
.altGridRow {
	background-color: #f2f2f2;
}
.grid_col_1, .grid_col_2, .grid_col_3, .grid_col_4, .grid_col_5, .grid_col_6 {
	border: 0px;
	padding: 2px;
	margin: 2px;
	font-size: 9px;
}

.grid_header_col {
	border-bottom: 5px solid #AC1212;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.footerBar {
	font-size: 10px;
	position:fixed;
	_position:absolute;
	bottom:0;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	border-top: 2px solid #ccc;
	background-color: #f2f2f2;
	height: 30px;
	width: 100%;
	clear: both;
	color: #999999;
}
.footerBar input {
	background-color: #fff;
	border: 1px solid #999;
	width: 70px;
}

div#category {
	height: inherit;
}


div#addnews {
	float: left;
	margin-right: 30px;
}
.hover{
	background-color:#ccc;
}
