/* publications list page */
.publication { display: block; float: left; width: 45%; margin-right: 20px; margin-bottom: 30px; height:auto;}
.thumbnail { float: left; padding-right: 10px; padding-bottom: 5px; }
.paging { clear: both; }

.PublicationTop 	{ float: left; width: 100%; clear: both; margin-bottom: 15px; }
.PublicationImage 	{ width: auto; margin-right: 20px; float: left; }
.PublicationText 	{ float: left; width: 60%; vertical-align: top; clear:right; height:auto; }
.PublicationDownload { width: 100%; clear:both; float: left; margin:10px 0px 20px 0px; padding: 10px 0px 10px 0px; border-bottom: 1px dotted grey; border-top: 1px dotted grey; }

/* Dynamic Page Layout */
.DynamicTop 	{ padding:0px; margin:0px; margin-left: 20px; clear:both; width:90%; }
.DynamicTopLeft { width:45%; float:left; display:block; clear:left; }
.DynamicTopLeft img { float:left; width:100%; }
.DynamicTopRight { float:right; margin-right: 40px; width:41%; clear:right; }
.DynamicTopRight p { padding:0px; }
.DynamicMiddle { clear: both; }
.DynamicBottom	{ margin-top: 20px; border-top: 1px dotted grey; padding-top: 20px; }
.DynamicColumn 	{ padding:0px; margin:0px; float: left; width:49.5%; vertical-align: top; }
.dynamicShortcut { display: block; float: left; margin: 0px 10px 30px 20px; height:auto; vertical-align: top; }
.dynamicShortcut .thumbnail { float: left; padding-right: 10px; padding-bottom: 5px;}

/* standard forms */
.formRow 		{ display: table-row; }
.formLabel 		{ display: table-cell; width: 150px; }
.formControl 	{ display: table-cell; padding: 5px; }

/* A-Z Listing Page */
.itemAlpha		{ font-size: 1.25em; padding-bottom: 3px; padding-top: 10px; }
.itemBlock		{ width: 350px; display: inline-block; vertical-align: top; margin: 10px 20px; }

.itemFilter 	{ border-bottom: 1px dotted grey; margin-bottom: 10px; clear: both; }
.itemCount	 	{ margin-bottom: 20px; }
.itemNavigation { margin: 15px 0px 15px 0px; width: 98%; clear: both;}
.itemPagination { float: left; padding: 0px 0px 0px 10px; margin: 0px 0px 20px 0px; width: 40%; text-align: center; }
.itemNavLeft 	{ float: left; padding: 0px 0px 0px 10px; margin: 0px 0px 20px 0px; width: 27%; }
.itemNavRight 	{ float: right; width: 27%; padding: 0px 10px 0px 0px; margin: 0px 0px 20px 0px; text-align: right; }
.itemList 		{ display: block; }

.downloadBlock { margin-bottom: 15px; border-bottom: 1px dotted grey; padding-bottom: 15px;}

.itemLineBlock { padding: 1px 0px 5px 0px; margin-left: 20px; }


div.itemShortcut {
	width: 80%;
	clear: both;
	margin: 20px 0px 20px 10%;
}

div.itemShortcutImage {
	float: left;
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 160px;
}

div.itemShortcutDetails {
	display: inline-block;
	float: right;
	width: 45%;
}

div.itemShortcutTitle {
	font-weight: bolder;
	float: left;
	clear: both;
}

div.itemShortcutText {
	float: left;
}

div.leftColumn {
	width: 50%;
	display:inline-block;
}

div.rightColumn {
	width: 49%;
	display:inline-block;
}

.mChildren {
	clear: right;
	margin-bottom: 20px;
}

.mI
{
	display: inline-block;
	margin-right:5px;
	padding: 1px;
	float:left;
}

.itemImage {
	width: 200px;
	display: inline-block;
}

.itemDetails {
	width: 145px;
	display: inline-block;
}

.itemPopularPanel {
	border: 1px solid grey;
	float: right;
	width: 200px;
}

.publicationPage {
	padding: 20px;
}

.warning {
	color: red;
}

div.calendarAddLink {
	float: right;
	width: auto;
}
.dynamicButton
{
    float: right;
    vertical-align: bottom;
    margin-top: 12px;
}