.warning {
    background-color:#FFFF99;
    color:#000;
    text-align:right;
}
.editor #logo {
    width:135px;
    height:35px;
    margin-left:20px;
    margin-right:20px;
    margin-top:12px;
}
.editor #btnExit {
    width:204px;
    text-align:center;
    margin-top:25px;
}
.editor #titleBox{
    width:300px;
    margin-top:11px;
    text-align:left;
    font-size:18px;
    font-family:Arial;
    color:#fff;
    font-weight:bold;
}

.editor #titleBox a:link, .editor #titleBox a:visited, .editor #titleBox a:hover, .editor #titleBox a:active {
    font-size:18px;
    font-family:Arial;
    color:#999;
    font-weight:normal;
}
.editor .divider{
    background-color:silver;
    width:1px;
    height:55px;
    margin-top:5px;
    margin-bottom:5px;
}

.editor a:link, .editor a:visited, .editor a:hover, .editor a:active {
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: white;
	text-decoration: none;
}
.editor #btnExit a:link, .editor #btnExit a:visited, .editor #btnExit a:hover, .editor #btnExit a:active {
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}
.editor #btnExit a:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: red;
	text-decoration: none;
}

.editor .bmouse_over{
    color:#FFF;
	cursor:hand;
	cursor:pointer;
}
.editor .bmouse_off{
    color:#6699CC;
    background-color:#000;
}



