/*
	SEARCH AREA
*/


input
{
	background-color: #666;
	color: #ccc;
	border: none;
}

input#quicksearch-area
{
	position: absolute;
	top: 152px;
	right: 10px;
	width: 150px;
	height: 20px;
	text-transform: uppercase;
}


/* Inputs */

input.search-area
{
	width: 150px;
	height: 20px;
	text-transform: uppercase;
}

input.search-area-lc
{
	width: 150px;
	height: 20px;
	text-transform: lowercase;
}


/* Keywords defs */

div#keywords
{
	float: right;
}

span.selectors
{
	float: left;
	padding: 4px 0 0 0;
	font-size: 0.7em;
	text-transform: uppercase;
}

span.searchstring
{
	float: left;
}


span.selectors a
{
	padding: 4px;
}

span.selectors a:hover
{
	background-color: #08a4de;
	padding: 4px;
	margin: 0 0 0 0;
	color: #fff;
	text-decoration: none;
}




/* Date defs */

div#date
{
	float: right;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	color: #999;
	text-transform: uppercase;
	font-size: 0.7em;
}

input.date-pick
{
	width: 150px;
	height: 20px;
	text-transform: uppercase;
}

input#date_to
{
	margin-left: 20px;
}




/* Lead Type Defs */

div#lead-type
{
	float: right;
	width: 700px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	text-align: right;
	color: #999;
	text-transform: uppercase;
	font-size: 0.7em;
}


/* Search Button */

input#search-button
{
	background-color: #333;
	float: right;
}


span#portfolio {
	text-align: right;
	float: right;
}


.alert a{
	color: red;
}


/* PCG Elements */


p#pcg-tags-wrapper
{
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0!important;
	margin: 10px 0 0 0!important;
}

a.pcg-search
{
	padding-left: 17px;
	background-image: url("../images/portfolio/icon_pcg_folder.gif");
	background-repeat: no-repeat;
}

p#pcg-create-new
{
	margin: 20px 0 20px 0!important;
	font-weight: bold;
}

img.pcg-edit
{
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
}

