/*James Sacci
	filename:tssc.css*/



/*cascade style sheet for scubadown web site*/ 

/*makes links black, no underline,and bold*/
a:link {color:#99ffff; text-decoration:none; }

/*changes color after visited, no underline, and bold*/
 a:visited {color:#99ffff; text-decoration:none; }

/*changes color during hove, underlines text,and bold*/
 a:hover {color:#ffffff; text-decoration:underline; }

/*changes color while being clicked, bold, and no underline*/
 a:active {color:#ff0000; text-decoration:none;}



/*background color of the page*/
body {background-image:url(images/BGlogo.gif); background-repeat;repeat; }

/*aligns contents of cells in the table of contents*/
.toc {background:#0000ff; }
.toc a {font-family:"Verdana","Helvetica",sans-serif; font-size:12px; margin-left:2px; margin-right:2px }


.content {background-color:#CCFFFF; text-align:left; }

.content p, .content h2, .content address {
	margin-left:5px;
	margin-top:10px;
	margin-right:5px;
}


.content a:link {
	color:#0000ff;
	text-decoration:underline;
}
.content a:visited {color:#990033; text-decoration:underline; }
.content a:focus {color:olive; text-decoration:underline;}
.content a:hover {
	color:#990033;
	text-decoration:none;
}
.content a:active {color:#990033; text-decoration:underline;}

h1 {
	font-family:Arial;
	color:#990000;
	font-size: 18px;
	margin: 4px 5px;
}

h2, h3, h4 {
	font-family:"Helvetica Bold";
	color:#990000;
	font-size: 16px;
	margin: 4px 5px;
}

/* button styles */
#marque {
	text-align: center;
	margin: 5px 100px;
	display: block;
}
#marque a {
	color: #fef4e9;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9; !important
	text-decoration: none;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.fltRight {
	float: right;
	padding: 0 5px;
}

.fltLeft {
	float: left;
	padding: 0 5px;
}

.metaDesc {
	margin-left: 5px;
}
.em  {
	font-style: italic;
}
.strong {
	font-weight: bold;
}

.content #speaker li {
	list-style: none;
	padding: 2px;
}

.events tr:nth-of-type(odd) {
	background-color: #CCCCCC;
}

ul.time li {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	list-style: none;
}
