/*-- ELEMENT STYLES --*/
body
{
  font-family:Courier;
  font-size: 10pt;
  margin: 0px;
  margin-top: 0px;
  color:#0b0;
  background-color:#010;
}

input
{
  font-family:Courier;
  font-size: 10pt;
}

button
{
  font-family:Courier;
  font-size: 10pt;
}

table
{
  width: 100%;
}

frameset
{
  border: none;
}

/*-- TABLE STYLES --
KEY:
dlc - column in the dirlist table
ctc - column in the user list table
ltc - column in the admin log table
lfc - column in the look and feel table
ltr - rows in the login page that contain the input fields
break - space between the table heading and the content
*/

.ltr
{
  height: 30px;
}

.dlr
{
  vertical-align: top;
  background-color:inherit;
}

.dlr_hi
{
  vertical-align: top;
  background-color: #020;
}

.dlc1
{
  width: 25px;
}

.dlc4
{
  text-align: right;
}

.ctc1
{
  width: 25px;
}

.ctc3
{
  padding-right: 19px;
}

.lfc1
{
  width: 55px; 	
}

.break
{
  height: 0px;
}

/*-- BRANDING FRAME --*/

#brandingcontainer
{
  background-color:inherit;
  padding-bottom: 4px;
  border-bottom: 1px solid #040;
  height:64px;
}

#logo
{
  float: left;
  background: url(/branding/tekano/logo.jpg) no-repeat top left;
  width: 500px;
  height: 66px;
}

#buttons
{
  position:absolute;
  right:0px;
  width: 100px;
  text-align:center;
  top:14px;
}

/*-- FILER FRAMES --*/
#redheadingbar,#pinkheadingbar,#downloadcreated
{
  background-color:#00a;
  color:#fff;
  font-weight:bold;
  background-color:#266;
}

#adminnav
{ 
  color: #ffff00;
}

#adminnav a
{
  background-color:#000000;
  color: #00ff00;
  text-decoration:none;
}

.filetable{
  border-collapse:collapse;
  background-color:inherit;
}

.cleantable{
  background-color:inherit;
  border-collapse:collapse;
}

.cleanrow1{
  background-color:#020;
  vertical-align:top;
}

.cleanrow2{
  background-color:#010;
  vertical-align:top;
}

.bread{
  color:#ff0;
  font-weight:bold;
}

/* filename in the dirlist */
.filc a{
  color: #0b0;
  background-color:inherit;
  font-weight: bold;
  text-decoration:none;
  font-weight:bold;
}

/* dirname in the dirlist */
.dirc a{
  color: #9f9;
  background-color:inherit;
  font-weight: bold;
  text-decoration:none;
}

.up_a_dir, .up_a_dir a{
  color: #ff0;
  background-color:inherit;
  text-decoration:none;
  font-weight:bold;
  height:20px;
}

/*-- ADD USER INPUT FORMS -- */

.adduserinput
{
  width: 200px;
}

/*-- LOGIN STYLE --*/

#loginlogo
{
  height:60px;
}

#fixloginbar
{
  clear: both;
}

.centerwrapper
{
  text-align: center;
}

.stdbox
{
  width: 370px;
  margin: auto;
  text-align: left;	
  padding:4px;
  border:1px solid #080;
}

.usernameinput
{
  width: 240px;
}

.passwordinput
{
  width: 240px;
}
  

#loginhead
{
  background: url(/branding/tekano/logo.jpg) no-repeat top left;
  width: 380px;
  height: 66px;
}
#loginhead span{
    position:relative;
	top:18px;
	margin-left:90px;
	border:1px dashed #b7b7b7;
	font-family:"Georgia";
	font-size:16pt;
	padding:3px;
}


/*-- LOGOUT STYLE --*/

#logoutcontainer
{
  text-align: center;
}

input[type="submit"],button,input[type="checkbox"],select,input[type="button"]{
    background-color:#070; color:#3f3;
	border-top: 1px solid #0c0;
	border-left: 1px solid #0c0;
	border-right: 1px solid #040;
	border-bottom: 1px solid #040;
}

input[type="text"],input[type="password"]{
    background-color:#010;
    color:#0b0;
    border: 1px solid #262;
    padding:2px;
}

.cname{
	position:absolute;
	top:15px;
	left:90px;
	border:1px dashed #b7b7b7;
	font-family:"Georgia";
	font-size:22pt;
	padding:3px;
}

