﻿fieldset {
	margin: 0em 0 0 0; 
    	left: 0px;
    	display: block;
    	font-weight: bold;
    	color: #ffffff;
    	background: rgba(0, 0, 0, 0.3);
    	width: 300px;
    	text-align: left;
    	padding: 0px;
    	border-radius: 8px;	
}
label {
	display: inline-block;
   	float: left;
   	clear: left;
    	width: 150px;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px;
}
input {
	display: inline-block;
  	left: 25px;
  	border-radius: 8px;
}
textarea {
	display: inline-block;
	width: 250px;
  	border-radius: 8px;	 
}

	a link {   color: #000000; 
		text-decoration: none; 
	}

	a visited {   color: #000000; 
	   text-decoration: none;
	} 

	a hover {   color: #0000FF; } 

	a active {   color: #FF00FF;}


#droprequest input[type="submit"] {
  	margin: 0em 0 0 0; 
  	padding: 0.6em 0.6em 0.7em; 
	background: rgba(0, 0, 0, 0.3);
  	border: 0;
   	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;

  	cursor: pointer; 

  	color: rgba(0, 0, 0, 0.0);
  	font: bold 1em/1.375 sans-serif;
  	text-align: left;
}

html {

}

div.body {
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.1;
  filter: alpha(opacity=10); /* For IE8 and earlier */

}
 


fieldset.teklogin {
margin: 0em 0 0 0; 
  	 left: 0px;
	width: 300px;
	background: rgba(0, 0, 0, 0.3);

}
body {

}

fieldset.tekloginold {
margin: 0em 0 0 0; 
  	 left: 0px;
	width: 300px;
	background: rgba(0, 0, 0, 0.5);
}




form.tekosmos {

	margin-top: 5px;
}

input[type="reset"] {
  	margin: 0em 0 0 0; 
  	padding: 0.6em 0.6em 0.7em; 
	background: rgba(0, 0, 0, 0.3);
  	border: 0;
   	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;

  	cursor: pointer; 

  	color: #fff;
  	font: bold 1em/1.375 sans-serif;
  	text-align: left;
}

input[type="submit"] {
  	margin: 0em 0 0 0; 
  	padding: 0.6em 0.6em 0.7em; 
	background: rgba(0, 0, 0, 0.3);
  	border: 0;
   	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;

  	cursor: pointer; 

  	color: #fff;
  	font: bold 1em/1.375 sans-serif;
  	text-align: left;
}

input:hover {
  	background-color: #daa520;
  	color: #fff;
}

input.tekosmos {
  	display: inline-block;
	position: absolute;
  	left: 140px;
  	border-radius: 8px;



}

input.tkap{
  	display: inline-block;

  	border-radius: 8px;
}

select.tkap{
  	display: inline-block;

  	border-radius: 8px;
}

label.tekosmos {
	display: inline-block;
    float: left;
    clear: left;
    width: 150px;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px;
}
h3 {
	margin-right: 20px;
	padding: 10px;
	font-size: 20px;
}

h4 {
	margin-left: 5px;

}

hc {
	margin-left: 15px;
	padding: 25px;
	font-size: 30px;
}

#loginnavfrm {

}

#loginnavfrm fieldset {
text-align: center;

		background: rgba(0, 0, 0, 0.3);
}

#loginnavfrm a {

    right: 30px
    display: block;
    font-weight: bold;
font-size: 20pt;
    color: #ffffff;
    background-color: #c0c0c0
    width: 120px;
    text-align: center;
    padding: 4px
    text-decoration: none;
    border-radius: 8px;
}
#loginnavfrm a:hover, a:active {
    background-color: #daa520;
}





#EmailForm fieldset {
		margin: 0em 0 0 0; 
  		left: 0px;
		width: 300px;
		background: rgba(0, 0, 0, 0.3);
}

#EmailForm input {
	display: inline-block;

  	left: 140px;
  	border-radius: 8px;
}
#EmailForm label {
		display: inline-block;
    float: left;
    clear: left;
    width: 150px;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px;
}
#EmailForm input[type="submit"]{
		margin-top: 200px;	
		position: absolute;
	
}


#EmailForm select {
	  	display: inline-block;

  	border-radius: 8px;
}
#EmailForm textarea {
	  	display: inline-block;

  	border-radius: 8px;	 
}
﻿
#tableviewclass {
	border-spacing: 0px;
}

#tableviewclass tr.color1 {
	background: #ffffff;
	font-size: 1em;
	text-align: center;
    padding: 3px 7px 2px 7px;
}
#tableviewclass tr.color2 {
	background: #ffffff;
	font-size: 1em;
	text-align: center;
    padding: 3px 7px 2px 7px;
}

