html, body {
	background: #22A7D9;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #DC6E16;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}


.ver3 {
	border: 1px solid #22A7D9;
	width: 580px;
	padding: 10px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: inset 0px 0px 3px #22A7D9;
	-webkit-box-shadow: 0px 0px 3px #22A7D9;
	box-shadow: inset 0px 0px 3px #22A7D9;
}
.ver3 b {
	font-size: 23px;
	display: block;
	margin-bottom: 15px;
}

.login_info {
	float: right;
	height: 18px;
	margin: 10px 0px 20px 0px;
	padding: 3px 7px 1px 7px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/bg_login.png) repeat-x;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: inset 0px 0px 2px #2F759F;
	-webkit-box-shadow: 0px 0px 2px #2F759F;
	box-shadow: inset 0px 0px 2px #2F759F;
}
.login_info img {
	vertical-align: top;
	margin-left: 3px;
}
.login_info a {
  text-decoration: none;
}
#popupbg {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.5;
}
.popup img.i {
	padding: 10px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	margin: 0px 14px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.popup {
	position: absolute;
	display: none;
	width: 600px;
	margin: 0px auto;
	padding: 5px;
	background: #22A7D9;
	border: 4px #FFFFFF solid;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 16px #000000;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 16px #000000;
	border-radius: 10px;
	box-shadow: 0px 0px 16px #000000;
	color: #000000;
}
.popup p.caption {
	font-size: 18px;
	padding: 5px 2px 3px 5px;
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.popup-close {
	position: absolute;
	top: -19px;
	right: -16px;
	float: right;
	width: 16px;
	height: 16px;
	padding: 3px;
	margin: 0px 0px 5px 5px;
	background: #FFFFFF;
	border: 1px #FFFFFF solid;
	-moz-border-radius: 14px;
	-webkit-border-radius: 8px;
	border-radius: 14px;
	-moz-box-shadow: 0px 0px 16px #000000;
	-webkit-box-shadow: 0px 0px 16px #000000;
	box-shadow: 0px 0px 16px #000000;
}

.license {
 margin: 5px auto;
 height: 100px;
 overflow: auto;
 background: #F5FAFE;
 border: 1px #FFFFFF solid;
}

.info {
	width: 57%;
	margin: 20px 0px 25px 13px;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px #DDEEFF solid;
	background: #BFDFFF;
	-moz-box-shadow: 0px 0px 2px #2042C8;
	-webkit-box-shadow: 0px 0px 2px #2042C8;
	box-shadow: 0px 0px 2px #2042C8;
	text-align: justify;
}

.o td {
	border: none;
}

h3 img {
	vertical-align: middle;
}

form ul {
	list-style: none !important;
	margin: 1px;
}
form li {
	margin: 2px;
}
label {
	float: left;
	width: 120px;
	font-weight: bold;
}

input, select, textarea {
	font-size: 12px;
	font-family: Arial;
	color: #454545;
	border: 3px #8CB9F0 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="text"] {
	width: 200px;
}
textarea {
	width: 370px;
	height: 120px;
	padding: 1px;
}

.messages {
	width: 250px;
	margin: 5px 5px 25px 163px;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 4px 4px 30px;
	text-align: center;
	-moz-box-shadow: 1px 1px 3px #888888;
	-webkit-box-shadow: 1px 1px 3px #888888;
	box-shadow: 1px 1px 3px #888888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(img/info.png);
	background-repeat: no-repeat;
	background-position: 5px;
}

.buttons {
	margin: 10px auto;
	padding-left: 120px;
}
.buttons input {
	background: #8CB9F0;
	border: 1px #8CB9F0 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.buttons input:hover {
	border: 1px #EBCF5F solid;
	background: #EBCF5F;
	-moz-box-shadow: 0px 0px 6px #EBCF5F;
	-webkit-box-shadow: 0px 0px 6px #EBCF5F;
	box-shadow: 0px 0px 6px #EBCF5F;
}
.buttons input[disabled]{
	background: #E9F1FC;
}
.changelog {
	list-style-image: url(img/fix.png);
	margin-top: 10px;
}
.changelog .a {
	list-style-image: url(img/add.png);
}
.changelog .d {
	list-style-image: url(img/delete.png);
}

.menu {
  width: 900px;
  height: 35px;
  margin: 10px auto 20px auto;
  background: url(img/bg-menu.png);
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 6px #C75100;
	-webkit-box-shadow: 0px 0px 6px #C75100;
	box-shadow: 0px 0px 6px #C75100;
}
.menu a {
  float: left;
  width: 180px;
  height: 28px;
  padding-top: 7px;
  border-left: 0px solid white;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-family: Trebuchet MS, Tahoma;
  letter-spacing: 1px;
  background: url(img/bg-menu-a.png) no-repeat right;
  text-shadow: 0px 1px 2px #B94A00;
}
.menu a:hover {
	background: url(img/bg-menu-a.png) no-repeat right rgba(0, 0, 0, 0.1);
}
.menu .last {
  background-image: none !important;
}
.contener {
  width: 950px;
  margin: 25px auto;
}
.content {
  width: 900px;
 	padding: 5px 25px 25px 25px;
  background: #FFFFFF;
  -moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 2px #A0A0A0;
	-webkit-box-shadow: 0px 0px 2px #A0A0A0;
	-box-shadow: 0px 0px 2px #A0A0A0;
	color: #525252;
  font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
}

ul {
  margin: 2px 0px;
}
ul li {
	color: #525252;
  font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.right {
	float: right;
	width: 280px;
	text-align: center;
}

.version {
	position: relative;
	width: 280px;
  background: #FEEE81;
	margin: 100px auto 100px auto;
	padding: 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #A0A0A0;
	-webkit-box-shadow: 1px 1px 2px #A0A0A0;
	box-shadow: 1px 1px 2px #A0A0A0;
}
.version img {
	float: left;
}

.version img.n {
	position: absolute;
	top: -35px;
	left: 260px;
}

.version p {
	font-size: 14px;
  color: #FFFFFF;
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  text-decoration: none;
  font-family: Trebuchet MS, Tahoma;
  letter-spacing: 0.5px;
  text-shadow: 0px 1px 2px #793D00;
  text-align: center;
}

.version a {
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 130px;
	padding: 5px;
	margin: 15px auto 0px auto;
	background: #FFFFFF;
	font-weight: bold;
	color: #DC6E16;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 2px #A0A0A0;
	-webkit-box-shadow: 0px 0px 2px #A0A0A0;
	box-shadow: 0px 0px 2px #A0A0A0;
}

.o a {
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 90px;
	padding: 4px 4px 4px 5px;
	margin: 15px auto 0px auto;
	background: #22A7D9;
	font-weight: bold;
	color: yellow;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 2px #A0A0A0;
	-webkit-box-shadow: 0px 0px 2px #A0A0A0;
	box-shadow: 0px 0px 2px #A0A0A0;
  text-shadow: 0px 1px 2px #167092;
  font-size: 15px;
  font-family: Trebuchet MS, Tahoma;
  letter-spacing: 1px;
}

.o a:hover {
	-moz-box-shadow: 0px 0px 8px #167092;
	-webkit-box-shadow: 0px 0px 8px #167092;
	box-shadow: 0px 0px 8px #167092;
}

p.v {
	font-size: 20px;
	letter-spacing: 1.5px;
}

p.v, p.d {
	text-align: center;
}

.screen {
  background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #A0A0A0;
	-webkit-box-shadow: 1px 1px 2px #A0A0A0;
}


p {
  font-size: 12px;
  line-height: 17px;
}

.j {
  text-align: justify;
}
.c {
  text-align: center;
}

h1 {
  margin: 2px 0px;
  font-family: Georgia;
	font-size: 26px;
	font-style: italic;
	letter-spacing: 1px;
}
h2 {
  margin: 15px 0px 2px 0px;
  font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	background: url(img/arrow-right-blue.png) no-repeat left;
	padding-left: 22px;
}
h3 {
  margin: 15px 0px 2px 0px;
  font-family: Georgia;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
}


table {
	margin: 15px auto;
	border-spacing: 0px;
	border-collapse: collapse;
}
table td, table th {
	border: 1px #E9F1FC solid;
	padding: 1px 4px;
	text-align: center;
}
table th {
	padding: 2px 4px;
}

.footer {
	margin: 30px 0px -15px 0px;
	color: silver;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	clear: both;
}
.footer a {
	color: silver;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
}

.footer a.up {
	float: right;
}

.footer a img {
	border: 0px;
}

.clear {
  clear: both;
}

.top {
	overflow: hidden;
}

.top img {
	float: left;
	margin-right: 20px;
}
.top div {
	overflow: hidden;
	margin-top: 15px;
}