
pre {
	padding: 1em;
	background-color: #F2F2F2;
}
code {
	background-color: #F2F2F2;
}
#newstableheader {
background-color: #666666;
color:#fff;
font-size: 10px;
font-family: arial, verdana, helvetica, sans-serif;
width:100%;
}

#date {
width:80px;
font-size:11px;
}

#publication {
font-size:11px;
width:130px;
}

#article {
font-size:11px;
width:218px;
}
#agent {
font-size:11px;
width:160px;
}



#content {
padding:  0 0 0 10px;
margin: 0;
}

#content p {
	width: 45em;
}
#mainmenu {
	margin: 1em 0 0 0;
}

.sortable {
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
border: 1px solid #cccccc;
}


.sortable a {
text-decoration: none;
}
.sortable a:hover {
text-decoration: underline;
}


table.sortable {
	border-collapse: collapse;
	table-layout: fixed;
	
}
#newstable td {
  border-top:1px solid #ccc;
  padding: 8px 10px 7px 10px  ;
  font-size:11px;

}

td.sortable, th.sortable {
}

/*th {
   white-space: pre;
}*/

#newstable thead {

}


thead.sortable, tfoot.sortable {
	background-color: #DDD;

}
tr.rowodd {
	background-color: #f4f8de;
}

tr.roweven {
	background-color: #f4f8de;
}


.panel {
	clear: both;
	display: none;
	border: 3px solid #00adef;
	padding: 1em;
	background-color: #FFF;
	margin: 0;
}
.panel.active-tab-body {
	display: block;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #d7dbc7;
	background-image: url(../../../news/scripts/up.gif);
}
.sortdesc {
	background-color: #d7dbc7;
	background-image: url(../../../news/scripts/down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: #FFA500;
}
.urg4 {
	background-color: #E13E00;
}
.urg5 {
	background-color: Red;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}