/***** LINKS2U.COM CSS DOCUMENT *****/

body {
	background-color:#e2e2e2;
	padding:0px;
	margin:0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
}
h3 {
	color:#006abb;
	
}


#header {
	background-color:#f0f0f0;
	height:110px;
}

#header .content {
	height:100px;
}

#steps {
	margin:0 auto;
	width:960px;
	
}

#step1, #step2, #step3, #step4 {
	width:240px;
	float:left;
	text-align:center;
	margin-top:20px;
}
#tab1, #tab2, #tab3 {
	width:320px;
	float:left;
	text-align:center;
	margin-top:20px;
}
.stepbar {
	background-color:#ccd6a1;
	height:13px;
	font-size:50px;
	font-weight:bold;
	line-height:25%;
	text-align:right;
	color:#d7d7d7;
	letter-spacing:-10px;
}

.steplabel {
	color:#a2a39e;	
}
#prog .content {
	height:75px;
}

#prog {
	background-color:#d7d7d7;
	height:75px;
	
	
}



#logo {
	float:left;
	padding-top:10px;
}
#referer {
	padding-left:140px;
	float:left
}
#refererpic {
	height:100px;
	overflow: hidden;

}
#refererlabel {
	font-size:10px;
}
#referername {
	padding-left:10px;
}

#signin {
	margin-top:65px;
	float:right;
}
	
#slpash{
	background-image:url(..//images/Home-bg.jpg);
	background-repeat:repeat-x;

	
}

#slpash .content{
	height:350px;
}


#info .content {
	/* VARIABLE HEIGHT? */
	height:350px;
}

#info {
	text-align:center;
}

#advert-form {
	width:480px;
	float:left;
	padding-bottom:40px;
}

#help {
	width:440px;
	float:left;
	padding-bottom:20px;
	padding:20px;

}
#advert-help, #url-help, #nosite-help {
	visibility:hidden;
}

#footer .content {
	/* STICKY FOOTER? */
	height:75px;
	background-image:url(..//images/footergfx.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
	clear: both;
}

.content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	clear: both;
}

.half{
	width:470px;
	float:left;
}

#sp-left {
	margin-right:20px;
	height:350px;
	
}
#sp-right {
	margin-top:90px;
	font-size:24px;
	text-align:center;
	
}

#info-side {
	width:300px;
	height:300px;
	float:left;
}
#info-mid {
	width:300px;
	height:300px;
	margin-left:27px;
	margin-right:27px;
	float:left;
}

.infobox, .tools, .toolsShaded, .legend{
	background: #ffffff;
	border:1px solid #ffffff;
	-moz-box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	-webkit-box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
   	border-radius: 5px;
	padding:10px;
	font-size:18px;
	
	/* GRAD */
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.toolsShaded {

	background: #e2e2e2;
	color:grey;
}

.greentext {
	color:#8c9e3a;
}

.bluetext {
	color:#006abb;
}

#formnote {
	font-size:10px;
	text-align:right;
	padding-right:20px;
}

.helpinfo {
	border:#900;
	border-style:solid;
	border-width:1px;
	margin-top:10px;
	padding:10px;
	background-color:#f7f7f7;
	
	-moz-box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	-webkit-box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
}

#logonmess {
	border:#006abb;
	border-style:solid;
	border-width:1px;
	margin-top:10px;
	padding:10px;
	background-color:#f7f7f7;
	
	-moz-box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	-webkit-box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
}
#alertmess {
	border:red;
	border-style:solid;
	border-width:1px;
	margin-top:10px;
	padding:10px;
	background-color:#f7f7f7;
	
	-moz-box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	-webkit-box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
	box-shadow: 0px 0px 10px #b8b8b8, inset 0px 0px 50px #efefef;
}

textarea {
	//width:460px;
	background: #f7f7f7;
	border:1px solid #a5a5a5;
	-moz-box-shadow: 0px 0px 10px #d0d0d0, inset 0px 0px 10px #d6d6d6;
	-webkit-box-shadow: 0px 0px 10px #d0d0d0, inset 0px 0px 10px #d6d6d6;
	box-shadow: 0px 0px 10px #d0d0d0, inset 0px 0px 10px #d6d6d6;
}

input[type="text"] {
	//width:460px;
	background: #f7f7f7;
	border:1px solid #a5a5a5;
	-moz-box-shadow: 0px 0px 10px #d0d0d0, inset 0px 0px 5px #d6d6d6;
	-webkit-box-shadow: 0px 0px 10px #d0d0d0, inset 0px 0px 5px #d6d6d6;
	box-shadow: 0px 0px 10px #d0d0d0, inset 0px 0px 5px #d6d6d6;
}

#fb-auth {
	border:0;
	background: transparent;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
#signin {
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
#div1, #div2, #div3, #div4 {
	margin-left:50px;
	

}
.tools, .toolsShaded {
	width:220px;
	padding:5px;
	margin:5px;
	font-weight:bold;
	font-size:16px;
}
.toolstxt {
	float:left;
	width:204px;
}
.legend {
	width:91px;
	padding:3px;
	margin:3px;
	font-weight:bold;
	font-size:10px;
}
.legendtxt {
	float:left;
	width:75px;
}

#refertable {
	margin: 0px auto;
	width:260px;

}
#tablecol1 {
	width:70px;
	border-left:1px dotted #006abb;
}
#tablecol2 {
	width:40px;
	color:grey;
}
#tablecol2a {
	width:40px;
}
#tablecol7 {
	width:80px;
}
#tablecol3, #tablecol4, #tablecol5, #tablecol6 {
	width:20px;

}
#tablecol8, #tablecol9, #tablecol10, #tablecol11, #tablecol12 {
	width:172px;
}
.tablerow {
	text-align:center;
	float:left;
	border-right:1px dotted #006abb;
	border-bottom:1px dotted #006abb;
}
.tablerowdata {
	height:50px;
	line-height:50px;

	text-align:center;
	float:left;
	border-right:1px dotted #006abb;
	border-bottom:1px dotted #006abb;
	font-size:14px;
}
#tablehead {
	width:237px;
	border-top:1px dotted #006abb;
	font-size:16px;
	height:20px;

}
#tablehead2 {
	width:937px;
	border-top:1px dotted #006abb;
	font-size:16px;
	height:20px;

}
#tabledata{
	height:50px;
	font-size:16px;

}
#notes, #div5 {
	font-size:10px;
}
#textads {
	border:1px solid blue;
	padding:5px;
}
#TWalert {
	color:red;
}
#TWalertnotes {
	font-size:12px;
}

/* Easy Slider */


	#slider{
		margin:0 auto;
		padding-top:20px;
	}	
	#slider ul, #slider li,#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;

	}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:120px;
		text-align:center;
		overflow:hidden; 
	}	
	#slider2 li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:460px;
		height:350px;
		text-align:center;
		overflow:hidden; 
	}
						
		

	.slidehead {
		font-size:70px;
		color:#1c82cc;
		text-align:center;
	}
	.slidesub {
		font-size:20px;
		text-align:center;

	}
	
												

/* // Easy Slider */