/* Title:	main.css
 Description:	css file for upstage login & workshop area
 Author:	Douglas Bagnall
 Modification History: 
 Version	Date		Person	Description
 1.0		??/??/??	DB	Started
 1.1		??/??/??	AUT-06	???
 1.2		14/09/07	PQ	Added this header.
					Added green gradient background image to appear on all pages.
					ADDED font from DEFAULT! to Sans-Serif in body{}
					Added semi-colons to some lines below to become standardized.
 1.3		08/11/07	PQ  Changed .canact, .cansu and .can admin colours to see better
 					on the new green gradient background
*/


/* Stuff from upstage.org.nz */
/* used for default style of html pages */
body, td, p
{ 
	color: black; 
	font-size: 12px;		/* PQ: Changed from 11px to 12px */
	line-height: 14px; 
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Verdana, Garamond, Sans-Serif;
	/* PQ: Added Sans-Serif font above */
	text-decoration: none;
}

/* PQ: (body tag) Added green gradient bg image 
body
{
	background: #90b822 url(bg.png) repeat-x top;
}*/

a
{ 
	color: #000; 
	font-weight: bold; 
	text-decoration: underline;
}

h1
{ 
	color: #9e0b0e;
	font-weight: bold; 
	font-size: 14px; 
	line-height: 14px;
	margin-top:0;
}

h3
{
	margin: 0;
	padding: 0;
}
      
a:hover
{ 
	color: #900;
	text-decoration: none;	/* PQ: Added */
}


br
{
	line-height: 14px;
}

.quote
{ 
	color: #d2691e; font-size: 10px;
	line-height: 14px;
}

.title
{ 
	color: #9e0b0e;
	font-weight: bold;
}
        
a.body
{
	font-weight: normal;
}



/*stuff for upstage app itself */

th
{
	text-align:left;
	color: #9e0b0e; 
	font-weight: bold; 
	font-size: 12px; 
}

body.full
{
	margin: 0px;
}

div.login 
{
	font-size: 80%;
}          

tr.inactive
{
	color: #999;
}

tr.inactive a
{
	color: #9999aa;
}

p.error
{
	font-size: 120%;
	color:  #cc0000;
}

div.nav
{
	border-top: 1px #669900 dashed;
	padding-top: 2px;
}

div.nav a
{
	margin-right:  2em;
}

.canact
{
	color: #003300;
}

.canadmin
{
	color: #700000;
}
.cansu
{
	color: #c00;
}

textarea.splash 
{ 
	width:90%;
	height: 4em;
}

.used-in 
{ 
	color: #303;
}

tr.video
{ 
	background: #dec;
}

/* AC - 20 DEC */

table.sortable td
{
  padding: 8px;
}

table.asset_list
{
  margin-bottom: 16px;
  margin-left: 26px;
  padding: 0px;
}

table.asset_list td, table.stage_list td
{
  padding: 12px;
}

table.asset_list th, table.stage_list th
{
  padding-left: 12px;
  padding-right: 12px;
}

table.stage_group td
{
  padding: 8px;
}

table.media_details td
{
  margin: 0px;
  padding: 6px;
}

td.uploader_name
{
	padding: 12px;
	padding-right: 28px;
}

table.uploader_collection
{
	margin-bottom: 16px;
  	margin-left: 26px;
}

table.uploader_collection td
{
	padding: 8px;
}

tr.hidden
{
	visibility: hidden;
	display: none;
}

/* Alan Crow - 12/09/07 - Displays the upload limiting messages. */
#message
{
	width: 600px;
	/*height: 60px;*/
	border: 1px solid #000000;
	padding: 0.8em;
}

.alert_message 
{
	background-color: #FF6666;
}

.reminder_message
{
	background-color: #FFFFCC;
}

.no_space 
{ 
	margin: 0px; 
	padding: 0px; 
}
