﻿/*Reorder List*/
.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: #FBA919;
    cursor: move;
    border: outset thin white;
}

.callbackStyle
{
    border: thin blue inset;
}

.callbackStyle table
{
    background-color: #5377A9;
    color: Black;
}


.reorderListDemo li
{
    list-style: none;
    margin: 2px;
    background-image: url(images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.dragVisualContainer li
{
    list-style: none;
    background-image: url(images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.reorderListDemo li a
{
    color: #FFF !important;
    font-weight: bold;
}

.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}

#ctl00_AdminPlaceHolder_rdlFeaturedDealers hr
{
    clear: both;
    border-style: none;
    height: 10px;
}
#ctl00_AdminPlaceHolder_rdlFeaturedDealers ul
{
    list-style-type: none;
}

#ctl00_AdminPlaceHolder_rdlFeaturedDealers td
{
    vertical-align: top;
}
.Heading
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.Content
{
    padding-left: 20px;
}
.modalBackground
{
    background-color: #D1D1D1;
    filter: alpha(opacity=70); /* IE6  -IE7    */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8    */
    opacity: 0.7; /* Mozilla,Opera,and others    */
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 200px;
}
.Error
{
    font-size: 10pt;
    color: Red;
    background-color: Yellow;
    height: 30px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 150px;
    vertical-align: middle;
}
.Success
{
    font-size: 10pt;
    color: Green;
    background-color: Yellow;
    height: 30px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 150px;
    vertical-align: middle;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
.autocomplete_completionListElement 
{  
    padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : #ffffff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    width:145px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

.PageHeading
{
    font-size:16px;
    font-weight:bold;
    font-family:Verdana Tahoma Arial;
    padding :5px 2px 15px 5px;
}