.textbold {
    font-weight: bold;
    }
.texterror {
    font-weight: bold;
    color: #FF0000;
    font-size: large;
    }
.texterrorcenter {
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    font-size: large;
    }
.nutitle {
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    }
.switchcontent{
    border-top-width: 0;
    }
.switchclosecontent{
    border-top-width: 0;
    display: none;
    }

.list {
		cursor: move;
		list-style: none;
		margin: 0;
		padding: 0;
		font-family: tahoma;
		font-size: 11px;
	}
.list li {
		border:1px solid #e0c77b;
		padding: 5px;
		margin:3px 0;
		color:#444;
		font-weight:bold;
		background:#fef8c1;
	}
.list li:hover {
		background-color: #FFFFCC;
	}
.hint {
		margin:10px 0;
		background:#FFFFCC;
		padding:6px;
		}
#msg {
		width:20%;
		background:url(images/loading.gif) no-repeat 0 50%;
		}
