﻿.BannerLeft
{
	height: 95px;
	background-image: url(bgs/satisfaction-guarantee.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	width:30%;
}

.BannerMid
{
	width:320px;
	background-image: url(bgs/Banglz.com_logo_new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:40%;
}

.BannerRight
{
	height: 95px;
	padding-right:15px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width:30%;
	text-align:right;
}


.ContainerTable
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	width: 800px;
}



.TopNavBar
{
	height: 35px;
	width: 100%;
	background-image: url(bgs/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.ajaxLoader
{
	margin-left: 16px;
	background-image: url(bgs/ajaxpage.gif);
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 140px;
	font-weight: bold;
}

.ajaxLoaderNew
{
	position:fixed;
	top:50%;
	width:760px;
	text-align:center;
}

.ajaxLoaderNew #outer
{
	width:100px;
	margin:auto;
	background-color:Black;
	padding:10px;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.ajaxLoaderNew #loader
{
	margin:auto;
	background-color:Black;
	background-image: url(bgs/ajaxcircle.gif);
	background-repeat: no-repeat;
	background-position:center top;
	padding-top:40px;
	color:White;
}

.BlockHeader
{
	background-image: url(bgs/block_header.jpg);
	height: 28px;
	color: White;
	font-family: Georgia, Times New Roman;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}

.SPMenu
{
    margin-top:3px;
    margin-bottom:2px;
    list-style-type:none;
    margin-left:20px;
    padding-left:0px;
}
.SPMenu LI
{
    line-height:16px;
}

.SPMenu LI A, .SPGrid TR TD A
{
	text-decoration: none;
}
.SPMenu LI A:hover
{
    text-decoration:underline;
}

.hider, .overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	display:block;
}

.overlay table
{
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

#overlay
{
}

.hider
{
	width:100%;
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	
}

.imgLoader
{
	background-image:url(bgs/img-load.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.footerLinks
{
    text-align:center;
    font-size:9pt;
    padding-left:60px;
    padding-right:60px;
    line-height:18px;
    padding-top:10px;
    padding-bottom:5px;
}

.footerLinks A
{
    color:#090;
    text-decoration:none;
    margin-left:10px;
    margin-right:10px;
}

#formHider
{
	position: absolute;
	filter: alpha(opacity=40);
	background-color: black;
	width: 100%;
	display: block;
	top: 0px;
	height: 0px;
	opacity: 0.4;
}
