body {
	background: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	align: center;
	background-color: #ffffff;
	color: #222222;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0;
	clear: both;
}

#header {
	clear: both; 
	width:1024px; 
	max-width: 100%; 
	margin: 0 auto 0 auto; 
	align: center;
}

#menu {
	width:1024px;
	max-width: 100%; 
	margin: 0 auto 0 auto; 
	align: center;
	padding: 0px 0px 0px 0px;
	background: #2d2727;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	clear: both;
	height: 58px;
}

#content_head {
	clear: both;
	width: 1024px;
	max-width:100%;
}

H1 {
	font-size: 48px;
	color: #009470;
	font-weight: normal;
}

H2 {
	color: #009470;
	font-weight: normal;
}

H3 {
	font-size: 20px;
	color: #222222;
	padding: 15px 40px 15px 40px;
	font-weight: normal;
	border: 1px solid #009470;
	border-radius: 4px;
	background: #f6fcfb;
}

.loginPage label {
  display: inline-block;
  width: 140px;
}

#action_menu {
	position: relative;
	text-align: right;
	float: right;
	width: 40%;
	line-height: 50px;
}

#tablelist {
	background-color: #ffffff;
	color: #000000;
	clear: both;
}

#footer {
	clear: both;
}

#content {
	/* background: url(images/menu-bottom.jpg) top left no-repeat; */
	padding: 30px 50px 50px 50px;
	width: 924px;
	max-width: 100%;
	clear: both; 
	margin: 0 auto 0 auto; 
	align: center;
	background-size: 100%;
}

#dump {
	padding: 40px 50px 40px 50px;
	background-color: #000000;
	color: #ffffff;
	width: 924px;
	clear: both;
}

#error {
	padding: 40px 50px 40px 50px;
	background-color: #ab0000;
	color: #ffffff;
	width: 924px;
	clear: both;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 34px;
}

#nav a {
	display: block;
	width: 120px;
	font-weight: normal;
}

#nav li {
	float: left;
	width: 120px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 120px;
	w\idth : 120px;
	display : block;
	color : white;
	font-weight : bold;
	text-decoration : none;
	background-color : #2d2727;
	padding : 12px 12px 12px 22px;
	font-weight: normal;
}

#nav li a:hover {
	color : #7ab0de;
	font-weight: normal;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


tr:nth-child(even) {
	background-color: #ffffff;
}

tr:nth-child(odd) {
	background-color: #f9f9f9;
}

tr.thead_able_row {
	background-color: #2c2827 !important;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}
table, th, td {
    border: 0px;
    font-size: 14px;
    padding: 8px 10px 8px 10px;;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse;
}
.cell_start {
	text-align: left;
}
.cell_ctr {
	text-align: center;
}
.cell_action {
	text-align: right;
}

.field_name {
	font-size: 16px;
	padding-bottom: 10px;
}
.field_field {
	font-size: 15px;
	padding-bottom: 10px;
}
.field_description {
	font-size: 13px;
	font-style: italic;
	padding-bottom: 10px;
}
.field_container {
	padding-bottom: 20px;
}
.submit_container {
}
input {
	font-size: 18px;
	padding:4px;
}
select {
	font-size: 24px;
	padding:4px;
}
#form_box {
	padding: 15px 40px 15px 40px;
	background-color: #f6fcfb;
	border-radius: 4px;
	border: solid 2px #009470;
}
#deleteconfirm a {
	display: block;
	padding: 30px;
	background-color: #820000;
	font-size: 28px;
	color: #ffffff;
	text-decoration: none;
}
#deleteconfirm a:hover {
	display: block;
	padding: 30px;
	background-color: #d40000;
	font-size: 28px;
	color: #ffffff;
	text-decoration: none;
}

.file_folders {
 	display: relative;
 	width: 200px;
 	min-height: 270px;
 	float: left;
 	padding: 14px;
}

.file_files {
 	display: relative;
	width: 200px;
	min-height: 270px;
	float: left;
 	padding: 14px;
}

input[type=submit] {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: solid #1f628d 0px;
  color: #ffffff;
  font-size: 18px;
  background: #1b69ab;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: solid #1f628d 0px;
  color: #ffffff;
  font-size: 18px;
  background: #1b69ab;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.main-btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: solid #1f628d 0px;
  color: #ffffff;
  font-size: 18px;
  background: #1b69ab;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.sm-btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: solid #1f628d 0px;
  color: #ffffff;
  font-size: 14px;
  background: #2d2727;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.login_fail_message {
  color: #cd0d0d;
  margin-bottom: 20px;
}
a.action_add {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #009470;
	color: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	text-decoration: none;
	line-height: 22px;
}
a:hover.action_add {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: #ffffff;
	background-color: #326357;
	font-size: 16px;
	border-radius: 10px;
	text-decoration: none;
	line-height: 22px;
}
a.action_edit, .action_delete {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #009470;
	color: #ffffff;
	border-radius: 10px;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
}
a:hover.action_edit, a:hover.action_delete {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	background-color: #326357;
	font-size: 12px;
	border-radius: 10px;
	text-decoration: none;
	line-height: 16px;
}
a.main-btn {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #009470;
	color: #ffffff;
	border-radius: 10px;
	font-size: 18px;
	text-decoration: none;
	line-height: 26px;
}
a:hover.main-btn {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #ffffff;
	background-color: #326357;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	line-height: 26px;
}
#filelist {
	width: 1024px;
	min-width: 100%;
}