/*
  SokolClub.org Designed and Maintained by
	Damian J. Suess - Xeno Innovatinos, Inc. (c)2006-2010
	
	
  Year-MMDD		Description
	========= # ===============================
	2007-0918 - Modified Background Color & Image


*/

/*
	#0000FF; blue
	#0000CC; dk-blue
	#660066; purple
	#FF0000; red
	#e3e3e3; gray
*/

	@import url("scs_windows.css");

body {
	/* background-image: url('_pix/bg-gray-fade.jpg'); 	background-color: #d2d2d2; */
	/* background-image:  url('_pix/spring-daisy-white-pretty.jpg');			background-color: #c0c1e7;*/
	/* background-image: url('_pix/bk_newyear2.gif');			background-repeat: repeat;	*/
	
	/* background-image: url('_pix/spring-daisy-white-pretty.jpg'); */
	background-image: url('_pix/spring-flowers.jpg');
	background-repeat: repeat;
	
	/*
		background-image: url('_pix/bg_blu-liblu.gif');			background-color: #c0c1e7;
		background-repeat: repeat-x;
	*/
	/*
		bg-blue-to-whi.jpg	--	background-color: #FFFFFF;
		bg-gray-fade.jpg		--	background-color: #d2d2d2;
		bg_blu-liblu.gif		--	background-color: #c0c1e7;
		SOLID-BG						--	background-color: #e3e3e3;
	*/
	color: #000000;
	font: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	/*font-size:14px; */
	text-align: left;
	margin: 0px;
}

a:link{ 	color:#0000FF; text-decoration:none; background-color: transparent;}
a:visited{color:#0000CC; text-decoration:none; background-color: transparent;}
a:hover{ 	color:#FF0000; text-decoration:none; background-color: transparent;}
a:active{	color:#FF0000; text-decoration:none; background-color: transparent;}

					/* used for the 'Under Construction' banner */
					table.tbl_construct{
						position:absolute;
						left:0px;
						top:150px;
					}
/* ######################################## */
/* ######################################## */

table.tbl_main{
	width:100%;
	border:0;
	top:0px;
	left:0px;
	position:absolute;
}
	
/* ################################################################################ */
/* ################################################################################ */
/* ################################################################################ */

/*  ########[ Top Window BADGE and BANNER ]######## */
table.tbl_top{
	position:absolute;
	left:0px;		top:0px;	width:100%;	height:123px;
	border:0;
}
	.top_badge2{																											
		background-image: url('_pix/_skin-blu/scs_banner-left2.gif');
		width: 278px;
		height: 123px;
		background-repeat: no-repeat;
	}
	.top_banner{
		background-image: url('_pix/_skin-blu/scs_banner-right.gif');
		background-repeat: repeat-x;
		width: 100%;
		height: 123px;
		white-space:nowrap;		/* #####[ NO WORD WRAP! ]#####*/
		vertical-align:top;
	}
						.banner_title{
							text-align:center;
							font-size:30px;
							font-weight:bold;
							font-family:"Times New Roman", Times, serif;
							/*position:absolute;
							top:35px;*/
						}
						.banner_title_sm{
							text-align:center;
							font-size:20px;
							font-weight:bold;
							font-family:"Times New Roman", Times, serif;
						}
	.banner_data{
		text-align:center;
		position:absolute;
		text-align: center;
		/*		top:70px;
					left: 300px;
		*/
		/* vertical-align:text-bottom; */
		/* width: 100%; */
	}