/* 
SPARKHITZ.COM
Copyright (c) 2007-2009 Scott Clayton
*/

.xt {background: url(../images/table/dot.gif) 0 0 repeat-x; width: 510px; background-color:#FFFFFF}
.xt2 {background: url(../images/table/dot.gif) 0 0 repeat-x; width: 400px; background-color:#FFFFFF}
.xb {background: url(../images/table/dot.gif) 0 100% repeat-x}
.xl {background: url(../images/table/dot.gif) 0 0 repeat-y}
.xr {background: url(../images/table/dot.gif) 100% 0 repeat-y}
.xbl {background: url(../images/table/bl.gif) 0 100% no-repeat}
.xbr {background: url(../images/table/br.gif) 100% 100% no-repeat}
.xtl {background: url(../images/table/tl.gif) 0 0 no-repeat}
.xtr {background: url(../images/table/tr.gif) 100% 0 no-repeat; padding:10px} 

.xty {background: url(../images/tabley/dot.gif) 0 0 repeat-x; width: 500px; background-color:#FFFFDD}
.xby {background: url(../images/tabley/dot.gif) 0 100% repeat-x}
.xly {background: url(../images/tabley/dot.gif) 0 0 repeat-y}
.xry {background: url(../images/tabley/dot.gif) 100% 0 repeat-y}
.xbly {background: url(../images/tabley/bl.gif) 0 100% no-repeat}
.xbry {background: url(../images/tabley/br.gif) 100% 100% no-repeat}
.xtly {background: url(../images/tabley/tl.gif) 0 0 no-repeat}
.xtry {background: url(../images/tabley/tr.gif) 100% 0 no-repeat; padding:10px;font-size:16px;text-align:center;
} 

body
{
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	/*background: url(../images/border.gif) #EEEEEE;*/
	/*background-position: center;*/
	/*background-repeat: repeat-x repeat-y;*/
	text-align:center;
}

hr
{
	height:2px;
	color:#0000CC;
	background-color:#0000CC;
	noshade;
}
table
{
	font-size: 13px;	
}

/* The main page text */
#txt1
{
	font-family: Comic Sans MS, Tahoma;
	color: 0000CC;
	font-size: 32px;
	text-align:center;
	width:100%;
	font-weight:bold;
	margin:0;
	padding:0;
}
#txt2
{
	font-size: 14px;
	text-align:center;
	width:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
#txt3
{
	font-size: 16px;
	text-align:center;
	width:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
#ads p
{
	font-size:14px;
	text-indent: 15px;
	margin:0;
}
#bright
{
	background-color:#FFFFAA;
	border: 2px #FFFF00 solid;
	font-size:16px;
	text-align:center;
}

#logo
{
	text-align:left;
	padding-left:40px;
}

/* menu stuff */
#menu form
{
	margin:0;
	text-align:center;	
}
#menu form input.a
{
	width:120px;
	height:18px;
	background:#DDDDEE;
	border: 1px #0000CC solid;
	font-size:10px;
	font-family:Tahoma;
}
#menu table td
{
	text-align:right;
	font-size:12px;
}
#menu table th
{
	font-size:13px;
}
#menu form input.btn
{
	width:70;
	height:20;
	font-size:10px;
	font-family:Tahoma;
}
#menu a
{
	float:left;
	font-size:10px;
}
#menu paypal
{
	text-align:center;
}

/* Form stuff (websites.php) */
#form1 form
{
	margin:0;
	text-align:center;	
}
#form1 form input
{
	height:22px;
	background:#DDDDEE;
	border: 1px #0000CC solid;
	font-size:12px;
	font-family:Tahoma;
}

/* The links on the menu */
#link1
{
	font-size:14px;
}
#link1 hr
{
	noshade;
	color:#DDDDDD;
	width:176;
}
#link1 ul
{
	margin:0;
	padding:0;
}
#link1 ul li
{
	border-top: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	margin-top:0;
	margin-bottom:0;
	display:block;
	list-style:none;
	padding-top:3px;
	padding-bottom:5px;
}
#link1_subline
{
	font-size:10px;
	color:#FF0000;
}

/* The links on the members menu */
#link2
{
	font-size:12px;
	font-weight:bold;
}
#link2 hr
{
	noshade;
	color:#DDDDDD;
	width:176;
}
#link2 ul
{
	margin:0;
	padding:0;
}
#link2 ul li
{
	list-style-type: none;
	display:block;
	padding:0;
	margin-left:0px;
	margin-top:3px;
	margin-bottom:5px;
}
#link2 a
{
	width:100%;
	padding:2px;
	padding-left:15px;
}
#link2 a:hover
{
	background-color:#DDDDDD;
	border:1px #000000 solid;
	border-left:10px #000000 solid;
	width:100%;
	padding:1px;
	padding-left:5px;
}
#link2_subline
{
	font-size:10px;
	color:#FF0000;
}


/* The small text at the bottom of the screen */
#sub
{
	text-align:center;
	font-size:11px;
}
#small
{
	color:#555555;
	text-align:center;
	font-size:13px;
}

#mem_count
{
	color:#555555;
	text-align:center;
	font-size:13px;
}

/* The main tables */
#main_table table
{
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#main_table table th
{
	background: #BBBBFF;
	font-size: 14px;
	color: #000000;
	height: 20px;
	font-style:italic;
	border: 2px solid #777777;
}
#main_table table td
{
	background: #DDDDDD;
	color: #000000;
	padding-left: 6px;
	height: 36px;
	border: 2px solid #777777;
}
#main_table table td.b
{
	background: #FFBB00;
	color: #000000;
	padding-left: 6px;
	height: 36px;
	font-weight:bold;
	border: 2px solid #777777;
}

table.s1 {
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
tbody th.s1 {
	background: #BBBBFF;
	font-size: 14px;
	color: #000000;
	height: 20px;
	font-style:italic;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
}
tbody td.s1 {
	background: #DDDDDD;
	color: #000000;
	padding-left: 6px;
	height: 36px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
}
tbody td.s1o {
	background: #FFFF33;
	color: #000000;
	padding-left: 6px;
	height: 36px;
	font-weight:bold;
	border: 2px solid #999999;
}

/* the boxes in the main members area */
table.s2 {
	font-family: Tahoma, Verdana, Arial;
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
tbody th.s2 {
	text-align:left;
	padding-left:5px;
	background: #BBCCBB;
	font-size: 14px;
	color: #000000;
	height: 20px;
	font-style:italic;
	border: 2px solid #999999;
}
tbody td.s2 {
	font-size: 12px;
	background: #DDDDDD;
	color: #000000;
	padding-left: 6px;
	height: 36px;
	border: 2px solid #999999;
}
tbody td.s2c {
	font-size: 12px;
	background: #DDDDDD;
	color: #000000;
	padding: 12px;
	height: 36px;
	border: 2px solid #999999;
}


table.s3 {
	font-family: Tahoma, Verdana, Arial;
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
tbody th.s3 {
	text-align:center;
	padding-left:6px;
	font-size: 12px;
	color: #000000;
	height: 20px;
	font-weight: bold;
}
tbody td.s3 {
	font-size: 12px;
	color: #000000;
	padding-left: 6px;
	height: 36px;
}
tbody td.s3r {
	text-align: right;
	font-size: 12px;
	color: #000000;
	padding-right: 6px;
	height: 36px;
}

/* the boxes in the main members area - important stand-out ones (like upgrade to pro) */
table.s4 {
	font-family: Tahoma, Verdana, Arial;
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
tbody th.s4 {
	text-align:left;
	padding-left: 5px;
	background: #FF9988;
	font-size: 14px;
	color: #000000;
	height: 20px;
	font-style:italic;
	border: 2px solid #DD3333;
}
tbody td.s4 {
	font-size: 12px;
	background: #FFDDCC;
	color: #000000;
	padding: 12px;
	height: 36px;
	border: 2px solid #DD3333;
}

/* The links */
A:link{
	color:#00AA00;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}
A:visited{
	color:#00AA00;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}
A:active{
	color:#00AA00;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}
A:hover{
	color:#0000EE;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}
/*	background:BBCCBB; */



/* 
 *  The tables in the members area.
 * 
 */

#member_top h1
{
	font-family: Tahoma, Verdana, Arial;
	font-size:18px;
	display:inline;
}
#member_top h2
{
	font-family: Tahoma, Verdana, Arial;
	font-size:14px;
	padding-left:20px;
	display:inline;
	font-weight:normal;
}
#member_top hr
{
	height:2;
	noshade;
	color:DDDDDD;
}

#member table 
{
	font-family: Tahoma, Verdana, Arial;
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#member table th 
{
	text-align:left;
	padding-left:5px;
	background: #BBCCBB;
	font-size: 14px;
	color: #000000;
	height: 28px;
	font-style:italic;
	border: 2px solid #999999;
}
#member table td 
{
	font-size: 12px;
	background: #DDDDDD;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height: 36px;
	border: 2px solid #999999;
}
#member p
{
	text-indent: 15px;
	margin:0;
}
#member ul.l
{
	margin:0;
	padding:0;
	float:left;
}
#member ul.r
{
	margin:0;
	padding:0;
	float:right;
}
#member ul.d
{
	margin:0;
	padding-left:50;
	float:left;
	font-weight:bold;
	text-align:center;
}
#member ul li
{
	display:block;
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
}

/* 
 *  The tables in the members area for the upgrade sign.
 * 
 */

#member_big table.a 
{
	font-family: Tahoma, Verdana, Arial;
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#member_big table th.a 
{
	text-align:left;
	padding-left:5px;
	font-size: 14px;
	color: #000000;
	height: 28px;
	font-style:italic;
	background: #9988FF;
	font-style:italic;
	border: 2px solid #3333EE;
}
#member_big table td.a 
{
	font-size: 12px;
	background: #DDCCFF;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height: 36px;
	border: 2px solid #3333EE;
}
/* 
 *  Inner pro box
 */
#member_big table.b 
{
	font-family: Tahoma, Verdana, Arial;
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#member_big table th.b 
{
	text-align:center;
	font-size: 14px;
	color: #000000;
	height: 20px;
	background: #AAAAFF;
	border: 2px solid #3333EE;
}
#member_big table td.b 
{
	font-size: 14px;
	background: #FFFFFF;
	color: #000000;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
	border: 2px solid #3333EE;
	height: 40px;
}
#member_big p
{
	text-indent: 15px;
	margin:0;
}
#member_big a
{
	background-color: #3333DD;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	width:100%;
}
#member_big a:hover
{
	background-color: #FFFF00;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
	width:100%;
}

/* yellow note */
#note
{
	border: 2px #000000 solid;
	background-color: #EEEE88;
	padding:5px;
}

/* I agree note */
#agree table
{
	font-family: Tahoma, Verdana, Arial;
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#agree table td
{
	font-size: 14px;
	background: #DDDDEE;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border: 2px solid #3333EE;
}
#agree a
{
	color: #0000FF;
}
#agree a:hover
{
	color: #000000;
}

/* Login Box page */
#login_box
{
	width:400px;
	height:200px;
	background-color:#EEEEDD;
	border:2px #DDDDCC solid;
	font-size:16px;
	padding-top:10px;
}
#login_box form input.ina
{
	font-family: Tahoma, Verdana, Arial;
	border:1px #000000 solid;
	background-color:EEEEEE;
	width:200px;
}
#login_box form input.inb
{
	font-family: Tahoma, Verdana, Arial;
	border:1px #000000 solid;
	background-color:EEEEEE;
	width:120px;
	float:right;
}
#login_box a
{
	color:#000000;
}
#login_box a:hover
{
	color:#2222BB;
}
#login_box table 
{
	font-family: Tahoma, Verdana, Arial;
	border:0;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#login_box table th 
{
	text-align:center;
	font-size: 16px;
	color: #000000;
	height: 32px;
	font-style:bold;
}
#login_box table td 
{
	font-size: 12px;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height: 36px;
}

