
/* Ignore this! */
body {
  /*background-color:#EDEDE8;*/
  font:normal normal 16px/1.4 "Open Sans",Segoe,"Segoe UI",Frutiger,"Frutiger Linotype","DejaVu Sans","Helvetica Neue",Arial,Sans-Serif;
  color:#333;
  text-shadow:0 1px 0 white;
  
}

.form-style-1 {
    margin:10px auto;
    max-width: 280px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}


/*

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #4c4c4c;
      font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
*/
.footer_bar
{
list-style-type: none;
margin: 0;

overflow: hidden;
background-color: #808080;
font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
height:20px;
color:#FFFFFF;
text-align:center;
padding-top: 10px;
padding-bottom: 30px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
}

.header_bar_index
{
list-style-type: none;
margin: 0;

overflow: hidden;
background-color: #4c4c4c;
font: 24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
height:20px;
color:#FFFFFF;
text-align:center;
padding-top:10px;
padding-bottom:10px;
font-weight:bold;
}

.main-body
{
    min-height: 300px; 
	padding:10px;
	margin-bottom:10px !important;
	margin:0px auto;
	clear: both;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:2px solid #808080;
	margin-right: 10px;
margin-left: 10px;

}


#showhide {
     display: none;
}

.button {
    display: block;
    height: 30px;
    width: 200px;
    background: green;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
    font: 15px arial bold;
    border: 1px solid black;
    text-decoration: none;
    list-style:none;
    margin: 10px 0px 10px 0px;
	color:#FFFFFF;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.simplelist
{
list-style: none;
font: 17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
.simplelist td
{
padding:5px;
}
.simplelist a:link a:visited a:active a:hover a
{
color: #000;
text-decoration: none !important; 

}

.simplelist a:visited 
{
color: #000;
text-decoration: none !important; 

}

.simplelist a:active
{
color: #000;
text-decoration: none !important; 

}

.simplelist a:hover 
{
color: #000;
text-decoration: none !important; 

}

.simplelist a:link
{
color: #000;
text-decoration: none !important; 

}


.simplelist li:hover
{
color: #000;
text-decoration: none !important; 
background:#FFFF99;
padding:10px;
}



.simplelist li {
 background:#CCCCCC;
 padding:10px;
  
 }
.simplelist li:nth-child(odd) {
 background:#FFFFFF;
 }
 
 .tab 
 {
 font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 }
 
 h2
 {
  font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight:bold;
 }
 
 
#search-box {
position: relative;
width: 100%;
margin: 0;
}

#search-form 
{
height: 40px;
border: 1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
}
#search-text 
{
font-size: 35px;
color: #ddd;
border-width: 0;
background: transparent;
}
#search-box input[type="text"]
{
width: 90%;
padding: 11px 0 12px 1em;
color: #333;
outline: none;
}

#search-button {
position: absolute;
top: 0;
right: 0;
height: 40px;
width: 80px;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 42px;
border-width: 0;
background-color: #4d90fe;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}






p, pre {margin:0 10px 10px 0}

code {
  font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,Monospace;
  font-size:14px;
}

pre {
  line-height:1.2;
  background-color:white;
  padding:1em;
  overflow:auto;
  border-radius:3px;
  box-shadow:0 1px 1px rgba(0,0,0,.1);
}

.cm {
  color:#999;
  font-style:italic;
}

h3 {
  font-weight:bold;
  margin:20px 10px 10px 0;
}
.ChooseColor input[type="color"]
{
  width: 5%;
  -webkit-border-radius: 50px;
  -moz-border-radius:50px;
  border-radius:50px;
  cursor: pointer;
  padding:5px;
}

@media only screen and (max-width: 600px) {
    .contact_table {
        width:100% !important;
    }
	
	.contact_table tr:nth-child(even) 
	{background-color: #f2f2f2}
	
}
@media only screen and (min-width: 601px) {
    .contact_table {
        width:400px; !important;
    }
	
	.contact_table tr:nth-child(even) 
	{background-color: #f2f2f2}
}

































.page_title
{
font-family:"Open Sans",Segoe,"Segoe UI",Frutiger,"Frutiger Linotype","DejaVu Sans","Helvetica Neue",Arial,Sans-Serif;
color: #333;
font-size:22px;
font-weight:bold;
text-shadow: 0 1px 0 white;

}
.continent
{
font-size: 20px;
font-weight: bold;
margin-top: 30px;
text-decoration-line: underline;
}