/*********************************************
Style for description and image of each course
*********************************************/
.courseTable
{
	width:735px;
	font-size:12px;
	line-height:20px;
}

.courseTable td
{
	vertical-align:top;
}

.courseTable p
{
	width:450px;
}

.courseTable span
{
	color:#FF0000;
}

.imageColumn
{
	width:150px;
}

.courseTable a {text-decoration:none;}
.courseTable a:link {color:#000066;}
.courseTable a:visited {color:#000066;}
.courseTable a:hover {color:#9D4F4F; text-decoration:underline;}
.courseTable a:active {color:#000066;}

/********************
image pop up on hover
*********************/
#popup ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

#popup li
{
	position:relative;
	float:left;
}

#popup ul ul
{
	display:none;
	position:absolute;
	bottom:0;
	left:100%;
}

#popup ul li:hover ul
{
	display:block;
}

/********************
Register Course Title
********************/
.courseContent
{
	color:#FF0000;
	font-weight:bold;
	line-height:20px;
}

/********************************
Registration Form style:
	Table of personal information
	Table of credit card payment
********************************/
#registration
{
	line-height:20px;
	width:735px;
}

#registration table th
{
	font-weight:normal;
	text-align:right;
}

#registration table td
{
	text-align:left;
}


#registration th, #registration td
{
	vertical-align:top;
	padding:0px;
}

#registration #title
{
	color:blue;
	font-size:14px;
	font-weight:bold;
}

#registration #CreditCardForm
{
	display:none;
}

#registration #CheckForm
{
	display:block;
}

#registration #comment
{
	color:blue;
	font-size:10px;
}
