.main {
	margin: 0 20%;
	height: 100%;
}
.top {width: 100%;height: 80px;}

.body {
	width: 100%;
	height: 100%;
	border: #000 solid 0px;
}

.bottom {
	width: 100%;	
	height: 100px;
}

.left {
	padding-left: 10px;
	text-align: left;
}

.right {
	text-align: right;
}

.bleft {
	position: relative;
	float: left;
	text-align: center;
}

.size_100 {
	width: 100px;
}

.size_150 {
	width: 150px;
}

.it {
	width: 128px;
}

/*.row {
	background-color: #fff;
}

.row:hover {
	background-color: #C6E746;
}*/

.row1 {
	width: 30px;
	height: 100%;
	border-bottom: none;
	border-top: none;
	border-right: none;
	background-color: #fff;
}
.row1:hover {
	background-color: #C61746;
}


.right_panel {
    position: absolute;
    width: 170px;
    right: 0px;
    top: 130px;
    /*border: 2px #ff0000 solid;*/
}

.right_panel .command_panel, .right_panel .command_panel2 {
    background-color: #DEFFCC;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 10px;
    padding-bottom: 0px;
    margin-top: 10px;
    width: 150px;
}

.avatar {
    height: 300px;
    margin: 30px;
}

.avatar div {
/*    float: left;*/
}

.avatar .preview {
    width: 100px;
    height: 100px;
    border: 1px #C6E746 solid;
    margin: 7px;
}

.avatar .content {
    margin-top: 20px;
}

.search {
    width: 850px;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 10px 0px;
    border: 1px #00d000 solid;
}

.search label {
    padding-left: 10px;
}

.page_list {
    width: 100%;
    height: 30px;
}

.success {
    margin: 10px 0px;
    color: #00d000;
}

.error {
    margin: 10px 0px;
    color: red;
}

.admin_panel_title {
    position: absolute;
    top: 25px;
    left: 180px;
}

.system_info {
    width: 270px;
    height: 80px;
    background-color: #DEFFCC;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 12px;
    text-align: right;
    padding: 6px;
}

.use_table {
    width: 100%;
    margin: 20px auto;
    font-size: 12px;
    
}

.use_table tr.row:hover {
    background-color: #C6E746;
}

.use_table tr.row.banned {
    background-color: #EFB0B2;
}

.use_table td.actions:hover, .use_table td.actions:hover a{
    color: #fff;
    
}

.actions.delete, .actions.edit {
    text-align: center;
    width: 30px;
}

.use_table .actions.delete:hover {
    background-color: #C61746;
}

.use_table .actions.edit:hover {
    background-color: #080;
}

._text {
    width: 50%;
}

.sortTable {
    margin-bottom: 0px;
    width: 50%;
}

.sortTable td {
    vertical-align: top;
}

.sortTable td.center {
    text-align: center;
    vertical-align: middle;
}

.sortTable td.button {
    width: 60px;
}

.sortTable label {
    float: left;
    /*margin-left: 15px;*/
    font-weight: bold;
}

#groupList {
    width: 200px;
}

.listBox {
    width: 200px;
    height: 300px;
}

.listBox.small {
    margin-top: 3px;
    height: 272px;
}

.language {
    width: 100%;
    height: 30px;
}

.language a {
    display: block;
    width: 25px;
    height: 25px;
    
    /*background-size: 100% 100%;*/
    text-decoration: none;
    margin-right: 10px;
    float: right;
}

.language a.active {
    background:  url("/img/lang_btn.png") repeat-x transparent;
}

.action-list {
    margin-bottom: 10px;
}

.action-list a {
    margin-right: 10px;
}

._button_row {
    width: 100%;
    margin-top: 0px;
    height: 30px;
    position: relative;
    padding-bottom: 15px;
}

._button_row ._button {
    dispaly: block;
    min-width: 110px;
    height: 25px;
    float: left;
    margin: 5px 5px 0px 5px;
    background: url("/css/bg.gif") repeat-x white;
    border: 1px #000080 solid;
    line-height: 25px;
    text-align: center;
    color: white;
    cursor: pointer;
}

._button_row ._button:hover {
    background-color: #C6E746;
    border: 1px #080 solid;
    color: #C6E746;
}
