/* style for smiley comment form box */
div.wpml_commentbox {
    font-size: 8px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
    overflow:hidden; 
/* use these three to minimize space and scroll through the smilies */
/*  overflow:scroll; */
/*  width: 200px; */
/*  height: 150px; */
}

div.wpml_commentbox_text {
    font-size: 8px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
}

/* style for metabox in edit dialog */ 
div#wpml_metabox {
    font-size: 8px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}


/* style for icon and text div container */ 
div.wpml_ico_both {
    font-size: 8px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    float: left;
    height: 45px;  
}

/* style for icon only div container */ 
div.wpml_ico_icon {
    font-size: 8px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    float: left;
    height: 30px;
}

/* style for text only div container */ 
div.wpml_ico_text {
    font-size: 8px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    float: left;
    height: 10px;  
}

/* style for icon */
img.wpml_ico { 
    border-spacing:2px;
    border-collapse:collapse; 
    margin-left:auto; 
    margin-right:auto; 
}


/* these are the styles for activated table output */
/* style for smiley table */
table.wpml_smiley_table
{
}
/* style for smiley table row */
tr.wpml_smiley_table
{
}

/* style for icon only table data element */ 
td.wpml_ico_icon {
    font-size: 8px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    float: left;
    height: 30px;
}

/* style für die navigation beim ajax auf und zu klappen */
div.wpml_nav {
    font-size: 11px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    float: left;
    height: 11px;
}

div.wpml_nav:hover {
    color:#147;
    text-decoration:underline; 
    cursor:pointer;
}

table.editform {
	border-collapse: collapse;
	border-spacing: 5px;
}

table.editform th {
	vertical-align: center;
}

table.editform td {
	padding: 10px;
}

td.td-center {
	text-align: center;
}
