@charset "utf-8";
/* CSS Document */

/* -------------------------- 1 HEADER ------------------------------- */
#header {
	width: 100%;
	background-image: url(../images/header0609.jpg);
	height: 199px;	/* original 217px */
	background-repeat: no-repeat;
	background-position: bottom center;	/*original center center */
	margin-right: auto;
	margin-left: auto;
}
#header-min {
	width: 100%;
	background-image: url(../images/header-min.jpg);
	height: 91px;	/* original 217px */
	background-repeat: no-repeat;
	background-position: bottom center;	/*original center center */
	margin-right: auto;
	margin-left: auto;
}
#header #login-register {
	float:left;
	line-height: 20px;
}
#header #login-register a.link{
	color:#000000;
}
#header #tab-menu {
	z-index: 200;
	padding-top: 153px;	/* original 171px */
}
#header-min #tab-menu {
	z-index: 200;
	padding-top: 45px;	/* original 171px */
}
#header #tab-menu img {
	cursor:pointer;
}

/* for livepipe window*/
 #control_overlay {  
     background-color:#000;  
 } 
  
 .modal {  
     background-color:#fff;  
     padding:10px;  
     border:1px solid #333;  
 } 
  
 .tooltip {  
     border:1px solid #000;  
     background-color:#fff;  
     height:25px;  
     width:200px;  
     font-family:"Lucida Grande",Verdana;  
     font-size:10px;  
     color:#333;  
 } 
  
 .simple_window {  
     width:250px;  
     height:50px;  
     border:1px solid #000;  
     background-color:#fff;  
     padding:10px;  
     text-align:left;  
     font-family:"Lucida Grande",Verdana;  
     font-size:12px;  
     color:#333;  
 } 
  
 .window {  
     background-image:url("../stylesheets/window_background.png");  
     background-position:top left;  
     -moz-border-radius: 10px;  
     -webkit-border-radius: 10px;  
     padding:10px;  
     font-family:"Lucida Grande",Verdana;  
     font-size:13px;  
     font-weight:bold;  
     color:#fff;  
     text-align:center;  
     min-width:150px;  
     min-height:100px;  
 } 
  
 .window .window_contents {  
     margin-top:10px;  
     width:100%;  
     height:100%;      
 } 
  
 .window .window_header {  
     text-align:center;  
 } 
  
 .window .window_title {  
     margin-top:-7px;  
     margin-bottom:7px;  
     font-size:11px;  
     cursor:move;  
 } 
  
 .window .window_close {  
     display:block;  
     position:absolute;  
     top:4px;  
     left:5px;  
     height:13px;  
     width:13px;  
     background-image:url("../stylesheets/window_close.gif");  
     cursor:pointer;  
     cursor:hand;  
 }
/* end of for lightpipe window */

/* for sticky bottom */
#sticky-bottom {
	height: 241px;
	width: 240px;
	margin-left: 81%;
	float: right;
	background-image:url(../images/stickybar.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	position: fixed;
	bottom: 26px;
	overflow:visible;
	z-index:0;
}
#share-links{
	float: right;
	margin-top: 225px;
	width: 190px;
	height: 15px;
}
#share-contents{
	float: left;
	cursor: pointer;
	height: 15px;
}
/* end of for sticky bottom */
#ad-header {
	width:468px;
	height:60px;
	padding:2px;
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
	float:right;
	position: absolute;
	top: 70px;
	left: 50%;
}