.upload {

	position:relative;
	width: 240px;
}
.realupload {
    	margin-top:5px;
	position:absolute;
	top:0;
	right:0;
	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */
	z-index:2; /* bring the real upload interactivity up front */	
}
form .fakeupload {
	background:url(./gfx/file.png) no-repeat 100% 50%;
}
form .fakeupload input {
	width: 200px;
	height: 30px;
}

body {
	background: #000000 url(./gfx/face1.png) no-repeat top center;
	text-align: center;
}

*::-moz-selection { background-color: #000000; color: #ffffff }

div.main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 800px;
	height: 400px;
	border: none;
}
div.main div#title {
	background: url(./gfx/main-up-t.png) no-repeat center; 
	height: 204px;	
}
div.main div#title h1{
	font-size: 20pt;
	font-family: Tahoma,Sans-serif;
	margin: 10px 90px 0 0 ;
	text-align: right;
}
div.main div#title h2{
	font-size: 10pt;
	font-family: Tahoma,Sans-serif;
	margin: 0 5px 0 5px ;
	font-variant: small-caps;
	text-align: right;
	margin: 10px 90px -25px 0;
}

div.main div#title  a {
	margin: 0 0px 0 20px;
}


div.main div#title  A:link {text-decoration: none; color: #000000}
div.main div#title  A:visited {text-decoration: none; color: #000000}
div.main div#title  A:active {text-decoration: none; color: #000000}
div.main div#title  A:hover {text-decoration: underline; color: #808080;}

div.main div#title img#logo{
	position: relative;
	left: -100px;
	top: -10px
}

div.main div#title img#flag{
	position: relative;
	right: 20px;
	top: -110px;
}


div.main div#content {
	background: url(./gfx/main-bg-t.png) repeat-y center 204px; 
	padding: 15px 80px 0 70px;
	text-align: justify;
	margin: 0;
	line-height: 150%;
	font-family: Tahoma,Sans-serif;
	font-size: 10pt;
}

div.main div#content div#submenu {
	font-size: 11pt;
	font-family: Tahoma,Sans-serif;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: 2px;
	padding: 2px 2px 2px 0 ;
	margin: 0 10px 10px 0;	
}

div.main div#content div#submenu  a {
  	background-color:#000000;
	padding:2px 15px 3px 15px;
	margin: 0;
}

div.main div#content div#submenu A:link {text-decoration: none; color: #eeeeee}
div.main div#content div#submenu A:visited {text-decoration: none; color: #eeeeee}
div.main div#content div#submenu A:active {text-decoration: none; color: #eeeeee}
div.main div#content div#submenu A:hover {text-decoration: underline; color: #808080;background-color: #ffffff;}

div.main div#content p {
	text-indent: 20px;
	margin-bottom: 0;
}

div.main div#content h2 {
	margin-bottom: -5px;
	padding-bottom: 0px;
}

div.main div#content h3 {
  	font-family: Tahoma,Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -5px;
	padding-bottom: 0px;
}

div.main div#footer {
	background: url(./gfx/main-down2-t.png) no-repeat center top; 
	height: 300px;
	text-align: center;
}
div.main div#footer div{
	position: relative;
	top: 130px;
	font-family: Tahoma,Sans-serif;
}

form.zgl input#text {
  	border-style: none none solid none; 
  	border-width: 1px;
  	border-color: #000000; 
	height: 28px;
	padding: 5px 5px 0 5px;
	width: 350px;
}

form.zgl input#submit {
  	border: 1px solid #000000; 
	background-color: #e0e0e0;
}

form.zgl input#file {
	padding: 10px 2px 3px 2px;
  	border-style: none none solid none; 
  	border-width: 1px;
  	border-color: #000000; 
}

form.zgl textarea {
  	border-style: none none none dashed; 
  	border-width: 1px;
  	border-color: #000000; 	
	padding: 5px;
	width: 350px;
	height: 150px;
}

form.zgl input.error {
  	border-style: solid !important; 
  	border-width: 2px !important;
  	border-color: #ff4040 !important; 
}

form.zgl div.error {
  	border-style: solid !important; 
  	border-width: 2px !important;
  	border-color: #ff4040 !important; 
}

form.zgl textarea.error {
  	border-style: solid !important; 
  	border-width: 2px !important;
  	border-color: #ff4040 !important; 
}

form.zgl table {
	margin: 20px 0px 20px 50px;
}

form.zgl td {
  	vertical-align: top;
  	padding-right: 10px;	
  	padding-top: 5px;  
}

form.zgl td#submit {
  	text-align:right;  
}

form.zgl td#fir{
  	text-align:right;
  	vertical-align: top;
  	padding-right: 10px;
  	padding-top: 10px;
}

div#content table#fir-d {
	width: 550px; 
	margin: 20px 0 0 30px
}
div#content table#fir-d td{
  	padding-right: 10px;
  	padding-top: 10px;
  	vertical-align: top;	
}

div#content table#fir-d td#left{
  	width: 180px;
  	text-align:right;
	font-weight: bold;
}

