html 
{
	margin: 0;
	padding: 0;
}

body 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height: 1em;
	color: #888;
	background: #000000 url(/IMG/mainbg-shine.png) repeat-y center;
	margin: 0;
	padding: 0;
}

.titleBox_gsnb {
	display: none;	
}
a.gs-title {
	color:#FFFFFF;
	font-size:15px;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
}
.gs-snippet {
	color:#EEEEEE;	
	font-size:12px;
}
.gs-publisher{
	color:#CCCCCC;	
	font-size:10px;
}

a
{
	color:#006600;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
}

hr 
{
	clear: both;
	display: block;
	border: 0;
	height: 1px;
	width: 100%;
	margin: 0; padding: 0;
	background: #fff;
	opacity: 0.07;
	filter: alpha(opacity = 14);
}

.input 
{
	color:#FFFFFF;
	font-size:12px;
    border: 1px solid #000000;
    background: #006600;
}

.button 
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
    border: 1px solid #000000;
    background: #006600;
}

img.Design 
{
	display: block;
}

a.BottomNav
{
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial;
	text-decoration:none;
	text-transform: lowercase;
}

font.BottomNav
{
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial;
	text-decoration:none;
}

font.Detail
{
	color:#FFFFFF;
	font-size:8px;
	font-weight:bold;	
}

font.LabelText
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;	
}

font.MainText
{
	color:#333333;
	font-size:12px;
	font-family:Arial;
	text-decoration:none;
}

table.Main
{
	 width:800; 
	 margin:0;
	 padding:0;
	 border: 0;
	 border-spacing: 0;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .60em;
	margin: 0px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 4px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#002200;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #FFFFFF;
	background:#006600 url(/IMG/heading_bg.png) repeat-y;
	border: 1px solid #005500;
	text-decoration: none;
	font-size:10px;
}

ul#sliding-navigation li.sliding-element a:hover { background:#009900; }

.photo-meta-data					
{ 
	background: url(/IMG/transpBlack.png); 
	padding: 10px; 
	height: 30px;
	margin-top: -50px; 
	position: relative; 
	z-index: 9999; 
	color: white; 
	font-size: 12px;
	font-weight: bold;
}

.photo-meta-data span
{ 
	font-size: 13px;
}

.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #006600;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
    z-index: 9999; 
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
    font-size: 12px;
}

.suggestionList li:hover {
    background-color: #006600;
}

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
   1px: the width of the border
   3px: a fudge factor needed for IE5/win (see below)
   4px: the width of the border (1px) plus the 3px IE5/win fudge factor
   10px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 10px; height: 10px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -10px  0px  0px  0px; }
.borderBR { margin: -10px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: -4px;
}
html>body .borderTL  {
  margin-left: -1px;
}
.borderTR {
  margin-right: -4px;
}
html>body .borderTR  {
  margin-right: -1px;
}
.borderBL {
  margin-left: -3px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: -3px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.contentWrapper {
  /* position this div however you want, but
     keep its padding and border at zero */
  padding: 0px;
  border: 0px;
}