body {
	background-color: #F5F5F6;
}
table {
	background-color: #FFFFFF;
}
.table-header {
	background-image: url(site_media/Neteam-Header.jpg);
	background-repeat: no-repeat;
	height: 158px;
	text-align: left;
	vertical-align: bottom;

}

.table-footer {
	background-image: url(site_media/Neteam-Footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 28px;
	text-align:right;
}

.table-left {
	width: 168px;
	background-image: url(site_media/bg_content_line_vt.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 42px 7px 42px 3px;
	vertical-align: top;
	text-align: right;


}
.table-content {
	width: 100%;
	padding: 3px 3px 3px 7px;
	vertical-align: top;
}

td.TopNavigation {
	width: 133px;
	text-align: center;
}

.table-navigation {
	background-image: url(site_media/bg_content_line_hz.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 35px;
	vertical-align: middle;

}

a.navigation-active, .navigation-active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #F08E00;
	text-decoration: none;
	text-align: right;
}

a.navigation, .navigation {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #5C5C59;
	text-decoration: none;
	text-align: right;
}

a.navigation:hover, a.navigation-active:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #F08E00;
	text-decoration: none;
	text-align: right;
}

a.bottommenu-regular {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.bottommenu-active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.uppermenu {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
	color: #777777;
}

a.uppermenu:hover {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

a.uppermenuSelected {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	text-transform:uppercase;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

p.bodytext, td.bodytext, p.csc-form-label, .csc-form-radio, ul, li {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

p.align-center {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

p.csc-form-label-req {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

p.formtext, td.formtext, .formtext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #F18E00;
	text-decoration: none;
}

p.errortext, td.errortext, .errortext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	text-transform:uppercase;
	color: #F08E00;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	text-transform:uppercase;
	color: #F08E00;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

input {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #555555;
	border: 1px solid #F18E00;
}

input:hover {
	border: 1px solid #000000;
}


select {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #555555;
	border: 1px solid #F18E00;
}


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { border: 0px solid ; }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }
