﻿

/* Structure */
body
{
	margin:0;
}
html, body, #form1, #tblMain
{
	width:100%;
	height:100%;
	text-align: center;
	vertical-align:bottom;
}
body
{
	text-align:center;
}
#divMain
{
	width:780px;
	margin-bottom:150px;
}
fieldset
{
	padding:20px;
}
#divButtonBottom
{
	text-align:center;
}

/* Images */
#imgOnTrack
{
	padding-bottom:10px;
}

/* Text */
h1
{
	font-size:16px;
	text-align:left;
}
h2
{
	font-size:14px;
	text-align:left;
}
p
{
	text-align:justify;
}

/* Courses */
#tblCourses td
{
	width:240px;
	height:100px;
}
div.Course
{
	width:230px;
	height:70px;
	color:darkblue;
	font-size:13px;
	font-weight:bold;
	cursor: pointer;
}
div.CourseInfo
{
	width: 200px;
	padding: 10px;
	border: solid 1px #0066cc;
	background-color: whitesmoke;
	text-align: justify;
	font-style:italic;
}
div.CourseInformation_MoreDetails
{
	text-align:center;
}
div.CourseInformation_MoreDetails a
{
	font-style:normal;
}


/* Misc */
p.PopupInfo
{
	text-align:center;
	padding-top:10px;
}