#header
{
}

	#miscNav
	{
		width: 490px;
		padding: 6px 0 0 260px;
		background-image: url(../images/adult-division/misc-nav-gradient.gif);
		background-color: #336633; /* Helps hide preload images */	
	}
	
	#forAssistance p a
	{
		color: #336633;
	}
	
	#sectionNav
	{
		width: 400px;
		padding: 30px 0 0 200px;
	}
	
	#shinyHappyStock
	{
		position: absolute;
		top: -10px;
		right: 35px; /* For IE6 */
	}
	
		#header > #shinyHappyStock
		{
			right: 25px; /* For everyone else */
		}
		
#mainContainerPppup
{
	position: relative;
	width: 446px;
	margin: 0 auto 0 auto;
	text-align: left;
}
	
#contentOutside
{
	border-top: 1px solid #999999;
	padding-top: 9px;	
}

#contentOutsidePopup
{
	position: relative;
	left: 4px;
	top: 4px;
	width: 424px;
	clear: both;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

	#contentInside
	{
		background-color: #DBDBB7;
		background-image: url(../images/adult-division/content-inside-background.jpg);
	}

	#contentInsidePopup
	{
		background-color: #DBDBB7;
		padding: 5px 5px 15px 5px;
	}
	
		#contentInside a
		{
			color: #336633;
		}
		
		#contentMinHeight
		{
			height: 610px;
		}
		
		#contentMinHeightPopup
		{
			height: 296px;
		}	
		
		#leftSidebar
		{
			top: 42px;
			width: 225px;
			background-image: url(../images/adult-division/left-sidebar-middle-background.gif);
			background-repeat: repeat-y;
			background-color: #336633;
		}
		
			#leftSidebar a
			{
				color: white;
			}
			
			#adultDivisionLinksBackground
			{
				position: absolute;
				top: 0;
				left: 0;
			}
			
			#adultDivisionLinks
			{
				position: relative;
				top: -5px;
				left: 5px;
				margin: 0;
				padding-left: 0;
			}
			
				#adultDivisionLinks li
				{
					padding: 5px 0 5px 17px;
					background-image: url(../images/adult-division/adult-division-links-separator.gif);
					background-repeat: no-repeat;
					background-position: 17px 0;
				}
				
					#adultDivisionLinks li a
					{
						padding-left: 14px;
					}
				
				#adultDivisionLinks a:hover, .currentAdultDivisionLink
				{
					background-image: url(../images/adult-division/adult-division-links-indicator.gif);
					background-position: 2px 4px;
					background-repeat: no-repeat;				
				}
			
			#specialPostings
			{
				background-image: url(../images/adult-division/special-postings.gif);
				background-position: repeat;
				position: relative;
				top: 5px;
				width: 225px;
				height: 216px;
			}
			
				#specialPostings li
				{
					position: relative;
					top: 45px;
					left: 20px;
				}
			
			#leftSidebarBottom
			{
				position: relative;
				top: 5px;
				left: -17px;
			}
		
		#pageContent
		{
			position: relative;
			left: 120px;
			width: 560px;
		}
		#pageContentWide
		{
			position: relative;
			left: 20px;
			width: 672px;
		}

		#popupContent
		{
			position: absolute;
			left: 20px;
			top: 20px;
			width: 400px;
			height: 296px;
			text-align: left;
			vertical-align:top;
			overflow:auto;
		}
			
			#sectionPromo
			{
				left: -8px; /* For IE6 */
				margin-top: 5px;
			}
			
				#pageContent > #sectionPromo
				{
					left: -5px; /* For everyone else */
				}
			
			#posts
			{
				width: 370px;
			}
			#postsWide
			{
				width: 560px;
			}
			#postsWideFull
			{
				width: 670px;
			}
			
				.postHeadline
				{
					color: #336633;
					border-bottom: 1px solid #336633;
					margin-bottom: 10px;
				}
				
				.postDate
				{
					color: #336633;
				}
				
		#rightSidebar
		{
			width: 185px;
			top: 20px;
			left: 15px;
		}
		
			#rightSidebar img
			{
				margin-bottom: 6px;
			}
			
#footer
{
}

	#footer a
	{
		color: #336633;
	}
	
.grayBottomBorder
{
	border-bottom: 1px solid #666666;
}
	

/* Class Schedule */
table.classSchedule
{
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 90%;
	width: 560px;
	
	/* IE doesn't support borders on tr, so have to do left/right/top here, and bottom on tds */
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

table.classSchedule thead
{
	background-color: #CCCC99;
}

	table.classSchedule thead tr.bold
	{
		font-weight: bold;
	}
	
table.classSchedule td
{
	padding: 5px;
	border-bottom: 1px solid white;
	vertical-align: top;
}

#classDetailsOutside
{
	width: 400px;
	border: 1px solid black;
	text-align: left;	
}

	#classDetailsInside
	{
		position: relative;		
		border: 2px solid white;
		background-color: #DBDBB7;
		padding: 10px 20px 10px 20px;
	}
	
		#classDetailsHeader
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 386px;
			background-image: url(../images/adult-division/class-details-header-background.gif);
			background-repeat: repeat-x;
			height: 19px;
			color: white;
			padding: 5px 0 0 10px;
			font-weight: bold;
		}
	
		.classProgram
		{
			position: relative;
			top: 10px;
			color: #666666;
			font-size: 80%;
			font-weight: bold;
		}
	
.classTopNavigationLinks
{
	margin-top: 0;
	text-align: right;
}

	.classTopNavigationLinks a
	{
		font-weight: bold;
	}

.classSectionHeaderSmall
{
	color: #336633;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

	.classSectionHeaderSmall a
	{
		color: #336633;
	}
	
	.classSectionHeaderSmall a:hover
	{
		color: #666666;
	}

.classSectionHeaderLarge
{
	color: #336633;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}

.classSectionHeaderBig
{
	color: #336633;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}

.classColumnTwo
{
	width: 25%;
}

.classColumnThree
{
	width: 25%;
}

.instructorContactInfo
{
	position: relative;
	top: -5px;
	margin-top: 0;
}

.align-right
{
	text-align: right;
}

.classContainer
{
	clear:both;
}