/**
 * @name: 		courses.css
 * @author: 	Albert Harounian
 * @copyright: 	inManage LTD
 * @since:		February 26, 2008
 * @desc:		CSS file for courses module layout
 *
 */

.divBodyContainer{
	margin-top: 0px;
}

h2.desc{
	font-size: 16px;
}

#divBody{
	background-position: right -95px;
}

#divBody #topBanner {
	height: 0px;
}
 
#leftSide #redSep, .contentLeftBar, #rightSideContent{
	display: none;
}

#rightSide #toTop{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#contentBody{
	margin-top: 20px;
}

.rightBorder{
	border-right: 1px dotted;
	padding-right: 35px;
}

.contactDiv{
	background: #DEDEDE;
	width: 173px;
}

.contactDiv table{
	margin-right: 5px;
}

.contactDiv table tr{
	height: 25px;
}

.contactDiv input, .contactDiv textarea{
	border: 0px;
	width: 100%;
}

.contactDiv textarea{
	height: 70px;
}

.recTd{
	padding-right:19px;
	width: 150px;
}

.pageTitle{
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
}

.pageTitle.gray{
	color: #606060;
}

.description{
	margin-left:20px;
	padding-bottom:20px;
	margin-bottom:20px;
}

.bottomLine{
	background: #EBEBEB;
	border:	0px;
	height:	1px;
	width:	78%;
}

.topLeft{
	width: 21px;
	height: 21px;
	background: url('/_media/images/layout/courses/BVD_courses_pic_topLeft.gif') no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: -1px 0px 0px -1px;
	.margin: -1px 1px 0px 0px !important;
	.margin: -1px 1px 0px 0px;
}

.bottomLeft{
	width: 21px;
	height: 21px;
	background: url('/_media/images/layout/courses/BVD_courses_pic_bottomLeft.gif') no-repeat top left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px 0px -1px -1px;
	.margin: 0px 1px -1px 0px !important;
	.margin: 0px 1px -2px 0px;
}

.topRight{
	width: 21px;
	height: 21px;
	background: url('/_media/images/layout/courses/BVD_courses_pic_topRight.gif') no-repeat top left;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: -1px -1px 0px 0px;
	.margin: -1px -1px 0px 0px !important;
	.margin: -1px -2px 0px 0px;
}

.bottomRight{
	width: 21px;
	height: 21px;
	background: url('/_media/images/layout/courses/BVD_courses_pic_bottomRight.gif') no-repeat top left;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px -1px -1px 0px;
	.margin: 0px -1px -1px 0px !important;
	.margin: 0px -2px -2px 0px;
}

.picContainer{
	position: relative;
	text-align: center;
	padding-bottom:11px;
	padding-left:8px;
	padding-right:9px;
	padding-top:12px;
	width:352px;
	height:184px;
	border: 1px solid #EAEAEA;
	margin-bottom:20px;
}


		#searchBar,
		#divBody #rightSide{
			display:none;
		}
		#leftSide {
			width:910px;
		}
		#divBody #topBanner{
			height:70px;
			text-align:left;
			padding-left:15px;
			overflow-x:hidden;
			overflow-y:hidden;
			width:720px;
			float: left;
		}