<!-- /*-- Cascading Style Sheet for Astro Portrait Index --*/

A:link,
A:active {text-decoration :       none;
          color           :       #ffe060 ;}

A:visited {text-decoration :       none; 
           color           :       #c09040; }               

A:hover {text-decoration :       none; 
         color           :       #ffff66; }

BODY.Main {background-color : #000000 ;
           background-image : url("./images/background_portrait.jpg") ;
           background-repeat : no-repeat ;
           background-attachment : fixed ;
           background-position : top left }


BODY.Menu {background-color : #000000 ;
           background-image : url("./images/background_menu.jpg") ;
           background-repeat : no-repeat ;
           background-attachment : fixed ;
           background-position : top left }


.SpaceLWhite {font-family : arial ;
             font-size : 14pt ;
             font-weight : regular ;
             color : #ffffff ;
             background : transparent }

.SpaceMWhite {font-family : arial ;
             font-size : 10pt ;
             font-weight : regular ;
             color : #ffffff ;
             background : transparent }

.SpaceSWhite {font-family : arial ;
             font-size : 8pt ;
             font-weight : regular ;
             color : #ffffff ;
             background : transparent }

.SpaceMBGreen {font-family : arial ;
             font-size : 10pt ;
             font-weight : bold ;
             color : #c0ffc0 ;
             background : transparent }

.SpaceSBGreen {font-family : arial ;
             font-size : 8pt ;
             font-weight : bold ;
             color : #c0ffc0 ;
             background : transparent }

.AstroName {font-family : arial ;
             font-size : 18pt ;
             font-weight : regular ;
             color : #ffffff ;
             background : transparent }

.AstroBioLink {font-family : arial ;
             font-size : 12pt ;
             font-weight : regular ;
             color : #ffffff ;
             background : transparent }

P.PhotoDesc {font-family : arial ;
               font-size : 9pt ;
               font-weight : regular ;
               color : #c0ffc0 ;
               background-color : #001020 ;
               filter : alpha(opacity=80) ;
               -moz-opacity : 0.8 }

TABLE.PortraitTable {border : 4px ;
                 padding : 2px ;
                 spacing : 4px ;
                 width : 600px }

TD.RHColumn { width : 150px }

TD.PortraitThumb {text-align: center ;
               horizontal-align: center ;
               width : 160px ;
               background-color : transparent }

TD.Newsheader {text-align : center ;
               font-family : arial ;
               font-size : 9pt ;
               font-weight : bold ;
               color : #c0ffc0 ;
               background-color : #001020 ;
               filter : alpha(opacity=80) ;
               -moz-opacity : 0.8 }

TD.NewsContent {text-align : justify ;
	        text-indent : 8px ;
               font-family : arial ;
               font-size : 10pt ;
               font-weight : regular ;
               color : #ffffff ;
               background-color : #001020 ;
               filter : alpha(opacity=80) ;
               -moz-opacity : 0.8 }



TD.Spacer {height : 8px }

.CopyrightNotice {font-family : arial ;
             font-size : 8pt ;
             font-weight : bold ;
             color : #ffffff ;
               background-color : #001020 ;
               filter : alpha(opacity=70);
               -moz-opacity : 0.7 }

Select.SpacePicklist {font-family : arial ;
               font-size : 9pt ;
               font-weight : regular ;
               color : #c0ffc0 ;
               width : 150px ;
               background-color : #001020 ;

               filter : alpha(opacity=70);
               -moz-opacity : 0.7 }

.Regular {font-family : arial ;
             font-size : 10pt ;
             color : #ffffff ;
             background : transparent }

/*-- Hall of Shame CSS --*/

.ExhibitName {font-family : arial ;
             font-size : 18pt ;
             font-weight : regular ;
             color : #ffffff ;
             background : transparent }

.ExhibitDetails {font-family : arial ;
             font-size : 12pt ;
             font-weight : regular ;
             color : #ffffff ;
             background : transparent }

TD.ExhibitCell {text-align: center ;
               width : 160px ;
               background-color : transparent }

TD.ExhibitDescCell {text-align: left;
               width : 160px ;
               background-color : transparent }

P.ExhibitDescription {font-family : tahoma,arial ;
               font-size : 10pt ;
               font-weight : bold ;
               color : #ffffff ;
		text-align : justify ;
	        text-indent : 8px ;
               background-color : #001020 ;
               filter : alpha(opacity=80) ;
               -moz-opacity : 0.8 }

TD.Back {text-align: left ;
             font-family : arial ;
             font-size : 9pt ;
             font-weight : bold ;
               background : transparent  ;
               filter : alpha(opacity=80) ;
               -moz-opacity : 0.8 }

TD.Home {text-align: center ;
             font-family : arial ;
             font-size : 9pt ;
             font-weight : bold ;
               background : transparent  ;
               filter : alpha(opacity=80) ;
               -moz-opacity : 0.8 }


TD.Next {text-align: right ;
             font-family : arial ;
             font-size : 9pt ;
             font-weight : bold ;
               background : transparent ;
               filter : alpha(opacity=80) ;
               -moz-opacity : 0.8 }

/*-- New menu button backgrounds created using Inner Bevel effect --*/

.ButtonLeft {font-family : arial ;
             font-size : 8pt ;
             font-weight : regular ;
             color : #ffffff ;background-image : url("./images/button_left.gif") ;
             background-repeat : no-repeat ;
             filter : alpha(opacity=75) ;
             -moz-opacity : .75 }

.ButtonRight {font-family : arial ;
             font-size : 8pt ;
             font-weight : regular ;
             color : #ffffff ;background-image : url("./images/button_right.gif") ;
             background-repeat : no-repeat ;
             background-position : top right ;
             filter : alpha(opacity=75) ;
             -moz-opacity : 0.75 }


.Button {font-family : arial ;
             font-size : 8pt ;
             font-weight : regular ;
             color : #ffffff ;
             background-image : url("./images/button_center.gif") ;
             background-repeat : repeat-x ;
             filter : alpha(opacity=75) ;
             -moz-opacity : .75 }

-->
