@CHARSET "ISO-8859-1";

#friendcodes {
		width: 100%;
}

#friendcodes thead, #friendcodes thead tr, #friendcodes thead td {
		font-weight: bold;
		font-size: 12px;
		background-color: #ccc;
}
#friendcodes thead td {
		border-bottom: 1px solid #999;
}

#friendcodes tbody td.col1, #friendcodes tbody td.col3 {
		background-color: #efefef;
}

#friendcodes td.col1 {
		padding-right: 10px;
}
#friendcodes td.col2 {
		/*width: 150px;*/
}
#friendcodes td.col3 {
		/*width: 100px;*/
}

#friendcodes tbody td {
		border-bottom: 1px solid #999;
}

#friendcodes td.col2, #friendcodes td.col3, #friendcodes td.col4 {
		text-align: center;
}
#friendcodes td.col1, #friendcodes td.col2, #friendcodes td.col3, #friendcodes td.col4 {
		padding: 2px 5px 2px 5px;
}  

.inactive, .inactive a, .inactive a:link, /*.inactive a:hover,*/ .inactive a:visited, .inactive a:active {
		color: #999 !important;
}

.active, .active a, .active a:link, .active a:hover, .active a:visited, .active a:active {
		/*background-color: #e4f0f4 !important;*/
}

.high_active, .high_active a, .high_active a:link, .high_active a:hover, .high_active a:visited, .high_active a:active {
		background-color: #c1e6f5 !important;
}

.beta {
		color: #ff9933;
		font-weight: bold;
		font-style: italic;
		font-size: 90%;
}

#wifi_logo {
		float:right;
		margin: 0 0 0 5px;
}