body {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 11px;
    
    color: #ffffff;
}

#main {
	min-width: 980px;
	position: relative;
}

#preview-image {
    position: absolute;
    overflow: hidden;
    z-index: 10000;   
}

#header {
	padding-top: 30px;
    position: fixed;
    top: 0px;
    background-color: #ffffff;
    z-index: 10;
    width: 100%;
    min-width: 980px;
    color: #000000;
}

#user {
	position: absolute;
	top: 3px;
	left: 6px;
	vertical-align: middle;
	font-size: 1.1em;
}

#user img, #user a {
	vertical-align: middle;
}

#user a {
	padding-left: 5px;
}

#logout {
	position: absolute;
	top: 3px;
	right: 6px;
	font-size: 1.1em;
	z-index: 100;
}

#logout img, #logout a {
	vertical-align: middle;
}

#logout img {
	margin-left: 5px;
}

#header .logo {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 220px;
    height: 93px;
}

#header .logo span {
    display: none;
}

#mode {
    height: 24px;
}

#mode ul {
    padding: 0px;
    margin: 0px;
}

#mode li {
    margin-top: 1px;
    margin-left: 5px;
    padding-left: 5px;
    border: 0px none;
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    width: 110px;
    text-align: center;
}

#mode li a {
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 2px;
    display: block;
    background-position: top right;
    background-repeat: no-repeat;
}

#mode li.selected a {
    background-position: top right;
    background-repeat: no-repeat;
    color: #ffffff;
}

#mode .icone {
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 2px;
    padding-bottom: 1px;
}

#content-body h1 {
    font-size: 1.2em;
    margin-left: 5px;
    color: #000000;
}

#global-command .top-command {
    padding-left: 3px;
    height: 21px;
    font-weight: bold;
}

#global-command .local-folder-link {
	margin: 5px 5px 0 0;
	float: right;
	font-weight: bold;	
}

#site-command {
    float: left;
    z-index: 10;
    position: absolute;
}

#page-command {
	text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 5;
}

#global-command form {
    margin: 0px;
    padding: 0px;
    display: inline;
}

#global-command .icone {
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 4px;
}

#global-command label {
    padding-bottom: 2px;
}

#global-command a {
    color: #ffffff;
}

.webapp-title {
	position: absolute;
	top: 36px;
	font-size: 1.4em;
	right: 280px;
	z-index: -1;
}

#global-command .webapp-title a {
    color: #019dc5;
}

#content-body {
    /*position: absolute;
    top: 80px;
    z-index: 0;*/
	margin-top: 80px;
}

#global-update {
    position: fixed;
    padding-top: 3px;
    top: 80px;
    right: 234px;
    padding: 3px;
	display: none; /* by default save command on the bar */
}

#global-update .hidden, #toolbar-update .hidden {
    position: fixed;
    visibility: hidden;
}

#global-update a {
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 120px;
}

#global-update .icone {
    text-align: center;
    float: left;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    vertical-align: top;
    text-align: left;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px white none;
}

select {
    padding: 0px;
    margin: 0px;
    border: 1px #dddddd solid;
    background-color: #eeeeee;
    font-size: 9px;
}

textarea {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 1px #dddddd solid;
    background-color: #eeeeee;
    font-size: 11px;
    -moz-box-sizing: border-box;
}

.box textarea {
	width: 238px;
}

a {
    padding-left: 1px;
    text-decoration: none;
}

.edit-array a:hover {
    border: 0px none;
}

ul, ol {
    padding-left: 8px;
    margin-left: 8px;
}

li {
    list-style-type: none;
    padding-left: 8px;
}

form {
    padding: 0px;
    margin: 0px;
}

input {
    padding: 1px;
    margin: 0px;
    border: 1px #cccccc solid;
    background-color: #eeeeee;
    font-size: 11px;
}

input[type="submit"] {
	border: 1px #777777 solid;
}

input[type="radio"] {
	margin-right: 5px;
}


input[type="radio"], input[type="checkbox"] {
	border: 0px none;
	background-color: transparent;
}


/* LAYOUT TAG */
.left {
    border-top: 1px #000000 dashed;
    border-right: 1px #000000 dashed;
    width: 251px;
}

