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

p {
font-family:Helvetica Neue, Helvetica, sans-serif;
color:#FFF;
}

h6 {
font-family:Helvetica Neue, Helvetica, sans-serif;
color:#FFF;
}

h5 {
font-family:Helvetica Neue, Helvetica, sans-serif;
color:#FFF;
}

h4 {
font-family:Helvetica Neue, Helvetica, sans-serif;
color:#FFF;
}

h3 {
font-family:Helvetica Neue, Helvetica, sans-serif;
color:#FFF;
}

h2 {
font-family:Helvetica Neue, Helvetica, sans-serif;
color:#FFF;
}

h1 {
font-family:Helvetica Neue, Helvetica, sans-serif;
color:#FFF;
}


a.signoutlink:link {
font: bold 14px Verdana, Geneva, sans-serif;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;

}

a.signoutlink:visited {
font: bold 14px Verdana, Geneva, sans-serif;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;

}

a.signoutlink:hover {
font: bold 14px Verdana, Geneva, sans-serif;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;

}

a.signoutlink:active {
font: bold 14px Verdana, Geneva, sans-serif;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;

}

a.simpleBTN {
font: 18px Verdana, Geneva, sans-serif;
text-decoration: none;
background-color:#666;
color:#FFF;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;

}

a.SCDtlBTN {
font: 8pt Verdana, Geneva, sans-serif;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 3px 2px 3px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
	}
	
a.MenuBTN {
font: 18px Verdana, Geneva, sans-serif;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
margin-left:3px;
}

a.langlink {
	margin-right:5px;
	color:#0CF;
}

/* Chrome and Safari do not support pseudo class , so they will equire .class css*/
p :lang(zh) {
font-size: 125%;
font-family: helvetica, verdana, sans-serif;
}

/* Language editor*/
input.Langinput {
color:#000;	
}


/* for file upload buttons */
.uploadBTN:focus {
	background-color:yellow; 
	color: black;
}
/* for choose file button */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* unvisited link */
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: cyan;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: deepskyblue;
}

/* faction links */
/* unvisited link */
a.rescolor:link  {
    color: lightblue;
}

/* visited link */
a.rescolor:visited {
    color: cyan;
}

/* mouse over link */
a.rescolor:hover {
    color: lightblue;
}

/* selected link */
a.rescolor:active {
    color: lightblue;
}

a.enlcolor:link {
    color: lightgreen;
}

/* visited link */
a.enlcolor:visited {
    color: lightgreen;
}

/* mouse over link */
a.enlcolor:hover {
    color: lightgreen;
}

/* selected link */
a.enlcolor:active {
    color: lightgreen;
}

a.nofcolor:link {
    color: lightred;
}

/* visited link */
a.nofcolor:visited {
    color: cyan;
}

/* mouse over link */
a.nofcolor:hover {
    color: lightpink;
}

/* selected link */
a.nofcolor:active {
    color: lightred;
}


