/* $Id: style.css,v 1.38.2.2 2009/04/27 14:20:53 goba Exp $ */

/**
*	PF STYLES
 */

/*
*
*	COLORS
*
*	color name	color value / grayscale value
*
*	-25% blue 	rgb(0,139,191)
*	blue 		rgb(0,175,240) / rgb(204,204,204)
*	75% blue	rgb(64,195,244)
*	50% blue	rgb(127,215,247)
*	25% blue	rgb(191,235,251)
*	green 		rgb(4,180,53) / rgb(113,113,113)
*	yellow		rgb(255,234,0) / rgb(215,215,215)
*	red		rgb(239,49,35) / rgb(104,104,104)
*	12% grey	rgb(30,30,30)
*	30% gray	rgb(77,77,77)
*	80% gray	rgb(204,204,204)
*
*
*	Z-INDEX
*
*	usage			z-index range
*
*	background images	0
*	overlay images		100-200
*	overlay primary links	500-600
*	overlay secondary links	601-700
*	fade overlay			999
*
*/

/**
*
*  body  & element styles
*
*/
	
body {
	font: 62.5% 'Lucida Sans Unicode','Helvetica Neue','HelveticaNeue',HelveticaNeue,Helvetica,Arial,sans-serif; /* 62.5% of 16px = 10px font-size */
	background-color:#FFFFFF;
	color:rgb(120,67,75);
}
	
a, a:link{
	text-decoration:none;
	color:rgb(204,204,204);}
	
a:hover,a.active, li.active a, li a.active{
	color:rgb(255,255,255);
	background-color:rgb(255,255,255);
}
	
a:visited{
	color:rgb(77,77,77);}
	
ul, li, ul li, ul.menu li, .item-list ul li, li.leaf, ul.menu, .item-list ul, .block ul, ul.links, ul.links li{
	display:block;
	list-style:none;
	list-style-image:none;
	text-decoration:none;
	padding:0px;
	margin:0px}
	
ul.tabs, ul.tabs li{
	background-color:inherit;
	border:none;
	padding:0px;}
	
ul.tabs li a{
	background-color:rgb(255,204,255);
	border:none;
	margin:0px 10px 0px 0px;
	padding:5px;
}
	
ul.tabs li.active a{
	background-color:rgb(204,204,204);
	color:rgb(255,204,255);
	border:none;
	margin:0px 10px 0px 0px;
	padding:5px;
}
	
	
label, .form-item label{
	font-weight:normal;}
/*
*
*	table styles
*
*/

thead th, th{
	background-color:inherit;
	color:rgb(204,204,204);}
	
tr.odd, tr.odd td{
	background-color:inherit;}
	
tr.even, tr.even td{
	background-color:rgb(30,30,30);}
	
.update tr.ok{
	background-color:inherit;}
	
div.ok, tr.ok{
	color:rgb(0,153,102);
}

.update tr.warning{
	background-color:rgb(30,30,30);}
	
div.warning, tr.warning{
	color:rgb(239,49,35);}
	
.update tr.warning  .version-recommended td{
	background-color:rgb(70,70,70);
	padding-top:5px;
	padding-bottom:5px;}
	
	
table caption{
	background-color:inherit;}
	
/*
*
*	list styles
*
*/
dl dt{
	font-weight:normal;
	text-decoration:underline;}
	
dd{
	margin-bottom:1em;}


/*
*	dev styles
*/
div.maintenance-logo{
	background-image:url('images/pf_logo_large_white.png');
	width:471px;
	height:314px;
	margin-bottom:46px;}