.separation-left {
    border-right: 1px white dashed;
}

.separation-right a, .separation-right a:link, .separation-right a:active, .separation-right a:visited {
    color: #ffffff;
}

.separation-left a, .separation-left a:link, .separation-left a:active, .separation-left a:visited {
    color: #ffffff;
}

.separation-right .path {
    float: right;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.separation-right {
    color: #888888;
}

.language a {
    color: white;
}

#language-select .navigation-lang {
	font-weight: bold;
}

.footer .left {
    border-top: 1px black dashed;
    font-size: 10px;
    padding-top: 1px;
}

.footer .right {
    border-top: 2px white solid;
    border-bottom: 0px white solid;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.footer .right a {
    color: #ffffff;
}

/* ELEMENTS */
a.menu {
    display: block;
    padding: 0px 5px 0px 5px;
}

.real-content {
	font-weight: bold;
}

.command {
    font-size: 10px;
    margin: 2px 2px 2px 2px;
    padding: 0px;
}

.col1 {
    text-align: left;
}

.col2 {
    text-align: right;
}

#special-action-container {
    padding-top: 5px;
    padding-left: 5px;
}

#item-information {
    color: #888888;
}

#item-information label {
    float: left;
    width: 100px;
}

#page-structure ul {
    margin: 0px;
    padding: 0px;
}

#page-structure li {
    margin-left: 5px;
}

#page-structure li a {
    text-transform: lowercase;
}

.block-button, .unblock-button {
    margin-top: 2px;
    padding: 1px;
    width: 100%;
    font-weight: bold;
}

.block-message {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px #ff6666 solid;
    padding: 2px;
    background-color: #ffbbbb;
    text-align: center;
}

.block-info {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px #66ff66 solid;
    padding: 2px;
    background-color: #bbffbb;
    text-align: center;
}

div.edit, table.edit {
    border: 1px #dddddd solid;
}

.simple-edit {
    border: 1px #dddddd solid;
    padding: 3px;
}

#message.standard {
    position: fixed;
    top: 1px;
    left: 1px;
    right: 1px;
    z-index: 500;
    color: #000000;
}

#message div {
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 3px;
    background-color: transparent;
    text-align: center;
    font-weight: bolder;
}

#message .error {
    border: 1px #ff6666 solid;
    background-color: #ffbbbb;
}

#message .info {
    border: 1px #66ff66 solid;
    background-color: #bbffbb;
}

#message .help {
    border: 1px #6666ff solid;
    background-color: #bbbbff;
}

#message .warning {
    border: 1px #ff9999 solid;
    background-color: #aa9999;
}

#message .ajax {
    padding-top: 2px;
    text-align: center;
}

.popup {
    position: fixed;
    width: 320px;
    margin: 0px 0px 0px -160px;
    padding: 10px;
    top: 200px;
    left: 50%;
    overflow: auto;
    font-size: 12px;
    text-align: center;
    overflow: visible;
    z-index: 1000;
    background-color: #dddddd;
    border: 1px #A3AED2 solid;
    display: block;
}

.popup h2 {
    margin: -10px -10px 15px -10px;
    padding: 2px;
    background-color: #eeeeee;
    font-size: 1em;
    font-weight: bold;
}

.popup input {
    margin-top: 15px;
    display: inline;
}

#content {
    padding: 3px;
}

#breadcrumb {
	display: inline;
	padding-left: 40px;	
}

#breadcrumb a {
	text-decoration: underline;
}

#breadcrumb .first {
	font-weight: bold;
	text-decoration: none;
}

#menu ul {
    margin-left: 3px;
    padding: 0px;
}

#menu li.selected {
    border: 1px #999999 solid;
    background-color: #EEEEEE;
    margin-right: 3px;
    overflow: auto;
}

#menu li.selected .menu-command {
    float: right;
    margin-right: 3px;
    margin-top: 1px;
}

#menu li.selected .label {
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 3px;
}

#menu li.selected a:hover {
    border: 0px none;
}

#menu .unvalid, #menu .unvalid a {
    color: #ff0000;
}

.image-link a {
    border: 0px white none;
}

.user-filter {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
}

