﻿/* EVENT LISTING PAGE */
/* The generic form class is referenced in the body tag in the Master page.  This class is NOT
contained in any of the standard style sheet definitions, and can therefore safely be used to 
provide customised styles based on the body class.

These styles are used in place of the event-listing class in the blue.css and article.css stylesheets
which are used by the original DNA template

Andy Robinson 23/7/2007

*/
.generic-form #central-col h3.event-date				{width:265px; float:left;}
.generic-form #central-col form.event-calendar			{width:165px; float:right;}
.generic-form #central-col form select					{margin:5px 0 0 0; width:130px;}
.generic-form #central-col form input.go-submit		{vertical-align:bottom; margin:0 0 0 5px;}

.generic-form #central-col .event-module				{margin-top:20px; padding:30px 0 0 0; border-top:1px solid #d8e8f9;}
.generic-form #central-col .event-module h3			{margin:0; padding:0; width:350px;}
.generic-form #central-col .event-module p 			{padding:0; margin:10px 0 2px 0;width:348px;}

.generic-form #central-col .event-module .col-left {float:left; width:368px;}
.generic-form #central-col .event-module .col-right {float:left; width:163px;}


/*  For event drop down lists */
.generic-form #central-col .eventdropdownleft {float:left; width:auto}
.generic-form #central-col .eventdropdown {float:left; width:auto; padding-left:20px}
.generic-form #central-col .eventradiosection {clear:both; padding-top:10px}
.generic-form #central-col .eventbuttonsection {padding-left:20px; }
.generic-form #central-col .eventbutton {vertical-align:bottom}


/* END EVENT LISTING PAGE */  

