/*  
	AZ Austria colour.
	should be used as basis for all colour stylesheets 
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

/* Doc check login box */

#loginpage_message {
	background-image:url(../images/doccheckback.gif);
}

#loginpage_message form .button{
	background-color:#442359;
	color:#FFFFFF;
}

/* Document branch list section */

#contentarea div.documents ul li.first {
	background-color:transparent;
}

#contentarea div.documents ul li.last{
	border-bottom-color:#D6CA8D;
}
