/* Free Evolution tables and lists and help panel */


/* tables */

table
{
	border: thin #12a2ea solid;
	margin: 10px;
    background-color: #EEEEFF;
}

th
{
	background-color: #12a2ea;
	text-align: center;
}

td
{
    text-align: center;
}

/* YUI sliders */

.slider {
    background:url(/theme/img/layout/bgslider.gif) 5px 0 repeat-x;
    width: 100px;
    clear: both;
}

/* Help on mouseover (display a text at the bottom of the screen)
**  Usage: <item class="help">My item content<span class="info">My help text</span></item>
 */


.info, .contextual_help
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px;
    text-align: center;
    background-color: #eeeeee;
    color: #444444;
    font-weight: bold;
    z-index: 1000;
    text-decoration: none;
    font-size: 120%;
    border-top: 1px solid #cccccc;
}
.contextual_help span {
    position: relative;
    top: 2px;
}



