/* CSS Document for allnews.php */

a.title
{
	color:  #000000;
	text-decoration: none;
}

a.title:link
{
	color: #000000;
	text-decoration: none;
}

a.title:hover 
{
	color: #FF0000;
	text-decoration: underline;
	font-style: normal;
}

/* For tab menue */
#tab a{	text-decoration:none}

#tab a:link, #tab a:active, #tab a:visited
{
	color: #fad79a; 
	background: #6699FF url("../newimages/tab-blue-left2.png") left top no-repeat; 
	font-weight: bold;
	color: #FFFFFF; 
	padding-left: 10px
}

#tab a:link span, #tab a:active span, #tab a:visited span 
{
	background: #6699FF url("../newimages/tab-blue-right2.png") right top no-repeat; 
	padding-right: 10px
}

#tab a, #tab a span 
{
	display: block; 
	float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#tab a, #tab a span {float: none}
/* End IE5-Mac hack */

#tab a:hover 
{
	color: #000; 
	background: #FFFFFF url("../newimages/tab-white-left2.png") left top no-repeat; 
	font-weight:bold; 
	color: #0099FF; 
	padding-left: 10px
}

#tab a:hover span 
{
	background: #FFFFFF url("../newimages/tab-white-right2.png") right top no-repeat; 
	padding-right: 10px
}

#tab 
{
	list-style:none; 
	padding:0; margin:0
}

#tab li 
{
	float:left; 
	display:block; 
	margin:0; 
	padding:0
}

#border 
{
	height:1em; 
	background:#6699FF
}
