/* @group Main */

#notice {
	background-color: #f9fbfd;
	margin-top: -35px;
	margin-bottom: 60px;
	width: 100%;
	float: left;
	background: #f9fbfd url(../images/rounded_bottom.gif) no-repeat center bottom;
}

#notice p {
	font-size: 14px;
	color: #e44a00;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}



* {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #373d40;
}

b {
	
	font-weight: bold;
	
}

a {
	text-decoration: none;
	color: #0079c2;
}

body {
	background: #bdd8e8 url(../images/bg.gif) repeat-x 0 top;
	text-align: center;
	height: 100%;

}

html {
	height: 100%;
}

#wrapper {
	width: 727px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	
}

* html #wrapper{
	height: 100%;
}

/* @end */

/* @group Header */

#header {
	padding-top: 40px;
}

h1 {
	background: url(../images/logo.gif) no-repeat;
	padding-top: 40px;
	text-indent: -3000px;
}

#top_nav {
	float: right;
	margin-top: -21px;
	text-shadow: #000000 0 0 0;
}

#top_nav li {
	display: inline;
	list-style-type: none;
	color: #0079c2;
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 10px;
}

/* @end */

/* @group Welcome Bar */

#welcome_bar {
	background-color: #f9fbfd;
	background: #f9fbfd url(../images/rounded_bottom.gif) no-repeat center bottom;
	margin-top: 30px;
	float: left;
	width: 727px;
	padding-bottom: 10px;
}

#welcome_bar h2 {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	font: normal normal 28px Georgia, "Times New Roman", Times, serif;
}

#total_submitted {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #e0eef7;
	padding: 6px 10px;
	margin-left: 10px;
	/*margin-bottom: 10px;*/
	float: left;
	clear: left;
	width: 450px;
}

#assignment_count {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#new_button {
	float: right;
	margin-top: 30px;
	clear: right;
	margin-right: 10px;
}

#new_button img {
	border-style: none;
}

/* @end */

/* @group Assignments */


#assignments {
	margin-top: 20px;
	float: left;
	padding-bottom: 55px;
}

#assignment_table {
	width: 727px;
	margin: 0;
	padding: 0;
	border-width: 0;
}

th {
	color: #fff;
	text-shadow: #3a3a3a 1px 1px 0;
	font-weight: bold;
	padding-left: 10px;
}

#tl, #tr, #bl, #br {
	padding: 0px;
}

#tl_corner {
	background: url(../images/tl.gif) no-repeat left top;
	font: inherit;
	color: inherit;
	padding: 10px 10px;
	color: #fff;
	font-weight: bold;
}

.table_header {
	color: #fff;
	text-shadow: #3a3a3a 1px 1px 0;
	font-weight: bold;
	background: #005ca5 url(../images/table_header_bg.gif) repeat-x;
	padding-left: 10px;
}

#tr_corner {
	background: url(../images/tr.gif) no-repeat right top;
	font: inherit;
	color: inherit;
	padding: 10px 10px;
	color: #fff;
	font-weight: bold;
}

#br_corner {
	background: url(../images/br.gif) no-repeat right bottom;
	font: inherit;
	color: inherit;
	padding: 10px 10px;
}

#bl_corner {
	background: url(../images/bl.gif) no-repeat left bottom;
	font: inherit;
	color: inherit;
	padding: 10px 10px;
}

#assignment_table td {
	padding: 10px;
}

#assignment_table .odd {
	background-color: #d1e4ef;
}

#assignment_table .even {
	background-color: #e8f2f7;
}

#table_footer {
	text-align: center;
}


/* @end */

/* @group Footer */

#footer {
	float:left;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	position: relative;
	margin-top: -37px;
	background: #005ca5 url(../images/table_header_bg.gif) repeat-x 0 top;
}

#footer p {
	color: #82adc6;
	font-size: 11px;
}

#footer a {
	color: #fff;
	font-size: 11px;
	text-shadow: #3a3a3a 1px 1px 0;
}

/* @end */

/* @group Pagination */

  .pagination {
	display: inline;
  }
  .pagination a {
	color: white;
	text-shadow: #3a3a3a 1px 1px 0;
	font-weight: bold;
}
  .pagination span.current {
	color: white;
	text-shadow: #3a3a3a 1px 1px 0;
  }
  .pagination span.disabled {
	color: white;
	text-shadow: #3a3a3a 1px 1px 0;
  }

  .stats {
	display: inline;
	color: white;
	text-shadow: #3a3a3a 1px 1px 0;
} 

/* @end */

.late {
	color: red;
	display:inline;
}

.text_area {
	width: 100%;
}