a:link,a:visited{text-decoration:underline; color:#2E1F58}
a:hover,a:active{text-decoration:underline; color: #ff7f00}

body
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;

}

.Menu
{
	background-color: 	#A0CE66;
	display:			display;
}

.Text
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color:				#000000;
}

.TextNoUnderline a
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color:				#000000;
	text-decoration: 	none;
}

.TextSmall
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9px;
	color:				#000000;
}

.Title
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			14px;
	font-weight:		bold;
	color:				#000000;
}

.txtNormal
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color:				#2E1F58;
}

.txtLink
{
	cursor:				pointer;
	text-decoration:	underline;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color:				#2E1F58;
}

.txtComment
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color:				#808080;
}


/*					*/
/*	Job Postings	*/
/*					*/

.JobPostingDetail
{
	border: 			dotted 1px #AAA;
	margin-top: 		4px; 
	padding: 			8px;
}

/*					*/
/*	Listing			*/
/*					*/

.ListingTable
{
	width:				550px;
}

.ListingContent
{
	width:				400px;
}

.ListingItem
{
	border-bottom:		1px solid #f1832a;
	padding:			8px;
	margin-bottom:		5px;
	line-height:		auto;
}

.ListingImage
{
	padding: 			5px 5px 3px 10px; 
	float:				right; 
	right: 				5px; 
	top: 				5px;
}

.ListingTitle
{
	font-size: 			18px;
	color:				#000000; 
	padding-bottom:		5px;
}

.ListingText
{
	font-size: 			12px; 
	color:				#000000;
	line-height:		14px; 
}

.ListingDetail
{
	font-size: 			12px; 
	color:				#000000;
	line-height:		14px; 
}

.ListingTextSmall
{
	font-size: 			12px; 
	color:				gray; 
}

.ListingSidebar
{
	padding:			10px;
	width:				25%;
	border:				1px solid #f1832a;
	background-color:	#c4e09b;

	
}

.ListingSidebarLinks
{
	padding-bottom:		20px;
	
}

.ListingSidebarLinks div
{
	padding:		3px;
}
 
/*					*/
/*	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;
}
