

img {
	vertical-align: middle;
	border-style: none;
}
a {
	text-decoration: none;
}
.ln {
	color: #818182;
}
a.st {
	color: #818182;
	text-decoration: none;
	border-bottom: 1px solid #818182;
	line-height: 14px;
}
a.st:hover {
	color: #0cb5e2;
	border-bottom: 1px solid #0cb5e2;
}
.title {
	font-size: 16px;
    color: #0cb5e2;
	border-bottom: 1px solid #0cb5e2;
	margin-bottom: 5px;
	line-height: 22px;
}
.txt {
	font-size: 12px;
	color: #b1b1b1;
	text-align: justify;
}
.a {
	border-radius: 8px 8px 0px 0px;
	background-color: #FFF;
	color: #000;
	padding: 15px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-weight: bold;
}
.b {
	background-color: #FFF;
	color: #b1b1b1;
	padding: 15px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #eee;
}
.foot {
	color: #818182;
	margin-top: 10px;
	text-decoration: none;
	font-size: 11px;
}
a.ft {
	color: #818182;
	text-decoration: none;
	border-bottom: 1px solid #818182;
	font-size: 12px;
	line-height: 14px;
}
a.ft:hover {
	color: #0cb5e2;
	border-bottom: 1px solid #0cb5e2;
}
a.link {
	background-color: #FFF;
	color: #0cb5e2;
	padding: 15px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
a.link:hover {
	background-color: #eee;
	color: #0cb5e2;
	padding: 15px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	display: block;
	text-decoration: none;
}
.line {
	background: #4d75a3 url('light/line.jpg') repeat-x;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	height: 10px;
}
/* FORM */
input[type~="text"],  
input[type~="password"], textarea, select{
	background-color: #FFF;
	border: 1px solid #0cb5e2;
	color: #4d75a3;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	border-radius: 2px; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input[type="submit"] {
    cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	padding: 6px 12px;
    font-size: 13px;
    border-radius: 3px;
	line-height: 20px;
}
/* OTHER */
.bottom {
	border-bottom: 1px solid #4d75a3;
}
.top {
	border-top: 1px solid #4d75a3;
}
.center {
	text-align: center;
}
.left {
	text-align: left !important;
}
.bradius {
	border-radius: 0px 0px 8px 8px;
}
.sup {
	color: #DD6666;
}
.mod {
	color: #FF6600;
}
.adm {
	color: #00D0FF;
}
/* LINE */
.lines {
    background-color: #eee;
	border-radius: 5px;
    padding: 1px;
	margin-top: 4px;
    color: #000;
}
.lines, .line_color{
    overflow: hidden;
    height: 100%;
    font-size: 10px;
}
.line_text{ position: absolute; color: #000; padding: 0 0 0 6px}
.lines { height: 15px; }
.hp .line_color {
    background-color: #FF0000;
	border-radius: 5px;
}
.eng .line_color {
    background-color: #49AFCD;
	border-radius: 5px;
}