body.withAdmin #container {
    padding: 0 30px 0 210px;
    z-index: 1;
    position: relative;
}

ul.site-structure .expander {
    width: 8px;
    height: 16px;
    margin-right: 4px;
    float: left;
    cursor: pointer;
}

ul.site-structure .expanded .expander {
    background: url(/images/icons.png) no-repeat -68px -16px;
}

ul.site-structure .collapsed .expander {
    background: url(/images/icons.png) no-repeat -36px -16px;
}

ul.site-structure .collapsed ul {
    display: none;
}

/*  Administration navigation   */

#admin {
    text-align: left;
    line-height: 14px;
    z-index: 2;
    position: relative;
}

#admin a {
    color: #34f02a;
}

#admin a:hover {
    text-decoration: underline;   
}

#admin p {
    margin-bottom: 10px;
}

.welcomeAdmin {
    width: 180px;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    height: 50px;
}

#sidebarAdmin {
    clear: both;
    position: absolute;
    left: 0;
    padding: 10px;
    background-color: #ccc;
    
    width: 180px;
    color: #000;
}

#sidebarAdmin a {
    color: #333;   
}

#sidebarAdmin ul {
    list-style-type: none;
    padding: 10px;
    background: #e2e2e2;
    margin-bottom: 30px;
}

#sidebarAdmin ul li {
    margin-bottom: 5px;   
}

#sidebarAdmin ul li.selected > a {
    color: #003292;
}

#sidebarAdmin ul ul {
    padding: 5px 10px 2px;
    margin-bottom: 0px;
}

#sidebarAdmin ul ul a {
    color: #999;
}

#sidebarAdmin form label {
    margin-bottom: 4px;
    display: block;
}

#sidebarAdmin form select {
    width: 178px;
    border: 1px solid #999;
    margin-bottom: 5px;
}

input.adauga {
    width: 70px;
    height: 22px;
    padding-bottom: 2px;
    border: 1px solid #000;
    background-color: green;
}

#adminMenu {
    color: #fff;
    position: absolute;
    width: 85%;
    top: 0;
    left: 200px;
    height: 50px;
    background-color: #555;
    padding: 10px 0 0 20px;
    overflow: hidden; 
}

#adminMenu p {
    font-size: 11px;
}

#adminMenu ul {
    list-style-type: none; 
}

#adminMenu ul li {
    float: left;
    margin-right: 25px;
    padding-top: 3px;
}

#adminMenu ul a {
    font-weight: normal;
}

#adminMenu form {
    
    top: -3px;   
}

#adminMenu select {
    margin: 0 10px;
}

#adminMenu label {
    color: #fff;   
}

table.tableEdit input.filter {
    width: 158px;
    border: 1px solid #ccc;
}

select.tableSelect {
    width: 200px;
}

table.tableEdit input.imgUrl {
    width: 136px;
    border: 1px solid #ccc;
}

table.tableEdit a img {
    border: 0;
}

table.exportedData {
    width: 100%;
}

#centerContentTables {
	float: left;
	width: 100%;
	margin: 35px 0px 40px 0;
}

*:first-child+html #centerContentTables {
    padding-bottom: 40px;
}

a.noBorder img {
    border: 0;
}