
/*****************************/
/* general component styling */
/*****************************/

/* general component styling */

.components {
	height: 250px;
	padding: 10px;
}

/*********************/
/* other cms styling */
/*********************/

.more {
	text-align: right;
}

#login {
	text-align: right;
}

/* custom styles */

a.admin, a.admin #edit {
	color: #990000;
}

.detailDate {
	font-size: 12px;
	text-align: left;
}

table.list th, table.list td {
	padding: 3px 10px 3px 10px;
}
table.list .highlight2 th,
table.list td.listingContent {
	padding: 8px 10px 8px 10px;
}
table.list td.listingContent {
	line-height: 1.6em;
}
table.list td.listingContent p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
tr.highlight th, tr.highlight td {
	font-weight: bold;
	text-align: left;
}
tr#highlight td {
	font-weight: bold;
}
tr.highlight th, tr.highlight td, tr#highlight td,
tr.highlight2 th, tr.highlight2 td, tr#highlight2 td {
	background-color: #fff;
}
tr.highlight th, tr.highlight td {
	border-bottom: 1px solid #EBE3D8;
}
table.list,
.list .listingContent {
	border: 1px solid #EBE3D8;
}
tr#highlight td {
}
.highlight2 th {
	font-weight: normal;
	text-align: left;
}

#content img.noborder
{
	border: 0;
}


/* Frontend admin link styles */
.admin_on_green{
	color:#CCCCCC;
}

.adminLinks {
	color:#fff;
	position: relative;
	z-index: 500;
}
.adminButton {
	border: 1px solid #900;
	color: #900;
}
.required {
	color: #900;
}

/* breadcrumb */

	#breadcrumb {
		clear: both;
		float: left;
		margin: 0;
		padding: 4px 0 5px 0;
	}

		#breadcrumb_line {
			border: 0; 
			clear: both; 
			height: 0;
			margin-bottom:5px;
		}
		
		#breadcrumb .breadcrumb {
			font-size: 12px;
			margin: 0;
			padding: 0;
		}
		#breadcrumb h5 {
			color: #1191D0;
			margin: 0;
			padding: 0;
		}

	.pageNav {
		margin: 0;
		padding: 0;
	}
		h1.hdr,
		h1.pageHdr{
			border-bottom: 2px solid #1191D0;
			margin-bottom:2px;
			padding-bottom:5px;
			text-align:left;
			text-transform: uppercase;
			width:100%;
		}
		h1.hdr{
			border:none;
		}

/* content title */

.hdr {
}

/********************/
/* printicon styles */
/********************/


	/* printicon */

	.printicon {
		float: right;
		height: 15px;
		line-height: 15px;
		margin: -25px 10px 0 0;
		position: relative;
		
	}
	
		.printicon,
		.printicon a,
		.printicon a img {
			padding: 0;
		}
		.printicon a:hover,
		.printicon a{
			cursor:pointer;
		}

	.notdisplay {
		display: none;
	}


/**********************/
/* form layout styles */
/**********************/


	/* form_container */

	#form_container {
		float: left;
		margin-top:50px;
		padding: 15px;
	}
		#form_container form,
		#form_container table
		{
			
		}
			#form_container table tr{
				margin-top:5px;
			}

	/* form_text */

	#form_text {
		float: right;
		padding: 15px;
		width: 270px;
	}
	

/* frontend list style */

tr.altrow th, tr.altrow td, tr#altrow td
{
	background-color: #F6F5F4;
}

#content .home_box .warning {
	color: #3A2F1E;
}
#content .home_box .warning a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.listing {
	border-bottom: 1px dotted #E3DEDB;
}
hr.listing {
	border-bottom: 1px thin #E3DEDB;
}
.noborder,
#content .noborder,
#content .FormTextHeader img,
#right_top_picture img.noborder,
#tbl_right .rtside_item img.noborder {
	border: 0;
}

/* rss */

	.rss_link {
		font-size: 12px;
	}
	
	.rss_name {
		/*float: right;*/
		font-size: 12px;
		height: 12px; /* 16px (total height) - 2px (margin top) - 2px (margin bottom) */
		line-height: 12px;
		margin: 2px;
	}

/* component all / month pages */

.list_image {
	border: 1px solid #E3DEDB;
	float: left;
	margin: 15px 10px 10px 0;
}

/* component detail pages */

.details_image {
	/*border: 1px solid #E3DEDB;*/
	float: right;
	margin: 10px 0 10px 10px;
}

.archive_year{
	float:left;
	margin: 0 15px 15px 15px;
	width: 150px;
}

