
/*					*/
/*	Job Postings	*/
/*					*/

.JobPostingDetail
{
	border: 			dotted 1px #AAA;
	margin-top: 		4px; 
	padding: 			8px;
}

/*					*/
/*	Listing			*/
/*					*/

.ListingTable
{
	width:				100%;
}

.ListingContent
{
}

.ListingItem
{
//	border:				1px solid #CCCCCC;
//	padding:			8px;
	margin-bottom:		10px;
}

.ListingImage
{
	padding: 			5px 5px 3px 10px; 
	float:				right; 
	right: 				5px; 
	top: 				5px;
}

.ListingTitle
{
	font-size: 			20px;
	color:				#000000; 
	padding-bottom:		5px;
}

.ListingText
{
	font-size: 			14px; 
	color:				#000000; 
}

.ListingTextSmall
{
	font-size: 			12px; 
	color:				gray; 
}

.ListingSidebar
{
	background-image:	url(/client/assets/images/newdesign/sidebar_indent_bg.gif);
	background-repeat:	no-repeat;
	padding-top:		20px;
	padding-left:		20px;
	width:				283px;
	height:				303px;
}

.ListingSidebarLinks
{
	padding-bottom:		20px;
	line-height:		18px;	
}
 
/*					*/
/*	Calendar		*/
/*					*/

.Calendar
{
	background: 		black;
	width: 				100%; 
	padding: 			2px;
}

.CalendarHead
{
	width: 				100%;
	color: 				#FFF;
	background-color:	red;     
}

.CalendarHeadText
{
	font-weight: 		bold;
	color: 				white;
	font-size: 			18px;   
}
.CalendarHead img
{
	border: 			none;
}

.CalendarDayHead
{
	height: 			25px;
	background: 		red;
	color:				white;
	font-weight:		bold;
}

.CalendarDayRow
{
	text-align:			left;
	color: 				yellow;
	font-size:			16px;
}

.CalendarDayRow td
{
	width: 				100%;
	height:				25px;
	color: 				#000;
	padding:			5px;
}

.CalendarDayText
{
	color: 				black;
	font-size:			14px;
	cursor:				pointer;
	line-height:		12px;
}

