/* Acesso restrito do TEL - Unb */

body { 
	margin: 0;
	padding: 0;
	background: #e8e8e8; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#page { 
	width: 900px;
	margin: 20px auto;
	background: url("images/page.gif") repeat-y top; 
	background-color: #fff;
} 

a { 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:#660000;
text-decoration:none;
 }
 a:hover {	
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
 color:#006600;
text-decoration:underline;
} 				
#header {
	height: 103px;
	background: url("images/header.gif")
}	
#header h1{
	margin:0;
	font-size:2.2em;
	
	padding:38px 0 0 130px;
}
#header h1 a{
	color:#FFFFFF;
    text-decoration:none;
    padding:10px;
    }

#content {
	margin: 0;
	padding: 5px 22px;
}
#footer { 
	clear: both;
	width: 900px;
	background: url("images/footer.gif") no-repeat bottom; border: none;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	color: #666666;
	text-align: center;
}
#footer a {
	color: #888888;
}
#footer a:hover {
	color: #ffffff;
	background: #A90718;
}

#footer1 p {
	margin: 0;
	padding: 20px 0;
	color: #666666;
	text-align: center;
}
#footer1 a {
	color: #888888;
}
#footer1 a:hover {
	color: #ffffff;
	background: #A90718;
}
#warningmsg a, td a { color: #DF4556}
#warningmsg a, td a:visited, td a:hover { color: #A30718}

a img { border:0; }

form { 
	padding : 0 10px 0 10px; 
	margin : 0;
}
label { float : left;
	width : 15%;
	text-align : right;
	padding-right : 1%;
}
input, textarea, select { text-align : left; }

#errormsg {
	text-align: center;
	color: #f00;
	font-weight: bold;
}

#warningmsg {
	background-color:#EEEEEE;
	margin: 5px;
	text-align: center;
	color: #f00;
	font-weight: bold;
}
#warningmsg p{
  color: #000000;
  padding: 5px;
}

.formdiv .small {
	margin: 0 0 0 16%;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: bold;
}

.formdiv p {
	margin:3px;
    padding:0;
}

a#hiddenlink, a#hiddenlink:hover {
	color: #888888;
	text-decoration:none;
	cursor: text;
	background:none;
}
#uploadform .small {
	margin: 0 0 0 16%;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: bold;
	color:#990000;
	background:#EEEEEE;
}

#uploadform p {
	margin:3px;
    padding:0;
}
.red {
  color:#ff0000;
  font-weight: bold;
}

table.sortable {	
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 30px;
}
table.sortable .lefted {text-align: left; font-weight:bold;}
table.sortable img  { vertical-align: middle }

table.sortable th {
	height: 30px;
	font-size: 1.1em;
	background-color: #006600;
	padding: 4px;
	border: 1px #fff solid;
	color: #fff;
	font-weight: bold;	
} 
table.sortable th a {
	color: #fff;
	text-decoration: none;
}

table.sortable #th1 {width: 30%;}
table.sortable #th2 {width: 13%;}
table.sortable #th3 {width: 8%;}
table.sortable #th4 {width: 7%;}
table.sortable #th5 {width: 7%;}

table.sortable tr.on {background: #eee;}
table.sortable tr.delete {background: #fcc;}

table.sortable td {
	height: 30px;
	padding: 3px;
	margin:0;
	overflow:hidden;
                border: 1px #ccc solid; 
}



table.sortabled {	
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 30px;
}
table.sortabled #th1 {width: 30%;}
table.sortabled #th2 {width: 13%;}
table.sortabled th {
	color: #000;
}



div#upload_pb {
	width: 100%;
	margin:7px 0 6px 0;
}

#upload_pb p span{
   font-weight:bold;
}

#upload_border {
    margin: 15px auto;
	border: 1px #000000 solid;
}

#upload_progress {
	width: 0;
	height: 15px;
	background-color: #DF4556;
}

