.divider {
	border-top:1px solid #e1e3e0;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0px;
}

form .divider {
	margin-top: 5px;
	margin-bottom: 5px;
}

.page_content_left {
	float: left;
	width: 74%;
}

.page_content_left p:first-child {
	margin-top: 0px;
}

.rightcolumn {
	float: right;
	width: 24%;
}

.rightcolumn .page_cb {
	padding: 0px 0px 10px 0px;
}

.rightcolumn .page_cb_title {
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.rightcolumn .page_cb_content {
	background-color: #f1f3f0;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 5px;
}

.pagination {
	text-align:center;
}

.pagination a {
	text-decoration:none;
}

.pagination a.current_page {
	font-weight:bold;
}

.pagination span {
	color:#aaaaaa;
}

.blog.leftcolumn {
	float:left;
	width: 100%;
}

.commentError {
	font-style:italic;
	font-weight:bold;
	color:#cc0000;
}

.blogTitle {
	/* ditch the default margins */
	margin: 0px 0px 2px 0px;
	padding-bottom:2px;
}
.byline {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #0000ff; 
	margin-top: 5px;
	/*margin-left: 5px;
	margin: 1em auto;*/
	text-align: left;
}
.bylineText {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #0000ff;
}
.bylineDocumentDownload {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #ff0000;
}

.date, .location {
	font-style: normal;
}

/* Tag Font Size */
.smallestTag { font-size: 11px; }
.smallTag { font-size: 13px; }
.mediumTag { font-size: 15px; }
.largeTag { font-size: 18px; }
.largestTag { font-size: 22px; }

#career_fairs_module.list table thead th {
	background-image: url(/images/th_bg.gif);
	border-left:1px solid #000;	
}
#career_fairs_module.list table thead th.first {
	border-left: none;	
}
#career_fairs_module.list table thead th a {
	color: #fff;
	display: block;
	line-height: 24px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
}
#career_fairs_module.list table thead th a:hover,
#career_fairs_module.list table thead th a.selected {
	background-color: #0D3B86;
}
#career_fairs_module.list table thead th a.selected.asc {
	background-image: url(/images/uarr.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
#career_fairs_module.list table thead th a.selected.desc {
	background-image: url(/images/darr.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
#career_fairs_module.list table tbody td {
	border-bottom: 1px solid #E7EBF4;
	height: 42px;
	padding-left: 5px;
}
#career_fairs_module.list table tbody td a {
	text-decoration: none;
}