ul.files li A:link {text-decoration: none; color: #000000}
ul.files li A:visited {text-decoration: none; color: #000000}
ul.files li A:active {text-decoration: none; color: #000000}
ul.files li A:hover {text-decoration: underline; color: #808080;}

ul.files li {
  	background-image: url('./gfx/deffile.png');
  	background-repeat: no-repeat;
	list-style-type: none;
	padding: 5px 0px 10px 35px;
}

ul.files li#pdf { background-image: url('./gfx/pdffile.png'); }
ul.files li#doc { background-image: url('./gfx/docfile.png'); }
ul.files li#xls { background-image: url('./gfx/xlsfile.png'); }

table.userlist {
  border-collapse: collapse;
  empty-cells: show;
  margin: 10px auto 10px auto;
  width: 550px;
}

table.userlist TR td {
  padding: 2px 2px 2px 5px;
  font-size: 10pt;
  height: 37px;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
}

table.userlist TR#header td {
  background-color: #000;
  color: #d0d0ff;
  text-align: center;
  font-variant: small-caps;
}

table.userlist TR#gray td {
  background-color: #e5e5f0;
}

table.userlist td#c3 {
  font-weight: bold;
}

table.userlist td#c4 {
  font-weight: bold;
}

table.userlist td#c6 {
  text-align: right;
  border-right: 0px solid #000 !important;
}

table.userlist td#c7 {
  text-align: left;
  padding-left: 0px !important;
  border-left: 0px solid #000 !important;
}

table.userlist td#c8 {
  text-align: center;
}
table.userlist TR#header td A:link {text-decoration: none; color: #fff}
table.userlist TR#header td A:visited {text-decoration: none; color: #fff}
table.userlist TR#header td A:active {text-decoration: none; color: #fff}
table.userlist TR#header td A:hover {text-decoration: none; color: #808080;}

table.userlist TR td:hover {cursor: help;} 
table.userlist TR#header td:hover {cursor: default;} 

table.teamlist {
  border-collapse: collapse;
  empty-cells: show;
  margin: 10px auto 10px auto;
  width:550px;
}

table.teamlist TR td {
  padding: 2px 2px 2px 5px;
  font-size: 10pt;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  height: 37px;
}

table.teamlist TR td:hover {cursor: help;} 
table.teamlist TR#header td:hover {cursor: default;} 
table.teamlist TR#header1 td:hover {cursor: default;} 

table.teamlist TR#header td {
  background-color: #000;
  color: #d0d0ff;
  text-align: center;
}

table.teamlist TR#header1 td {
  background-color: #fff;
  color: #000040;
  text-align: right;
  font-weight: bold;
  letter-spacing: 3px;
  border-width: 0 0 1px 0;
}

table.teamlist TR#gray td {
  background-color: #e5e5f0;
}

table.teamlist td#c3 {
  font-weight: bold;
  width:130px;
}

table.teamlist td#c4 {
  font-weight: bold;
  width:130px;
}

table.teamlist td#c8 {
  width:37px;
  text-align:center;
}

table.teamlist td#c6 {
  text-align: right;
}

div.tablekey {
  width: auto;
  height:150px; 
  margin-right:50px; 
}

div.tablekey table {
  font-size: 12px; 
  border-collapse: collapse; 
  border-spacing: 0; 
}

div.tablekey table tr#header td {
  font-size:14px;
  letter-spacing:1px;
}

div.tablekey table td#col3 {
  padding-left:20px;
  padding-right:5px;
  text-align: center;
}

table.showprofile {
  border-spacing: 0;
  border-collapse:collapse;
  margin: auto;
}
table.showprofile td {
  height:30px;
  vertical-align:middle;
  padding-left:5px;
  padding-right:5px;
  font-size:10pt;
}

table.showprofile TR#header td#col2{
  background-color: #000;
  color: #e5e5f0;
  text-align:center;
  font-size:14pt;
  letter-spacing:1px;
  font-weight:normal;
}

table.showprofile#edit TR#header td#col2{
  background-color: #f00;
}

table.showprofile td#col1 {
  width:150px;
  text-align:right;
  border-right: 2px solid #000;
}

table.showprofile#edit td#col1 {
  border-right: 2px solid #f00;
}

table.showprofile td#col2 {
  font-weight:bold;
}

table.showprofile TR#last td#col1{
  border-bottom: 2px solid #000
}

table.showprofile#edit TR#last td#col1{
  border-bottom: 2px solid #f00
}

table.showprofile TR#footer td {
  font-weight:bold;
}

table.showprofile A:link {text-decoration: none; color: #000000}
table.showprofile A:visited {text-decoration: none; color: #000000}
table.showprofile A:active {text-decoration: none; color: #000000}
table.showprofile A:hover {text-decoration: underline; color: #f00;}

table.news {
  border-collapse:collapse;
  margin: 20px 40px 10px 20px;
}

table.news TR TD{
  background-color: #ffffff;
  font-size:13px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 10px 5px 15px 5px;
}

table.news TR#header TD{
  background-color: #e5e5f0;
  padding: 3px 5px 5px 5px;
}

table.news TR#header TD#col1{
  font-weight: bold;
}

table.news TR#header TD#col2{
  text-align: right;
  border-left: none;
  border-right: 1px solid #000;
}
