/* CSS Document */

body {
	border:0px;
	margin:0px;
	background-color: #585858;
	background-image: url(../_IMAGES/Talent-Slideshow-BG.gif);
}
h1, td h1 {
	margin-top: 0px;
	color: #f2f3f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
}
h2, td h2 {
	color: #f2f3f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
}
h3, td h3 {
	color: #f2f3f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
}
h4, td h4 {
	color: #f2f3f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
}
h5, td h5 {
	color: #f2f3f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
}
a, a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color: #ece4eb;
	text-decoration: underline;
}	
li, p {
	color: #f2f3f5;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
td, td a {
	color: #f2f3f5;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
/*
ADD \"display:none\" IF YOU WANT TO HIDE CERTAIN ELEMENTS
*/

/*hide elements one by one:*/
  input.slidebrowse { /*change modes button*/
    display:none;
    }
  input.sizebutton {  /*actual size / fit on screen button*/
    display:none;
    }
  #pause {          /*info on the picture text; e.g. name and size*/
    display:none;
    }
  select {            /*select delay between slides*/
    display:none;
  }
  a.goLink {          /*next / last links to speed up browsing*/
	color:#f2f3f5;
	text-decoration:underline;
    }
  #picInfo {          /*info on the picture text; e.g. name and size*/
    display:none;
    }
  #picLoaded {          /*info on the picture text; e.g. name and size*/
	color: #f2f3f5;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
    }
  div.smallprint {    /*text under the picture, usually disclaimer*/
    /*font-size:smaller
    white-space:nowrap;*/ 
    display:none;
    }
  .controlTable {    /*all control buttons*/
    /*display:none;*/
    }
  span.info {         /*user defined picture texts*/
    font-style:       italic;
  }
  td.currpic {        /*current picture frame*/
    border:           1px solid #000;
    background-color: #333; /*should equal the fade-to color from the script*/
    padding:          3px;  /*some space needed as browsers are different*/
  }

  td.browsetd {
    padding-right:    1px;
  }

  div.tdpic{          /*browse-mode thumbnails*/
    border:           1px solid #000;
    background-color: #333;
    padding:          2px;
  }

  table {
    vertical-align:   middle; 
	}
  .note {
	color: #f2f3f5;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	}

  @media print {      /*hide stuff for printing*/
    a { text-decoration:none;
        color:black;}
    td.paddingBug { padding-top:6px }
    span.hideForPrint { display:none;}
    input { display:none;}
    select { display:none;}
    div.smallprint { display:none;}
    a.goLink { display:none;}
    }
  @media screen {     /*link definitions*/
    a {color: blue}
    a:link { text-decoration:none; }
    a:visited { text-decoration:none; }
    a:hover { text-decoration:underline; }
    a:active { text-decoration:underline; }
    a:focus { text-decoration:underline; }
    }

