@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #efefef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.navbar {
	background-color: #0c007c;
	width: 100%;
	height: 28px;
}
.oneColFixCtr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(http://www.precouncil.org/images/buildingbg.gif) no-repeat scroll center bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
}

p, ul {
	color: #333;
	font: 11px/14px Verdana, Arial;
}

.text {
	color: #333;
	font: 11px/14px Verdana, Arial;
}

a:link {
	color: #0c007c;
	text-decoration: none;
}

a:visited {
		color: #0c007c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

.head1 {
	color: #0c007c;
	font: 18px/20px Verdana, Arial;
}

.head2 {
	color: #000;
	font: bold 13px/16px Verdana, Arial;
}

td {
	color: #333;
	font: 11px/14px Verdana, Arial;
	border: none;
	text-align: left;
	padding: 5px;
}

.registertable td {
	color: #333;
	font: 11px/14px Verdana, Arial;
	border: 1px solid #efefef;
	text-align: left;
	padding: 5px;
}

.logos td {
	color: #333;
	font: 11px/14px Verdana, Arial;
	border: none;
	text-align: left;
	padding: 5px;
}

.grayline {
	width: 100%;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}

.smalltext {
	color: #666;
	text-align: left;
	font: 9px/11px Verdana, Arial, Helvetica, sans-serif;
}

.field {
	border:  1px solid #ccc;
	background-color: #efefef;
	padding: 5px;
	color: #074775;
	width: 300px;
}

.managenavbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #EFEFEF;
	color: #333333;
	text-decoration: none;
	border: 1px solid #cccccc;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	float: right;
	margin-right: 2px;
}
.managenavbar:hover {
	background-color: #dddddd;
	color: #000000;
		text-decoration: none;

}
.managenavbartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	float: right;
}

.footericon {
	padding: 5px;
}

.memberlogoarea {
	width: 230px;
	height: 200px;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #efefef;
	float: left;
	text-align: center;
	line-height: 160px;
}
.memberlogo {
	vertical-align: middle;
		line-height: 160px;
}

.no_js .js {
  display: none;
}

#files {
  margin: 10px 0;
}

#files .file_upload_name {
  padding: 0 10px;
}

#file_upload_progress {
  margin: 10px 0;
}

#file_upload_progress div {
  width: 300px;
}

/*
 * jQuery File Upload Plugin CSS 4.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */

.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_small {
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 100%;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_large {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_highlight {
  background: lawngreen;
}

.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 300px solid transparent;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -o-transform: translate(-300px, -300px) scale(10);
  -moz-transform: translate(-800px, 0) scale(10);
  cursor: pointer;
  height: 100%;
}

:root .file_upload input {
  height: auto;
}

.file_upload button {
  display: none;
}

.file_upload_progress .ui-progressbar-value {
  background: url(pbar-ani.gif);
}

.file_upload_progress div {
  width: 150px;
  height: 15px;
}
