@import 'reset.css';

body {
	font-size: 14px;
	text-align: center; /* ie fix 1/2 */
	font-family: Tahoma;
	background: #fcfcfc;
	}

span { display: block; }

h1 {
	font-size: 22px;
	margin: 3px 0;
	}

#login {
	position: fixed;
	right: 10px;
	top: 2px;
	}
	
#header h1 {
	font-size: 32px;
	}
	
tr, td {
	padding: 2px;
}

h2 {
	font-size: 19px;
	margin: 3px 0;
	}
	
.hide { display: none; }

p, 
.skill-dropdown,
.skill-dropdown-inner,
#past-assignments {
	margin: 4px 0;
	padding: 4px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	color: #000;
	}
	
#past-assignments li {
	float: left;
	background: url("images/active.png") no-repeat left;
	padding-left: 18px;
	}
	
	#past-assignments li.failed {
		background: url("images/fail.png") no-repeat left;
		}
		
	#past-assignments li.complete {
		background: url("images/complete.png") no-repeat left;
		}

.skill-dropdown { width: 350px; margin-left: 20px; }
.skill-dropdown-inner {
	background-color: #fcfcfc;
	}	
	.skill-dropdown-inner li {
		float: left;
		display: inline;
		}
	.skill-dropdown-inner li img { cursor: pointer; }
	
ul {
	margin: 3px 3px 3px 3px;
	}
	
ul li {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	}

.clear {
	clear: both;
}

.small {
	color: #333;
	font-size: 11px;
	}
	
.left {
	float: left;
	}

.right {
	float: right;
	}

.no-display {
	display: none;
	}

#proceed {
	color: #136F0D;
	font-size: 24px;
	background-color: #9DDF99;
	border: 1px solid #136F0D;
	text-decoration: none;
	margin: 3px 0;
	text-align: center;
	padding: 10px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}

#goback {
	text-align: center;
	color: #CC0A0C;
	margin: 3px 0;
	font-size: 24px;
	background-color: #FEF8F6;
	border: 1px solid #CC0A0C;
	text-decoration: none;
	padding: 10px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}
	
	
.error {
	font-size: 9pt;
	font-weight: bold;
	background-color: #FEF8F6;
	border: 1px solid #CC0A0C;
	color: #CC0A0C;
	margin: 4px 0;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	}

#blocked-alert { display: none; }	
	
.success {
	display: block;
	margin: 4px 0;
	border: 1px solid #136F0D;
	padding: 4px;
	background: #9DDF99;
	color: #136F0D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}
	
	.error ul li,
	.blocked,
	.blocked-open {
		background: url(images/delete.png) no-repeat left;
		padding-left: 18px;
		}
		.blocked { background: url(images/blocked.png) no-repeat left; cursor: pointer; }
		.blocked-open { background: url(images/add.png) no-repeat left; cursor: pointer; }
		

		
	#wrap {
		margin: 0 auto;
		padding: 3px;
		text-align: left; /* ie fix 2/2 */
		width: 60%;
		}
		
	#header {
		width: 100%;
		text-align: center;
		}
		
table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #f8f8f8;

	margin: 10px auto;
}

table th {
	background: #f0f0f0;
	}
	
table tr, td, th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 3px;
	color: #444;
	}
	
table td {
	text-align: center;
	}
table > tr {
	background: #ff0;
	}
	
table tr#round {
	-moz-border-radius: 4px;
	}
