	.Button {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -348px -23px;
		border: solid 0px red;
		width: 152px; 
		height: 25px;
		text-align: center;
		padding-top: 5px;
		font-family: Verdana;
		font-size: 14px;
			cursor: hand;
	
	}
	
	H1#newsTitle{
		color:#D37E4D;
		font-size: 1.5em;
		font-family: Elephant, Verdana;
		margin-bottom: 0px;
		
	}
	
	
	/* -------------------- */
	
a.Highlight_1, a.Highlight_1:link, a.Highlight_1:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #D37E4D;
	font-weight: bold;
}

a.Highlight_1:hover, a.Highlight_1:active {
	color: black;
	font-size: 14px;
}
	
a.Highlight_2, a.Highlight_2:link, a.Highlight_2:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: blue;
	font-weight: bold;
}

a.Highlight_2:hover, a.Highlight_2:active {
	color: black;
}
		
	/* -------------------- */
	
	
table.list {
	clear: left;
	width: 100%;
	margin-bottom: 2em;
	background-color: #fefefe;
	/*	border-top: 1px solid #E8EEF6;*/
	border:0px solid #DFE6E7; 
	border-collapse:collapse;
	}
	
table.list th,
table.list td {
	padding: .5em 0;
	}
	
table.list th,
table.list td {
	padding-left: 5px;
	padding-right: 5px;
	/*text-align: left;*/
	border-bottom: 1px solid #DFE6E7;
	/*line-height: 1em;*/
	}
table.list td {
	cursor: hand;
	}
	
table.list th {text-align: left;}		
	
/*
thead
*/

table.list thead th {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #555;
	background: #EEF4F6 url('listing/gradient.gif') repeat-x left top;
	border-bottom: 4px solid #B7C6D8; padding-top:.8em; padding-bottom:.8em
	}
	
table.list thead th a {
	display: block;
	/*width: 100%;*/
	}

table.list thead th a:link,
table.list thead th a:visited  {
	color: #333;
	text-decoration: none;
	}

table.list thead th a:hover,
table.list thead th a:active  {
	/*color: #0033CC;*/
	text-decoration: none;
	}

/* -------------------- */
/*
tbody
*/
	


table.list tbody a:hover  {
	/*background-color: #ffffee;*/
	}
	
table.list tbody em,
table.list tbody strong {
	font-style: normal;
	font-weight: bold;
	}
	
table.list tbody em {
	color: #444;
	}
	
table.list tbody strong {
	color: #F84C10;
	}
	
	
	
	
	.AltRowTableColor1x{
 }

.AltRowTableColor2x{
	background-color: #F6FBFC ;	
}