/* CSS Document */

.pagetitle {
	margin-top: 0;
	}
	
.links_items {
	border: 1px solid #666;
	border-width: 0 1px 1px;
	margin: 0 0 1em;
	font-size: 12px;
	}

.links_items th,
.links_items td {
	padding: 0.3em 0.3em;
	border-bottom: 1px solid #ddd;
	font-size: 95%;
	text-align: center;	
	}
	
.links_items td {
	border-left: 1px solid #ddd;
}

.links_items th {
	background: #09c;
	color: #fff;
	border: 1px solid #666;
	border-right: 0;
	}

th.links_item_col1_title,
td.links_item_col1 {
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	border-left: 0;
	}
	

.links_item_over td.links_item_col1 {
	background-image: url(/images/triangle.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
	
tr.links_item_over td {
	background: #ffb;
	border-bottom-color: #999;
}


.links_return_to_top {
	text-align: right;
	padding: 0;
	font-size: 11px;
	}
	
td.links_item_col1 {
	padding-left: 8px;	
}

td.links_item_col2 {
	background: #ffd;
}

td.links_item_col4, 
td.links_item_col6, 
td.links_item_col8 {
	background: #f3f3f3;
}

.links_subsection_title {
	margin: 1em 0 0.5em;
	font-size: 14px;
	color: #666;
	padding-bottom: 3px;
}

.editMode {
	display: none;
}

.links_items a:focus,
.links_items a:hover,
.links_items a:active {
	color: #09c;
}



