﻿/*
// Global stylesheet for www.ineteng.com 
// // was-FF6600
*/

/* Note: In some cases, IE7 won't recognize the body tag if it is first */
.placeholder {
  font-family: Geneva, Arial, Helvetica, san-serif;
}

body {
	background-color: #FFFFFF;
	background-position: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-width: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-attachment: scroll;
	background-image: url('images/ie-faded.gif');
	background-repeat: repeat-y;
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px; font-style: normal; font-weight: normal;
    color: #000000;
    text-transform: none; text-decoration: none;
    text-align: justify
}

.main {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10px; font-style: normal; font-weight: normal;
  color: #FFFFFF;
  text-transform: none; text-decoration: none;
  text-align: justify
}

.main2 {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px; font-style: normal; font-weight: normal;
  color: #000000;
  text-transform: none; text-decoration: none;
  text-align: justify
}

.title {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px; font-style: normal; font-weight: bold;
  color: #000000;
  text-transform: none; text-decoration: none;
  text-align: justify
}

.welcome {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px; font-style: normal; font-weight: bold;
  color: #003366;
  text-transform: none; text-decoration: none; text-align: justify
}

.about {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10px; font-style: normal; font-weight: bold;
  color: #000000;
  text-transform: none; text-decoration: none; text-align: justify
}

.newsheader {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px; font-style: normal; font-weight: bold;
  color: #FFFFFF;
  text-transform: none; text-decoration: none; text-align: justify
}

.news {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px; font-style: normal; font-weight: normal;
  color: #FFFFFF;
  text-transform: none; text-decoration: none; text-align: justify
}

.gold {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #9E8E4E;
	text-transform: none;
	text-decoration: none;
	text-align: justify;
}

.lightgold {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D0C479;
	text-decoration: none;
	text-align: justify;
}

.formLabel {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}

.formData {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px; font-style: normal; font-weight: normal;
  color: #000000;
  text-transform: none; text-decoration: none;
  text-align: left
}

.error {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px; font-style: normal; font-weight: bold;
	color: #FF0000;
	text-transform: none; text-decoration: none; text-align: left;
}

.reqfield {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	vertical-align: super;
	padding-left: 5px;
}

/* Used for popup style on pages that implement popups.js */
.popup {
    position:absolute; 
    text-align:left; 
    background-color:#EAEBD8; 
    color:black; 
    border-color:#5970B2; 
    border-width: 20px; 
    visibility: visible; 
    left:25px; 
    top:-100px; 
    z-index:+1;
}

/* submenu style settings
// See simple-menu.js for more information. */
#dd {
  margin-left: 0%;
  padding: 0 0 0 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #5970B2;
  padding: 4px 10px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 60px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  text-indent:18px; 
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

/*
// End of stylesheet for ineteng.com
*/