@CHARSET "UTF-8";

body
{
	background-color:		black;
	height:					100%;
	background-image:		url('../backgrounds/bg-tiles2.png');
	
	font-family:			sans-serif;
	text-align:				center;
}

table.cweb_Page
{
	margin-left:			auto;
	margin-right:			auto;
}

	/****************************************************************
		Header
	****************************************************************/
	
	div.cweb_Header
	{
		font-size:				40px;
		color:					#EEF;
		font-style:				italic;
	}
	
	/****************************************************************
		Menu
	****************************************************************/
	
	td.cweb_Menu
	{
		vertical-align:			top;
		width:					100px;
	}
	
	div.cweb_Menu
	{
		margin:					5px;
		
		border:					solid 1px #412;
		
		background-color:		#201;
		
		height:					100%;
	}
	
	div.cweb_MenuLink
	{
		text-align:				left;
		color:					#828;
		margin-left:			5px;
		margin-bottom:			5px;
	}
	
	a.cweb_MenuLink
	{
		font-size:				12px;
		color:					#828;
		text-decoration:		none;
	}
	
	a.cweb_MenuLink:HOVER
	{
		text-decoration:		underline;
		color:					#F4F;
	}
	
	div.cweb_MenuCategory
	{
		margin-left:			5px;
		margin-bottom:			5px;
		
		border-left:			solid 1px #412;
		border-bottom:			solid 1px #412;
	}
	
	div.cweb_MenuCategoryCaption
	{
		color:					#613;
		font-size:				12px;
		text-align:				left;
		margin-left:			5px;
	}
		
	td.cweb_Content
	{
		vertical-align:			top;
	}
	
	div.cweb_PageSection
	{
		background-color:		#080410;
		color:					#F2F1F8;
		
		border:					solid 1px #214;
		margin-top:				5px;
		margin-bottom:			5px;
		margin-left:			auto;
		margin-right:			auto;
		width:					500px;
	}
	
	table.cweb_PageSectionTitle
	{
		background-color:		#100820;
		color:					#F2F1F8;
		
		border-bottom:			solid 1px #214;
		padding:				2px 5px 2px 5px;
		
		font-style:				italic;
		font-size:				20px;
		
		text-align:				left;
		
		border-collapse:		collapse;
		width:					100%;
	}
	
	td.cweb_InformationIcon,
	td.cweb_ErrorIcon,
	td.cweb_Icon
	{
		width:					24px;
		background-repeat:		no-repeat;
		background-position:	center;
	}
	
	td.cweb_InformationIcon
	{
		background-image:		url('../icons/info-16x16.png');
	}
	
	img.cweb_YayEmote
	{
		background-image:		url('../emotes/yay-16x16.png');
		width:					16px;
		height:					16px;
		vertical-align:			text-top;
	}
	
	div.cweb_PageSectionPart
	{
		padding:				10px 10px 10px 10px;
		text-align:				justify;
	}
	
	div.cweb_PageSectionPartEnd
	{
		clear:					left;
	}
	
	img.cweb_PageSectionImage
	{
		float:					left;
		margin-right:			10px;
	}
	
	div.cweb_Separator
	{
		margin:					4px;
		
		border-top:				solid 1px #CCC;
		width:					200px;
		margin-left:			auto;
		margin-right:			auto;
	}
	
	/****************************************************************
		Footer
	****************************************************************/
	
	div.cweb_Footer
	{
		text-align:				center;
		color:					#CCC;
		
		font-size:				10px;
	}