@charset "utf-8";
a {
    text-decoration: none;
	outline:none
}
img {
    border: 0;
}
#wait {
    background-image: url(/images/jquery-tools/tooltip/white.png);
    background-repeat: no-repeat;
    height: 89px;
    width: 189px;
    font-size: 12px;
    color: #C03;
    padding-top: 16px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    z-index: 30000
}
#statusbar_icon {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 5000;
}
#statusbar {
    position: fixed;
    left: 24px;
    background-color: #FC3;
    color: #C00;
    top: 0px;
    right: 24px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #000;
    border-left-color: #000;
    display: none;
    z-index: 5000;
}
#statusbar div {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    text-align: left;
}
#statusbar div img { float: left; 
}

.error_list *{
    color: #F00;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tooltip *, .tooltip_small *,.tooltip_big *{
    color:#fff;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
}

.tooltip{
    display: none;
    overflow: auto;
    padding:5px;
    color:#fff;
	-moz-border-radius:8px; border-radius:8px; 	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	background:#111;
    z-index: 7000;
}
.tooltip td { padding:5px;}
.tooltip_small{
    display: none;
    overflow: auto;
    font-size:12px;
    height:100px;
    width:200px;
    padding:5px;
    color:#fff;
    font-family: Arial,Helvetica,sans-serif;
	-moz-border-radius:8px; border-radius:8px; 	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
    background-color: black;
    z-index: 7000;
}

.tooltip_big {
    display: none;
    font-size:12px;
    height:200px;
    width:300px;
    padding:5px;
    color:#fff;
    font-family: Arial,Helvetica,sans-serif;
	-moz-border-radius:8px; border-radius:8px; 	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
    background-color: black;
    display: none;
    z-index: 7000;
}
.overlay {
    display: none;
    border: 3px solid white;
    -webkit-border-radius: 7px;
    background-color: #354f5b;
    background: -webkit-gradient(linear,center top,center bottom,from(#182429),to(#354f5b));
    height: 500px;
    width: 600px;
    padding: 5px;
}

.panel {
    display: none;
    background-color: #343434;-moz-border-radius:8px; border-radius:8px;
    color: #FFF;
    position: absolute;
    left: 22px;
    top: 232px;
    border: 1px solid #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;	
    z-index: 6000;
}
.panel > div:first-child {
    color: #fff;
    background-color: #000;
	-moz-border-radius:8px; border-radius:8px;
    height: 30px;
	line-height:30px;
    cursor: move;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    /*padding-top: 3px;*/
}
.panel > div:first-child > a{
    float: right;
    margin:0px 0 0 0;
	vertical-align:top
}
@-moz-document url-prefix() {
.panel > div:first-child > a {
    margin:-27px 0 0 0;
    }
}

