/************************************************
* INDEX
************************************************/
.articles {
	width:85%;
	background-color:#fff;
	margin:auto;
}


.articles table {
	width:100%;
}

.articles th {
	background-color:#ddd;
	font-weight:normal;
}

.articles th a{
	color:#333333;
}

.articles th, .articles td {
	border:1px solid #999999;
}


.date {
	font-size:9pt;
	font-family:"Courier New", Courier, mono;
	color:#003366;
}

/************************************************
* VIEW
************************************************/
.article table{
	width:80%;
}

.article th{
	background-color:#666;
	color:#fff;
}

.article td {
	padding:10px 20px;
	background-color:#F9F9F9;
}

.date {
	font-size:9pt;
	font-family:"Courier New", Courier, mono;
	color:#003366;
}

div.actions {
	width:80%;
	margin:auto;
	margin-top:15px;
}

div.actions ul{
	font-size:11pt;
}

div.actions li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right:20px;
}

div.related {
	clear:both;
}

div.actions a, div.actions a:visited {
	background-color:#D4D0C8;
	border-color:#EEEEEE rgb(102, 102, 102) rgb(102, 102, 102) rgb(238, 238, 238);
	border-style:solid;
	border-width:1px 2px 2px 1px;
	color:#000000;
	float:left;
	font-size:9pt;
	padding:3px 10px;
	text-decoration:none;
}

.cautionbox ul{
	margin-top:5px;
	margin-left:5px;
	width:100%;
}

.cautionbox li{
	color:#333;
	list-style-position:inside;
}

/************************************************
* Paging
************************************************/
.paging {
}
.paging a:link, .paging a:visited{
	color:#4F580C;
}
