/* Common elements */

#PageCenterContainer
{
	text-align: left;
	width: 993px;
	margin: 0 auto;
} 

#OuterContentContainer
{
	width: 993px; 
	height: 1%; 
	/* Note, this background will be overriden on some pages, this is the default. */
	background-color: #fff;
}

#TopBarContainer 
{
	/* Avoid wrapping of contents */
	background-image: url(/images/ng_blue1.gif);
	width: 993px;
	height: 1.55em;
	clear: both; 
}

#SubBarContainer
{
	/* Avoid wrapping of contents */
	width: 993px;
	clear: both; 
}

#Page_ContentMiddleRightContainer
{
	width: 781px; 
	float: left; 
	
}
#Page_ContentMiddleRight
{
	padding: 0.5em 1em 1em 1em; 
}

#Page_ContentLeftContainer
{
	width: 210px; 
	background-color: #3366CC; 
	color: inherit;
	background-attachment: scroll; 
	background-image: url("/images/css_ng_a.gif"); 
	background-repeat: repeat-x;
	background-color: #ffffff;
	float: left;
	border-right: solid 1px #fff; 
	/* We want to enforce the full gradient height */
	min-height: 420px; 
	height: auto !important; 
	height: 420px; 
}


#Page_ContentLeftContainer	
{
	width: 210px; 
	display: block;
	float: left;
}
#Page_ContentLeft 
{
	padding: 0.5em 1em 1em 1em;
}


#BreadCrumbs 
{
	background-color: inherit;
	color: #888;
	font-weight: normal;
	font-size: 0.7em;
	font-family: verdana, arial, helvetica, sans-serif; 
}


#FP_ContentContainer
{
	width: 697px; 
	background-color: #3366CC; 
	color: inherit;
	background-attachment: scroll; 
	background-image: url(/images/css_ng_a.gif); 
	background-repeat: repeat-x;
	background-color: #ffffff;
	float: left;
	border-right: solid 1px #fff;

}	
#FP_ContentLeftContainer	
{
	width: 210px; 
	float: left;
	border-right: solid 1px #fff; 
	/* We want to enforce the full gradient height */
	min-height: 420px; 
	height: auto !important; 
	height: 420px; 	
	
}
#FP_ContentLeft 
{
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	
	 /* 0.5em 1em 0.5em; */
	
}

#FP_ContentMiddleContainer
{
	/* width: 338px; */
	width: 486px; 
	float: left; 
	
}
#FP_ContentMiddle
{
	padding: 0em 0.5em 0.5em 0.5em; 
	margin-top: 0.5em;
}
#FP_ContentMiddle h2
{
	background-image: url(/images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	font-size: 1.0em;
	padding-top: 0em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	color: #555;
}


#FP_ContentRightContainer 
{
	width: 295px; 
	float: left;
}

#FP_ContentRight
{
	padding-top: 1em; 
	padding-bottom: 1em;
	padding-left: 20px;
    padding-right: 20px;

}
#FP_ContentRight div
{
	color: White;
}

/* BEGIN Meeting Event List */
#MeetingEventListContainer 
{
	font-size: 0.7em;
}

#MeetingEventListContainer a 
{
	text-decoration: none;
}

#MeetingEventListContainer span 
{
	color: #aaa;
}

#MeetingEventListContainer h2
{
	background-image: url(/images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	font-size: 1.4em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	color: #555;
}

a.MeetingEventCityLink 
{
	color: #aaa;
}
a.MeetingEventCityLink:hover 
{
	color: #00c;
}
a.MeetingEventSignupLink
{
	display: block;
	float: right;
}
.MeetingEventLink
{
	font-size: 1.1em;
}
.MeetingEventListDate
{
	font-size: 0.8em;
	color: #aaa;
	background-color: inherit;	
}
/* END Meeting Event List */

/* BEGIN Meeting Info Page */
#MeetingInfoRight {
	float: right; 
	padding-right: 0.5em; 
	padding-left: 2em; 
	padding-bottom: 1em;
	width: 150px; 
	font-size: 0.7em;
}
#MeetingInfoRight p {
	margin-top: 0.2em;
}
/* END Meeting Info Page */

/* Subscription List */
.SubscriptionListContainer table
{
	width: 50%;
}
.SubscriptionListContainer label
{
	display: inline;
}

/* BEGIN DevForum */
#ForumPostingContainer 
{
}

#ForumPostingContainer h3
{
	font-size: 1.3em;
	margin-bottom: 0.2em;
}

/* END DevForum */

/* Sponsors on the front page */
.SponsoringOuterContainer
{
    /* */
}

DIV#SponsoringInnerContainer
{
    color: #000;
    background-color: #fff;
    margin-bottom:10px;
    margin-top:10px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
}
.SponsoringHeading 
{
    display: block;
    color: White;
    font-size: 0.9em;
}
/* END sponsoring */
