﻿#logo {
	/*position: absolute;*/
	left: 15px;
	top: 15px;
	z-index:100;

}
#cellLeftcontent2
{
	height: 100%;
	border-right: black 1px solid;
	vertical-align: top;
	text-align: left;
}
	#leftcontent
{
	width: 125px;
}
.adminitem
{
	border-width:0px;
	background-color: #ffffff;
	margin-bottom:3px;
}
.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
.admin-header h1
{
    color: white;
}

.admintable
{
	margin: 5px;
	padding:0;
	width:700px;
	border:1px dashed #cccccc;

}
.adminlabel
{
    font-size: 8pt;
    font-family: verdana;
    width: 120px;
    margin-bottom: 3px;
    vertical-align: top;
}
.adminpreviewpanel
{
    padding-left: 10px;
    position: relative;
}
.adminmergecode:link
{
    text-decoration: none;
    font-size: 9px;
    font-family: Verdana;
    color: blue;
}
.adminmergecode:visited
{
    text-decoration: none;
    font-size: 9px;
    font-family: Verdana;
    color: blue;
}
.adminmergecode:hover
{
    text-decoration: none;
    font-size: 9px;
    font-family: Verdana;
    color: blue;
}
.adminmergecode:active
{
    text-decoration: none;
    font-size: 9px;
    font-family: Verdana;
    color: blue;
}
.mergecodepanel
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.ezinegrid a:link
{
    text-decoration: underline;
}
div.imagespacer {
	width: 120;
	height: 126;
	text-align: center;            
	float: left;
	font: 10pt verdana;
	margin: 5px;
	overflow: hidden;
}
div.imageholder
{
    margin: 0px;
    padding: 0px;
    border: 1 solid #CCCCCC;
    width: 100;
    height: 100;
    cursor: default;
}

div.titleholder {
	font-family: ms sans serif, arial;
	font-size: 8pt;
	width: 100;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;            
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	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: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* Admin Rep Details */

.fvPDetailSpacer
{
    padding-right: 10px;
    padding-left: 10px;
}
.fvPDetailItemRow
{
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 5px;
}
.fvPDetailItemRowNotes
{
    vertical-align: top;
    text-align: left;
    padding-bottom: 5px;
}
.fvPDetailEditRow
{
    vertical-align: top;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;    
}
.fvPDetailEditRowHeader
{
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 5px;
}
.fvPDetailEditRowHeaderNotes
{
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
    padding-bottom: 5px;
    width: 98px;
    padding-right: 5px;
}
.fvPDetailEditInputBox
{
    margin-left: 15px;
}
.fvPDetailDataLabel
{
    color: #006699;
}
.gvRepsSelect a:link {
	color:#808080;
	text-decoration:none;
}

.gvRepsSelect a:visited {
	color:#808080;
	text-decoration:none;
}

.gvRepsSelect a:hover {
	text-decoration:none;
	color:#404040;
	
}

.gvRepsSelect a:active {
	color:#808080;
}