.user-filter table {
    width: 100%;
}

.edit-one-user, .user-filter {
    padding: 5px;
    color: #000000;
}

.edit-one-user .label {
    width: 150px;
}

.edit-one-user .in {
    width: 310px;
}

.edit-one-user input {
    width: 392px;
}

.edit-one-user .message {
    color: red;
}

.edit-one-user .submit input {
    width: 50px;
}

#add _admin_user, #add _email_vrac, #edit-role {
    margin-top: 5px;
    margin-left: 5px;
}

#add _admin_user .line, #add _email_vrac .line {
    margin-top: 3px;
    margin-bottom: 3px;
}

#add _admin_user label, #add _email_vrac label {
    float: left;
    width: 75px;
}

#add _email_vrac textarea {
    margin-bottom: 2px;
}

#add _email_vrac select {
    width: 123px;
}

#edit-role .line {
    margin-top: 4px;
}

.trash a:hover {
    border: 0px none; /* only for ie */
}
/* BOX */
.left-input {
    float: left;
    width: 118px;
}

.left-input-big {
    float: left;
    width: 162px;
}
/* STAT */
.stat-image {
    text-align: center;
}

#mailing-stat .line {
    margin-top: 5px;
}

#end-mailing {
	padding-bottom: 80px;	
	text-align: center;
}

#end-mailing p {
	padding-top: 80px;
	font-weight: bold;
	font-size: 1.1em;
}

/* STATIC MANAGEMENT */
#static-file {
    padding-bottom: 15px;
    color: #000000;
    font-size: 10px;
    vertical-align: middle;
    border: 0px none;
    margin: 0px;
    padding: 1px;
}

#static-file .image {
    float: left;
   	width: 710px;
    margin: 3px;
    border: 1px #aaaaaa solid;
    background-color: #eeeeee;
}

#static-file .picture {
    margin-top: 4px;
    margin-left: 4px;
    padding: 0px;
    border: 0px none;
    float: left;
    position: relative;
}

#static-file .icone {
	margin-top: 45px;
	margin-left: 65px;
}

#static-file a {
    padding: 0px;
    margin: 0px;
    border: none 0px;
}

#static-file .text-notfound {
    font-size: 10px;
    background-color: #ff7777;
    padding: 2px;
    text-align: left;
}

#static-file .text-found {
    font-size: 10px;
    background-color: #77ff77;
    padding: 2px;
    text-align: left;
}

#static-file .text {
    font-size: 10px;
    background-color: #aaaaaa;
    padding: 2px;
    text-align: left;
}

#static-file .info {
    float: right;
    width: 497px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 4px;    
}

#static-file .line {
	margin-top: 5px;
}

#static-file .info textarea {
	margin-top: 1px;
    background-color: #ffffff;
    font-size: 10px;
    font-family: sans-serif;
    height: 66px;
}

#static-file .selected-resource {
    width: 12px;
    height: 12px;
	float: right;
}

#static-file .zone-definition {
	display: none;
}

#static-file h3 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 1em;
	display: inline;
}

#static-file label {
    color: #000000;
    width: 100px;
    float: left;
}

#static-file .ressource-container {
    text-align: left;
    overflow: auto;
    height: 30px;
    border: 1px #aaaaaa solid;
    background-color: #ffffff;
    margin: 4px;
}

#static-file .ressource-container ul, #static-file .ressource-container li {
    list-style-type: none;
    margin: 0px;
    padding: 1px;
}

#static-file .footer {
	padding: 2px;
	text-align: right;
	background-color: #aaaaaa;
}

#static-file .zone-selector {
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #ff0000;
	border: 3px #00ff00 solid;
}

#static-file input {
	background-color: #ffffff;
}

#static-file .linked-page input[type=text] {
	width: 268px;
}

#static-file .linked-page input[type=button] {
	width: 120px;
}


#folder {
    margin: 5px;
}

#folder h3 {
    font-size: 90%;
    text-align: left;
}

.text-info {
    font-weight: bold;
    display: block;
}

.select-navigation {
    width: 150px;
}
/*** MAILING ***/
#mailing-command .line {
    margin: 6px;
}

#mailing-command .input input {
    width: 200px;
}

