/* all pages display ------- */

#sidewinder, #top, #innerfloat, #longbox, .floater, #content, #footer{
	color: gray;
	font-size: 10px;
	}
	
#sidewinder, #top, #innerfloat, #content{
	border: 1px solid #CCCCCC;
	}

#sidewinder {
	background-color: #E6E6E6; 
	width: 90%;
	margin: 10px;
	padding: 5px;
	}

#top 	{
	background-color: #e6f0fa; 
	padding: 5px;
	}

#innerfloat 	{
	background-color: #ffffff;
	height: 350px; 
	width: 100%;
	margin: auto; 
	overflow: auto;
	}

#longbox	{
	background-color: transparent;
	}

#longbox 	{
	width: 800px;
	}

.floater 	{
	background-color: transparent; 
	height: 185px;
	width: 180px; 
	margin: 5px; 
	padding: 5px;
	text-align: left;
	float:left;
	}
	
/* -- end all pages display-- */


/* all pages VERTICAL display ------- */

#sidewinder_v, #top_v, #innerfloat_v, #longbox_v, .floater_v, #content_v, #footer_v{
	color: gray;
	font-size: 10px;
	}
	
#sidewinder_v, #top_v, #innerfloat_v, #content_v{
	border: 1px solid #CCCCCC;
	}

#sidewinder_v {
	background-color: #E6E6E6; 
	width: 180px;
	margin: 10px;
	padding: 5px;
	}

#top_v 	{
	background-color: #e6f0fa; 
	padding: 5px;
	}

#innerfloat_v 	{
	background-color: #ffffff;
	height: 350px; 
	width: 100%;
	margin: auto; 
	overflow: auto;
	}

#longbox_v	{
	background-color: transparent;
	}

#longbox_v 	{
	width: 180px;
	}

.floater_v 	{
	background-color: transparent; 
	height: 185px;
	width: 180px; 
	margin: 5px; 
	padding: 5px;
	text-align: left;
	float:left;
	}
	
/* -- end all pages VERTICAL display-- */

