html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}
table, td, th {
	padding: 0;
	margin:0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	font-size:12px;
}
img {
	border: 0;
}
p, form, dl, dt, dd {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 14px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 16px;
	color: #006d55;
	font-family: "arial";
	font-weight: normal;
}
h1, .h1 {
	font-size: 28px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}
blockquote {
	padding: 15px 20px 20px;
	margin: 0;
	background: #f8f8f8;
	margin-bottom: 14px;
}
blockquote p {
	margin: 0;
}
ul, ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ol {
	padding: 0;
	margin: 0 0 0 20px;
}
ol li {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
hr {
	background: #e1e1e1;
	color: #e1e1e1;
	border:0px;
	height:1px;
	margin: 0 0 14px;
}
#form-content {
	width:550px;
	margin:0px auto;
	border:1px #2e2e2e solid;
	padding:20px 0px;
	box-shadow: 1px 1px 5px #2e2e2e;
}
.register-form {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
.register-form .label {
	text-align:right;
	vertical-align:middle;
	padding-right:15px;
}
.register-form .label2 {
	text-align:right;
	vertical-align:middle;
	padding-right:15px;
}
.register-form td {
	padding:8px 0px;
}
.register-form input[type=text] {
	width:70%;
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	padding-left:5px;
	font-size:12px;
}
.register-form input[type=password] {
	width:70%;
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	padding-left:5px;
	font-size:12px;
}
.register-form textarea {
	width:70%;
	background:#FFF;
	border:1px solid #CCC;
	height:60px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.register-form select {
	width:72%;
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	font-size:12px;
	padding-top:4px;
}
.create-form {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
.create-form .label {
	text-align:right;
	vertical-align:middle;
	padding-right:15px;
}
.create-form .label2 {
	text-align:right;
	vertical-align:middle;
	padding-right:15px;
}
.create-form td {
	padding:8px 0px;
}
.create-form input[type=text] {
	width:70%;
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	padding-left:5px;
	font-size:12px;
}
.create-form input[type=password] {
	width:70%;
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	padding-left:5px;
	font-size:12px;
}
.create-form textarea {
	width:70%;
	background:#FFF;
	border:1px solid #CCC;
	height:60px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.create-form select {
	width:72%;
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	font-size:12px;
	padding-top:4px;
}
.special-button {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	padding: 7px 0px 8px 0px;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	width:130px;
	text-align:center;
	background-color: #004845;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.special-button:hover {
	background-color:#002d2b;
}
.special-button-red:hover {
	background-color:#990000;
}
label.error {
	font-size: 11px;
	color: #FF0000;
	padding-top:3px;
	padding-left:5px;
}
#tablelist {
	border:1px solid #CCC;
}
#tablelist th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #CCC;
	padding:5px;
	background:#006d55;
}
#tablelist a {
	color: #06C;
	text-decoration:underline;
}
#tablelist td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right:1px solid #CCC;
	padding:5px;
}
input[type=text] {
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	padding-left:5px;
	font-size:12px;
}
input[type=password] {
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	padding-left:5px;
	font-size:12px;
}
textarea {
	background:#FFF;
	border:1px solid #CCC;
	height:60px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
select {
	background:#FFF;
	border:1px solid #CCC;
	height:25px;
	font-size:12px;
}
input[type=submit], input[type=button], .normalbutton {
	padding:0px;
	color: #FFFFFF;
	cursor: pointer;
	height:25px;
	text-decoration: none;
	width:100px;
	text-align:center;
	background-color: #004845;
	border:none;
}
input[type=submit]:hover, input[type=button]:hover, .normalbutton:hover {
	background-color:#002d2b;
}
#tablelist {
	border:1px solid #CCC;
}
#tablelist th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	border-right:1px solid #CCC;
	padding:5px;
	background:#000;
	text-align:left;
	vertical-align:middle;
}
#tablelist th a {
	color: #fff;
	text-decoration:underline;
}
#tablelist td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right:1px solid #CCC;
	padding:5px;
	vertical-align:middle;
}
#tablelist th a {
/**color: #fff;**/
}
.breadcrumb {
	color:#666;
	font-size:11px;
	text-align:left;
}
.breadcrumb a {
	color:#369;
}
.breadcrumb a:hover {
	color:#369;
	text-decoration:underline;
}
.tabledetailt {
}
.tabledetail th {
	color:#ffffff;
	padding:5px;
	background:#8C001A;
}
.tabledetail .table-header {
	border:1px solid #fff;
	text-transform:uppercase;
	color:#fff;
	background: #006A65;
	font-weight:bold;
}





.tabledetail td {
	padding:5px;
	vertical-align:middle;
}
.tabledetail th {
	font-size:12px;
	padding:5px;
}
.tabledetail .label {
	text-align:right;
	font-weight:bold;
}
.required {
	color:#F00;
	font-weight:bold;
}
#top-navigation {
	height:40px;
	background:url(../images/navbg.jpg);
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}
#admin-header, #form-header {
	background: rgba(0, 97, 92, 1);
	background: -moz-linear-gradient(top, rgba(0, 97, 92, 1) 0%, rgba(0, 52, 50, 1) 0%, rgba(0, 77, 73, 1) 0%, rgba(0, 106, 101, 1) 71%, rgba(0, 106, 101, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 97, 92, 1)), color-stop(0%, rgba(0, 52, 50, 1)), color-stop(0%, rgba(0, 77, 73, 1)), color-stop(71%, rgba(0, 106, 101, 1)), color-stop(100%, rgba(0, 106, 101, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 97, 92, 1) 0%, rgba(0, 52, 50, 1) 0%, rgba(0, 77, 73, 1) 0%, rgba(0, 106, 101, 1) 71%, rgba(0, 106, 101, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 97, 92, 1) 0%, rgba(0, 52, 50, 1) 0%, rgba(0, 77, 73, 1) 0%, rgba(0, 106, 101, 1) 71%, rgba(0, 106, 101, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 97, 92, 1) 0%, rgba(0, 52, 50, 1) 0%, rgba(0, 77, 73, 1) 0%, rgba(0, 106, 101, 1) 71%, rgba(0, 106, 101, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 97, 92, 1) 0%, rgba(0, 52, 50, 1) 0%, rgba(0, 77, 73, 1) 0%, rgba(0, 106, 101, 1) 71%, rgba(0, 106, 101, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00615c', endColorstr='#006a65', GradientType=0 );
	height:120px;
	background-color: rgb(0, 106, 101);
	width:100%;
	text-align:left;
	margin-bottom:25px;
}
#form-header {
	box-shadow: 2px 2px 5px #ccc;
	height:80px;
	background-color: rgb(0, 106, 101);
	width:100%;
	text-align:left;
	margin-bottom:25px;
}
#footer-wrapper {
	height:100px;
	position: relative;
	width:1200px;
	margin:0px auto;
}
#footer {
	width:100%;
	margin:0px auto;
	position:absolute;
	bottom:0px;
}

label.error {
	font-size:11px;
	color:#F00;
}
input.error {
	background-color:#FDEAE8;
	border:solid thin red;
}
.showerror {
	line-height:16px;
	color:#F00;
	border:1px solid #F00;
	background:#fdeae8;
	padding:10px 15px;
	margin: 0px 20px;
}
.showerror > p {
	padding:1px 0px;
	margin:0px;
	text-align:center;
}