body {
	font-family: Helvetica;
	font-size: 10pt;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

#footer {
	font-size:10px;
	color: #333333;
}
#footer a {
	color: #333333;
}

#facebox .b {
  background:url(/images/b.png);
}

#facebox .tl {
  background:url(/images/tl.png);
}

#facebox .tr {
  background:url(/images/tr.png);
}

#facebox .bl {
  background:url(/images/bl.png);
}

#facebox .br {
  background:url(/images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
.anylinkcss{
	text-transform: capitalize;
	text-indent: 5px;
	text-decoration: none;
	position:absolute;
	visibility: hidden;
	margin-top: 9px;
	margin-left: 10px;
	font-size: 10px;
	text-align: left;
	height: 20px;
	color: #000000;
}

.anylinkcss a{
	display: block;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	text-indent: 15px;
	color: #000000;
	height: 18px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 5px;
	background-color: #EEEEEE;
	background-image: url(/images/s_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 180px;
}

.anylinkcss a:hover{
	background-color: #FFFFFF;
	color: white;
	text-decoration: none;
	background-image: url(/images/s_arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 5px;	
}