#mailing-command .message {
    color: red;
    font-size: 10px;
}

#mailing-command .action {
    float: right;
    margin: 1px;
}

#mailing-confirmation h2 {
    margin-top: 2px;
    margin-left: 0px;
    padding: 2px;
    font-size: 120%;
}

#mailing-confirmation .action {
    float: right;
    margin-top: 5px;
    margin-left: 2px;
}

#mailing-confirmation .action input {
    width: 110px;
}

#mailing-confirmation .user-list th {
    background-repeat: repeat-x;
    padding: 2px;
}

#mailing-confirmation .user-list .even {
    background-color: #eeeeee;
}

#mailing {
	color: #000000;
}

#mailing th {
	color: #ffffff;
}

#mailing .preview {
    margin-top: 20px;
}

#mailing .preview iframe {
    height: 500px;
    margin: 5px;
    width: 95%;
}

#mailing .label {
    float: left;
    width: 180px;
}

#mailing .line {
    margin: 6px;
}

#mailing h1 {
    font-size: large;
    border-bottom: 1px #dddddd solid;
    text-align: left;
    padding-left: 4px;
}

#mailing h2 {
    padding-left: 5px;
}

#mailing .end {
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 50px;
}

#mailing .end input {
    margin-top: 10px;
}

#mailing-confirmation {
    margin: 5px;
}

.position .current {
    background-image: url('images/edit/go.png');
    background-repeat: no-repeat;
    font-weight: bold;
}

.position li {
    padding: 0px;
    margin-right: 5px;
    height: 16px;
    padding-left: 16px;
    padding-top: 2px;
    color: #000000;
}

#login {
    position: absolute;
    height: 190px;
    width: 346px;
    margin: -95px 0px 0px -167px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0px;
    overflow: auto;
    font-size: 11px;
    overflow: visible;
}

#login .box {
	margin: 0 0 3px 0;
    border: 1px #888888 solid;
    padding-bottom: 3px;
    width: 338px;
    text-align: center;
}

#login .message {
	font-size: 1em;
	text-align: center;
	display: none;
}

#login #body .message {
	margin-top: -50px;
	margin-bottom: 50px;
}

#help-popup {
    position: absolute;
    width: 640px;
    height: 400px;
    margin: -200px 0px 0px -320px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0px;
    overflow: auto;
    font-size: 12px;
    text-align: center;
    overflow: visible;
    z-index: 1000;
}

#help-popup .box {
    width: 640px;
    height: 400px;
}

#help-popup .box-body {
    overflow: auto;
    width: 632px;
    height: 336px;
}

#help-popup h1 {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    visibility: hidden;
}

#help-popup .image-left {
    float: left;
    margin-right: 5px;
}

#help-popup .image-right {
    float: right;
    margin-left: 5px;
}

#help-popup .button {
    background-color: #dddddd;
    border-left: 2px #979797 solid;
    border-right: 2px #979797 solid;
    text-align: justify;
    padding: 2px;
    text-align: center;
    padding-top: 5px;
}

#help-popup li {
    color: #000000;
}

#help-popup ul li {
    list-style-type: disc;
    list-style-position: inside;
}

#help-popup ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

#help-popup .image-center {
    text-align: center;
}

#help-popup .separation {
    clear: both;
}

#login .error-message[class] {
    display: none;
}

.error-message {
    width: 420px;
    margin-top: 60px;
    margin-bottom: 4px;
    border: 1px #ff3333 solid;
    padding: 4px;
    background-color: #ffbbbb;
    margin-left: auto;
    margin-right: auto;
}

.error-message a {
    color: #0000ff;
}

#login .box-body {
    padding: 8px;
}

#login .icone {
    float: left;
}

#login .label, #login .input {
    margin-top: 5px;
}

#login input {
    vertical-align: middle;
}

#login #send {
    text-align: center;
}

#login form {
    float: left;
}

#login #send {
    margin-top: 4px;
}

#login .firefox {
    padding-top: 8px;
    text-align: center;
}

#stat-command {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
}

#stat-command .label {
    float: left;
    width: 80px;
}

#content .component {
    border: 1px #bbbbbb solid;
    padding: 0px;
    color: #000000;
}

