/* COMMON */
.word-wrap
{
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* REGISTRATION COMMENT */
#comment-body { display:none; position: relative; left:-1500px; top:-1500px; }

/* JGROWL */
div.jGrowl div.bigoom 
{
	background-color: #71C9D5;
	color: #000;
}

/* AJAX LOADING */
#ajax-loading 
{
    display: none;
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}
#ajax-loading-content { 
    position:fixed; 
    left:45%;
    top:45%; 
    padding:10px; 
    width:100px; 
    height:100px;
    z-index:1001; 
    background: url('../images/ajax-loading.gif') no-repeat center center;
    color:#FFF;
    border: 0; 
}

#footer-wau {display:none;}

/* NOSCRIPT WARNING */
#noscript-warning {
    background-color: #AE0000;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 130%;
    font-weight: bold;
    position: fixed;
    left: 20%;
    top: 30%;
    width: 60%;
    padding: 100px 30px;
    text-align: center;
    z-index: 1001;
}