/* thumbnail definitions */

.thumbnail
{
	width: 120px;
	height: 72px;	
}

.thumbnailBorder
{
	width: 120px;
	height: 72px;
	background-color: #000000;
	border: solid 2px #8ec743;
}

.thumbnailBorderGreen
{
	width: 120px;
	height: 72px;
	background-color: #000000;
	border: solid 2px #8cc63f;
}

/* tabs */

/* green tab */
.cTabGreen a
{
	position: relative;
	text-align: center;
	cursor: pointer;
	color: White;
	display:block;
	width:122px;
	height: 22px;
	float: left;
	background: url(../../content/images/cTabGreen.png) 0 0 no-repeat;
	text-decoration: none;
}

.cTabGreen a:hover 
{	
	background-position: -122px 0;
}

.cTabGreen a:active 
{
	background-position: -122px 0;
}

/* gray tab */
.cTabGray a
{
	position: relative;
	text-align: center;
	cursor: pointer;
	color: White;
	display:block;
	width:122px;
	height: 22px;
	float: left;
	background: url(../../content/images/cTabGray.png) 0 0 no-repeat;
	text-decoration: none;
}

.cTabGray a:hover 
{	
	background-position: -122px 0;
}

.cTabGray a:active 
{
	background-position: -122px 0;
}

/* black tab */
.cTabBlack a
{
	position: relative;
	text-align: center;
	cursor: pointer;
	color: White;
	display:block;
	width:122px;
	height: 22px;
	float: left;
	background: url(../../content/images/cTabBlack.png) 0 0 no-repeat;
	text-decoration: none;
}

.cTabBlack a:hover 
{	
	background-position: -122px 0;
}

.cTabBlack a:active 
{
	background-position: -122px 0;
}

/* various button types */

/* green button */

.buttonGreen a
{
	background-image: url(../images/buttonGreen.gif);
	background-repeat: no-repeat;
	width: 84px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	display: block;
	color: white;
}