#content .component .header {
    background-color: #bbbbbb;
    margin: 0px;
    border-top: 0px none;
    border-bottom: 1px #bbbbbb solid;
    font-weight: bold;
    height: 18px;
    color: #ffffff;
}

#content .component .header .component-cursor {
    margin-top: -4px;
    padding-left: 2px;
    font-weight: bold;
}

#content .component .header .text {
    padding-top: 1px;
    padding-right: 3px;
    padding-left: 4px;
    float: left;
}
#content .component .header .text  img {
	vertical-align: middle;
}

#content .component .header input {
    font-size: 9px;
}

#content .component .message {
    padding: 2px;
    border-top: 1px #BBBBBB solid;
    height: 16px;
    background-color: #EEEEEE;
}

#content .component .message p {
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#content .component .message .error {
    color: #ff0000;
}

#content .component .message img {
    float: left;
    margin-right: 3px;
}

#content .component ul {
	margin: 0px;
	padding: 0px;
}

#content .component li input {
	vertical-align: top;
}

#content .component li label {
	margin: 0px 2px 0px 2px;
}

#content .component .line {
    margin-top: 3px;
    margin-bottom: 3px;
}

#content .component .config select {
	width: 400px;
}

#content .component label {
    width: 120px;
}

#content .insert {
    text-align: center;
    margin: 5px;
}

#content .component .header a {
    padding-left: 5px;
    color: #ffffff;
    font-weight: normal;
}

#content .component .header a:hover {
    border: 0px none;
    text-decoration: underline;
}

#content .component .header .delete {
    padding-top: 2px;
    padding-right: 2px;
    float: right;
}

#content .component .header .extract {
    padding-top: 2px;
    padding-right: 2px;
    float: right;
}

#content .component .header .mark-link {
	vertical-align: middle;
}

#content .component .specific {
    padding: 3px;
}

#content .component .container {
    margin: 4px;
    padding: 4px;
}

#content .component .select-style {
    padding-left: 3px;
    padding-right: 3px;
    float: left;
}

#content .component .check-style {
    padding-left: 3px;
    padding-right: 3px;
	padding-top: 2px;
    float: left;
}

#content .component .check-style input {
	margin: 0;
	border: 0 none;
	padding: 0;
	background-color: transparent;
	display: inline;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

#content .component .select-style label {
    padding-right: 2px;
}

#content .component .description {
    margin-top: 3px;
}

#content .component .image .preview-image, #content .component .thumbnails-edit .preview-image {
    margin: 5px;
    float: left;
    text-align: center;
}

#content .component .image .name, #content .component .thumbnails-edit .name {
    display: inline;
}

#content .file .command {
    width: 100px;
    overflow: hidden;
}

#content .list-container img {
    border: 3px #aaaaaa solid;
}

#content .list-container .name {
    margin-top: 1px;
    margin-bottom: 9px;
    font-size: 0.9em;
}

#content .dynamic-component .line {
	margin: 2px;
	border: 1px #dddddd solid;
	padding: 2px;	
}

#content .dynamic-component .edit-label {
	font-style: italic;
	margin-bottom: 2px;
}


#content .dynamic-component label {
    width: 175px;
    float: left;
}

#content .dynamic-component .message {
	margin: 2px 2px 2px 15px;	
	padding: 2px;
	background-color: transparent;
	border: 0px none;
}

#content .dynamic-component .message.error {
	color: #ff5555;
}

#content .dynamic-component .message.info {
	color: #55ff55;
}

#content .dynamic-component input
[ type = submit ] {
    padding: 0px;
}

#content .dynamic-component .commands {
    margin-right: 30px;
    padding-right: 15px;
    float: left;
    border-right: 1px #dddddd solid;
}

#content .dynamic-component .preview {
    float: left;
    margin-top: 15px;
    text-align: center;
}

#content .dynamic-component .preview .title {
    font-size: 0.8em;
}

#content .dynamic-component .error-message {
    width: auto;
    margin: 2px;
    padding: 2px;
    text-align: center;
    font-size: 0.9em;
    color: #000000;
}

#content .dynamic-component .large-text textarea {
	height: 120px;
}

