body

{
background-color:#8080FF;
scrollbar-base-color: #8080FF; 
margin: 2px 2px 2px 2px;
}

table.menus a:link {color: #FFFFFF; text-decoration: none; }
table.menus a:visited {color: #FFFFFF; text-decoration: none; }
table.menus a:active {color: #FFFF00; text-decoration: none; }
table.menus a:hover {color: #FFFF00; text-decoration: underline; }
table.menus {color: #FFFFFF;}

a:link {color: #0000FF; text-decoration: none;}
a:visited {color: #0000FF; text-decoration: none;}
a:active {color: #8080FF; text-decoration: none;}
a:hover { color: #8080FF; text-decoration: underline; }

a.white:link {color: #FFFFFF; text-decoration: none; }
a.white:visited {color: #FFFFFF; text-decoration: none;}
a.white:active {color: #FFFF00; text-decoration: none; }
a.white:hover {color: #FFFF00; text-decoration: underline; }
h2 {font-style:italic; font-weight:bold; color: #0000FF}

#giFormUsername, .giFormUsername {
    background: url('/images/userinfo.png') no-repeat 0 1px;
    padding-left: 17px;
    background-color: #ffffff;
}

#giFormPassword {
    background: url('/images/key7-16-bw.gif') no-repeat 0 1px;
    padding-left: 17px;
    background-color: #ffffff;
}
#giFormUsername:focus, .giFormUsername:focus {
    background-color: #ffff00;
}
#giFormPassword:focus, .giFormPassword:focus {
    background-color: #ffff00;
}
.autoCompleteBackground {
    border: 1px solid #ccc;
    border-top-style: none;
    margin: 0;
}

/* social buttons */

#social_links {
	width:540px;
	height:25px;
	padding:10px 2px 0 2px;
	margin-bottom:15px;
	background-color:#f7f7f7;
	border-top: 1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	clear: both;
	}
	
#social_links ul{
	padding:0;
	margin:0;
	}
	
#social_links ul li{
	float:left;
	list-style:none;
	padding:0 5px;
	}
	
#social_links #digg a {
	background:transparent url(/images/digg.png) no-repeat scroll left center;
	}
	
#social_links #delicious a {
	background:transparent url(/images/delicious.png) no-repeat scroll left center;
	}
	
#social_links #reddit a {
	background:transparent url(/images/reddit.gif) no-repeat scroll left center;
	}
	
#social_links #newsvine a {
	background:transparent url(/images/newsvine.gif) no-repeat scroll left center;
	}
	
#social_links #nowpublic a {
	background:transparent url(/images/nowpublic.gif) no-repeat scroll left center;
	padding-right:0;
	}
	
#social_links a {
	padding-left:25px;
	}
	
#social_links_sub {
	height:15px;
	margin-bottom:5px;
	padding:10px 0 2px 0;
	clear: right;
	}
	
#social_links_sub p {
	margin:0;
	padding:0;
	}
	
#social_links_sub .left {
	float:left;
	font-size:13px !important;
	}
	
#social_links_sub .right {
	float:right;
	font-size:11px;
	}
