@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------
				Access
------------------------------------------------------- */

table.access-tbl {
	border-collapse: separate;
	border-spacing: 1px;
	
	border: solid 1px #EBE8E0;
	
	margin-bottom: 10px;
	
	width: 100%;
}

table.access-tbl caption {
	font-weight: bold;
	color: #33631A;
	
	margin-bottom: 5px;
	
	padding-top: 30px;
}


table.access-tbl tbody tr th,
table.access-tbl tbody tr td {
	border-style: solid;
	border-width: 1px;
}

table.access-tbl tbody tr th {
	border-color: #87AA35;
	background-color: #87AA35;
	
	/*font-weight: bold;*/
	color: #FFFFFF;
	
	white-space: nowrap;
	width: 100px;
	text-align: center;

	padding: 5px 0;
}

table.access-tbl tbody tr td {
	border-color: #EBE8E0;

	padding: 5px 15px;
}



/* -------------------------------------------------------
				Links
------------------------------------------------------- */

p.access-lnk {
	text-align: right !important;
}

p.access-lnk a img {
	vertical-align: middle;
	margin-right: 5px;
}

p.access-lnk a {
	text-decoration: none;
}