/*
design01
Version 2010.11.30
*/

body {
	background: #F4F3EF;
}

#header {
	background:transparent url(/etfprd1-chat/javax.faces.resource/default/1_0/images/header_bg.png.xhtml) no-repeat top right;
}
#head_links {
	color:#c2e5f4;
}
#head_links a {
	color:#c2e5f4;
}

.textfield_container {
	background:transparent url(/etfprd1-chat/javax.faces.resource/default/1_0/images/header_search_textfield.png.xhtml) no-repeat;
}
#radio_container {
	color:#fff;
}
.javascript_on #radio_container label {
}

#footer_1a {
}
#footer_1b {	
}
#footer_2 {
	/* background:transparent url(/etfprd1-chat/javax.faces.resource/default/1_0/images/footer_bottom_shadow.png.xhtml) no-repeat; */
	/* color:#777777; */
}

div[id*=related_file] .start{
	display:none;
}

div[id*=related_file] .ui-icon-cancel{
	background-position: -96px -128px !important;
}

div[id*=related_file] .progress{
	vertical-align: middle !important;
}

#overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;   
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

#overlay_img {
	position:absolute;
	top: 50%;
	left: 50%;	
	opacity: 1.0 !important;
	z-index: 10001;
}