.vdotline {
	background-attachment: fixed;
	background-image:  url(../images/global/dotline.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.hdotline {
	background-attachment: fixed;
	background-image:  url(../images/global/hdotline.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.greyborder {
	border: 1px solid #EFEFEF;
}

body {
	background:url(../../Images/DotsBg.gif) top fixed
}

.maintable {
	border:1px solid #ccc
}

.socialstuff {
	width:63px; height:273px; position:fixed; right:0px; top:300px;
	padding-top:5px;
	background:url(../../Images/SocialBackground.png)
}

.sbutton {
	margin: 11px 0 0 18px;
	width:32px; height:32px

}

.sbuttonoverlay {
		background:url(../../Images/TransOverlay.png);
		width:32px; height:32px;
		position:absolute;
		z-index:100	
}

.sbuttonoverlay:hover{
	background:url(../../Images/tranny.png);
}

.FacebookBox{
	border: solid 1px #3b5998;
	width:128px;
	margin: 12px 0 0 9px
}

.FacebookBox iframe{
	margin: 5px 0 0 5px
 }

.FacebookTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color: #3b5998;
	padding: 3px 0 5px 0
}


