/*

	Main CSS file. Split into style categories.

*/

/* - General styling properties - */

body
{
	/* Standard font families listed by most common first */
	/* Sans-serif */
	font-family: 'Arial',Verdana,Geneva,'Trebuchet MS','Lucida Sans Unicode','Arial Narrow',Palatino;
	font-size: 10pt;
	text-align: center;
}

/* Table styling only needed as Contribute overwrites normal page styling to format table information as data */

table
{
	font-size: 10pt;
}

/* - Classes - */

a.exampleButton, a.exampleButton:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.exampleButton:hover
{
	text-decoration: underline;
}

/* - Main div styling - */

#exampleContainer
{
	width: 758px;
	margin: 0 auto;
	padding-top: none;
	text-align: center;
}

	#exampleHeader
	{
		border:  none;
		padding: 0px;
		font-weight: bold;
		font-size: 150%;
	}
	
	#exampleDateInfo
	{		
		background-color: #e5edf2;
		font-style: italic;
		font-weight: normal;
		padding: 5px;
		margin-left: 2px;
		margin-right: 2px;
		text-align: left;
		color: #004c7e;
		background-color: #e5edf2;						
	}
		
	
	#exampleMenu
	{
		background-color: #004c7e;
		padding: 5px;
		text-align: center;
		margin-left: 2px;
		margin-right: 2px;
		
	}
		#exampleMenu td
		{
			font-weight: bold;
			color: #FFFFFF;
			align: center;		
		}
		
	#exampleContent
	{
		background-color: #fff;
		border: 1px solid #e5edf2;
		text-align: left;
		padding-bottom: 10px;
		margin-left: 2px;
		margin-right: 2px;
	

	}
	
		#examplePageTitle
		{
			color: #000000;
			font-weight: bold;
			margin-bottom: 10px;
			font-size: 125%;
		}
		
		#examplePageSubTitle
		{
			color: #555;
			font-style: italic;
			margin-bottom: 10px;
		}
		
		
		
		
		#titleDiv {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}
	
	
	#stream
	{
	    text-align:center;
	    
	    
	    }
		
		
		
	#exampleFooter
	{
		padding: 10px;
		margin-top: 5px;
		clear: both;

	}
	
p		{ margin-top:0px; text-align:left; }
table	{ font-size:100%; }
	
.pageTitle		{ font-size:120%; font-weight:bold; text-align:left; }
.pageSubTitle		{ font-size:110%; font-weight:bold; }
#floorplanStatus	{ width:75%; border:1px rgb(28,28,149) solid; padding:10px; background-color:rgb(245,245,245); }
#floorplanStatus table	{ font-size:120%; }
.floorplanTop		{ position:relative; bottom:-37px; right:-3px; }
	
	
img
{
	border: none;
}
.formsubmitted {
	color: #b2361e;
	font-size: 14px;
	font-weight: bold;
}
