﻿.newOrgs
{
	width: 180px;
}

.newOrgs .header
{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 2px;
	border-bottom: #8b9aa9 1px dotted;
}

.newOrgs .org
{
	padding: 4px 0 2px 0;
	margin: 4px 0 4px 0;
	border-bottom: #8b9aa9 1px dotted;
}

.newOrgs table
{
	width: 100%;
}

.newOrgs td
{
	text-align: center;
}

.newOrgs .pic
{
	width: 54px;
	padding-left: 2px;
}

.newOrgs .name
{
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 2px;
}

.newOrgs .name a
{
	font-size: 11px;
	color: #bec4d7;
	text-decoration: none;
	display: block;
	width: 100%;
}

.newOrgs .name a:hover
{
	color: White;
	text-decoration: underline;
}

.newOrgs .org:hover a
{
	color: White;
}