@import  url("reset000.css");
@import  url("global00.css");
@import  url("styles00.css");


/* ---------------------------- */
/*         -- Markup --         */
/*                              */

body {
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
}

.wrapper {
	overflow: hidden;
	zoom: 1;
}

#header {
	height: 224px;
	background: url(bg-top00.htm) no-repeat;
}

#content {
}


/* ---------- Footer ---------- */
#footer {
}

/*                              */
/*         -- Markup --         */
/* ---------------------------- */

ul.simple {list-style-type: disc; margin:0 0 0 2em;}
ol.simple {margin:0 0 0 2em;}
ul.simple li, ol.simple li {margin:0.5em 0 0 0; text-indent: 0}


.col2 {
    float: left;
    width: 120px;
	padding: 0 10px;
}

#title-status{
display:none;
}

.col2 .status-short {
    font-size: 12px;
    line-height: 20px;
	padding:10px 0 0 0;
}

.col2 .status-short .big {
    font-size: 18px;
}

#status-full {
    background: url(../images/status-full.png);
    background: #fff;
	border:1px solid #ccc;
    display: none;
    padding: 5px 0px 10px 10px;
	margin: 0px 15px 0px  10px;
    position: absolute;
    font-size: 12px;
    font-family: verdana;
    left: 0px;
    top: 128px;
    width: 136px;
    z-index: 8;
	line-height: 20px;
	color:#666;
}

.statclose{
display:block;
text-align:right;
padding:0 10px 0 0;
margin:0;
text-decoration:none;
}
