/* general styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	font-weight:bold;
	font-size: 16px;
}

h3 {
	font-size: 14px;
	margin: 5px;
}

p {
	padding: 8px 0;
}


a {	
	color:#C00;
	text-decoration:none;
}

a:hover {
	font-size:inherit;
	color:#F60;
}

ul {
	margin:0;
	padding-left: 18px;
}

li {
	
	padding: 5px 0;
}

th {
	text-align: left;
	font-weight: bold;
	padding: 9px;
}

input[type='text'], textarea, input[type='password'] {
	width: 250px;
}

#main {
	width:700px;
	margin: auto;
}

#content {
	border-top:1px solid;
}

#footer, .footer {
	border-top: 1px solid black;
	text-align: center;
	clear:both;
	margin-top: 30px;
}


/* Generic Classes */

.info {
	text-align:center;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}

.info img{
	margin: 20px 0 5px 0;
}


.left {
	float:left;
	width: 400px;
}

.right {
	float: right;
}

.important {
	font-weight: bold;
	color: #A01313;
}

.heading {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
	text-align:center;
}

.error {
	color: red;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 2px;
}

.success {
	color: green;
	font-weight: bold;
	text-align: center;
}

/* Navigation Styles */

nav {
	text-align:center;
	font-size:medium;
	margin-bottom: 30px;
	color: #999999;
}

nav a {
	color: #999999;
}

nav a.selected {
	color: #900;
	font-weight: bold;
}


/*   Home Page Styles */

#team {
	clear: both;
}

#team ul {
	margin-left:30px;
}

#fssPrev, #fssNext, #fssPlayPause, #fssList {
	display: none;
}


/* Software page styles */

.download {
	background: #333;
	padding: 10px;
	color: white;
	border: 1px solid #A01313;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
}

.download:hover {
	background: #CCC;
	color: #A01313;
}



/* Gallery Page Styles */

.gallery #slideshow {
	clear: both;
}

.gallery #fssList {
	display:block;
	border-bottom: 1px solid black;
	padding: 10px 0;
	margin-bottom: 10px;
}

.gallery #slideshow div {
	width: 700px;
	height: 800px;
	background: white;
}

.gallery #fssList a {
	display: inline-block;
	width: 125px;
	height: 125px;
}

.gallery #fssList li {
	list-style:none;
	display: inline-block;
	margin: 3px;
	border: 2px solid white;
}

.gallery #fssList li:hover {
	border: 2px solid #F60;
}

.fssLi3 {
	background-image:url('images/thumb_curvelet_whatis2.gif');
}

.fssLi2 {
	background-image:url('images/thumb_gabrendering.gif');
}

.fssLi1 {
	background-image:url('images/thumb_curvelet.gif');
}

.fssLi0 {
	background-image:url('images/thumb_ellipse.gif');
}

.fssLi4 {
	background-image:url('images/thumb_pp6ext.gif');
}

.gallery #fssList li.fssActive {
	border: 2px solid #C00;
}


div.slide-5 img {
	display:block;
	margin: auto;
	padding: 15px;
}

div.slide-5 ol {
	margin-bottom: 25px;
}

.sub-info {
	font-style: italic;
	color: #666;
	clear: both;
}

.slide-4 {
	text-align: center;
}

.slide-3 img {
	float:left;
	padding: 0 10px;
	margin: 10px 0;
}

.slide-3 p img {
	width: 18%;
	padding: 0 5px;
	height: 105px;
}

.mini-pics {
	padding: 20px 0;
	overflow:hidden;
	clear: both;
}


.slide-2 > p {
	clear: both;
	overflow: hidden;
}

.slide-1 figure {
	float: left;
	margin: 0;
	width: 25%;
	text-align:center;
	margin-bottom: 15px;
}


/*---------- Register Page Styles --------- */


#terms {
	width: 600px;
	margin: 20px auto;
}

#terms div {
	height: 300px;
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 6px;
	overflow: scroll;
}

#terms input {
	margin-top: 10px;
	font-size: 15px;
}

#terms p.header {
	padding: 0;
	margin: 4px 0;
	font-weight: bold;
}

input[type="submit"] {
	margin-left: 50px;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	cursor:pointer;
	border: 1px solid black;
	background: #DDD;
}

input[type="submit"]:hover {
	border: 1px solid #A01313;
	background: #BBB;
}

/*------------------ Admin Styles ---------------------- */

#admin #main {
	width: 1200px;
}

#admin h1 {
	text-align:center;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

#admin table {
	margin: auto;
	width: 1200px;
	border-collapse: collapse;
}

#admin td, #admin th {
	padding: 5px;
	height: 30px;
	margin: 0;
	width: 30px;
	word-wrap: break-word;
}

#admin td:first-child, #admin th {
	text-align:center;
}

#admin tr:first-child {
	border-bottom: 1px solid black;
}

#admin input[type=submit] {
	margin: 20px 0;
	font-size: 14px;
	background: #800000;
	color:white;
}

#admin input[type=submit]:hover {
	background:#BA7C94;

}

#edit {
	border-bottom: 1px solid black;
}

#edit input[type=text] {
	width: 160px;

}

#edit textarea {
	height: 50px;
}

#edit tr:nth-child(even) {
	background: #f1f1f1;
}

#admin input.button {
	background: white;
	color: blue;
	border: none;	
	margin: 0;
	padding: 0;
}

#admin input.button:hover {
	background: white;
	color: red;
    border: none;
}
