﻿/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #045A8D;
	color: white;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color : windowtext;
	padding : 1px;
}

.body 
{
    background-image: url(../Images/Background.gif);
    font-family: Verdana;
    font-size: 9pt;  
    margin-top: 8px;
}

.contactusheader
{
    font-family: Verdana; 
    font-size: 7pt;
    line-height: .25;    
    width:168px
}

.contactustext
{
    font-family:Verdana; 
    font-size: 7pt; 
    width: 168px;
}

.collapsePanelHeader{
	width:100%;
	height:15px;
	background-color:#045A8D;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	padding: 2px;
}

.contentpage
{
    line-height: 1.5; 
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}

.footer
{
    background-image: URL(../Images/Bottom.jpg);
    color: #333333;
    font-family: verdana;
    font-weight: bold;
    font-size: 8pt;
    height: 40px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px; 
    padding-top: 2px; 
}

.leftcolumnmain
{
    background-color:#F7F6F3; 
    border-right: black 1px solid;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;  
}

.noimageborder
{
    border: 0px;
}

.modalBackground
{
    background-color: Gray;
    filter:alpah(opacity=70);
    opacity:0.7; 
}

.modalbackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.pad
{
    padding: 5px;
}

.pad2
{
    padding: 3px;
}

.contentPanelHeader
{
    font-size: 8pt;
    cursor: help;  
}

.rightcolumnmain
{
    background-color: white;
    width: 685px 
}

.rightcolumnmaininner
{
    font-family: Verdana;
    font-size: 9pt; 
    padding: 15px;
}

