/**ver:1.0.0.0*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
    position: relative;
}

#outer_box
{
    width: 279px;
    background-color: #fbfbfb;
    border: 1px solid #c1c9cf;
}

.divRounded
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius:8px;
    border-radius: 8px;
    behavior: url(../PIE.htc); 
    border: 1px solid #c1c9cf;
    
}

.divRoundedFF
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius:8px;
    border-radius: 8px;
    -webkit-box-shadow: #cccccc 0px 2px 3px;
    -moz-box-shadow: #cccccc 0px 2px 3px;
    -ms-box-shadow: #cccccc 0px 2px 3px;
    box-shadow: #cccccc 0px 2px 3px;
}

#inner_box
{
    width: 265px;
    background-color: white;
    margin: 0 0 4px 6px;
}

.divRoundedInner
{
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius:8px;
    border-radius: 8px;
    behavior: url(../PIE.htc);
    border: 1px solid #c1c9cf;

}

#notification_title
{
    height: 32px;
    padding: 0 6px 0 6px;
    background-color: transparent;
}

#logo_and_title
{
    display: inline-block;
    width: 230px;
    height: 32px;
}


#app_logo_span
{
    display: inline-block;
}

#app_logo
{
    margin-top: 4px;
    max-height: 24px;
    max-width: 190px;
    width: expression(this.width > 190 ? 190 : auto);
    height: expression(this.height > 24 ? 24 : auto);
}

#app_name
{
    display:inline-block;
    font-family: arial;
    font-size: 14px;
    color: Black;
    top: 6px;
}

#settings_icon
{
    top: 9px;
    cursor: pointer;
    visibility: hidden;
}

#close_icon
{
    position: absolute;
    right: 6px;
    top: 9px;
    cursor: pointer;
}

#iframe_container 
{
    width: 100%;
	padding: 2px;
}

.shown_iframe 
{
    display: block;
    width: 100%;
}

.hidden_iframe
{
    display: none;
    margin-top: 0px;
    width: 0px;
    height: 0px;
}

#img_previous, #img_next
{
    top: 1px;
    cursor: pointer;
    visibility: hidden;
}

#bottom_section
{
   height: 24px;
   padding: 0 6px 0 6px;
   background-color: transparent;
}

#conduit_logo
{
    position: absolute;
    right: 6px;
    top: 2px;
    cursor: pointer;
}