a.download,
a.play,
a.register,
a.view {
	line-height: 24px;
	display: block;
	padding-left: 30px;
	white-space: nowrap;
	background-position: left center;
	background-repeat: no-repeat;
	}
a.download { background-image: url("/common/image/24/download.png"); }
a.play { background-image: url("/common/image/24/media_play_green.png"); }
a.register { background-image: url("/common/image/24/form_green.png"); }
a.view { background-image: url("/common/image/24/nav_up_right_green.png"); }

table {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
	}
td, th {
	text-align: left;
	vertical-align: top;
	padding: .1em .5em .1em .2em;
	border: 1px solid white;
	}
thead {
	border-bottom: 2px solid white;
	}
thead tr {
	background: #79A73B url(/common/image/img04b.jpg) repeat-x scroll;
	color: white;
	}
tbody strong {
	font-weight: normal;
	text-transform: uppercase;
	}
tbody th {
	font-weight: normal;
	}
tbody tr {
	background: #FAFAFA;
	}
tbody tr.odd {
	background: #F0F0F0;
	}
	
#breach_hotline h3 {
	padding-top: 10px;
	text-align: center; }
#breach_hotline img {
	display: block;
	margin: 0 auto; }
#breach_hotline p {
	padding: 10px 20px 20px 20px;
	text-align: center; }

#favorite_blogs h3 {
	margin: 1em 20px .5em 20px;
	}
#favorite_blogs ul {
	padding-top: 0 !important;
	}

#guestbook form {
	padding-top: 1em; }
#guestbook p {
	text-align: center; }
#guestbook .button {
	background: transparent url("/common/image/24/form_green.png") no-repeat left center;
	border: 0;
	padding-left: 24px;
	color: #0000EE;
	cursor: pointer;
	height: 24px;
	min-height: 1.2em;
	overflow: visible; }

#notification a {
	white-space: nowrap;
	display: inline-block;
	padding-right: 18px;
	background-image: url("/common/image/16/nav_up_right_green.png");
	background-position: right center;
	background-repeat: no-repeat; }
