 
A:link,A:visited {color:blue; text-decoration: none;
font-family : Verdana, Geneva, Helvetica, sans-serif; font-style : normal;
font-weight : normal;12pt}  
A:hover {color:red; text-decoration: none  ; font-style : normal; font-weight : normal; }  
A:active {color:gold; text-decoration: none;  background : none; font-style:normal ; font-weight : normal;}  

table {font: 11pt; font-family: Verdana, Trebuchet MS, Verdana,  Helvetica, Georgia,sans-serif;
color:#aaaaaa; font-weight : normal;}

.pr3{FILTER:DropShadow(Color=#000000, OffX=0, OffY=3, Positive=1)
	FILTER: Glow(Strength=4, Color=black)}
.pr5{FILTER:DropShadow(Color=#000000, OffX=1, OffY=2, Positive=1)	FILTER: Glow(Strength=3, Color=#000000)}
.pr6{FILTER:DropShadow(Color=#000000, OffX=1, OffY=2, Positive=1)	FILTER: Glow(Strength=0, Color=black)}
.pr4{FILTER:DropShadow(Color=#000000, OffX=2, OffY=3, Positive=1)	FILTER: Glow(Strength=2, Color=#000000)}

BODY {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10pt.; color:black; PADDING-BOTTOM: 0px; MARGIN: 0px; background-COLOR:#050505; PADDING-TOP: 0px; FONT-FAMILY: Trebuchet MS, Tahoma, Verdana,  arial; height:100%;}

.bgimages img {cursor:hand}

.menu {font:14pt; font-weight:bold; color:blue;}

SELECT {FONT-SIZE: 12pt; FONT-FAMILY: verdana}

/* for video player */

#content { padding:8px; margin:8px; }

#matte { position:absolute; left:0px; top:0px; width:0px; height:0px; z-index:1; 
	background-color: #777777; 
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
} 
#wrapper { position:absolute; left:0px; top:-9999px; width:100%; height:196px; z-index:2; text-align:center; }


/* expando*/
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}

/*for tool tip */
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 10px;
visibility: hidden;
border:1px solid darkred;
font:normal 12px tahoma,Verdana,arial;
color:black;
line-height: 18px;
z-index: 100;
background-color: gray;
width: 300px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#1a1a1a,direction=135,Strength=8);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}


/*end tooltip*/

#simplegallery1{ //CSS for sample Gallery
position: relative;
visibility: hidden;
border: 2px solid #800000;
}



/* menu style */
#dropmenudiv{
position:absolute;
border:0px solid black;
font:normal 9pt Verdana;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: goldenrod;
}
.Male {FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=orange,endColorStr=white)}
.Female {FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Crimson,endColorStr=DodgerBlue)}


/* for css menu*/


.jqueryslidemenu{
font: bold 10px Verdana;
background: #000000;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #000000; /*background of tabs (default state)*/
color: ghostwhite;
padding: 8px 10px;
border-right: 0px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: ghostwhite;
}

.jqueryslidemenu ul li a:hover{
background: indigo; /*tab link background during hover state*/
color: ghostwhite;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 10px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: gray;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(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;
}

