﻿body
{
	margin: 0px;
	padding: 0px;
}

/* Blue Box */
.blue_box_top
{
	height: 4px;
	background-image: url(../images/gui/boxes/blue_box/n.gif);
	background-repeat: repeat-x;
}
.blue_box_bottom
{
	height: 4px;
	background-image: url(../images/gui/boxes/blue_box/s.gif);
	background-repeat: repeat-x;
}
.blue_box_left
{
	width: 4px;
	background-image: url(../images/gui/boxes/blue_box/w.gif);
	background-repeat: repeat-y;
}
.blue_box_right
{
	width: 4px;
	background-image: url(../images/gui/boxes/blue_box/e.gif);
	background-repeat: repeat-y;
}
.blue_box_corner
{
	height: 4px;
	width: 4px;
}
.blue_box_corner_ne
{
	height: 4px;
	width: 4px;
	background-image: url(../images/gui/boxes/blue_box/ne.gif);
	background-repeat: no-repeat;
}
.blue_box_corner_nw
{
	height: 4px;
	width: 4px;
	background-image: url(../images/gui/boxes/blue_box/nw.gif);
	background-repeat: no-repeat;
}
.blue_box_corner_se
{
	height: 4px;
	width: 4px;
	background-image: url(../images/gui/boxes/blue_box/se.gif);
	background-repeat: no-repeat;
}
.blue_box_corner_sw
{
	height: 4px;
	width: 4px;
	background-image: url(../images/gui/boxes/blue_box/sw.gif);
	background-repeat: no-repeat;
}
.blue_box
{
	background-color: #f2fbff;
}

/* White Box */

.white_box_top
{
	height: 4px;
	background-image: url(../images/gui/boxes/white_box/n.gif);
	background-repeat: repeat-x;
}
.white_box_bottom
{
	height: 4px;
	background-image: url(../images/gui/boxes/white_box/s.gif);
	background-repeat: repeat-x;
}
.white_box_left
{
	width: 4px;
	background-image: url(../images/gui/boxes/white_box/w.gif);
	background-repeat: repeat-y;
}
.white_box_right
{
	width: 4px;
	background-image: url(../images/gui/boxes/white_box/e.gif);
	background-repeat: repeat-y;
}
.white_box_corner
{
	height: 4px;
	width: 4px;
}
.white_box_corner_ne
{
	height: 4px;
	width: 4px;
	background-image: url(../images/gui/boxes/white_box/ne.gif);
	background-repeat: no-repeat;
}
.white_box_corner_nw
{
	height: 4px;
	width: 4px;
	background-image: url(../images/gui/boxes/white_box/nw.gif);
	background-repeat: no-repeat;
}
.white_box_corner_se
{
	height: 4px;
	width: 4px;
	background-image: url(../images/gui/boxes/white_box/se.gif);
	background-repeat: no-repeat;
}
.white_box_corner_sw
{
	height: 4px;
	width: 4px;
	background-image: url(../images/gui/boxes/white_box/sw.gif);
	background-repeat: no-repeat;
}
.white_box
{
	background-color: #FFFFFF;
}
.image_noborder
{
	border: 0px;
}
.horizontal-divider
{
	margin-top: 20px;
	padding-top: 20px;
	background: transparent url( '../images/dividers/horizontal.gif' ) repeat-x top;
}
.c2_list ul li 
{
	list-style-type: disc;
}
.c2_list ul
{
	list-style-type: disc;
}
.table_cell
{
	padding: 15px; 
	vertical-align: top;
}
.course_blue_header_box
{
	width: 100%;
	margin-bottom: 10px;
}
.course_white_header_box
{
	width: 100%;
	
}
.new_blue_header_box
{
	width: 100%;
	margin-bottom: 10px;
}
.new_white_header_box
{
	width: 100%;
	
}
.course_blue_header_box_right_cell
{
	text-align: right;
}

.tan-shadow-box{ background-color: #fdf8e7; }
.tan-shadow-box .box-corner, .tan-shadow-box .box-edge { height: auto; width: auto; }
.tan-shadow-box .nw { background-image: url('../images/gui/boxes/white_box/tan_shadow_box/nw.gif');
		height: 5px; width: 5px; }
.tan-shadow-box .ne { background-image: url('../images/gui/boxes/white_box/tan_shadow_box/ne.gif');
		height: 5px; width: 9px; }
.tan-shadow-box .sw { background-image: url('../images/gui/boxes/white_box/tan_shadow_box/sw.gif');
		height: 10px; width: 5px; }
.tan-shadow-box .se { background-image: url('../images/gui/boxes/white_box/tan_shadow_box/se.gif');
		height: 10px; width: 9px; }
.tan-shadow-box .n { background-image: url('../images/gui/boxes/white_box/tan_shadow_box/n.gif');
		height: 5px; width: 1px; }
.tan-shadow-box .e { background-image: url('../images/gui/boxes/white_box/tan_shadow_box/e.gif');
		height: 1px; width: 9px; }
.tan-shadow-box .s { background-image: url('../images/gui/boxes/white_box/tan_shadow_box/s.gif');
		height: 10px; width: 1px; }
.tan-shadow-box .w { background-image: url('../images/gui/boxes/white_box/tan_shadow_box/w.gif');
		height: 1px; width: 5px; }
