@CHARSET "UTF-8";
.error {
	width			: 150px;
	color			: #880000;
	padding			: 4px;
	border			: 1px solid #B5B8C8;
	font-size		: 10px;
	margin-bottom	: 15px;
	background		: #FFEAEA;
}

.self_button a {
	font: 12px/12px "Helvetica Neue", Helvetica, sans-serif;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
    background: #e0e0e0;
    float: left;
    display: block;
    color: #000;
    text-decoration: none;
    outline: none;
}

.self_button a b {
	float: left; 
	background: #fff; 
	width: 100%; 
	height: 8px; 
	border-bottom: 4px solid #e9e9e9;
}

.self_button a i {
	float: left; 
	margin-top: -10px; 
	font-style: normal; padding: 4px 5px;
}


.self_button a:first-child {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
}
.self_button a:last-child {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
}
.self_button a:hover, .self_button a:focus {
        border-top-color: #eee;
        border-right-color: #aaa;
        border-bottom-color: #aaa;
        border-left-color: #eee;
}
.self_button a:active i {
        padding: 5px 5px 3px 5px;
}
.self_button {
        clear: both;
}

.self_toolbar {
	height 		: 55px;
	z-index		: 10;
	width		: 77%;
	position 	: fixed; 
	background  : #FFFFFF;
	height	 	: 400px;
	margin-top	: 0px;
	border-radius: 0 4px 4px 0;
	border-bottom-color: #aaa;
	border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
}

.self_toolbar td {
	white-space 	: nowrap;
}

.guidiv {
	float	: left;
}

.divspace {
	width	: 10px;
	height	: 150; 
	float	: left;
}

.guidivMain {
	float	: left;
	width	: 200px;
	height	: 200;
	padding : 0px 20px 0px 00px;
	border	: 1px solid #aaaaaa;
	text-align : center;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px; 
}


.divspaceMain {
	width	: 30px;
	height	: 180; 
	float	: left;
}

.mainPanelSisval {
	z-index : 0;
    margin:0;
    padding:0;
    width:100%;
    height : 100%;
    background:url("../../etc/img/logo2.jpg") center top no-repeat;
    text-align:left;
    opacity: 0.10;
    -moz-opacity: 0.10;
    filter: alpha(opacity=10);
    background-color:#FFFFFF;
    position : absolute;
    top: 0px;
    left : 0px;
}

.mainContent    {
	z-index: 1;
	position:relative;
}
