body {
  margin: 0px auto;
//  font-family: "Verdana", serif;
  max-width: 19520px;
  float: center;
}

#footer {
	overflow: hidden;
	clear: both;
	padding: 3px 0;
//	background-image: url('../images/bg-ft.jpg');
	background-position: center;
	background-color: #fff;
}
#footer .inner {
  margin: 0 auto; /* 0 6% */
//  width: 768px;
}
#footer_mobile {
	display: none;
}

/* --- footer -- */

#footer li {
  list-style-type: none;
  float: left;
  font-size: 80%;
  margin: 0 20px 0 0;
  letter-spacing: 1px;
  color: #222;
  line-height: 2;
}
#footer li:last-child {
  float: right;
  letter-spacing: 0;
  margin: 0 0 0 20px;
}
#footer a {
  text-decoration: none;
  font-weight: normal;
  color: #444;
}
#footer a:hover {
  color: #000;
}

@media (min-width: 1200px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
	}
}




#sendfile_outer {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

#sendfile {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
/*  -moz-border-radius: 5px;
  border-radius: 5px; */
  font-size: 90%;
  background-color: #fafafa; /* #edf2f7; */
  border: 2px solid #ccc; /* #85b1de; */
  padding: 10px;
  margin: 0;
}

#sendfile .inner {
  min-height: 368px; /* 290px; */
  overflow: auto;
  padding: 0;
  margin: 0;
  width: 100%; /* 280px; */
  background-color: transparent;
	position: relative;
}
.iphone_image {
  margin-left: 35px; /*50px;*/
}
.android_image {
  margin-left: 30px; /*50px;*/
}
.smartzphone_outer {
  padding-left: 30px; /*50px;*/
  padding-top: 0px;
}
.smartzphone_inner {
  margin-left: 30px;
  padding-top: 0px;
  text-align: center;
  font-size: 90%;
  color: #333;
}
.smartzphone_inner a {
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}
.smartzphone_inner h2 {
	color: #000;
}
.smartzphone_inner img {
	padding-bottom: 5px;
}
#content-secondary .inner .border {
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background-color: #f1f1f1;
  width: 739px;
  padding: 10px;
  margin: 0;
}
#content-secondary .inner .border li {
  float: left;
  width: 24%;
  margin-right: 8px;
  font-size: 75%;
  font-family: Arial;
  color: #333;
  line-height: 1.3;
}
#content-secondary .inner .border li:last-child {
  margin-right: 0;
}

ol#toc {
    font-size: 9pt;
	height: 2em;
    list-style: none;
    margin: -2px 0 0 10px;
    padding: 0;
}

ol#toc a {
    background: url("../images/tabs4.gif");
    color: #AAA;
    display: block;
    float: left;
    height: 2em;
    /* margin-left: 1px; */
	padding-left: 5px;
    text-decoration: none;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;

}

ol#toc li.current a {
    background-color: #fff;
    background-position: 0 -30px;
    color: #6c83a2;
    font-size: 10pt;
	font-weight: bold;
	
}

ol#toc li.current span {
    background-color: #fff;
	background-position: 100% -30px;
}

ol#toc li.alt a {
    margin: 1px 0 0 0;
	background-color: #fff;
    background-position: 0 -153px;
    font-weight: bold;
	font-size: 10pt;
	color: #06c83a2;
}

ol#toc li.alt span {
    background-color: #fff;
	background-position: 100% -153px;
}

ol#toc span {
    background-color: #fff;
	background: url("../images/tabs4.gif") 100% -90px;
    display: block;
    line-height: 2em;
    padding-right: 10px;
	padding-left: 5px;
}

button.clean-gray, button.shiny-blue, button.minimal {
	height: 31px; /*20px;*/
	padding: 0;
}

/* --- form --- */

.input-field {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  /*this is needed for iOS browser else a shadow/line appears at top of input*/
  -webkit-appearance: none;
  
  -moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc;
    padding: 4px 5px 3px 5px;
    width: 100%;
	margin: 0 0 5px 0;
	font-family: Arial;
	font-size: 90%
/*	font-family: Tahoma;
	font-size: 11px;*/
}

.input-field:focus, .message-field:focus {
	border-color: #6FCCDB;
	
	/*required for safari desktop which shows a big outline*/
	outline: 0;
}

