@charset "utf-8";
/* CSS Document */

body { background-color: #F8F8F8;
	}

.background {
	width: 700px;
	height: 550px;
	margin: 0 auto;
	background-image: url(background_awards.png);
	margin-top: 120px;
}

.container {
	width: 600px;
	height: 130px;
	margin: 0 auto;
}

.container2 {
	width: 700px;
	height: 160px;
	margin: 0 auto;
}

.container3 {
	width: 600px;
	height: 150px;
	margin: 0 auto;
}

.disabled {
	color: #CCC;
	font-size: 14px;
}

.square1 {
	float: left;
	width: 130px;
	height: 80px;
	background-color: #A8A8A8;
	text-align: center;
	text-shadow: black 0.1em 0.1em #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 0px;
	border: 3px solid #FFF;
	margin-left: 230px;
}

.square3 {
	float: left;
	width: 130px;
	height: 80px;
	background-color: #585858;
	text-align: center;
	text-shadow: black 0.1em 0.1em #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: 80px;
	border: 3px solid #FFF;
}

.square4 {
	float: right;
	width: 130px;
	height: 80px;
	margin: 0px;
	background-color: #989898;
	text-align: center;
	text-shadow: black 0.1em 0.1em #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 3px solid #FFF;
	margin-top: 20px;
	margin-right: 70px;
}

.square5 {
	float: left;
	width: 130px;
	height: 80px;
	background-color: #686868;
	text-align: center;
	text-shadow: black 0.1em 0.1em #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 3px solid #FFF;
	margin-top: 20px;
}

.square6 {
	float: right;
	width: 130px;
	height: 80px;
	margin: 0px;
	background-color: #888888;
	text-align: center;
	text-shadow: black 0.1em 0.1em #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	/* [disabled]border-radius: 20px; */
	margin-right: 80px;
	border: 3px solid #FFF;
	margin-top: 20px;
}

.square7 {
	float: left;
	width: 130px;
	height: 80px;
	background-color: #787878;
	text-align: center;
	text-shadow: black 0.1em 0.1em #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 0px;
	border: 3px solid #FFF;
	position: relative;
}
.square8 {
	float: left;
	width: auto;
	height: auto;
	margin-left: 170px;
	text-decoration: none;
	position: relative;
}

.square9 {
	float: left;
	width: auto;
	height: auto;
	margin-top: 20px;
	text-decoration: none;
	position: relative;
}

.square10 {
	float: right;
	width: auto;
	height: auto;
	margin-top: 10px;
	text-decoration: none;
	padding: 5px;
	background-color: #F00;
	color: #333;
	font-weight: bold;
	border: 2px solid #FFFF00;
	margin-right: 60px;
}


.highlighted {
	background-color: #666;
	padding: 4px;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.highlighted a:link{
	font-size: 12px;
}

.no-link {
	color: #FFF;
	font-size: 14px;
}

.square8 .no-link {
	font-size: 12px;
}

h2.no-link{
	line-height: 1.4em;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding-top: 10px;
	
}


h3 {
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.2em;	
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 1px;
}

under {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	
}

a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #CCC;
	text-decoration: none;
	font-size: 14px;
}

body {font-family:arial;font-size:12px;text-align:center;}
div#paragraph {width:300px;margin:0 auto;text-align:left}
a {color:#aaa;text-decoration:none;cursor:pointer;cursor:hand}
a:hover {color:#CCC;text-decoration:none;}
.clear {clear:both}

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:12px;
	width:250px;
	text-align: left;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}
