body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body{
	color:#555555;
	font-size:13px;
	background: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:800px;
	/* Centering it in the middle of the page */
	margin:60px auto;
}

.container{
	margin-top:20px;
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.err{
	color:red;
}

.success{
	color:#00CC00;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a.button {
    appearance: button; /* CSS3 */
    -webkit-appearance: button; /* Safari and Chrome */
    -moz-appearance: button; /* Firefox */
    -ms-appearance: button; /* Internet Explorer */
    -o-appearance: button; /* Opera */

    text-decoration: none;
    color: green;
    padding:3px;
    cursor: pointer;
    
    border-style: outset;
    border-width: 2px;
    border-color: #E0E0E0;
    background-color: #F0F0F0;
    border-radius: 4px;
}
a.button:active {
    border-style: inset;
    color: #00FF00;
    background-color: #E4E4E4;
}

button {
    text-decoration: none;
    color: green;
	font-size:20px;
    padding:5px;
}


.tutorial-info{
	text-align:center;
	padding:10px;
}

.info{
	font-size:30px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	button {
	    text-decoration: none;
	    color: blue;
		font-size:50px;
	    padding:15px;
	}
	.info{
		font-size:30px;
	}
}

@media only screen and (min-resolution: 100dpi){
	button {
	    text-decoration: none;
	    color: blue;
		font-size:40px;
	    padding:15px;
	}
	.info{
		font-size:30px;
	}
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}
th, td {
	padding: 5px 5px 5px 5px;
}
th {
	text-align: left;
}
