﻿/* ibox controls -- most of this shouldn't be touched */

#ibox {
z-index: 1000000;
}

#ibox_overlay {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
z-index:1000000;
/* we use a background image because mac firefox bugs */
background: url('../img/ibox/bg.png');
}

#ibox_progress {
position: absolute;
z-index: 1000001;
}

#ibox_wrapper {
position: absolute;
top: 0px;
left: 0px;
z-index: 1000001;
padding: 30px 15px 15px 15px;
}

#ibox_content {
z-index: 1000002;
overflow: auto;
height: 100%;
position: relative;
padding: 0px;
}

#ibox_content object {
display: block;
}

#ibox_content .ibox_image {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
border: 0px;
display: block;
}

#ibox_footer_wrapper a {
float: right;
display: block;
outline: 0;
margin: 0px;
padding: 0px;
}

#ibox_footer_wrapper {
position: absolute;
top: 5px;
right: 10px;
left: 10px;
white-space: nowrap;
overflow: hidden;
}



/* feel free to customize the following in an external css */



/* footer and close link */
#ibox_footer_wrapper {
font-weight: bold;
}

#ibox_footer_wrapper a {
text-decoration: underline;
color: #00008b;
text-transform: lowercase;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#ibox_footer_wrapper {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* this is the ibox container */
#ibox_wrapper {
border: 0px;
}

#ibox_wrapper, #ibox_footer_wrapper a {
background-color: #666;
}



/* inner container */
#ibox_content {
background-color: #fff;
border: 0px;
}

#ibox_progress {
width: 128px;
height: 128px;
background: url('../img/ibox/indicator.gif') no-repeat;
}