/* copyright infinite source systems corporation  */
/* id buttons in main css  */

td#login, td#fav, td#cnlogin, td#cnfav, td#islogin, td#isfav, td#wglogin, td#wgfav, td#sklogin, td#skfav, td#ablogin, td#abfav, td#nwlogin, td#nwfav
	{
	font: bold 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: left;
}
	
td#login a, td#fav a
	{
	color: #000000
	text-decoration: none; /* white */
	background: #ffffff  
		url(../img/bcbullet.gif) no-repeat;
	padding: 3px 10px 1px 25px;
}

td#cnlogin a, td#cnfav a
	{
	color: #000000
	text-decoration: none; /* white */
	background: #ffffff  
		url(../img/cnbullet.gif) no-repeat;
	padding: 3px 10px 1px 25px;
}

td#islogin a, td#isfav a
	{
	color: #000000
	text-decoration: none; /* white */
	background: #ffffff  
		url(../img/isbullet.gif) no-repeat;
	padding: 3px 10px 1px 25px;
}

td#nwlogin a, td#nwfav a
	{
	color: #000000
	text-decoration: none; /* white */
	background: #ffffff  
		url(../img/nwtbullet.gif) no-repeat;
	padding: 3px 10px 1px 25px;
}

	color: #000000
	text-decoration: none; /* white */
	background: #ffffff  
		url(../img/wgbullet.gif) no-repeat;
	padding: 3px 10px 1px 25px;
}

td#sklogin a, td#skfav a
	{
	background: #ffffff  
		url(../img/skbullet.gif) no-repeat;
	padding: 3px 10px 1px 25px;
	}
	
td#wglogin a, td#wgfav a
	{
	background: #ffffff  
		url(../img/wgbullet.gif) no-repeat;
	padding: 3px 10px 1px 25px;
}

td#ablogin a, td#abfav a
	{
	background: #ffffff  
		url(../img/abbullet.gif) no-repeat;
	padding: 3px 10px 1px 25px;
}

a.buttons:link {color:#003366; text-decoration: underline}
a.buttons:visited {color:#003366; text-decoration: underline}
a.buttons:hover {color:#666; text-decoration: underline}
a.buttons:active {color:#399; text-decoration: none}


td#login a:hover, td#fav a:hover{text-decoration: underline;
	
	background: #ffffff  /* white */
		url(../img/bcbulletover.gif) no-repeat;
	}
	
td#cnlogin a:hover, td#cnfav a:hover{text-decoration: underline;
	
	background: #ffffff  /* white */
		url(../img/cnbulletover.gif) no-repeat;
	}
	
td#islogin a:hover, td#isfav a:hover{text-decoration: underline;
	
	background: #ffffff  /* white */
		url(../img/isbullet_over.gif) no-repeat;
	}
	
td#wglogin a:hover, td#wgfav a:hover{text-decoration: underline;
	
	background: #ffffff  /* white */
		url(../img/wgbullet_over.gif) no-repeat;
	}
	
td#sklogin a:hover, td#skfav a:hover{text-decoration: underline;
	
	background: #ffffff  /* white */
		url(../img/skbullet_over.gif) no-repeat;
	}
	
td#ablogin a:hover, td#abfav a:hover{text-decoration: underline;
	
	background: #ffffff  /* white */
		url(../img/abbullet_over.gif) no-repeat;
	}
	
td#nwlogin a:hover, td#nwfav a:hover{text-decoration: underline;
	
	background: #ffffff  /* white */
		url(../img/nwtbullet_over.gif) no-repeat;
	}
