/* General Style Info */
/*
body {
	background: #003d4c;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
*/
h1, h2, h3, h4 {
	font-weight: normal;
}
/*
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}

h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
*/
ul, li {
	margin: 0 12px;
}

/* Elements */

body {
/*	background: #4C4C4C;
	background-image:url('../img/background/orange.png');
	background-repeat:repeat-x; */
	margin-top: 50px;
	text-align: justify;
	color: #4C4C4C;
	/* font: 11px Tahoma, Arial, Helvetica, sans-serif; */
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
}
/*
h1 {
	font-size: 32px;
	font: 32px Tahoma;
	font-weight: 700;
	margin-top: 0px;
	color: #383838;
	
	margin: 0.1em 0;	
}
*/
h2, h3 {
	margin-top: 0px;
	color: #383838;
}

h2 {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
}

h3 {
	margin: 0;
	font-size: 14px;
}

h4, h5, h6 {
}

score {
	font-size: 16px;
	color: #FF3300;
	font-weight: 700;
}
p, ol, ul, dl, blockquote {
	margin-top: 0;

}

a {
	color: #2B2B2B;
}

a:hover {
	text-decoration: none;
}
hr {
	
	margin-right: auto;
}
.whitetext{
	color:#FFFFFF;
	size:4;
}

#fireworks{
	overflow:auto;
	height:250px;
	width:300px;
	position: relative;
	top: 0px;
	left: 600px;
	
}

.counter{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#666666
}

/* Header */

#header {
	width: 1034px;
	height: 78px;
	margin: 0 auto;
	background: url(../images/simplecurve/img1.png);
}

#header h1 {
	float: left;
	margin: 10px 0 0 0px;
	padding: 45px 0 0 20px;
	padding-bottom: 10px;
	font-size: 32px;
	line-height: 0px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

/* Menu */

#menu {
	width: 1014px;
	height: 30px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/simplecurve/img3.png);
}

#menu ul {
	width: 1014px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #575757;
	background: url(../img/menuBG.png);
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 5px 15px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content */

#container {
	width: 1014px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: url(../images/simplecurve/img3.png);
}

#colTwo {
	float: right;
	width: 160px;
	padding: 0 15px 0 0;
}

#content {
	/*float: left;*/
	width: 1010px; 
	padding: 0 0 0 15px;
}

/* Footer */

#footer {
	width: 1034px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/simplecurve/img4.png) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B2B2B;
}

/* this doesnt fix the new user form */
#schoolcode show {
	margin: 20px 0px 0px 0px;
	display: none;
}
#schoolcode hide {
}
#mypassword_text {
	font-size: 10px;	
}
#mypassword_bar {
	font-size: 1px;
	height: 2px;
	width: 0px;
	border: 1px solid white;	
}
#password_strength {
	width: 100px;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
	/* ie */
	font-weight:normal;
	font-size: 12px;	

}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.normalrow td {
	background: #ffffff;
}
table tr.altrow td {
	background: #f4f4f4;
}
table tr.altrowOwner td {
	background: #dfffe8;
}
table tr.altrowOwnerB td {
	background: #ffd7ff;
}
td.points {
	text-align: center;
	font-size: 12px;
	color: #df0000;
	font-weight: 700;
}
td.records_index {
	border:1px solid #bbb;
}
td.record {
	text-align: left;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	vertical-align: middle;
}
td.table_heading {
	background: transparent;
	border-right: 0px;
	/* background: #f4f4f4; */
	text-align: left;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	/* background: url(../img/menuBGgreen.png) no-repeat; */
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

table.scores {
	background: #fff;
	border-right: 0px;
	border:0px solid #fff;
	clear: both;
	margin-bottom: 10px;
	width: 60%;
	margin-left: 15px;
}
td.scores {
	background: #fff;
	border: 1px solid #fff;
}
tr.scores {
	background: #fff;
	border: 1px solid #fff;
}

table.rec_view {
	background: #fff;
	border-right: 0px;
	border:0px solid #fff;
	clear: both;
	margin-bottom: 10px;


}
td.rec_view {

	background: #fff;
	border: 0px solid #fff;
	
}
tr.rec_view {
	background: #fff;
	border: 1px solid #fff;
}

table.totalscores {
	border: 1px solid #ccc;
	width: 20%;
	
}
tr.totalscores {
	border-bottom: 1px solid #ccc;
}
th.totalscores {
	border: 0px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	
}
td.totalscores {
	border: 0px solid #fff;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #000000;
	font-weight: 700;
}
table.rec_view {
	background: #fff;
	border-right: 0px;
	border:0px solid #fff;
	clear: both;
	margin-bottom: 10px;
	
	margin-left: 15px;
}
td.rec_view {
	background: #fff;
	border: 1px solid #fff;
}
tr.rec_view {
	background: #fff;
	border: 1px solid #fff;
}

table.comment {
	background: #000000;
	border-right: 0px;
	clear: both;
	margin-bottom: 10px;
	width: 60%;
	margin-left: 15px;
}
table.comment{
	background: #fff;
	border-right: 0px solid #ccc;
	
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border: 0;	
	padding: 0px;
	text-align: center;
	vertical-align: top;
	table-layout:fixed;
	
}
tr.comment{
	border-right: 0px solid #ccc;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #000000;
	padding: 0px;
}
th.comment{
	background: #ffffff;
	border-right: 0px solid #ccc;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
	padding: 0px;
}
td.comment{
	border-right: 0px solid #ccc;
	border-top: 1px solid #6699CC;
	border-left: 0px solid #fff;
	padding: 0px;
	width: 300px;
}
/* charts */
#chart {
	margin-left: auto;
	margin-right: auto;
	
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	width: 95%;
	/* border: 1px solid #ccc; */
	border: 1px solid #96ACD4;
	
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/*
 Jason added message styles
*/
.message, .info, .success, .warning, .error, .down {
        border: 1px solid;
        margin: 10px 0px;
        padding:15px 10px 15px 65px;
        background-repeat: no-repeat;
        background-position: 10px center;
        font-size: 125%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.info {
        color: #00529B;
        border-color: #00529B;
        background-color: #BDE5F8;
        background-image: url('../img/message/info.png');
}
.success {
        color: #4F8A10;
        border-color: #4F8A10;
        background-color: #DFF2BF;
        background-image:url('../img/message/success.png');
}
.warning {
        color: #9F6000;
        border-color: #9F6000;
        background-color: #FFFABF;
        background-image: url('../img/message/warning.png');
}
.error {
        color: #D8000C;
        border-color: #D8000C;
        background-color: #FFBABA;
        background-image: url('../img/message/error.png');
}
.down {
        color: #00529B;
        border-color: #00529B;
        background-color: #BDE5F8;
        background-image: url('../img/message/down.png');
}
