/*******************************************************************************
 *  helper.css
 *
 *  misc css definitions
 *
 *  @author     robert bitterli <info@radiocity.ch>
 *  @package    nightshiftCms
 ******************************************************************************/



/*******************************************************************************
 *  html document default setting
 */
html,body {

	margin:           0;

}


body {
 	background-color: #fff;


		
}




/*******************************************************************************
 * default setting
 */



/*******************************************************************************
 * default font settings
 */


div{
	color:               #000;
	font-family:         verdana, arial;
  font-size:           11px;
  line-height:         18px;
}


h2{
  margin-top:          0px;
  margin-bottom:       0px;
  height:              22px;
  font-family:         inherit;
  font-size:           12px;

}
h4{

font-size:14px;
font-weight:700;
   color:#CB622D;
      margin-top:5px;
   margin-bottom:-18px;
}



/*  min height for Internet Explorer */
/*\*/
* html .boxCenterXXX {
	height: 32em;
}



.bbLeadtext{
color:#EC008D;
}




h1{

}



.content0-content h1{
color:#CA002F;
font-size:14px;
font-weight:700;
margin:0;
}

.content0-content ul{
 margin-top:-14px;
 padding-left:12px;
}

.content0-content li{
margin-top:12px;
    padding-left:12px;
}




.bbLine{
  overflow:hidden;
  height:16px;
  
  border-bottom:        1px solid #962B31;
  margin-top:           0px;
  margin-bottom:        0px;
  font-size:             1px;
}




.liBB{


}

.ulBB{
margin-top:-12px;
margin-left:-40px;
}

.listBB{



}


.bbGallery{
   float:left;
   margin-right:10px;
   margin-bottom:10px;
   width:120px;
   text-align:center;
   background-color:#CFD3CF;
}



/**/
/* bbCode  */











.bbTab0,.bbTab1,.bbTab2{
float:left;

}

.bbTab{
margin-bottom:-12px;
}


.bbTab0{
width:140px;
}
.bbTab1{
width:160px;

}
.bbTab2{
width:160px;

}
.bbImageCenter{
padding-top:8px;
padding-bottom:8px;

}

   
.bbImageLeft{
float:left;
margin-right: 14px;
margin-top:4px;

}
.bbImageText{
width:200px;
   position:relative;
    float:left;
    margin-left:12px;
    height:227px;
}
.bbImageSubText{
position:absolute;
bottom:1px;

}

/*******************************************************************************
 *******************************************************************************
 *  correcting missbeheavours
 */ 
 
 
/*******************************************************************************
 *  Get rid of  system borders being generated for A tags
 */ 

a:active {
	outline:          none;
}
:focus {
	-moz-outline-style: none;
}
a img {
    border: 0;
}


/*******************************************************************************
 *  float defaults
 */ 
.fLeft {
	float:            left;
}
.fRight {
	float:            right;
}
.cA{
	clear:             both;
}



/*******************************************************************************
 *******************************************************************************
 *   default elements
 */ 
 
/*******************************************************************************
 * tracker box
 */  
#system-tracker{
    display:        none;
}


/*******************************************************************************
 * lightbox values 
 */  
                                                          
#screen-alpha{
  position:         absolute; 
  left:             0; 
  top:              0; 
  height:           0px; 
  width:            0px; 
  background-color: #000; 
  filter:           alpha(opacity=55);
                    -moz-opacity:.55;
                    opacity:.55; 
  z-index:          2000; 
}

#screen-content{
  position:         absolute; 
  top:              160px; 
  left:             160px;
  display:          none;
  z-index:          2001; 
 background-color:#fff;
  
/*
border:1px solid #000;
-moz-box-shadow:3px 3px 3px #C5C8C2;
-webkit-box-shadow:3px 3px 3px #C5C8C2;
box-shadow:3px 3px 3px #C5C8C2;
 
 */


}