﻿/* admin bar styles */

.adminbar	{font-size: 8pt; color: white;}
.adminbar a:link	{color: white;}
.adminbar a:visited	{color: white;}
.adminbar a:hover	{color: white;}

    
.pb_devsite
    {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
	COLOR: #ff0000; 
	FONT-SIZE: 20px;
	TEXT-DECORATION: none;   
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
    }  
    
	#listbox	{
		color: #000000;
		background: #ffffff;
		width: 220px;
		height: 360px;
		overflow: auto;
		border: solid 5px #47B3C3;
		padding: 5px;
		position: absolute;
		top: 270px;
		left: 0px;
		z-index: 500;
	    font-weight: normal;
	    font-size: 12px;
	    font-family: Arial, Helvetica,sans-serif;
	    }