#content .reactions {
	overflow: auto;
	height: 200px;
}

#command {
    position: fixed;
    top: 80px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

#command ul {
    margin-left: 3px;
}

#command h3 {
    margin-top: 4px;
    padding: 0px;
    font-size: x-small;
    text-align: center;
}

#command li {
    margin-left: 6px;
    padding-left: 0px;
}

#command .box-body .title {
    margin-top: 3px;
    margin-bottom: 0px;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

#command ul {
    margin-bottom: 6px;
}

#command .selected {
    list-style-type: disc;
    font-weight: bold;
}

#manual-date img {
    vertical-align: bottom;
}

#manual-date-modification input {
    width: 64px;
}
/* generic row div layout */
.row {
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 3px;
    margin-bottom: 1px;
}
/* OVERDIV */
#overDiv table {
    width: auto;
}

#overDiv li {
    color: #000000;
}
/* page-list */
.page-list-container {
    max-height: 220px;
    overflow: auto;
}

.page-list td, .page-list th {
    border: 1px #eeeeee solid;
}
/* box */
.box {
    margin: 3px;
    overflow: hidden;
    color: #000000;
    background-color: #dddddd;
    border-left: 1px #A3AED2 solid;
    border-right: 1px #A3AED2 solid;
    border-bottom: 1px #A3AED2 solid;
}

.box p {
    margin-top: 2px;
    margin-bottom: 4px;
}

.box h1 {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
}

.box fieldset {
    border: 1px solid #979797;
}

.box label {
    width: 120px;
    text-align: left;
}

.box .title {
    background-color: #777777;
    background-repeat: repeat-x;
    font-weight: bold;
    color: #ffffff;
    display: block;
    padding: 2px;
}

.box .help-url {
    padding: 2px 1px 0px 0px;
    float: right;
}

.box .title a {
    margin-right: 15px;
    padding: 3px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    background-image: url('images/edit/open_box.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.box .title span {
    margin-right: 15px;
    padding: 3px;
    font-weight: bold;
    display: block;
}

.box .help-url a {
    margin-right: 0px;
    padding: 0px;
    display: block;
    background-image: none;
}

.box .title a.close {
    background-image: url('images/edit/close_box.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.box .box-open-close {
    position: absolute;
    left: 195px;
}

.box .ok {
    margin-left: 3px;
}

.box fieldset {
    margin-bottom: 6px;
}

.box fieldset .ok {
    float: none;
    margin-top: 3px;
}

.box .box-body-content {
    padding: 2px;
    text-align: justify;
    overflow: hidden;
}

.box .box-body .title {
    border: 0px none;
}

.box .line {
    min-height: 20px;
}

.box .line select {
    width: 100px;
}

.box .line label {
    width: 100px;
    float: left;
}

#mailing-command .box .line label {
    float: none;
    width: auto;
}

#mailing-command .box select {
    width: 200px;
}

.box .line label.large {
    width: 200px;
}

.box .action, .box .action input {
    width: 110px;
    margin: 2px;
}

.box .action-large {
    width: 233px;
    margin: 2px;
}

.box input.radio {
    float: left;
    margin-right: 3px;
}

.box h6 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 1px;
}

.box li {
    margin-top: 0px;
}

.box select {
    width: 160px;
}

.box .normal-input {
    width: 100px;
}

.box fieldset .normal-input {
    width: 80px;
}
.box fieldset .ok {
	margin-top: 0px;
    height: 19px;
}


.box .large-input {
    width: 200px;
}

#insert ul {
    margin: 0px;
}

#insert {
    width: 230px;
}

#error-box {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

#question-box {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

#question-box .box-body {
    text-align: center;
}

#error-box .title img {
    margin-right: 5px;
    vertical-align: bottom;
}

.template-box {
    margin: 5px;
    float: left;
    overflow: hidden;
    width: 265px;
}

.template-big-box {
    margin: 5px;
    overflow: hidden;
}

.template-box .title, .template-big-box .title {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    text-align: left;
    background-color: #EEEEEE;
    font-weight: bold;
    background-repeat: repeat-x;
    height: 16px;
}

.template-box .title span, .template-big-box .title span {
    margin: 4px;
    vertical-align: middle;
}

