/*
********************************************************
** Bounderies
********************************************************
*/

div#backgroundmain
{
    background:#F5F5F5 url('./images/boundaries/background.png') repeat-x;
}

div#backgroundfull
{
	background: url('./images/boundaries/background_down.png');
	background-repeat: repeat-x;
 	background-position: center bottom;
 	background-color: transparent;
}

div#backgroundimg
{
	position: relative;
	margin: 0 auto; 

	overflow:visible;
	min-width:984px;
	
	background: url('./images/boundaries/background_up.jpg');
	background-repeat: no-repeat;
 	background-position: center top;
 	min-height:834px;

}

div#backgroundend
{
	position:relative;
	margin: 0 auto; 

	overflow:visible;
	min-width:984px;
	background: url('./images/boundaries/background_down.jpg');
	background-repeat: no-repeat;
 	background-position: center bottom;
 	
 	min-height:834px;	
}

div#pagecenter
{
    position: relative;
	margin: 0 auto; 
	width: 984px;
	text-align: left;
	overflow:visible;
	
}

div#topbar
{
	width: 984px;
	text-align: left;
    height: 151px;
    overflow:visible;
}

#topbar div.sfslogo
{
    position:absolute;
    width: 350px;
    height: 87px;
    left:18px;
    top:3px;  
    z-index:10;
}

/*
********************************************************
** Search bar
********************************************************
*/

#topbar div.searchbar
{
    position:absolute;
    width: 606px;
    height: 73px;    
    left:378px;
    top:21px;  
}

#topbar div.usermenu
{
    position:absolute; 
    width: 217px;
    height: 21px;   
    left:386px; 
    top:47px;  
    padding-top:3px;
    font-family: Arial;
    color: #F7E099;
	font-size: 11px;
	text-align:center;
	cursor:default;
}
 
#topbar div.usermenu span
{
    margin-right:5px;
    margin-left:5px;
}

#topbar div.usermenu a
{
    color: #E0E0E0;
    text-decoration: none; 
    margin-left:5px;
    margin-right:5px;
}

#topbar div.usermenu a:hover
{
   /* text-decoration: underline; */
    color: #FFFFFF;
}

#topbar form.searchform
{
    position:absolute; 
    left:93px;
    top:14px;
}

#topbar form.searchform input
{
    position:absolute; 
    top:1px;
     
}

#topbar form.searchform #searchterms
{
	position:absolute;
	left:65px;
    width:334px;
    height:16px;
    padding:1px;
    padding-left:4px;
    padding-top:2px;
    
    font-family: Arial;
    color: #000000;
	font-size: 12px;
	line-height:16px;
	border-width:0px;
	background: transparent;
}

#topbar form.searchform #searchtype
{
    position:absolute; 
    top:1px;   
    width:79px;
    left:349px;
    height:20px;
    padding:0px;
   
    font-family: Arial;
    color: #000000;
	font-size: 12px;
	line-height:20px;
}
#topbar form.searchform #submitbutton
{
    position:absolute; 
    top:-3px;   
    width:62px;
    left:432px;
    height:26px;
}


/*
********************************************************
** Login / Tools bar
********************************************************
*/

#topbar div.usermenu a#settings
{
     background: url('/images/profiles/settings.png') no-repeat;
}

#topbar div.usermenu a#settings:hover
{
     background: url('/images/profiles/settingsover.png') no-repeat;
}

#topbar div.usermenu a#messages
{
     background: url('/images/profiles/messages.png') no-repeat;
}

#topbar div.usermenu a#messages:hover
{
     background: url('/images/profiles/messagesover.png') no-repeat;
}

#topbar div.usermenu a#logout
{
     background: url('/images/profiles/logout.png') no-repeat;
}

#topbar div.usermenu a#logout:hover
{
     background: url('/images/profiles/logoutover.png') no-repeat;
}







/*
********************************************************
** Top buttons bar
********************************************************
*/

#topbar div.buttonsout
{
    background: url('./images/boundaries/buttonsout.png');
    position:absolute;
    width:771px;
    height:25px;    
    left:1px;
    top:102px;  
}


#topbar .buttonsout div a
{
    display:block;
    text-align:center;
    position:absolute; 
    width:105px;
    height:25px;
    top:0px;
    
}

#topbar .buttonsout div#button_headlines_selected a{left:8px;}
#topbar .buttonsout div#button_headlines a{left:8px; background: url('./images/boundaries/top_headlines.png');}
#topbar .buttonsout div#button_headlines a:hover{ background: none; }

#topbar .buttonsout div#button_community_selected a{left:115px;}
#topbar .buttonsout div#button_community a{left:115px; background: url('./images/boundaries/top_community.png');}
#topbar .buttonsout div#button_community a:hover{ background: none; }

#topbar .buttonsout div#button_calendar_selected a{left:222px;}
#topbar .buttonsout div#button_calendar a{left:222px; background: url('./images/boundaries/top_calendar.png');}
#topbar .buttonsout div#button_calendar a:hover{ background: none; }

