@charset "UTF-8";
/* CSS Document */

body{
    text-align :center;
	background-image:url(../images/landing_bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

#header{
}

.textboxerror
{
    border-color:Red;
}

#banner{
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	position:relative;
	height:210px;
	top:-5px;
}

.uploadbanner
{
    background-image: url(../images/local_panel_bg.png);     
    background-position:top;
    background-repeat: repeat-x;
}
.uploadbanneroff
{
    background-image:url(../images/local_tab_off_bg.png);     
    background-position:top;
    background-repeat: repeat-x;
}

.i1
{
    background-image:url(../images/local_panel_left.png);
    width:8px;
}

.i6
{
    background-image: url(../images/local_panel_right.png); 
    background-position: bottom;
    background-repeat: no-repeat;
    width:8px;
}
.local_panel_bg
{
    background-image: url(../images/local_panel_bg.png); background-repeat: repeat-x;
}
.input_box_bg
{
    background-image: url(../images/input_box_bg.gif); background-repeat: repeat-x;
}


#centerpanel{
	position:relative;
	top: -50px;
	width:654px;
	height:450px;
	background-image:url(../images/panel_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#centerpanel-shadow{
	position:relative;
	top: 450px;
	width:654px;
	height:20px;
	background-image:url(../images/panel_shadow.png);
}
#step1{
	background-image:url(../images/step1.png);
	background-repeat:no-repeat;
	height:165px;
	position:absolute;
	width:183px;
}
#step2{
	background-image:url(../images/step2.png);
	background-repeat:no-repeat;
	height:165px;
	position:absolute;
	width:182px;
	left:238px;
}
#step3{
	background-image:url(../images/step3.png);
	background-repeat:no-repeat;
	height:165px;
	position:absolute;
	width:171px;
	left: 430px;
}

#footer-wrapper{
    background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;	
}
#footer{
	position:relative;
	top: 0px;
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

.top-nav{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#036;
	border-bottom-color:#036;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:5px;
}
.top-nav-selected{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#093;
	padding:5px;
}
.top-nav-separator{
	width:1px;
	background-color:#666;
}

.banner-big-text{
	font: "Times New Roman", Times, serif;
	font-size:64px;
	color:#FFF;
}
.banner-small-text{
	font: "Times New Roman", Times, serif;
	font-size:32px;
	color:#FFF;
}

.table-title{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding-left:10px;
	font-size: 18px;
	margin:5px;
	height:40px;
	color:#363;
}
.footer-title{
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-right:15px;
	padding-bottom:2px;

}
.footer-links a{
	color:#33C;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding-right:15px;
	padding-bottom:2px;
}
.footer-links{
	color:#33C;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding-right:15px;
	padding-bottom:2px;
}
.browse-button{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:16px;
	font-weight:bold;
	color:#363;
	background-image:url(../images/browse_button_right.png);
	background-position:right;
	cursor:pointer;
}
.tab-active{
	color:#363;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.tab-inactive{
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.tab-inactive a{
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}
.text-error{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#900;
}
.text-sub-title{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	padding-left:5px;
}
.ver-dotted-line {
	background-image: url(../images/verticle.gif);
	background-repeat: repeat-y;
	background-position: center;
	width : 20px;
}
.three-steps-text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#036;
	text-align:center;
	font-weight:bold;
}
.textbox{
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
	background-color:#FFFAE2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:3px;
}

.textarea{
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
	background-color:#FFFAE2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:3px;
}
.hor-dotted-line{
	background-image:url(../images/hor_dotline_bg.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
}
.wizard-steps-gray{
	background-image:url(../images/wizard-steps-1.png);
	background-repeat:no-repeat;
	width:23px;
	height:25px;
	padding-left:6px;
	padding-bottom:5px;
}
.wizard-steps-green{
	background-image:url(../images/wizard-steps-2.png);
	background-repeat:no-repeat;
	width:23px;
	height:25px;
	padding-left:6px;
	padding-bottom:5px;
}
.wizard-steps-blue{
	background-image:url(../images/wizard-steps-3.png);
	background-repeat:no-repeat;
	width:23px;
	height:25px;
	padding-left:6px;
	padding-bottom:5px;
}
	
* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
