/*
 * (c) Lisandro Grassini
 *     Jan/2008
 *     lgrassini.com
 */
 
 body {
 	background-color: #dfdfdf;
 	font-family: Tahoma, Helvetica, Arial, Verdana;
 	font-size: 12px;
 	color: #666666;
 }
 
 #content {
 	width: 800px;
 	margin:0 auto 0 auto;
 	background-color: #fff;
 }
 
 #header {
	background: #aa1f5a url(../img/logo.jpg) no-repeat;
	height: 64px;
 }
 
 #login {
 	text-align: center;
 	background-color: #ffffff;
 	min-height: 400px;
 }
 
 #footer {
 	text-align: center;
 	background-color: #aa1f5a;
 	color: #fff;
 }
 

#toolbar {
	background: url(../img/bgtoolbar.gif) repeat-x;
	width: 100%;
	margin:0 auto 0 auto;
	height: 26px;
	margin-bottom: 16px;	
}

#user-data {
	float: right;
	color: #f8f8f8; 	
}



img {
	border: 0;
}

th {
	color: #f8f8f8;
	font-weight: bold;
	font-size: 12px;	
	background: url(../img/bgtoolbar.gif) repeat-x;
	padding-right: 20px;
	margin-right: 0px;
	height: 20px;
	border-right: solid 1px #555555;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
}


textarea {
	width: 420px;	
}

td {
	padding: 4px;
	border-bottom: 1px solid #d8dcdd;
	padding-right: 20px;	
}

#sortTable {
	border: solid 2px #a90056;	
}

table {
	
	border-collapse: collapse;
	margin-left: 5px;
	margin-top: 5px;
}

thead tr td {
	height: 50px;	
}


h2, h3 {
 color: #a90056;		
}

h4 {
	color: red;
	font-size: 	14px;
	margin-top: 2px;
	
}

.lst tr td{
	text-align: center;
	width: 200px;
	height: 160px;	
	border: solid 1px #dfdfdf;
}

.fileAct {
	float: right;
	background-color: #dfdfdf;	
}

.fileAct img{
	cursor: pointer;
}

.usrAct img{
	cursor: pointer;
}

/****************************      MENU      *********************************/


.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Tahoma, Arial, Verdana, Helvetica;
  z-index: 100;
  position: relative;
  max-width: 80%;
  text-align: center;
}

.nav li {
  border-left: 1px solid #ccc;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: 99%/25px Tahoma, Arial, Verdana, Helvetica;
  background: url(../img/bgtoolbar.gif) repeat-x;
  color: #f8f8f8;
  display: block;
  padding: 0 8px;
  text-decoration: none;
  cursor:pointer;
}

.nav li a:hover {
  background: url(../img/bgtoolbar-h.gif) repeat-x;
 color: #f8f8f8;	
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: url(../img/bgtoolbar-h.gif) repeat-x;
  color: #f8f8f8;	
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: url(../img/bgtoolbar-h.gif) repeat-x;
  color: #f8f8f8;	
}
#nav-one li:hover ul li:hover a, 
#nav-one li.sfHover ul li :hover a{
  background: url(../img/bgtoolbar.gif) repeat-x;
  color: #f8f8f8;	  
}
#nav-right li a: hover, 
#nav-right li a .sfHover a {
  background: url(../img/bgtoolbar.gif) repeat-x;
  color: #f8f8f8;	
}

.nav ul {
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #ccc;
  border-bottom: 0;
  padding-left: 5px;
  width: 100px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: url(../img/bgtoolbar.gif) repeat-x;
  color: #f8f8f8;	
}


#fileQueue {
	width: 400px;
	height: 240px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}


#btnCancel {
	background: url(../img/btn_big.png) no-repeat;
	height: 21px;
	width: 100px;
	color: #f8f8f8;
	border: 0;
	font-size: 11px;
	padding-bottom: 4px;
}

#upload-container {
	margin-left: 10px;	
}