#topbar .buttonsout div#button_myplace_selected a{left:329px;}
#topbar .buttonsout div#button_myplace a{left:329px; background: url('./images/boundaries/top_myplace.png');}
#topbar .buttonsout div#button_myplace a:hover{ background: none; }

#topbar .buttonsout div#button_about_selected a{left:436px;}
#topbar .buttonsout div#button_about a{left:436px; background: url('./images/boundaries/top_about.png');}
#topbar .buttonsout div#button_about a:hover{ background: none; }

#topbar .buttonsout div#button_contact_selected a{left:543px;}
#topbar .buttonsout div#button_contact a{left:543px; background: url('./images/boundaries/top_contact.png');}
#topbar .buttonsout div#button_contact a:hover{ background: none; }

/*#topbar .buttonsout div#button_about_selected a{left:650px;}
#topbar .buttonsout div#button_about a{left:650px; background: url('./images/boundaries/top_about.png');}
#topbar .buttonsout div#button_about a:hover{ background: none; }
*/
#topbar div.endshadow {position:absolute;left:770px;top:124px;width:215px;height:3px;background: url('./images/boundaries/shadow_topright.png') no-repeat;}

/*
********************************************************
** Lower buttons bar
********************************************************
*/

#topbar #lowerbuttons
{
    background: url('./images/boundaries/lowerbutton_back.png') repeat-x;    
    position:relative;
    width:982px;
    height:24px;    
    left:1px;
    top:127px;
    overflow:visible;        
}

#topbar #lowerbuttons div#left
{
    background: url('./images/boundaries/lowerbutton_left.png');
    
    position:absolute;    
    width:8px;
    height:24px;    
    left:-2px;
}

#topbar #lowerbuttons div#right
{
    background:url('./images/boundaries/lowerbutton_right.png') right bottom no-repeat; 
    position:absolute;
    width:8px;
    height:24px;   
    left:976px;
}

#topbar #lowerbuttons span.spacer
{
    background:url('./images/boundaries/spacer.png') no-repeat;
    position:absolute;
    width:1px;
    height:24px;
    top:0px;
    margin-left:1px;
    margin-right:1px;
    left:103px;
}

#topbar #lowerbuttons span.button
{
    position:absolute;
    width:103px;    
    color:#37722F;
    font-family: Arial;
    font-size: 12px;
    line-height:16px;   
    font-weight:bold;    
}

#topbar #lowerbuttons span.button a
{
    color:#2D6526;
    text-decoration:none;
    text-align:center;
    width:103px; 
    display:block;
    height:23px;
    line-height:23px;
}

#topbar #lowerbuttons span.button a:hover
{
  	color:#139300;
  
}

#topbar #lowerbuttons span#b1 {left:9px;}
#topbar #lowerbuttons span#b2 {left:116px;}
#topbar #lowerbuttons span#b3 {left:223px;}
#topbar #lowerbuttons span#b4 {left:330px;}
#topbar #lowerbuttons span#b5 {left:437px;}
#topbar #lowerbuttons span#b6 {left:544px;}
#topbar #lowerbuttons span#b7 {left:651px;}
#topbar #lowerbuttons span#b8 {left:758px;}
#topbar #lowerbuttons span#b9 {left:865px;}


/*
********************************************************
** Content design
********************************************************
*/

div#content
{
    /*background-image: url('./images/boundaries/pagevertical.png');
    background-repeat: repeat-y;*/
    position:relative;
    width:980px;
    left:1px;
    top:0px;
    overflow:visible;
    
    border:1px solid #D9D9D9;
  	border-top: 0px;
    
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
 	-moz-border-radius-bottomright: 5px; 
 	-webkit-border-bottom-right-radius: 5px; 
 	border-bottom-right-radius: 5px;
 	border-bottom-left-radius: 5px;
}

div#content div#inside
{
    background: #FFFFFF;
    position:relative;
    width:980px;
    left:0px;
    top:0px;
    overflow:hidden;
    -moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
 	-moz-border-radius-bottomright: 4px; 
 	-webkit-border-bottom-right-radius: 4px; 
 	border-bottom-right-radius: 4px;
 	border-bottom-left-radius: 4px;
}

div#headerbar
{
    padding-left:11px;
    padding-right:11px;
}

/*
********************************************************
** Below the page
********************************************************
*/

div#ending
{   
    position:relative;
    width:982px;
    left:1px; 
    top:0px;
    height:275px;
    overflow:visible;
}

div#ending div#bottom_ad
{
	position:absolute;
	border:1px solid #D9D9D9;
	left:0px;
	top:11px;
	width:980px;
	background:white;
	text-align:center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height:100px;
}

div#ending div#agreement
{
	position:absolute;
	border:1px solid #D9D9D9;
	left:0px;
	top:122px;
	width:980px;
	background:white;
	text-align:center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	opacity:.7;
	filter:alpha(opacity=70);
	
	height:45px;
}

