/* 
Project: The Network 
Filename: plugins.css
Date: July 26 2007
Author: Malcolm Elsworth
*/




/*---------[ events listing ]---------*/
.eventsListing {
	width: 100%;
	float: left;
	}


.eventsListing .Eeven,
.eventsListing .Eodd,
.eventsListing .featuredEvent {
	margin: 0px;
	padding: 12px;
	border-bottom: 1px solid #b2b1a1;
	line-height: 1.4em;
	}

.Eeven p,
.Eodd p {
	margin: 2px 0 2px 0 !important;
	}

p.eDate {
	font-size: 1.1em;
	color: #517DB2 !important;
	}
	
.eventsListing h2 {
	margin: 5px 0 5px 0 !important;
	padding: 0 !important;
	border: none !important;
	color: #8282a6 !important;
	}

.eventsListing h2 a {
	text-decoration: none;
	font-weight: normal !important;
	}

.eventsListing h2 a:hover,
.eventsListing h2 a:active,
.eventsListing h2 a:focus {
	background: #ef8f00;
	color: #fff !important;
	}

.eventDetails abbr, 
.eventsListing abbr {
	border: 0;
	}
	
.eventsListing .featuredEvent {
	background-image: url("../images/bg_ResEvent.gif");
	background-repeat: no-repeat;
	background-position: right 7px;
	border-left: 5px solid #d90026;
	}
	
.eventsListing .Eeven {
	background: #f2f0db;
	}
	
.netEvent,
.netEventInv {
	float: right;
	background: #8585ad;
	width: 120px;
	padding: 2px 5px !important;
	color: #fff;
	font-weight: bold;
	}
	
.netEventInv {
	background: #d68533 !important;
	}



/*---------[ events details ]---------*/
.eventDetails {
	width: 100%;
	float: left;
	}

.eventDetails h2 {
	padding: 0 !important;
	border: none !important;
	margin: 0 0 0 8px !important;
	}

.eventDetails dl {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.4em;
	}

.eventDetails dt {
	width: 25%;
	float: left;
	margin: 0 0 0 0;
	padding: .4em;
	padding-left: 10px;
	border-top: 1px solid #b2b1a1;
	font-weight: bold;
	color: #4f4f4f;
	}

/* commented backslash hack for mac-ie5 \*/
dt { 
	clear: both;
	}
/* end hack */

.eventDetails dd {
	float: left;
	width: 70%;
	margin: 0 0 0 0;
	padding: .4em;
	border-top: 1px solid #b2b1a1;
	}
	
.eventDetails dd p {
	margin-left: 0 !important;
	}





/* ---------------- Agency tabs ---------------- */
.SuppliersSearch {
	background: #fff;
	padding-top: 10px;
	border-top: 1px solid #dad9c8;
	margin-bottom: 10px;
	}

form#frmSuppliers {
	padding-left: 12px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #dad9c8;
	}
	
.frmSuppliersIndex {
	padding-bottom: 10px;
	border-bottom: 1px solid #dad9c8;
	}
	
div.addressSection, 	
p.addressSection {
	margin-bottom: 10px !important;
	}
	
#content h3.cName {
	font-size: 1.3em !important;
	border: 0 !important;
	margin: 10px 0 !important;
	padding: 0px !important;	
	}





/* ----------------[ Blog ]---------------- */
.blogEdit, 
.blogLogin {
	border: 1px solid #e0decb;
	background: #fff;
	margin-bottom: 15px;
	}

	
.blogEdit {
	padding: 4px 7px !important;
	}

.blogLogin p {
	line-height: 1.2em;
	margin: 7px 12px !important;
	}
	
.blogger {
	font-weight: bold;
	}
	
#blogMain img.imgtop {
	display: block;
	margin-bottom: 10px;
	}

#blogMain img.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	}

#blogMain img.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}

#blogMain p.toTop {
	padding-bottom: 30px !important;
	}
	
#blogMain p.toTop a {
	font-weight: normal !important;
	background: url("../images/bg_arrowUp.gif") no-repeat 0 4px;
	padding-left: 14px;
	}

#blogMain p.toTop a:hover,
#blogMain p.toTop a:focus,
#blogMain p.toTop a:active {
	color: #666699;
	}





/* ----------------[ Blog: Entry ]---------------- */
.blogEntry {
	margin: 20px 0 0 0;
	}

.blogEntry h3 a,
.blogEntryDraft h3 a {
	text-decoration: none;
	}
	
.blogEntry h3 .new-event {
	color: #9b1717;
	}





/* ----------------[ Blog: Draft entry ]---------------- */
.blogEntryDraft {
	border: 2px solid #f1efd7;
	background: #fffef1;
	margin: 20px 0 0 0;
	padding: 0 5px;
	}
	
.blogEntryDraft p {
	color: #6a6969;
	}
	
.blogEntryDraft h3 {
	color: #b68583 !important;
	}
	
.blogEntryDraft h3 .grey {
	color: #6a6969 !important;
	}
	
.blogDate {
	color: #6a6969 !important;
	}

.blogEntryDraft a {
	color: #b3b3cc !important;
	}

.blogEntryDraft a:hover,
.blogEntryDraft a:focus,
.blogEntryDraft a:active {
	color: #fff !important;
	background: #b3b3cc !important;
	}





/* ----------------[ Blog: Delete entry ]---------------- */
.blogEntryDelete {
	border: 2px solid #CD1717;
	background: #fff;
	margin: 20px 0 0 0;
	padding: 0 5px;
	}

.blogEntryDelete a.yes {
	color: #3A8A3E !important;
	}
.blogEntryDelete a:hover.yes,
.blogEntryDelete a:active.yes,
.blogEntryDelete a:focus.yes {
	color: #fff !important;
	background: #3A8A3E !important;
	}
	
.blogEntryDelete a.no {
	color: #CD1717 !important;
	}
.blogEntryDelete a:hover.no,
.blogEntryDelete a:active.no,
.blogEntryDelete a:focus.no {
	color: #fff !important;
	background: #CD1717 !important;
	}

.blogEntryDelete .error {
	border: 0 !important;
	}

.blogComment {
	padding: 10px 20px;
	margin: 5px 0px 10px 0;
	border: 1px solid transparent;
	}
	
.codd {
	border: 1px solid #ddd4d4;
	background: #fefdf6;
	}
	
.blogComment h4 {
	background: url("../images/bg_comment.gif") no-repeat 0px 50%;
	padding: 0 0 0 25px !important;
	margin: 0 !important;
	border: 0 !important;
	font-weight: bold !important;
	}

.blogComment p {
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	}
	
.blogComment:hover,
.blogComment:focus,
.blogComment:active {
	border: 1px solid #cec0c0;
	background: #eae8ce;
	}
	
textarea.epEditor {
	clear: left;
	margin-top: 10px;
	width: 90% !important;
	}