.message-field {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  /*this is needed for iOS else a shadow/line appears at top of input*/
  -webkit-appearance: none;
  
  border: 1px solid #ccc;
  padding: 5px 5px 3px 5px;
  width: 100%;
  min-width: 280px;
  height: 30px;
	margin: 0 0 5px 0;
/*	max-width: 293px; */
        font-family: Arial;
        font-size: 90%;
/*	font-family: Tahoma;
	font-size: 11px;*/
}
.field-desc {
  font-weight: bold;
  color: #336699;
  font-size: 200%;
/*  font-size: 80%;*/
}

#container {
	min-height: 80px;
}
#filelist {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 5px 3px 5px;

  margin: 0px 0 10px 0;
  text-align: left;
	font-family: Arial;
	font-size: 110%;
/*  font-size: 70%;*/
  line-height: 1.3;
	min-height: 80px;
	border: 1px solid #ccc;
      background-color: #E8F0F9;
/*	background-color: #e2e2e2;*/
	width: 100%;
}
#click-launch-applet {
  width: 150px;
  height: 30px;
  margin: 10px 0 0 0;
	text-transform: uppercase;
}
#click-go-basic {
  width: 150px;
  height: 30px;
  margin: 10px 10px 0 0;
	text-transform: uppercase;
}

#content-secondary {
  background-color: #fff;
  padding: 10px 0 20px 0;
}
#content-secondary .inner {
  margin: 0 auto; /* 0 6% */
  width: 760px;
  padding: 0;
}

div.wid {
width:100%;
white-space:nowrap;
text-align:center;
margin-top:10px;
}
table.wid {
margin-top:3px;
margin-left:auto;
margin-right:auto;
}
div.fb-like		{ float:left;padding-right:3px;text-align:left; }
div.twi				{ float:left;padding-right:3px;text-align:left; }
div.gpo				{ float:left;text-align:left; }
td.topp				{ vertical-align:top; padding-top: 3px; }

div.container {
  margin: 0px auto;
}

#slogan h1 {
      margin-left: 10px;
	  margin-bottom: 3px;
/*	  font-size: 20px;
  	  max-width: 750px; */
  }

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #105B66;
	margin: 10px 0 20px 0;
}
h2 {
	font-weight: bold;
	font-size: 16px;
    text-decoration: none;
/*	color: #0D7585; */
	color: #000;
	margin: 16px 0 8px 0;
	padding: 0;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #008;
	margin: 16px 0 8px 0;
}


.info-outer {
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
	#sendfile {
	border: none;
	}

	#toc {
	display: none;
	}
}

.container p a {
	color: #00F;
}


#show-tc a {
	color: #00F;
}

#download_link a {
	color: #00F;
}

#download_link {
  padding-top: 16px;
}

#element_to_pop_up {
        text-align: center;
        display: none;
        background-color: #fff;
        padding: 20px;
        border: 1px solid #555;
        -moz-border-radius: 15px;
        border-radius: 15px;
}
#element_to_pop_up .padl {
	padding-bottom: 3px;
}
#element_to_pop_up .padm {
	padding-bottom: 7px;
}
#element_to_pop_up strong {
	font-size: 16px;
	font-weight: bold;
	color: #105B66;
	padding-bottom: 4px;
}
#element_to_pop_up small {
	font-size: 12px;
	color: #0D7585;
}
#element_to_pop_up a {
        font-size: 16px;
        font-weight: bold;
        color: #1D18F5;
        text-decoration: underline;
}
#element_to_pop_up img {
	padding-top: 4px;
	padding-bottom: 4px;
}

.file-list {
	font-size: 90%;
	line-height: 1.4;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.imgborder {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}
.img2 {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	background-color: #f1f1f1;
}
.img3 {
	padding: 0;
}
.col1 {
	float: left;
	width: 70px;
}
.col2 {
	float: left;
	font-family: "Verdana", serif;
#	font-family: Arial;
	width: 75%;
}
.col2 .filename {
	font-weight: bold;
}
.col2 a {
	margin-left: 10px;
	text-decoration: underline;
	/*font-size: 90%;*/
#	color: #1D18F5
	color: #333
}
.col2 a:hover {
	color: #000066;
}
.col2 .filesize {
	color: #888;
	font-weight: normal;
}
.col2 .date {
	color: #888;
	padding-left: 10px;
	font-style: italic;
	font-weight: normal;
}
.faq-link a {
	color: #00A;
}

.navbar-brand {
//	vertical-align: text-top;
	font-size: 170%;
	font-weight: bold;
	font-family: Trebuchet MS;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
}

.navbar-default .navbar-brand {
	color: #000000;
}

.navbar-brand img {
	vertical-align: text-top;
	width: 25px;
	height: 25px
//	margin-top: -7px;
//	padding-top: -7px;
//	margin-bottom:5px;
}