div#ending div#agreementcontent
{
	position:absolute;
	left:0px;
	top:138px;
	width:980px;
	text-align:center;
	
    color:#363636;
    font-family: Arial;
	font-size: 11px;
	line-height:16px;   
	font-weight:bold;
}


/* SHARE THIS */

#a2apage_dropdown,
.a2a_menu_find_container
{
    overflow:visible;
}


/*
********************************************************
** LOGIN Popup
********************************************************
*/

#popup_Login
{
	bottom:0px;
	right:0px;
	left:0px;
	top:0px;
	z-index:410200;
	position:fixed;
	background-color:transparent;
	
}

#popup_Login #plBackground1
{
	bottom:0px;
	right:50%;
	margin-right: 201px;
	left:0px;
	top:0px;
	z-index:410201;
	background-color:black;
	position:fixed;	
}


#popup_Login #plBackground2
{
	bottom:0px;
	right:50%;
	margin-right: -202px;
	margin-left:-202px;
	margin-top: 118px;
	left:50%;
	top:50%;
	z-index:410201;
	background-color:black;
	position:fixed;	
}


#popup_Login #plBackground3
{
	bottom:50%;
	right:50%;
	margin-right: -202px;
	margin-left:-202px;
	margin-bottom:118px;
	left:50%;
	top:0px;
	z-index:410201;
	background-color:black;
	position:fixed;	
}

#popup_Login #plBackground4
{
	bottom:0px;
	right:0px;
	margin-left: 201px;
	left:50%;
	top:0px;
	z-index:410201;
	background-color:black;
	position:fixed;	
}


#popup_Login #plOpacity
{
	bottom:0px;
	right:0px;
	left:0px;
	top:0px;
	z-index:410200;
	position:fixed;
	
	opacity:.7;
	filter:alpha(opacity=70);	
}

#popup_Login #plWindow
{
	position:fixed;
	left:50%;
	top:50%;
	margin: -121px 0 0 -206px;
	width:412px;
	height:243px;
	
	z-index:410202;
 	background-image: url('./images/boundaries/login_window.png');
}

#plCache
{
	overflow:hidden;
	position:absolute;
	left:1px;
	right:1px;
	width: 1px;
	height: 1px;
	background-color: transparent;
	background-image: url('./images/boundaries/login_window.png');
	background-position: 1px 1px;
    background-repeat: no-repeat;
}

#plCache2
{
	overflow:hidden;
	position:absolute;
	left:1px;
	right:1px;
	width: 1px;
	height: 1px;
	background-color: transparent;
	background-image: url('./images/boundaries/login.png');
	background-position: 1px 1px;
    background-repeat: no-repeat;
}

#plCache3
{
	overflow:hidden;
	position:absolute;
	left:1px;
	right:1px;
	width: 1px;
	height: 1px;
	background-color: transparent;
	background-image: url('./images/boundaries/loader.gif');
	background-position: 1px 1px;
    background-repeat: no-repeat;
}

#plCache4
{
	overflow:hidden;
	position:absolute;
	left:1px;
	right:1px;
	width: 1px;
	height: 1px;
	background-color: transparent;
	background-image: url('./images/boundaries/login_over.png');
    background-repeat: no-repeat;
	background-position: 1px 1px;
}

#popup_Login #plClose a,
#popup_Login #plClose a:link
{
	position:absolute;
	display:block;
	left:366px;
	top:7px;
	width:36px;
	height:36px;
}

#popup_Login #plClose a:hover
{
	background-image: url('./images/boundaries/login_close.png');	
}

#popup_Login #plUsername
{
	position:absolute;
	top:69px;
	left:28px;
	font-weight: bold;
}

#popup_Login #plPassword
{
	position:absolute;
	top:112px;
	left:28px;
	font-weight: bold;
}

#popup_Login #plInputUsr
{
	position:absolute;
	left:111px;
	top:65px;
	width:245px;
}

#popup_Login #plInputPass
{
	position:absolute;
	left:111px;
	top:108px;
	width:245px;	
}

#popup_Login #plAutoLogin
{
	position:absolute;
	top:145px;
	left:110px;	
}

#popup_Login #plForgot
{
	position:absolute;
	top:173px;
	left:112px;	
}
#popup_Login #plForgot a,
#popup_Login #plForgot a:link
{
	font-size:11px;
}

#popup_Login #plButton a,
#popup_Login #plButton a:link
{
	background-image: url('./images/boundaries/login.png');
	position:absolute;
	left:111px;
	top:199px;
	width:62px;
	height:26px;
}

#popup_Login #plButton a:hover
{
	background-image: url('./images/boundaries/login_over.png');
}

#popup_Login #plNew
{
	position:absolute;
	left:180px;
	top:204px;
	font-weight:bold;
}

#popup_Login #plNew a
{
	font-size:11px;
}

#popup_Login #plLoading
{
	position: absolute;
	left:0px;
	width:412px;
	top:110px;
	text-align:center;
	
	background-image: url('./images/boundaries/loader.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
	color:#404040;
}