/* style.css - the one and only stylesheet */

body {
text-align: center;
background-color: #FFFFFF;
z-index:2;
}

a, a:visited, a:active {
color: #0000FF;
text-decoration: underline;
}

a:hover {
color: #0000AA;
text-decoration: underline;
}

div#cont {
text-align: left;
max-width: 975px;
min-width: 200px;
background-color: #FFFFFF;
margin-left:auto;
margin-right:auto;
padding-left: 5px;
font-family: Arial;
font-size: 12px;
background-color: #FFFFFF;
z-index: 2;
}

div#main { 
position: relative;
margin-right: auto;
padding-right: -80%;
left: auto;
text-align: left;
font-family: Arial;
font-size: 12px;
width: auto;
min-width: 150px;
max-width: 75%;
min-height: 150px;
background-color: #FFFFFF;
-khtml-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-radius: 0 0 10px 10px;
}

div#nav {
height: auto;
text-align: left;
float: right;
margin-left: 15px;
margin-right: auto;
/*background-image: url('/img/econtroller-bkgd.png');*/
background-position: bottom;
background-attachment: fixed;
background-repeat: repeat-x;
background-position-y: 750px;
margin-right: 5px;
margin-bottom: 10px;
width: 220px;
padding-bottom: 10px;
position: fixed;
left: 77%;
top: 125px;
}

div#gf {
margin-left: auto;
text-align: right;
margin-bottom: 0;
padding: 0;
margin-right: auto;
max-width: 975px;
min-width: 150px;
color: green;
height: 53px;
background-color: #FFFFFF;
background-image: url('/img/econtroller.png');
background-repeat: no-repeat;
-khtml-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-radius: 10px 10px 0px 0px;
}

div#login {
color:black;
float: right;
margin-right: auto;
font-size: small;
width: auto;
padding-right: auto;
}

div#gf button {
margin-left: 10px;
}

div#nav #nline {
margin: 0;
padding: 0;
position: static;
display: inline;
clear: right;
background-image: url('/img/line.png');
width: 2px;
height: auto;
background-repeat: repeat-x;
vertical-align: top;
background-attachment: scroll;
float: left;

border: 10px solid gray;
z-index:2;
}

div#main p {
font-family: Arial;
font-size: 12px;
}

div#nav #line {
position: relative;
left: 7px;
top: 10px;
height: 172px; 
width: 1px;
margin: 0;
padding: 0;
z-index: 0;
clear: both;
float: left;
}

div#nav ul {
margin: 0;
padding: 0;
padding-top: 10px;
list-style-type: none;
}

div#nav ul li {
margin: 0;
padding: 0;
padding-left: 5px;
list-style-position: inside;
height: 25px;
list-style-image: url('/img/circle-open.png');
color: gray;
}

div#nav ul li#sel {
margin:0;
padding:0;
padding-left: 5px;
list-style-position: inside;
height: 25px;
list-style-image: url('/img/circle-closed.png');
}

div#nav ul li#sel a {
color: black;
font-size: 12px;
font-family: Arial;
text-decoration: none;
}

div#nav ul li a {
color: gray;
font-size: 12px;
font-family: Arial;
text-decoration: none;
}

div#nav ul li a:hover {
color: black;
font-size: 12px;
font-family: Arial;
text-decoration: none;
}

img#pic {
float: left;
}

h1 {
font-size: 20px;
font-family: Arial;
color: #999999;
padding-bottom: 0;
margin-bottom: 0;
}

div#cont hr {
text-align: left;
padding: 0;
margin: 0;
width: 100%;
color: #000050;
border:0;
color: black;
margin-bottom: 5px;
height: 1px;
background-repeat: repeat-y;
background-image: url('/img/long_line.png');
}

div#footer {
margin-top: 75px;
padding: 0;
width: 975px;
clear: both;
text-align: right;
margin-right: -50px;
margin-bottom: -20px;
height: 1px;
background-repeat: repeat-y;
background-image: url('/img/long_line.png');
z-index: 2;
}

div#error {
margin-top: 10px;
margin-bottom: 10px;
font-size: 15px;
font-style: italic;
font-weight: bold;
color: red;
}

div#cpy {
margin: auto;
font-family: Arial;
color: gray;
font-size: 10px;
width: 770px;
z-index: 2;
}

div#cpy a {
font-family: Arial;
color: gray;
font-size: 10px;
}

h2 {
margin: 0;
padding: 0;
font-family: Arial;
color: black;
font-size: 12px;
font-weight: bold;
}

h2 a {
margin: inherit;
padding: inherit;
font-family: inherit;
font-size: inherit;
color: black;
font-weight: inherit;
text-decoration: underline;
}

h4 {
font-family: Arial;
font-size: 15px;
color: #999999;
font-style: italic;
}

span#greentxt {
color: green;
font-style: italic;
}

div#butt {
width:100%;
text-align: right;
}

table.license { 
width: 100%;
border: 1px solid black;
border-width: 1px;
border-collapse: collapse;
}

table.license th {
font-weight: bold;
font-size: 12px;
font-family: Arial;
text-align: center;
}

table.license td a {
color: black;
text-decoration: underline;
}

table.license td {
vertical-align: middle;
}

table.license tr {
vertical-align: middle;
}

table.license tr td {
vertical-align: middle;
}


table.license tr.h:hover {
background-color: #EDEDED;
}

table.license tr td.c {
text-align: center;
}

table.license th a {
font-weight: bold;
color: black;
text-decoration: underline;
font-size: 12px;
font-family: Arial;
}

div#tcon {
vertical-align: bottom;
width: 100%;
margin: 0;
padding: 0;
}

#tcon #thelp {
vertical-align: bottom;
margin-top:100%;
}

#cat {
width: 200px;
background-color: #FFFFFF;
-moz-border-radius: 10px;
margin-right: 35px;
-khtml-border-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}

#cat a {
background: none;
border: none;
color: none;
}

.privacy {
padding-left: 30px;
}

.ide {
position: relative;
top:auto;
left: -50px;
}

img#front {
float:left;
margin-right:100px;
}

img#front2 {
float:left;
margin-right: 30px;
}

#chk {
margin-left: 100px;
}

#chk li {
list-style-image: url('/img/check.png');
margin-left: 100px;
}

#cat img {
border: none;
background: none;
}

#c2 {
width: 200px;
}

#c2 a {
background: none;
border: none;
color: none;
}

#c2 img {
border: none;
background: none;
}

#c3 {
width: 200px;
}

#c3 a {
background: none;
border: none;
color: none;
}

#c3 img {
border: none;
background: none;
}

ul#support li#h {
padding:0;
margin:0;
padding-top: 10px;
list-style-image: none;
list-style: none;
font-family: Arial;
font-size: 15px;
font-weight: bold;
}

ul#support li {
margin: 0;
padding:0;
padding-left: 15px;
list-style-image: none;
list-style: none;
font-family: Arial;
font-size: 15px;
font-weight: normal;
}

#for {
width: auto;
font-family: Arial;
font-size: 11px;
border: 1px solid black;
background-color: #FEFEFE;
padding: 8px;
margin-left: 15px;
line-height: 12px;
border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}

#for span {
padding-bottom: 10px;
font-weight: bold;
font-size: 12px;
}

iframe {
overflow-x: hidden;
}