body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}
td {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #949EB5;
	border-left: 1px solid #949EB5;
}
.no_border {
	border: none;
	font-size: 12px;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #949EB5;
	border: none;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: none;
}
.table_headings {
	font-weight: bold;
	border: none;
}
.page_heading {
	font-size: 16px;
	font-weight: bold;
	border: none;
	color: #949EB5;
}

.result_message {
    font-size: 14px;
    font-weight: bold;
    border: none;
    color: red;
}

.heading {
	font-size: 20px;
	font-weight: bold;
	border: none;
	color: #004489;
}
input {
	background-color: #FFFFCC;
	color: #666666;
}
textarea {
	background-color: #FFFFCC;
}
button {
	background-color: #ADB2C6;
	color: #666666;
}
.buttons {
	background-color: #ADB2C6;
}
select {
	background-color: #FFFFCC;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #5A4973;
}
.general_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B58EAD;
}
.background {
	background-color: #ffffff;
	position:absolute;
	width:59%;
	height:100%;
	z-index:15;
	left: 17%;
	top: 144px;
	overflow: visible;
	visibility: visible;
}
.small_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
}
.adds {
	align:right;
	width:200px; 
	height:100px; 
	z-index:3; 
	left: 0px;  
	border: 1px none #000000; 
	visibility: visible; 
	overflow: hidden;
}
.admin_layers {

	position:absolute; 
	width:75%; 
	height:200px; 
	z-index:1; 
	left: 25%; 
	top: 40px; 
	overflow: visible;
	
}
.menu_table {
	border-top-width: 1px;
	border-right-width: 1px;
	
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;

	border-left-color: #666666;
}
.td_highlight {
	background-color:#FFD2D6;
}




.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 50%;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
    font-size: 16px;
    font-weight: bold;
    border: none;
    margin: 0 0 15px;
    color: #949EB5;
}