* {
	margin: 0;
	padding: 0;	
}

body {
	background: #787e8c;
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
	color: #000;
}

img {
	border: 0;
}

.status {
	font-variant: small-caps;
}

.accepted {
	color: #339900;
}

.rejected {
	color: #FF3300;
}

#container {
	width: 878px;
	margin: 0 auto;
	background: url(images/content_bg_mid.gif) repeat-y left top;
}

/*--- header -----------------------------------------------------------------*/


#header {
	width: 878px;
	background: url(images/header_bg_mid.gif) repeat-y left top;
	/* #header becomes 'containing block' for absolute positioned elements */
	position: relative; 
}

#logoWrapper {
	height: 150px;
	background: url(images/header_bg_top.gif) no-repeat left top;	
}

#logo {
	margin: 15px 0 0 150px;
}

#org {
	margin: 15px 0 0 30px;
}

#sticky {
	width: 130px;
	height: 140px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(images/sticky_note.gif) no-repeat left top;
}

/* IE < 7 doesn't support transparent png*/
* html #sheets {
	background: url(images/sheets.gif) no-repeat left top;
}

#sheets {
	width: 352px;
	height: 261px;
	position: absolute;
	right: 0;
	background: url(images/sheets.png) no-repeat left top;
}

/*--- nav --------------------------------------------------------------------*/



.menu {
	list-style-type: none;
	overflow: auto;
	padding: 0 0 0 1.2em;  
}

.menu li {
	float: left;
}

.menu li a {
	color: #FFF;
}

.menu li a:hover {
	color: #f08000;
	text-decoration: none;
}

/* float clearing for IE */
* .menu {
	height: 1%;
}


#nav {
	background: #4c4b34;
	margin: 0 7px;
}

#nav li {
	font-size: 120%;
	padding: 0.4em 1.6em 0.4em 0;
}

#subnav {
	margin: 0 7px;
	background: #5e5d45 url(images/subnav_bg_bot.gif) no-repeat left bottom;	
}

#subnav li {
	padding: 0.3em 1.5em 0.3em 0;
}

#navWrapper {
	background: url(images/header_bg_bot.gif) no-repeat left bottom;
	padding: 0 0 7px 0;
	width: 778px;
}



/*--- content ----------------------------------------------------------------*/


#contentWrapper {
	
}

#content {
	background: url(images/content_bg_bot.gif) no-repeat left bottom;
	width: 708px;
	padding: 35px;
	color: #555555;
}



h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

p {
	margin: 0 0 1em 0;
}

a {
	text-decoration: none;
	color: #00a2ef;
}

a:hover {
	text-decoration: underline;
	color: #f09000;
}

/*--- sponsors ---------------------------------------------------------------*/

.sponsors {
	width: 700px;
}

.sponsors td {
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.logo {
 	margin: 10px;
}

.logo2 {
	margin: 10px 40px 10px 40px;
}

/*--------------------- tutorial ----------------------*/

#tutorial p {
	text-align: justify;
}

#tutorial pre {
	font-size: 12px;
	padding-left: 80px;
	color: black;
}

#tutorial p.navigate {
	text-align: center;
}

#tutorial p.status {
	text-align: center;
}

#tutorial .title {
	text-align: center;
}

#tutorial .subtitle {
	text-align: center;
}

/*---------------------- webcpp -----------------------*/


.webcpp a:link    {color:#000000}
.webcpp a:visited {color:#808080}
.webcpp a:active  {color:#000000}
.webcpp a:hover   {color:#000000}

.webcpp pre {
	color: #000000;
}

.webcpp font {
	font-size:100%;
}

.webcpp .symbols {
	color: #000000;
}

.webcpp .preproc {
	color: #000000;
}

.webcpp .integer {
	color: #000000;
}

.webcpp .floatpt {
	color: #000000;
}

.webcpp .dblquot {
	color: #000000;
}

.webcpp .sinquot {
	color: #000000;
}

.webcpp .keyword {
	color: #000000;
	font-weight: bold;
}

.webcpp .keytype {
	color: #000000;
	font-weight: bold;
}

.webcpp .comment {
	color: #808080;
	font-style: italic;
}

/*--- footer -----------------------------------------------------------------*/

#footer {
	background: #787e8c;
	font-size: 90%;
	color: #FFF;
	overflow: auto;
	padding: 0 0 10px 0;
}

* html #footer {
	height: 1%;
}

#footer  a {
	font-weight: bold;
	color: #444;
}

#contact {
	float: left;
	margin: 0 0 0 20px;
}

#version {
	float: left;
	margin: 0 0 0 140px;
}

#design {
	float: right;
	margin: 0 120px 0 0;
}

/*--------------------- teams ----------------------*/

table.teams td {
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

table.teams td.break {
	background: #FFFFFF;
	border-bottom: none;
}

table.teams td.team_name {
	background-color: #EBEBEB;
}

div.ok {
	display: inline;
	color: #008800;
	font-weight: bold;
}

table.teams td.ok {
	color: #008800;
	font-weight: bold;\
	border: 1px solid #DDDDDD;
}

/*---------------------- results -----------------------*/

.results {
	/*background-color: #F8F8F8;*/
	width: 694px;
}

.results td {
	border-bottom: 1px solid #DDDDDD;
	padding: 2px 2px 2px 5px;
	line-height: 15px;
	vertical-align: middle;
}

td.results_title {
	border-top: 1px solid #DDDDDD;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	background-color: #FBFBFB;					
	text-align: center;
}

.results_head {
	font-weight: bold;
}

/*------------------ resources --------------------------*/

.resources {
	width: 75%;
}



