/*	list_edit.css	Ver 1.1.0
 *
 *	Ver 1.1.0	Added -moz-border-radius-topright: 2em; -moz-border-radius-topleft: 2em;
 *			Added -webkit-border-top-right-radius: 24px; -webkit-border-top-left-radius: 24px;
 *
*/


#list_edit_menu_box {
margin-top: 0;
margin-bottom: 45px;  
}

ul#list_edit_menu {
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#list_edit_menu li {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#list_edit_menu img {
    vertical-align: middle;
    margin-right: 0.1em;
}

ul#submenu {
	float:left;
	list-style-type: none;
	padding:0;
}
ul#submenu li {
	float:left;
}
.tab {
    display: block;
    margin: 0.2em 0.2em 0 0.2em;
    padding: 0.2em 0.2em 0 0.2em;
    white-space: nowrap;
}

.tab {
    background-color:#00ffff;
    border: 1pt solid blue;
    border-bottom: 0;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    -webkit-border-top-right-radius: 2em;
    -webkit-border-top-left-radius: 2em;
    -moz-border-radius-topright: 2em;
    -moz-border-radius-topleft: 2em;
}

.subtab {
    display: block;
    margin: 0.2em 0.2em 0 0.2em;
    padding: 0.2em 0.2em 0 0.2em;
    white-space: nowrap;
}

.subtab {
    background-color:#00ffff;
    border: 1pt solid blue;
    border-bottom: 0;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
}
#list_edit_menu {
    margin-top: 0.5em;
    padding: 0.1em 0.3em 0.1em 0.3em;
}
#active_tab {
background-color: bisque;
}
#active_subtab {
background-color: bisque;
}

ul#list_edit_menu li {
    border-bottom: 1pt solid black;
}
/* enabled hover/active tabs */
a.tab:hover {
    background-color:bisque;    
    margin: 0;
    padding: 0.2em 0.4em 0.2em 0.4em;
    text-decoration: none;
}


a.tab:hover, .tabactive {
    background-color: gray;
}


/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-color: #00ffff;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #FFFFFF;
}


/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
    background-color: gray;
}

.details th, td {
color:blue;
}
ul.details {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.details li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align:left;
    font-size:12px;
}
#editing_container>fieldset>legend {
font-size:24px;
font-weight:bold;
}
.big_num {
color :green;
}