.template-box .title img, .template-big-box .title img {
    float: right;
    vertical-align: middle;
    margin-right: 5px;
}

.template-box .body {
    text-align: center;
}

.template-box .body, .template-big-box .body {
    padding: 3px;
}

.template-box p, .template-big-box p {
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0px;
}

.template-box .visual {
    padding: 3px;
    text-align: center;
}

.template-big-box .visual {
    padding: 3px;
    text-align: center;
    float: right;
}

.template-box .info, .template-big-box .info {
    text-align: left;
}

.template-big-box .info {
    float: left;
}

.template-box li {
    display: block;
    overflow: hidden;
    height: 13px;
}

.template-big-box li {
    display: block;
    overflow: hidden;
    vertical-align: middle;
}

.template-box .info li span, .template-big-box .info li span {
    font-weight: bold;
}

.template-box input {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 250px;
    padding: 2px;
}

.template-big-box input {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 150px;
}

.template-box .info input {
    width: auto;
}

.template-big-box .info input {
    width: 180px;
}

.template-big-box #template-info ul input, .template-big-box #template-info ul select, .template-big-box #template-info ul option {
    margin-left: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px none;
    background-color: transparent;
    color: #666666;
}

.template-big-box #template-info ul select, .template-big-box #template-info ul option {
    background-color: #ffffff;
}

.template-box .info label {
    display: inline;
    border: 1px red solid;
}

.template-box .info input {
    width: auto;
    vertical-align: middle;
    margin-right: 3px;
}

.template-box form {
    text-align: center;
}

.template-big-box form {
    text-align: left;
}

.template-big-box .icone {
    vertical-align: text-bottom;
}

.template-box form .valid, .template-big-box form .valid {
    background-color: #BBFFBB;
    border: 1px #66FF66 solid;
}

.template-box form .unvalid, .template-big-box form .unvalid {
    background-color: #ffbbbb;
    border: 1px #ff6666 solid;
}

.template-box ul, .template-big-box ul {
    overflow: auto;
    padding-left: 0px;
}

.template-box li, .template-big-box li {
    padding-left: 0px;
}

.template-big-box li {
    height: 17px;
}

.template-command {
    margin-top: 5px;
    margin-left: 5px;
    height: 20px;
}

.template-command form {
    float: left;
    margin-left: 5px;
}

.template-filter {	
	padding: 2px;
}

.template-filter input {
	width: 220px;
}

.displaytag td form {
    float: left;
    margin-left: 5px;
}

#admin-metadata {
    margin: 10px;
    width: 500px;
    color: #000000;
}

#admin-metadata fieldset {
    margin-bottom: 5px;
}

#admin-metadata .line {
    margin-top: 2px;
    height: 20px;
}

#admin-metadata .line label {
    float: left;
    width: 210px;
}

#admin-metadata .line input, #admin-metadata .line select {
    float: left;
    width: 200px;
}

.tool-tip {
    color: #979797;
    width: 220px;
    z-index: 13000;
    background-color: #eeeeee;
}

.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    font-weight: bold;
    padding: 2px 2px 2px;
    color: #eeeeee;
}

.tool-text {
    font-size: 11px;
    padding: 2px 2px 2px;
    text-align: justify;
}
/* licence */
#licence-table {
    margin: 10px;
}

#licence-table th {
    background-repeat: repeat-x;
    padding: 2px;
}

#licence-table .even {
    background-color: #bbbbbb;
}

#licence-table td, #licence th {
    padding: 3px;
}

#licence-table p {
    margin: 0px;
    padding: 0px;
}

#billing {
    margin: 5px;
}

#billing .line {
    margin-top: 3px;
    margin-bottom: 3px;
}

#virtual-paternity, #fraternity {
    padding: 3px;
}

#virtual-paternity li, #fraternity li {
	margin-top: 3px;
    margin-bottom: 3px;
    border-left: 3px #20564D solid;
}

#fraternity li a {
	display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 3px;
    background-color: #dddddd;
    border: 1px #a3aed3 solid;
}

#fraternity li.final-selected a {
    background-color: #f9e9a3;
}

#fraternity li.final-selected li a {
    background-color: #dddddd;
}

