/*
Stylesheet for WebVolume
http://www.etiennethomassen.com/software

Author: 	Etienne Thomassen
Coded:		Sunday the 15th of January 2006
Revision:	None
*/	

body {
	margin:50px 0px;
	padding:0px;
	background: #ccc;
	font-size: 62.5%;
	line-height: 1.5em;
	color:#666666;
	text-align:center;
}
	
#content {
	width:500px;
	margin:0px auto;
	padding:15px;
	border:1px solid #333;
	color: inherit;
	background-color: #fff;
	font-size: 1.1em;
	text-align:left;
}
	#content a:link {	
		color: #2daf18;
		text-decoration: underline; 
		background-color: #fff;
		}
	#content a:visited {
		color: #3147e8;
		background-color: #fff;
		text-decoration: underline;
	}
	#content a:hover, #content a:active {
		color: #fff;
		background:#cc52e2;
		text-decoration: none;
		}

#wrapper {
	width: 100%;
}
#app{
	width:50%;		
	float:left;
}
p#footer {
	clear:both;
	}

#results {
	width:50%;
	float:left;
	}
	#results table{
			width:100%;
			margin-top: 1.6em;	
			border-collapse:collapse;
		}
		#results table tr {
			color: inherit;
			background-color: #fff;
		}
			#results table tr.alt {
				color: inherit;
				background-color: #ccc; 
				}


a.python {
	display:block;
	padding: 0.5em 0;
	text-indent: -9000px;
	background: url(PythonPoweredSmall.gif) center no-repeat;
	}

/* forms */
form {
	width: 100%;
	margin: 1em 0 0 0;
	}

input {
	width: 98%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	margin-bottom: 0.5em;
	padding: 2px;
}

select{
	width: 10em;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	margin-bottom: 0.5em;
	padding: 2px;
}
input {
	width: 10em;
}
input:focus {
	color: #000;
	background-color: #ffffcc;
	}

input.button {
	width: 8em;
	color: inherit;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	margin-top: 1em;
	margin-left: 1em;
	padding: 0;
	cursor: pointer;
}

label {
	float: left;
	width: 8em;
}
fieldset{
	border: 1px solid #ccc;
}
