@charset "utf-8";
/* CSS Document */

div, p, body, table, th, tr, td span, form, input, textarea, select {
	margin:0px;
	padding:0px;
	border:none;
}

body {
	background-color:#37a7db;  
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

body#tinymce {
	background:none;
	background-color:#ffffff;
}

#head {
	width:990px;
	height:75px;
}

#head img {
	border: none;
	margin-top:15px;
	margin-left:10px;
}

#container {
	width:990px;
	overflow:hidden;
	margin:0 auto;
}

#body {
	width:990px;
	background-image:url(img/bg_middle.png);
	background-repeat:repeat-y;
	overflow:hidden;
}

#bodybottom {
	width:990px;
	height:16px;
	background-image:url(img/bg_bottom.png);
	background-repeat:no-repeat;
}

#bodytop {
	width:990px;
	height:29px;
	background-image:url(img/bg_top.png);
	background-repeat:no-repeat;
}

#head_date {
	width:300px;
	float:right;
	margin-top:10px;
	margin-right:15px;
	text-align:right;
	font-weight:bold;
}

#footer {
	width:990px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	color:#000000;
}

#content {
	width:960px;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#ffffff;
	overflow:hidden;
}

#menubar {
	width:960px;
	height:22px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-size:14px;
}


#menubar ul {
	margin:0px;
	padding:0px;
	font-size:1.2em;
	padding-bottom:20px;
	overflow:hidden;
}

#menubar li {
	
	list-style:none;
	display:block;
	float:left;
	margin-right:0px;
	height:20px;
	padding:2px 10px;
}


#menubar ul li:hover {
	background-color:#09f;
	color:#fff;
}

#menubar ul li:hover a {
	color:#fff;
}

#menubar ul li ul li:hover {
	background-color:#0cf;
	color:#fff;
}


#menubar ul li ul {
	min-width:200px;
	background-color:#09f;
	font-size:1.2em;
	color:#000;
	visibility:hidden;
	position:absolute;
	margin-left:-10px;
	margin-top:0px;
	padding:0px;
	border:none;
	z-index:2;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
}

#menubar ul li ul li {
	font-size:0.8em;
	list-style:none;
	display:block;
	float:none;
	visibility:hidden;
	height:18px;
	padding:2px 10px;
}

#menubar ul li:hover > ul {
	visibility:visible;
}

#menubar ul li:hover > ul li {
	visibility:visible;
}

#menubar ul li ul:hover > ul {
	visibility:visible;
}

.project_container {
	overflow: hidden;
	font-size: 14px;
}

.project_container h2 {
	border-bottom: 1px #e0e0e0 solid;
}

.project_container p {
	margin: 0px;
}

.project_left_col {
	position: relative;
	float: left;
	width: 600px;
}

.project_left_col label{
	float: left;
    font-size: 14px;
	margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 20px;
    min-height: 20px;
    padding: 4px;
}

.project_left_col div.instructions {
    float: left;
	font-size: 14px;
    margin: 0px 0px 0px 20px;
    min-height: 20px;
    padding: 4px;
	max-width: 420px;
}

.project_right_col {
	position: relative;
	float: right;
	width: 330px;
}

.project_right_col ul {
	margin:0px;
	padding:0px;
}

.project_right_col li {
	list-style:none;
	display:block;
	float:left;
	margin-bottom:15px;
}

.project_right_col ul li:before {
	content:"> ";
}

#tinytext {
	float: none;
}

p {	
	margin-top:10px;
	margin-bottom:10px;
}

h1 {
	font-size:24px;
	color:#000;
	font-weight:bold;
}

h2 {
	font-size:20px;
	color:#000;
	font-weight:bold;
}

h3 {
	font-size:16px;
	color:#000;
	font-weight:bold;
}

hr {
	border:1px #e0e0e0 solid;
}

td,  table.invisible table tr td {
	padding:10px;
	border:none;
	border-bottom:1px #e0e0e0 solid;
	text-align:center;
	vertical-align:top;
}

th, table.invisible table th {
	padding:4px;
	background-color:#e0e0e0;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

td ul {
	margin:0px;
	padding:0px;
	padding-left:15px;	
}

td.left {
	text-align:left;
}


table {
}

table.invisible {
	text-align:center;
	border:none;
}

table.invisible th {
	background-color:#ffffff;
	font-size:16px;
	color:#000;
	font-weight:bold;
}

table.invisible td, table.invisible tr, table.invisible th, table.invisible tr td, table.invisible tr th{
	text-align:center;
	border:none;
	vertical-align:top;
}



form {
	position:relative;
	clear:both;
	display:block;
	overflow:hidden;
}

#log {
	position:relative;
	float:right;
	clear:none;
	display:inline;
	overflow:hidden;
	margin-left:4px;
}