#fraternity .selection input {
	margin: 2px;
	padding: 2px 2px 2px 20px;
	background-image: url('images/edit/paste.gif');
	background-repeat: no-repeat;
	background-position: left center;
	color: #2D6057;
}

#fraternity li a span {
    color: #111111;
    font-weight: bold;
}

#price-list #action {
    margin-left: 562px;
    margin-bottom: 20px;
}
/* layout */
.normal-layout label {
    margin-left: 3px;
    margin-right: 3px;
}

.three-col-layout {
    padding: 2px;
}

.three-col-layout .line {
    display: inline;
    margin: 5px 8px 5px 2px;
}
/* dynamic list */
.dynamic-list ._open {
    background-image: url('images/edit/cross_opened.gif');
    background-repeat: no-repeat;
    vertical-align: top;
    padding-left: 12px;
}

.dynamic-list ._close {
    background-image: url('images/edit/cross_closed.gif');
    background-repeat: no-repeat;
    vertical-align: top;
    padding-left: 12px;
}
.copyright {
	padding-left: 5px;
	color: #000000;
}
/* macro */
.macro-list {
    text-align: center;
}

.macro-list input {
    margin: 2px;
    padding: 2px;
    font-weight: bold;
    width: 220px;
}

.macro-list input:hover {
    border: 1px #000000 solid;
}

/* IM */
#im-message-count {
	display: inline;
	text-decoration: blink;
}
#im-messages {
	padding: 2px;
	margin: 0; 
}
#im-messages li {
	padding: 0;
}
#im-messages .im-username {
	font-weight: bold;
	cursor: pointer;
}
#im-messages .im-private-message {
	font-weight: bold;
}
#im-messages .im-to-current-user .im-message {
	font-style: italic;
}
#im-box select {
	width: 100%;
}
#im-box input[type='text'] {
	width: 80%;
}
#im-box input[type='submit'] {
	width: 16%;
}

/**
* poll
**/
.simple-poll fieldset {
	padding: 5px;
}

.simple-poll .line {
	height: 15px;
	margin: 5px 0;
}

.simple-poll label {
	float: left;
	display: block;
	width: 140px;

}

.simple-poll .result-bar {
	float: left;
	width: 100px;
	margin-right: 8px;
}

.simple-poll .result-bar .bar {
	display: block;
	background-color: #999999;
	height: 14px;
}

/******************************/
/***** ADMIN
/******************************/

#config form {
	margin: 10px 20px 10px 20px;
} 

#config textarea {
	margin-bottom: 10px;
	height: 400px;
}

/**
* statistic report
*******************/

#stat_report {
	color: #000000;
}

#stat_report .line {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}

#stat_report .label {
	float: left;
	width: 200px;
	font-weight: bold;
}

/**
* upload file
*************/

.hide {
	display: none;
}

/**
 * Thats the basic css needed for the upload bars
 */

.fancyupload-queue
{
	list-style:				none;
}
.fancyupload-queue li
{
	background:				url(photo_upload.png) no-repeat 0 5px;
	padding:				5px 0 5px 22px;
}

.fancyupload-queue .queue-file
{
	font-weight:			bold;
}

.fancyupload-queue .queue-size
{
	color:					#aaa;
	margin-left:			1em;
	font-size:				0.9em;
}

.fancyupload-queue .queue-loader
{
	position:				relative;
	margin:					3px 15px;
	font-size:				0.9em;
	background-color:		#ddd;
	color:					#fff;
	border:					1px inset #ddd;
}
.fancyupload-queue .queue-subloader
{
	text-align:				center;
	position:				absolute;
	background-color:		#81B466;
	height:					100%;
	width:					0%;
	left:					0;
	top:					0;
}

.fancyupload-queue .input-delete
{
	width:					16px;
	height:					16px;
	background:				url(delete.png) no-repeat 0 0;
	text-decoration:		none;
	border:					none;
	float:					right;
}

/* preview */

.pc_command {
	margin: 10px 0;
	text-align: center;
}

/* wysiwyg integration */

#content table.mceToolbar {
	width: auto;
}

#content table.mceLayout td {
	text-align: center;
}
