/*
 * default matches the jqueryui theme.
 */
.default {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #222222;
	position: relative;
}

/*
 * Error class set by htmlfill.render.
 */
.error-message {
    font-size: 80%;
    color: red;
}

.white-text {
    color: white;
}

.red-text {
    color: red;
}

.smaller-font {
    font-size:80% !important
}

body {
    background-color: black;
}

/* ie png fix */
img, div { behavior: url(/css/iepngfix.htc) }

.glassy-titlebar {
    background: #A21111 url(/js/jquery/images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
    color:#FFFFFF;
}

/*
 * Fisheye menu on main.
 */
.fisheye {
	text-align: center;
	height: 50px;
	position: relative;
}

a.fisheye-item
{
    bottom:0pt;
    color:white;
    display:block;
    font-weight:bold;
    position:absolute;
    text-align:center;
    text-decoration:none;
    width:40px;
}

.fisheye-item img {
    border:medium none;
    margin:5px auto 0pt;
    width:100%;
}

.fisheye-item span
{
	display: none;
}

#fisheye-bottom {
	position: absolute;
	width: 99%;
    left: 0px;
	bottom: 15px;
    z-index: 1002;
}


.fisheye-container {
    height:50px;
    left:500px;
    position:absolute;
    width:340px;
}
