@charset "UTF-8";
/* CSS Basic Document */

legend {
	font-size: 120%;
	font-weight: bold;
}

input{
	border: 1px solid #525252;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea{
	border: 1px solid #525252;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

fieldset {
	border: none;
	margin-left:0;
	padding-left:0;
}

optgroup {
	padding: 5px;
	font-style: normal;
	line-height: 130%;
}

table {
	width: 475px;
	border-collapse: collapse;
}
th.t_top {
    border-top: #b3b3b3 4px solid;
	width: 30%;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #be1309 4px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

/* ---Words---*/

h1 {
	margin-top:0;
	font-size: 28px;
	color: #696969;
}

h2 {
	color: #696969;
	font-size: 24px;
	margin: 0;
}

h3 {
	color: #808080;
	font-size: 18px;
}

a:link { color: #808080; }
a:visited { color: #808080; }
a:hover { color: #0775a8; }
a:active { color: #808080; }

hr.style {
    border: 0;
    height: 1px;
    background: #fff;
    background-image: -webkit-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:    -moz-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:     -ms-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:      -o-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
}

.spec {
	padding-left: 5%;
}

.spec li {
	list-style: disc;
	padding: 3px 0;
}

.spec li a:hover {
	color: #0775a8;
}

.imageleft {
	overflow: hidden;
	height: auto;
}
 
.imageleft img {
	float: left;
	margin: 0 3% 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

a:link section { color: #696969; }
a:visited section { color: #696969; }
a:hover section { color: #696969; }
a:active section { color: #696969; }

a:link section .innerhover { color: #696969; }
a:visited section .innerhover { color: #696969; }
a:hover section .innerhover { color: #51a9cc; }
a:active section .innerhover { color: #696969; }

.focusword {
	font-size: 16px;
}

.supportbrand {
	margin-left: 20px;
	font-size: 16px;
}
.supportbrand li {
	list-style: disc;
}

.atention {
	text-decoration: underline;
}

.icon {
	width: 95%;
	margin: 0 auto;
}

.icon img {
	float: right;
	width: 20%;
	height: 20%;
	margin-left: 2%;
}

.icon .floatingword {
	overflow: auto;
}

.sr_sig {
}

.text_caution{
	color:#dc143c;
	text-decoration:underline
}

.textwhite {
	color: #a9a9a9;
}

.padleft {
	padding-left:3%;
}

.logout {
	text-align:right;
	padding-top:10px;
}

.logout img {
	height:20px;
	width:auto;
}

.logout button[type="submit"] {
	border:none;
	background-color:transparent;
}

.logout button[type="submit"]:hover {
	opacity:0.75;
}

.loginbox {
	width:310px;
	margin:0 auto;
	color:#fff;
}

.loginbox input[type="submit"] {
	border:none;
	background-color:transparent;
	color:#fff;
}

.loginbox input[type="submit"]:hover {
	border:none;
	background-color:transparent;
	color:#51a9cc;
	text-decoration:underline;
}