button.tabs {
	float: none;
}



input, textarea, button, file {
	float:left;
	/*clear:right;*/
	min-height:20px;
	border:1px #e0e0e0 solid;
	border-radius:4px;
	padding:4px;
	font-size:12px;
	vertical-align:central;
	margin-bottom:10px;
}

input[type="text"], input[type="file"], input[type="password"], textarea, file, select {
	width:300px;
}

select.timeselect {
	width:80px;
}

input[type="checkbox"], input[type="radio"] {
	width:20px;	
}

select {
	float:left;
	clear:right;
	border:1px #e0e0e0 solid;
	border-radius:4px;
	padding:4px;
	font-size:12px;
	vertical-align:central;
	margin-bottom:10px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

textarea.tinymce_input {
	width:800px;
}

textarea.editor {
	width:800px;
}

select.pages {
	width:50px;
	float:none;
	clear:none;
	border:1px #e0e0e0 solid;
	border-radius:4px;
	padding:4px;
	font-size:12px;
	vertical-align:central;
	margin-bottom:10px;
}

form.pages select {
	width:50px;
	float:none;
	clear:none;
	border:1px #e0e0e0 solid;
	border-radius:4px;
	padding:4px;
	font-size:12px;
	vertical-align:central;
	margin-bottom:10px;
}

form.pages {
	float:none;
	clear:none;
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

td input {
	float:none;
	clear:none;
	display:inline;
	margin:0px;
}

label {
	float:left;
	clear:left;
	min-height:20px;
	padding:4px;
	font-size:12px;
	vertical-align:central;
	text-align:right;
	width:120px;
	margin-bottom:10px;
	margin-right:10px;
}

form#log select {
	display:inline;
	width:120px;
	height:18px;
	clear:none;
	padding:0px;
}

div.instructions {
	float:left;
	min-height:20px;
	padding:4px;
	font-size:12px;
	vertical-align:central;
	margin-bottom:10px;
	margin-left: 20px;
	margin-right: 20px;
}

iframe.bounce {
	float:left;
	min-height:40px;
	height: 200px;
	width: 600px;
	overflow: auto;
	padding:4px;
	font-size:12px;
	margin-bottom:10px;
	margin-left: 20px;
	margin-right: 20px;
}

input[type="submit"], input[type="reset"], input[type="button"], button, reset {
	font-weight:bold;
}


#contentHtml_parent, #contentHtml_tbl {
	clear:right;
	float:left;
	background-color:#ffffff;
	overflow:hidden;
	margin-bottom:20px;
}

#resumeHtml_parent, #resumeHtml_tbl {
	clear:right;
	float:left;
	background-color:#ffffff;
	overflow:hidden;
	margin-bottom:20px;
}

#box1Html_parent, #box1Html_tbl {
	clear:right;
	float:left;
	background-color:#ffffff;
	overflow:hidden;
	margin-bottom:20px;
}

#box2Html_parent, #box2Html_tbl {
	clear:right;
	float:left;
	background-color:#ffffff;
	overflow:hidden;
	margin-bottom:20px;
}

a img {
	border:none;
}

a {
	color:#0099FF;
	font-weight:bold;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active, .aSelected {
	text-decoration:underline;
	color:#ea3841;
}

#menubar a:hover, a:active {
	text-decoration:none;
	color:#fff;
}

#footer a {
	color:#000000;
	
}

#upload_progress {
	position: relative;
	margin-left: 32px;
	float: left;
	height: 38px;
	width: 38px;
}

#access #badbutton {
  background: url("img/badButton.png");
  background-size:178px 38px;	
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 38px;
  padding-bottom: 0px;
  margin-left: 60px;
  width: 178px;
  clear: left;
}

#access #goodbutton {
  background: url("img/goodButton.png");
  background-size:178px 38px;	
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 38px;
  padding-bottom: 0px;
  margin-left: 60px;
  width: 178px;
  clear: left;
}

#access #undobutton {
  background: url("img/undoButton.png");
  background-size:38px 38px;	
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 38px;
  padding-bottom: 0px;
  margin-left: 30px;
  width: 38px;
}

#hints {
	position: absolute;
	background-color: #ffffff;
	display:none;
	margin-top: -10px;
	margin-bottom: 20px;
	z-index: 1;
}

#hints a:hover, #hints a:active {
	text-decoration:none;
	cursor: default;
}