/* CSS Document
   Template Title: Uncomplicated
   Author: J David Macor
   URL: http://www.jdavidmacor.com */

/* Main Body */
body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #f3f3f3;
	}
	
.microphones {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
		opacity   : 0.7;
		z-index   : 1;
}

.microphones.playbefore {
     border-radius: 50%;
	 z-index   : 999;
     opacity: 0.5;
	 background: url('play1icon.png') center center;
	 background-repeat: no-repeat;
	 cursor: pointer;
}

.microphones:hover {
     border-radius: 50%;
	 opacity   : 0.7;
	 background-color: #FFA500;
	 cursor: pointer;
}

.microphones.play{
	border-radius: 50%;
	background : 100;
	background: url('play2icon.png') center center; 
	background-repeat: no-repeat;
	background-color: #32CD32;
    opacity   : 0.9;
}


.microphones.pause {
	border-radius: 50%;
	z-index   : 100;
 	background: url('pauseicon.png') center center;  
	background-repeat: no-repeat;
	background-color: #32CD32;
	
    opacity   : 0.9;
}

#container {
	width: 1000px;
	padding: 30px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	}
	
#pageLayout{
	height:600px;
	left:0px;
	}
	
#imagediv{
	background-position:centre;
	position: relative;
    left: -200px;
    top: -120px;
	height:600px;
	    
	-webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
	}
	
img[name = mics]{
	
   }
	
#algorithmSwitch{
	background-position:centre;
	position: relative;
    left: 820px;
    top: -600px;
	height:230px; 
	width:150px; 
	text-align:center;
	border-style: solid;
    border-width: 1px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
	
#nameT{
	background-position:centre;
	position: relative;
	padding: 5px;
    left: 200px;
    top: -880px;
	width: 370px;
	border-color: #32CD32;
	font-size: 20px;
	border-style: solid;
    border-width: 1px;
	border-radius: 5px;
    }

	
#loopChkBox{
	background-position:centre;
	position: relative;
    left: 330px;
    top: -300px;
    
	}
	
#audioPlayer{
	position: relative;
    left: 0px;
    top: -300px;	
	}
	
input[name ="normalState"] {
	background-color: #CCCCCC;
	width: 120px;
	border-radius: 5px;
	}
	
input[name ="selectedState"] {
	background-color: #32CD32;
	width: 120px;
	border-radius: 5px;
	}
	
input[name ="visibilityButton"] {
	width: 160px;
	border-radius: 5px;
	}

	
/* Header */
#header {
	width: 800px;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	margin: 0 auto;
	margin-bottom: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	}

/* H1 */
h1 {
	font-size: 24px;
	margin-top:50px;
}
	
/* Navigation */
#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	background: #fff;
	}
	
/* Main Content */
#content {
	width: 550px;
	margin-top: 15px;
	}
	
#content h2 {
	font-size: 20px;
	}
	
#content p {
	font-size: 12px;
	}
	
#content a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #000000;
	}
	
/* Sidebar */
#sidebar {
	width: 190px;
	float: right;
	clear: none;
	margin-top: 15px;
	}
	
#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	}
	
#sidebar ul {
	font-size: 12px;
	}
	
#sidebar a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #000000;
	}
	
/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	}
	
#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	}

table {
	margin: 1em;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding:0.2em 0.4em;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding:0.2em 0.4em;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table td:hover {
	border-width: 1px 1px 1px 1px;
	padding:0.2em 0.4em;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #ffbbbb;
	-moz-border-radius: 0px 0px 0px 0px;
}

table a:link {
	text-decoration:none;
	color:#555555;
}

table a:visited {
	text-decoration:none;
	color:#555555;
}

table a:hover {
	text-decoration:none;
	color:#ff0000;
}

table.noborder {
	border-width: 0px;
	border-spacing: 0px;
}

table.noborder th {
	border-width: 0px;
	padding:2px;
	
}

table.noborder td {
	border-width: 0px;
	padding:2px;
}

table th.separator {
	border-width: 1px 2px 1px 2px;
	padding:0em 0em;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #ECE8E5;
	-moz-border-radius: 0px 0px 0px 0px;
}


.hovertable td.columnHead, .hovertable tr.rowHover, .hovertable td.columnHover { background:#ECE8E5; }
.hovertable tr.rowHover td.columnHead, .hovertable td.hover { background:#EF9E7C; }