/* CSS Document */
/* CSS styles that are for template files only */
@import url("navigation.css");

body {
	background: url(../_images/home-vert-grad.jpg) repeat-x #e6e6e6;
}

#container
{
    width: 780px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
}

#header 
{
    width: 780px;
    height: 163px;
}

#borderLeft
{
    width: 16px;
    background: url(../_images/borderLeft.gif) repeat-y;
}

#borderRight
{
    width: 15px;
    background: url(../_images/borderRight.gif) repeat-y;
}

#content {
	/* make sure you put the width 5px less due to ie adding 5px padding for italic text */
	width: 746px;
	background-color: #FFF;
	padding: 10px;
}

#footer {
	clear: both;
	width: 780px;
	font-size: 10px;
	color: #7c7c7c;
	text-align: center;
}

.stdButton
{
    border: 1px solid #d589e1;
    background: url(../_images/buttonBG.gif) repeat-x;
    color: #6b5e67;
    padding: 2px 10px;
    cursor: pointer;
}

.grayBg
{
    background-color: #cccccc;
}

.choiceCell
{
    background-color: #efefef;
    text-align: center;
    width: 240px;
    vertical-align: top;
}

.radioButtonLabelPad label
{
    margin-right: 15px;
}

.boxStyle {
    border: solid 1px green;
	padding: 5px 14px 5px 14px;
	margin: 7px 0px;
}

.bold 
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.alignCenter
{
	margin-left: auto;
	margin-right: auto;
}

table .courseInfo
{
	border: solid 1px black;
	margin-top: 10px;
}

.paddingAll, .cellPaddingAll td, .cellPaddingAll th {
	padding: 1em;
}