﻿body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:Black;
    padding:0;
    margin:0;
    background:#000 url(/images/linedbg.gif);
}

#header
{
	width:760px;
	padding:10px;
	border: solid 4px black;
	border-top:none;
	border-bottom:none;
	margin:0 auto;
	background-color:White;	
}

#logo
{
	float:left;
	width:133px;
	height:120px;
	background-image:url(/images/pflogo.gif);
	text-indent:-8000px;
}

#leftcolumn
{
	width:550px;
	margin-right:10px;
	float:left;
}

#rightcolumn
{
	width:200px;
	float:right;
}

#header h1
{
	text-align:center;
}

#pagecontainer
{
	width:760px;
	padding:10px;
	border: solid 4px black;
	border-top:none;
	border-bottom:none;
	margin:0 auto;
	background-color:White;	
}

h1
{
	color:#243f8f;	
}

h2
{
	font-size:20px;
	border-bottom:4px solid #243f8f;
	text-transform:uppercase;
}

h3
{
	font-size:16px;
	color:#666666;
	background-color:#f8f8ff;
	padding:5px;
}

label
{
	display:block;
	float:left;
	width:140px;
	padding-bottom:4px;
}

.clear
{
	clear:both;
}

.rbl label, .normallabels label, .sbl label
{
	display:inline;
	float:none;
	width:auto;
	padding:0;
}

.rbl
{
	padding-bottom:10px;
}

.sbl select
{
	margin:0 10px 5px 0;
}

.sbl label
{
	position:relative;
	top:-5px;
}

.rankinggrid label
{
	margin-right:10px;
}

.hlbox
{
	background-color:#e1e1ef;
	padding:10px;
	font-size:14px;

}

.hlbox h2
{
	color:#243f8f;
	text-transform:none;
	border:none;
	margin-top:0;
}

.error
{
	font-weight:bold;
	color:Red;	
	font-size:14px;
}

.formerrorhighlight
{
	background-color:#fffacd;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #fff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow:auto;
	height:auto;
	max-height:200px;
    text-align : left; 
    list-style-type : none;
    padding-left:0;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	border-bottom:1px solid #eee;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	border-bottom:1px solid #eee;
}

.dlbuttons
{
	list-style:none;
	margin:0;
}

.dlbuttons li
{
	padding-bottom:10px;
	clear:left;
}

.dlbuttons label
{
	display:block;
	width:200px;
	float:left;
	margin-top:4px;
}

/* grid view */
.gv
{
	border:solid 1px black;
}

.gv td, .gv th
{
	padding:5px;	
}

.gvheader
{
	background-color:#e1e1ef;

	text-align:left;
	color:#243f8f;
	font-size:14px;
}
.gvrow, .gvrowalt
{
	text-align:left;

}
.gvrowalt
{
	background-color:#f6f6fd;
}
.emphasis
{
    font-style: italic;
    color: #666666;
}