.left_column {
	width:655px;
	float:left;
}

.right_column {
	width:300px;
	float:right;
}

h1 {
	margin-left:6px;
	font-size:22px;
}

.bold {
	font-weight:bold;
}

.big_blue_button{
	background:url(/images/new-design/buttons/blue_button.png) top left repeat-x;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	padding:4px 15px;
	vertical-align:middle;
	text-decoration:none;
}

/* Search */

.search_field {
	position:relative;
	width:185px;
}
.search_button {
	background:url("/images/new-design/buttons/search.png") no-repeat scroll left top transparent;
	border:medium none;
	font-size:0;
	height:25px;
	outline:medium none;
	position:absolute;
	right:0;
	top:0;
	width:28px;
    cursor: pointer;
}
.search_textfield {
	border:1px solid #C9C9C9;
	color:#979797;
	font-size:12px;
	left:0;
	padding:4px;
	position:absolute;
	top:0;
	width:150px;
}


/* Full Wide List */

.full_wide_list {
	margin-top:9px;
	width:956px;
}
.full_wide_list .topHead {
	background:url(/images/new-design/panels/containerFullTopTitle.png) top left no-repeat;
	width:100%;
	height:39px;
}
.full_wide_list .topHead h2 {
	font-size:14px;
    line-height:40px;
    margin-left:18px;
}
.full_wide_list .top {
	background:url("/images/new-design/panels/containerFullTop.png") scroll 0 0 transparent;
	width:100%;
	height:5px
}
.full_wide_list .mid {
	background:url("/images/new-design/panels/containerFullMid.png") repeat-y scroll left top transparent;
	width:100%;
	padding:0px 20px 0px 10px;
}
.full_wide_list .bot {
	background:url("/images/new-design/panels/containerFullBottom.png") no-repeat scroll left bottom transparent;
	width:100%;
	height:11px;
}


/* Wide List */

.left_column .list {
	margin-top:9px;
	width:647px;
}


.left_column .list .topHead {
	background:url(/images/new-design/panels/coursesTop.png) top left no-repeat;
	width:100%;
	height:46px;
}
.left_column .list .topHead h2 {
	font-size:14px;
    line-height:37px;
    margin-bottom:5px;
    margin-left:18px;
}

.left_column .list .top {
	background:url("/images/new-design/panels/coursesTopSmall.png") scroll 0 0 transparent;
	width:100%;
	height:5px
}
.left_column .list .mid {
	background:url("/images/new-design/panels/coursesMid.png") repeat-y scroll left top transparent;
	width:100%;
	padding:0px 20px 0px 10px;
	margin-left: 2px;
}
.left_column .list .bot {
	background:url("/images/new-design/panels/coursesBottom.png") no-repeat scroll left bottom transparent;
	width:100%;
	height:11px;
	margin-left: 2px;
}

/* Side list with header */
.right_column .top {
	background:transparent url(/images/new-design/panels/rightContainerTop.png) no-repeat;
	height:47px;
}
.right_column .top h2 {
	font-size:14px;
    line-height:37px;
    margin-bottom:5px;
    margin-left:18px;
}
.right_column .mid {
	background:transparent url(/images/new-design/panels/rightContainerMid.png) repeat-y;
	min-height:50px;
}
.right_column .bot {
	background:transparent url(/images/new-design/panels/rightContainerBottom.png) no-repeat;
	height:22px;
}

.info_div2 {
    margin-bottom: 0;
}


/* Pager */

.pager a,
.pager span {
	display:block;
	float:left;
	text-align:center;
	padding:3px 6px;
	margin-right:5px;
	border:1px solid #c2c2c2;
}
.pager span {
	padding-top:4px;
	font-weight:bold;
	border:none;
}