
a:link, a:visited, a:active {
	color: #145d9a ;
	text-decoration: none;
}

a:hover {
	color: #480401;
	text-decoration: underline;
}

h2 {
	color: #ef5160;
	line-height:120%
}

.title {
	color: #5a5b5e;
}

table#ctgTeamSelect {
	border-collapse: collapse;
	margin: 0 auto 1em;
	min-height: 20em;
	width: 96%;
}
table#ctgTeamSelect td {
	vertical-align: top;
}
table#ctgTeamSelect ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table#ctgTeamSelect td.left {
	background-color: #ffffff;
	border-color: #ccc;
	border-style: solid;
	border-width: 0;
	padding: 0;
	width: 200px;
}
table#ctgTeamSelect td.left h3 {
	color: #555;
	margin: 0.5em;
}
table#ctgTeamSelect td.left li {
	padding: 0.25em 1em 0.25em 2.5em;
	text-align: right;
}
table#ctgTeamSelect td.left li a {
	color: #555;
}
table#ctgTeamSelect td.left li a:hover {
	color: #3f973a;
	text-decoration:none;
}
table#ctgTeamSelect td.left li.selected {
	background-image: url('/classes/Module/Thunder/Themes/AACD2013/images/highlight.gif');
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}
table#ctgTeamSelect td.left li.selected,
table#ctgTeamSelect td.left li.selected a {
	color: #fff;
}
table#ctgTeamSelect td.left ul {
	height: 20em;
	margin: 0.5em 0 auto auto;
	width: 97.5%;
	_width: 90%;
}
table#ctgTeamSelect td.bottomright {
	background-color: #fff;
	border-color: #dedede #ccc #ccc #036;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 1em;
	vertical-align: bottom;
}
table#ctgTeamSelect td.bottomright img,
table#ctgTeamSelect td.bottomright input.img {
	cursor: pointer;
	vertical-align: middle;
}
table#ctgTeamSelect td.topright {
	border-color: #036 #ccc #dedede #036;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 1.25em 0 0;
}
table#ctgTeamSelect td.topright h3 {
	color: #036;
}
table#ctgTeamSelect td.topright ul {
	margin-bottom: 1em;
}
table#ctgTeamSelect td.topright h3 {
	margin-bottom: 0.5em;
}
#ctgTeamUsers {
	margin: 0;
	width: 98%;
}
#ctgTeamUsers li {
	display: block;
}
/* - Mobile Only - */
@media only screen and (max-width:47.5em) {
	#CA_contentPaneCenter {
		background-color:#fff;
	}
}

