/* davidcool.com Slide Show CSS Stylesheet */


	/* BODY BG */

body {
	background-color: #1A2D3B;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
}


	/* SLIDE SHOW STYLES */

a.back:link, a.back:visited {
	display: block;
	width: 18px;
	height: 17px;
	float: left;
	margin-right: 10px;
	background: #1A2D3B url(../nav/slide_back.gif) no-repeat top left;
}

a.back:hover {
	background-position: top right;
}

a.next:link, a.next:visited {
	display: block;
	width: 18px;
	height: 17px;
	float: left;
	margin-left: 10px;
	background: #1A2D3B url(../nav/slide_next.gif) no-repeat top left;
}

a.next:hover {
	background-position: top right;
}

a.play:link, a.play:visited {
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	background: #1A2D3B url(../nav/slide_play.gif) no-repeat top left;
}

a.play:hover {
	background-position: top right;
}

a.replay:link, a.replay:visited {
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	background: #1A2D3B url(../nav/slide_replay.gif) no-repeat top left;
}

a.replay:hover {
	background-position: top right;
}

a.pause:link, a.pause:visited {
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	background: #1A2D3B url(../nav/slide_pause.gif) no-repeat top left;
}

a.pause:hover {
	background-position: top right;
}


	/* INDEX PAGE STYLES */

a.enter:link, a.enter:visited {
	display: block;
	width: 168px;
	height: 82px;
	float: left;
	background: #1A2D3B url(../nav/index_enter.gif) no-repeat top left;
}

a.enter:hover {
	background-position: top right;
}

tr.odd {
	background-color: #263845;
}

tr.even {
	background-color: #31424F;
}

tr.odd td {
	padding: 5px;
}

tr.even td {
	padding: 5px;
}

a.external {
	padding-right: 10px;
	background: url(../nav/external_link.gif) no-repeat top right;
}

.text {
  color: #7992A1;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.text1 {
  color: #7992A1;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

a:link {
  color: #7992A1;  
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 500;  
  text-decoration: underline;
}

a:visited {
  color: #7992A1; 
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 500;  
  text-decoration: underline;
}

a:hover {
  color: #A2B8C6;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 500;  
  text-decoration: none;
}