#tableviewclass th {
    font-size: 1.1em;
    text-align: center;
	width: 500px;
    padding-top: 5px;
    padding-bottom: 4px;
	border: 1px solid #483d8b;
	background-color: rgba(0, 0, 0, 0.3);

    color: #ffffff;

}

#tableviewclass tr.alt td {
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 1em;
	text-align: center;
    padding: 3px 7px 2px 7px;

}

#tableviewclass td {
    border-radius: 15px 50px;
   background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 500px;
    height: 150px; 


}





#eqreqfrm fieldset {
		width: 300px;
		background: rgba(0, 0, 0, 0.3);
}

#eqreqfrm input {
	display: inline-block;

  	left: 140px;
  	border-radius: 8px;
}
#eqreqfrm label {
		display: inline-block;
    float: left;
    clear: left;
    width: 150px;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px;
}
#eqreqfrm input[type="submit"] {
  	margin: 0em 0 0 0; 
  	padding: 0.6em 0.6em 0.7em; 
	background: rgba(0, 0, 0, 0.3);
  	border: 0;
   	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;

  	cursor: pointer; 

  	color: #fff;
  	font: bold 1em/1.375 sans-serif;
  	text-align: left;
}
#eqreqfrm input[type="reset"] {
  	margin: 0em 0 0 0; 
  	padding: 0.6em 0.6em 0.7em; 
	background: rgba(0, 0, 0, 0.3);
  	border: 0;
   	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;

  	cursor: pointer; 

  	color: #fff;
  	font: bold 1em/1.375 sans-serif;
  	text-align: left;
}
#eqreqfrm legend {
	color: black;
}

#eqreqfrm select {
	  	display: inline-block;

  	border-radius: 8px;
}
#eqreqfrm textarea {
	  	display: inline-block;

  	border-radius: 8px;	 
}






#dropreqfrm fieldset {
		width: 300px;
		background: rgba(0, 0, 0, 0.3);
}

#dropreqfrm input {
	display: inline-block;

  	left: 140px;
  	border-radius: 8px;
}
#dropreqfrm label {
		display: inline-block;
    float: left;
    clear: left;
    width: 150px;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px;
}
#dropreqfrm input[type="submit"] {
  	margin: 0em 0 0 0; 
  	padding: 0.6em 0.6em 0.7em; 
	background: rgba(0, 0, 0, 0.3);
  	border: 0;
   	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;

  	cursor: pointer; 

  	color: #fff;
  	font: bold 1em/1.375 sans-serif;
  	text-align: left;
}
#dropreqfrm input[type="reset"] {
  	margin: 0em 0 0 0; 
  	padding: 0.6em 0.6em 0.7em; 
	background: rgba(0, 0, 0, 0.3);
  	border: 0;
   	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;

  	cursor: pointer; 

  	color: #fff;
  	font: bold 1em/1.375 sans-serif;
  	text-align: left;
}
#dropreqfrm legend {
	color: black;
}

#dropreqfrm select {
	  	display: inline-block;

  	border-radius: 8px;
}
#dropreqfrm textarea {
	  	display: inline-block;

  	border-radius: 8px;	 
}





#enterjobfrm fieldset {
		width: 300px;
		background: rgba(0, 0, 0, 0.3);
}

#enterjobfrm input {
	display: inline-block;

  	left: 140px;
  	border-radius: 8px;
}
#enterjobfrm label {
	display: inline-block;
    float: left;
    clear: left;
    width: 150px;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px;
}



#enterjobfrm select {
	  	display: inline-block;
width: 298px;
  	border-radius: 8px;
}
#enterjobfrm textarea {
	  	display: inline-block;
width: 250px;
  	border-radius: 8px;	 
}



#entereqfrm fieldset {
		width: 300px;
		background: rgba(0, 0, 0, 0.3);
}

#entereqfrm input {
	display: inline-block;

  	left: 140px;
  	border-radius: 8px;
}
#entereqfrm label {
	display: inline-block;
    float: left;
    clear: left;
    width: 150px;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px;
}



#entereqfrm select {
	  	display: inline-block;
width: 298px;
  	border-radius: 8px;
}
#entereqfrm textarea {
	  	display: inline-block;
width: 250px;
  	border-radius: 8px;	 
}



#common fieldset {
		width: 250px;
		background: rgba(0, 0, 0, 0.3);
}

#common input {
	display: inline-block;

  	left: 140px;
  	border-radius: 8px;
}
#common label {
	display: inline-block;
    float: left;
    clear: left;
    width: 150px;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px;
}



#common select {
	  	display: inline-block;
width: 298px;
  	border-radius: 8px;
}
#common textarea {
	  	display: inline-block;
width: 250px;

  	border-radius: 8px;	 
}


#invupdate input {
	display: inline-block;
	Height: 100px;
  	left: 140px;
  	border-radius: 8px;
}

