.buttons
{
	clear: both;
}

.instruction
{
	font-weight: bold;

}

.page
{
	background-color: #F7F7F7;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

.page .header
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#AEC1C7, endColorStr=#83949B);
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}

.page .edit
{
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

.page .edit fieldset
{
	border: none;
}

.page .edit fieldset div
{
	padding: 3px;
}

.page .filter
{
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

.webeditor
{
}

.page .list
{
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

.page .list div
{
	padding: 6px 0 6px 3px;
}

.page .menu
{
	padding: 0 0 0 6px;
	margin: -4px 0 0 0;
	margin-top: -4px;
	border-bottom: 1px solid #333333;
}

.page .menu a
{
	font-weight: bold;
}

.page .menu ul
{
	padding: 0 0 0 -3px;
	margin: 0 0 0 -6px;
}

.page .menu ul li
{
	list-style: none;
	display: inline;
	border-right: 1px solid black;
	margin: 0;
}

.page .menu ul li a
{
	padding:  6px 7px 6px 6px;
	margin-right: -4px;
	height: 100%;
}

.page .menu ul li a:hover
{
	background-color: #DFDFDF;
}

.required
{
	color: Red;
}

.requiredlabel
{
	color: Red;
}

.editlist
{
	padding: 25px;
}

.editlist .list
{
	padding: 0;
	border-left: solid 1px black;	
	border-right: solid 1px black;	
	border-bottom: solid 1px black;	
	margin: 0 0 12px 0;
}

.editlist .list .header
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#AEC1C7, endColorStr=#83949B);
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}

.editlist .list .menu
{
	padding: 0 0 0 6px;
	margin: -4px 0 0 0;
	margin-top: -4px;
	border-bottom: 1px solid #333333;
}

.editlist .list .menu a
{
	font-weight: bold;
}

.editlist .list .menu ul
{
	padding: 0 0 0 -3px;
	margin: 0 0 0 -6px;
}

.editlist .list .menu ul li
{
	list-style: none;
	display: inline;
	border-right: 1px solid black;
	margin: 0;
}

.editlist .list .menu ul li a
{
	padding:  6px 7px 6px 6px;
	margin-right: -4px;
	height: 100%;
}

.editlist .list .menu ul li a:hover
{
	background-color: #DFDFDF;
}

.page .edit .pageconfiguration
{
	padding: 12px;
	margin-top: 12px;
}

.page .edit .pageconfiguration fieldset
{
	border: solid 1px black;
	padding: 0 0 6px 0;
}

.page .edit .pageconfiguration legend
{
	margin: 0 0 0 24px;
	padding: 0 6px 3px 6px;
}

.page .edit .pageconfiguration fieldset label
{
	width: 75px;
}

.page .edit .pageconfiguration fieldset span
{
	float: left;
	padding: 6px;
	white-space: nowrap;
}

.page .edit .pageconfiguration fieldset div
{
	clear: both;
	padding: 6px;
}

.page .edit .crudeditcontrol
{
	padding: 12px;
	margin-top: 12px;
}

.page .edit .crudeditcontrol fieldset
{
	border: solid 1px black;
	padding: 0 12px 6px 12px;
	margin: 12px 0 6px 0;
}

.page .edit .crudeditcontrol legend
{
	margin: 0 0 6px 24px;
	padding: 0 6px 3px -6px;
	font-weight: bold;
}

.page .edit .crudeditcontrol .SingleLineValidator
{
	padding: 0;
}

.page .edit .crudeditcontrol .instructions
{
	margin: 0 0 1em 0;
	padding: 0;
}

.childform fieldset.toplabel
{
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	width: 760px;
}

.childform fieldset.leftlabel div label
{
	float: left;
	text-align: right;
	width: 120px;
}

.childform fieldset.toplabel div label
{
	text-align: left;
	display: block;
}

.childform fieldset.toplabel div.formrow
{
	margin-bottom: 4px;
}

.childform fieldset.toplabel div.formrow div
{
	margin-right: 4px;
}

.childform fieldset div.formcolumnfirst
{
	clear: both;
	float: left;
}

.childform fieldset div.formcolumn
{
	float: left;
}

.close
{
	margin-top: 25px;
}

.hideNotes
{
	display: none;
}

.showNotes
{
	display: block;
}

.hideLink
{
	display: none;
}

.showLink
{
	display: block;
}

#NotesLink
{
	cursor: pointer;
}

.UploadHiddenSubmit
{
	visibility: hidden;
}/********************************************************
*****		<Default HTML Styles>
********************************************************/

body
{
	font-size: 9pt;
	font-family: Tahoma;
	background-color: white;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
}

h1
{
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #8FABB4;
	 margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 10pt;
    font-family: Tahoma;
    color: white;
    text-align: left;
    width:100%;
    height: 16pt;

}

h2
{
    background-color: #567881;
    background-repeat: no-repeat;
    background-position: left top; 
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-left: 15px;
    padding-bottom: 2px;
    color: white;
    font-size: 10pt;
	 font-family: Tahoma;
    text-align: left;
    height: 15pt;
}

h3
{
    PADDING-LEFT: 4px;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 2px;
    COLOR: white;
    PADDING-TOP: 2px;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: black;
    TEXT-ALIGN: left
}
/*
th
{
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: black
}
*/

th
{
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#A2B5BB, endColorStr=#BFD2D8);
	color:#333333;
	font-weight:bold;
	padding: 3px;
	border: 1px solid #333333;
}

th a
{
	color:#333333;
	font-weight:bold;
	font-size: x-small;
}

th a:hover
{
	color:#B22222;
	font-weight:bold;
}

a
{
	color: #B22222;
}

a:hover
{
	color: #B22222;
}

li
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Tahoma
}

ul
{
    FONT-FAMILY: Tahoma
}

td
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Tahoma
}

p
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Tahoma
}

h1 a
{
	color: #F3EEE0;
}

h2 a
{	
	color:#FFFFFF;
}

h3 a
{	
	color:#fbc725;
}

h1 a:hover
{	
	color:White;
}

h2 a:hover
{	
	color:White;
}

h3 a:hover
{	
	color:White;
}

label
{
	font-weight: bold;
	font-size: x-small;
	text-align:right;
	padding:4px;
}

.disabled 
{ 
	color: #999; 
}

.error
{
	color: #FF0000;
}

DT
{
	font-weight: bold;
}

/********************************************************
*****		</Default HTML Styles>
********************************************************/



/********************************************************
*****		<DataGrid Styles>
********************************************************/

.dgHeaderStyle td
{
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#A2B5BB, endColorStr=#BFD2D8);
	color:#333333;
	font-weight:bold;
	padding: 5px;
	border: 1px solid #333333;
}



.dgHeaderStyle td a
{
	color:#333333;
	font-weight:bold;

}
	
.dgHeaderStyle td a:hover
{
	color:#B22222;
	font-weight:bold;
}

.dgAlternatingItemStyle 
{
	background-color: #EAEAEA;	
}

.dgAlternatingItemStyle td a
{
	background-color: #EAEAEA;	
	color: #B22222;
}

.dgSelectedItemStyle
{
	background-color:Navy;
	color:White;
}

.dgPagerStyle
{
}

.dgFooterStyle
{
	background-color:Black;
	color:White;
	font-weight:bold;
	
}

.dgEditItemStyle
{
}

.dgItemStyle
{
	background-color:;	
}

.dgItemStyle TD A
{
	background-color:#F7F7F7;	
	color: #B22222;
}

/********************************************************
*****		</DataGrid Styles>                         *****
********************************************************/

.validator,
.Validator
{
	color:#9c1830;
	cursor:help;
}

.Required
{
	color:#9c1830;
	display: inline;
}

.dataEntryLabel,
.DataEntryLabel
{
	font-weight:bold;
}

.DataEntrySingleLineLabel
{
	font-weight:bold;
	vertical-align:middle;
}

.LabeledTextLine
{
	margin-top: 8px;
}

.dlItem 
{
	WIDTH: 150px; HEIGHT: 150px; TEXT-ALIGN: center
}

.Calendar{}
.calDayHeader{}
.calDay{}
.calNextPrev{}
.calOtherMonth{}
.calSelectedDay{}
.calSelector{}
.calTitle{}
.calTodayDay{}
.calWeekendDay{}

td.BulletHyperLink A
{
	 text-decoration:none;
	 font-weight:bold;
}

.pageHeader,
.PageHeader
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#AEC1C7, endColorStr=#83949B);
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}

.PageHeaderCurrentContext
{
	color: #F3EEE0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.PageLinkHeader
{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
}

.PageLink
{	
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 5px;	
}

.ToolMenuCell
{
	padding: 2px;
	background-color: #EFEFEF;	
	border-left: 1px solid #333333;
	border-top: 0px solid #333333;
	border-bottom: 1px solid #333333;
	width: 150px;
}

.ContentCell
{
	padding: 5px;
	background-color: #FFFFFF;	
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

A.SubMenuLink
{
	background-color: #EFEFEF;	
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

A.ChildSubMenuLink
{
	background-color: #EFEFEF;	
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	width: 100%;
	border: 1px solid #EFEFEF;
	
}

A.ChildSubMenuLink:Hover
{
	background-color: #CACACA;	
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	width: 100%;
	border: 1px solid #999999;
	
}

.HeadingSpacer
{
	vertical-align: top;
	padding: 4px;
}

.TopNavigationMenu
{
	float: right;
}

.TopNavigationLink
{
	color: #F3EEE0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.TopNavigationLink:Hover
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}

.TopNavigationSeperator
{
	color: #F3EEE0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

.SiteContextLink
{
	color: #FFFFFF;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	padding: 5px;
}

.SiteContextLink:Hover
{
	color: #FFFFFF;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	padding: 5px;
}

.FilterCell
{
	/*filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#D6D6D6, endColorStr=#F7F7F7);*/
	background-color: #F7F7F7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	border-right: 0px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 0px solid #666666;
	vertical-align: top;
}

.FileManagerTreeCell
{
	background-color: #EFEFEF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 175px;
	padding: 10px;
	border-right: 0px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 0px solid #666666;
	vertical-align: top;
}

.FileManagerDataCell
{
	background-color: #F7F7F7;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 0px solid #666666;
	vertical-align: top;
	padding: 10px;
}

.FileManagerMultiItem
{
	text-decoration: none;
	color: #000000;
	border-width: 1px;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
}

.FileManagerMultiItem a:visited 
{ 
	text-decoration: none; 
}

.FileManagerItemHover
{
	background-color: #8FABB4;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #000000;
	cursor:hand;
}

.FileManagerItemHover a:hover
{
	cursor: hand;
	color: #000000;
}
.FileManagerSelected
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 1px 1px 1px 1px;
	border-width: 1px;
}
.FileManagerSelectedHover
{
	background-color: #B5C5D5;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

.FileManagerMultiItem a:hover 
{ 
	background-color: #B5C5D5;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #000000;
	cursor: hand;
}

.FileManagerFilter
{
	float: left;
	display: block;
	padding: 2px;
}

.multiUploadFieldset
{
	margin: 15px 0;
	padding: 5px;
}

.multiDocumentUpload
{
	width: 368px; 
	height: 24px;
}

.SubMenuCell
{
	background-color: #EFEFEF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 175px;
	padding: 10px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px solid #666666;
	border-top: 0px solid #666666;
	vertical-align: top;
}


.FilterHeader
{
	/*background-color: #EFEFEF;*/
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
	width: 100%;
}

.FilterLabel
{
	/*background-color: #EFEFEF;*/
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

.SiteEditLinkCell
{
	background-color: #F7F7F7;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #666666;
}

.DataCellContainer
{
	background-color: #F7F7F7;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 0px solid #666666;
	vertical-align: top;
}

.DataCell
{
	background-color: #F7F7F7;
	padding: 10px;
	vertical-align: top;
}

.EditorDataCell
{
	background-color: #F7F7F7;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

	vertical-align: top;
}

.CopyrightLabel
{
	color: #F3EEE0;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.PageLinkSelected
{
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	padding: 5px;
}

.PreviewFrame
{
	border: 1px #333333 solid;
}

.PreviewLabel
{
	padding: 5px;
	color: #000000;
	font-weight: bold;
}


.PageDetail
{
	background-color: #567881;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	border: 1px #333333 solid;
}

.LoginHeader
{
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#A2B5BB, endColorStr=#C0D3D9);
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	width: 400;
	border-left: 1px #333333 solid;
	border-top: 1px #333333 solid;
	border-right: 1px #333333 solid;
}

.LoginFormTable
{
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#F7F7F7, endColorStr=#D6D6D6);
	color: #333333;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	border: 1px #333333 solid;
}

.LoginFormLabel
{
	width: 100px;
	text-align: left;
	padding: 5px;
}

.FormDataEntry
{
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

.EditorHeader
{
	background-color: #002979;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #CCCCCC;
}


.EditDataListHeader
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #A2B5BB;
	/*filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#A2B5BB, endColorStr=#C0D3D9);*/
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}

.EditDataListHeader td
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

.ContainerCell
{
	background-color: #F7F7F7;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 0px solid #666666;
	vertical-align: top;
}

.DataListCell
{
	background-color: #EFEFEF;
	vertical-align: top;
	padding: 5px;
}

.DataListContextCell
{
	background-color: #EFEFEF;
	border-bottom: 1px solid #666666;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.DataListContextCell A
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B22222;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}

.DataListContextCell A:Hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #374F59;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #DFDFDF;
	margin: 0px;
}

.errormessage
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}

.ProfileLink
{
	font-size: 12px;
	font-weight: bold;
	color: #F3EEE0;
}

.PageLinkContainerCell
{
	background-color: #EFEFEF;
	border-bottom: 1px solid #666666;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.PageLinkContainerCell A
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B22222;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.PageLinkContainerCell A:Hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #374F59;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #DFDFDF;
}

.PagePreviewContainer
{
	background-color: #F7F7F7;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #F7F7F7;
	vertical-align: top;
}

.Wizard
{
	width: 100%;
	background-color: #F7F7F7;
	padding: 0px;
}

.WizardStepList
{
	text-align: left;
	background-color: #E4E4E4;
	vertical-align: top;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #333333;
}

.WizardStepListItem
{
	white-space: nowrap;
	color: #000000;
	text-align: left;
}

.WizardStepListSelectedItem
{
	color: #000000;
	font-weight:bold;
}

.WizardStepListItem A
{
	color: #B22222;
}

.WizardStepListItem A:hover
{
	color: #000000;		
}

.WizardDataEntryControl
{
	padding: 10px;
}

/*
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 0px solid #666666;
*/
/*DateTextBox Stles */
.CSCCalendar
{
/*   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;*/
   background-color: white;
}

.CSCCalendar TABLE
{
   font-size: 8pt;
   background-color: white;
}

.CSCCalendarNoFilter
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 8pt;
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   background-color: white;
   }
.CSCCalendarNoFilter TABLE
{
   font-size: 8pt;
   background-color: white;
}


.CSCWeekRowsTable
{
   border-right: black 1px solid;
   border-top: black 1px solid;
   font-size: 8pt;
   border-left: black 1px solid;
   border-bottom: black 1px solid;
   background-color: white;
}

.CSCDay
{
   cursor: hand;  /* W3C approved hand. See http://www.xs4all.nl/~ppk/css2tests/index.html */
   cursor: hand;
}

.CSCSelectedDay
{
   background-color: gold;
   cursor: hand;
   cursor: hand;
}
.CSCSelectedToday
{
   font-weight: bold;
   background-color: gold;
   cursor: hand;
   cursor: hand;
}
.CSCToday
{
   font-weight: bold;
   cursor: hand;
   cursor: hand;
}
.CSCSpecialDay
{
   cursor: hand;
   cursor: hand;
   background-color: lemonchiffon;
}

.CSCOtherMonthDays
{
   cursor: default;
   color: gray;
}

.CSCWeekNumberColumn
{
   border-right: blue 1px solid;
   background-color: lightblue;
}

.CSCDayHeader
{
   border-bottom: blue 1px solid;
}

.CSCDayHeader TR
{
   font-size: 7pt;
   background-color: lightblue;
}

.CSCDayHeaderCell
{
   font-size: 7pt;
}

.CSCHeaderTable
{
   font-size: 8pt;
   border-bottom: blue 1px solid;
}

.CSCHeaderRows
{
   font-size: 8pt;
   cursor: default;
}

.CSCHeaderRows TR
{
   background-color: inherit;
}

.CSCIncrementalButtons
{
   cursor: hand;
   cursor: hand;
   color: mediumblue;
}

.CSCIncrementalButtonsPressed
{
   cursor: hand;
   cursor: hand;
   color: darkblue;
}

.CSCJumpButtons
{
   color: mediumblue;
   cursor: hand;
   cursor: hand;
}

.CSCJumpButtonsPressed
{
   color: darkblue;
   cursor: hand;
   cursor: hand;
}

.CSCCloseButton
{
   cursor: default;
}

.CSCCloseButtonPressed
{
   cursor: default;
}
.CSCHelpButton
{
   cursor: default;
}

.CSCHelpButtonPressed
{
   cursor: default;
}

.CSCFooterTable
{
}

.CSCFooterTable TABLE
{
}

.CSCFooterButton
{
   border-right: lightgrey thin outset;
   border-top: lightgrey thin outset;
   border-left: lightgrey thin outset;
   color: black;
   border-bottom: lightgrey thin outset;
   background-color: lightblue;
   font-size: 8pt;
   cursor: hand;
   cursor: hand;
}

.CSCFooterButtonPressed
{
   border-right: lightgrey thin inset;
   border-top: lightgrey thin inset;
   border-left: lightgrey thin inset;
   border-bottom: lightgrey thin inset;
   background-color: lightblue;
   color: black;
   font-size: 8pt;
   cursor: hand;
   cursor: hand;
}

.CSCFooterCurrentDate
{
}

/* DatePicker.  Project 116163*/
.MYPMonthCell
{
   cursor: pointer;
   cursor: hand;
   background-color: White;
}

.MYPSelectedMonthCell
{
   background-color: gold;
   cursor: pointer;
   cursor: hand;
}

.MYPYearCell
{
   cursor: pointer;
   cursor: hand;
   background-color: White;
}

.MYPSelectedYearCell
{
   cursor: pointer;
   cursor: hand;
   background-color: gold;
}

.MYPMonthYearPicker
{
   background-color: white;
}

.SmallLiteralCss
{
	vertical-align: middle;
	font-size: smaller;
	color: Gray;
}

.MenuItemTreeNode
{
}

.MenuItemTreeNodeEdit
{
	vertical-align: middle;
}


.TreeViewHeader
{
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#A2B5BB, endColorStr=#BFD2D8);
	border: 1px solid #333333;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	width:100%;
}

.TreeMenuCell
{
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorStr=#F1F0EB, endColorStr=#F6F6F6);
	/*background-color: #EFEFEF;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 250px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 0px solid #666666;
	vertical-align: top;
}

.ContentContainerCell
{
	background-color: #EFEFEF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 0px solid #666666;
	vertical-align: top;
	width:100%;
}


.Bold
{
	font-weight: bold;
}

/***************************************
****  Begin Edit/List Page Styles   ****
***************************************/

.PageContainer {width: 100%;}

.PageContext
{
	background-color: #F7F7F7;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.PageContext A
{
	border-top: 1px solid #666666;
	border-left: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 7px;
}

.PageContext A:Hover
{
	color: #374F59;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-left: 0px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #EDEDED;
	margin: 0px;
	padding: 7px;
}

.pageDataContainer,
.PageDataContainer
{
	background-color: #F7F7F7;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}


/***************************************
****   End Edit/List Page Styles    ****
***************************************/



/***************************************
****  Begin Control Editor Styles   ****
***************************************/

.EditorControlContainer {width: 100%;}
	
.EditorControlFormControl
{
	width: 200px;
}
	
.EditorControlBackGroundTable
{
	background-color: #FFFFFF;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}

.EditorControlHeader
{
	color: #000000; 
	font-size: 14px; 
	font-family:Verdana, Arial, Tahoma; 
	font-weight: bold;  
	padding: 5px; 
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#A2B5BB, endColorStr=#BFD2D8); 
	width: 100%;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
}


.EditorControlContext
{
	background-color: #EFEFEF;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
}


.EditorControlContext A
{
	border-top: 1px solid #666666;
	border-left: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 7px;
}

.EditorControlContext A:Hover
{
	color: #374F59;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-left: 0px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #DFDFDF;
	margin: 0px;
	padding: 7px;
}


.EditorControlFormContainer
{
	background-color: #EFEFEF;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

.EditorControlFormLabel
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	/*filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#D7D7D7, endColorStr=#F7F7F7);*/
	background-color: #E7E7E7;
	border-bottom: 1px #BBBBBB solid;
	border-right: 1px #BBBBBB solid;
	border-left: 1px #BBBBBB solid; 
	border-top: 1px #BBBBBB solid; 	
	padding: 5px;	
}
	
.EditorControlFormField
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #1F5080;
	background-color: #F7F7F7;
	border-bottom: 1px #BBBBBB solid;
	border-right: 1px #BBBBBB solid;
	border-left: 1px #BBBBBB solid; 
	border-top: 1px #BBBBBB solid; 
	padding: 5px;	
}
	
.FormInputTextBox
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: #333333 1px solid;
	height: 22px;
	width: 250px;
}
	
.FormInputSelect
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: #333333 1px solid;
}
	
.FormButton
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding:2px;
}

/***************************************
****    End Control Editor Styles   ****
***************************************/
.TreeViewMenu
{

	float: left;
	overflow: hidden; 
	text-overflow:ellipsis; 
	width: 250px; 
	padding: 0px;
}

.paging
{
	padding: 15px 0 15px 25px
}


.buttons
{
	padding: 10px;
}

.textarealabel
{
	vertical-align: top;
}

ul.tab
{ 
	padding: 0px; 
	margin: 0px; 
	white-space: nowrap;
}

ul.tab li
{ 
	display: inline; 
	list-style-type:none; 
	margin: 0px; 
	margin: 0px; 
	padding: 0px; 
}
ul.tab li a
{ 
	display: inline-block; 
	font-weight: bold; 
	padding: 3px 6px 3px 6px; 
	text-decoration: none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
ul.tab li a.shadow
{ 
	cursor: hand;
	display: inline-block; 
	font-weight:bold; 
	margin:0px; 
	text-decoration: none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
ul.tab li a.darkshadow
{ 
	cursor: hand;
	display: inline-block; 
	font-weight:bold; 
	margin:0px; 
	text-decoration: none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}							
.darkshadow
{
	background-color: #ADBEC6;
}			

.ActiveInputControl
{
	background-color: #FFFFA5;
}

.error
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}

span.valuecolumn
{
	padding: 0 10px 0 10px;
	vertical-align: middle;
	width: 125px;
}

span.editlabelcolumn
{
	padding: 0 10px 0 10px;
	text-align: right;
	vertical-align: middle;
	width: 100px;
}

td.inventorysearchscreendefaultvaluecolumn
{
	width: 225px;
}

.MultipleValidationsErrorDisplayLabel
{
	color: Red;
	position: absolute;
	padding-left: 40px;
	padding-top: 15px;
}
.MultipleValidationsEditDisplayLabel
{
	color: Red;
	padding-left: 22px;
}



/*********************************************************************************
****  Begin																	******
****  CodeMakerX.WebMakerX.ControlLibrary.Crud.MilesPerGallonExclusion.ascx ******
****  Styles     															******
*********************************************************************************/

.milesPerGallonExclusion_container,
.milesPerGallonExclusion_container .topControls,
.milesPerGallonExclusion_container .userMessage_container, 
.milesPerGallonExclusion_container .exclusionModels_container
{
	position: relative;
}

.milesPerGallonExclusion_container,
.milesPerGallonExclusion_container .exclusionModels_container label
{
	text-align: left;
	white-space: nowrap;
}

.milesPerGallonExclusion_container .topControls .excludeAllMPGInformation
{
	margin-left: 80px;
}

.milesPerGallonExclusion_container .userMessage_container
{
	color: blue;
	margin: 5px 0;	
}

.milesPerGallonExclusion_container .userMessage_container .attention
{
	color: Red;
}

/*********************************************************************************
****  End																	******
****  CodeMakerX.WebMakerX.ControlLibrary.Crud.MilesPerGallonExclusion.ascx ******
****  Styles     															******
*********************************************************************************/


/* Css Edit Pages */

.cssBox
{
	margin: 5px 0 0 5px;
	width: 500px;
	height: 500px;
}

.cssEditLabel
{
	margin: 100px 0 0 5px;
	float: left;
	width: 30px;
}

.saveCssButton
{
	margin: 10px 0 10px 250px;
}

/* End Css Edit Page */

/* Service Scheduler Edit Page */


.servicescheduleredit .section, .ownercircleedit .section
{ 
	border: solid 1px; 
	margin-top:5px;
}
.servicescheduleredit .section .label, .ownercircleedit .section .label
{
	margin-top: 20px;
}
.servicescheduleredit .webeditor, .ownercircleedit .webeditor
{ 
	margin-left: 25px; 
	display: none;
}
.servicescheduleredit .table, .ownercircleedit .table
{ 
	margin-left: 25px; 
}
.servicescheduleredit .tabletextbox, .ownercircleedit .tabletextbox
{
	width: 500px;
}
.servicescheduleredit .currenttext, .ownercircleedit .currenttext
{ 
	font-weight: bold; 
	margin-left: 25px;
}
.servicescheduleredit .textcontainer, .ownercircleedit .textcontainer
{ 
	display: block; 
}
.servicescheduleredit .overrideselection, .ownercircleedit .overrideselection
{
	margin-top: 20px;
}	
.ownercircleedit .osrpointers td
{
	padding: 0 4px;
}
.ownercircleedit .osrpointers .editlink
{
	padding: 0 5px;
}
.ownercircleedit .osrpointers .deletelink
{
	padding: 0 5px;
}
.ownercircleedit .osrpointers .heading, 
.ownercircleedit .osrpointers .rank, .ownercircleedit .osrpointers .siteid
{
	text-align: center;
	padding: 4px 12px;
}
.ownercircleedit .osrpointers .address
{
	padding: 4px 12px;
}
.ownercircleedit .longLabel
{
	width: 140px;
}
.osrpointeredit .longLabel
{
	width: 125px;
}

/* End Service Scheduler Edit Page */

/* Begin MarkupEdit.aspx Page|DealerEditable Settings */

.markupDealerEditingEnabledMessage
{
	position: relative;
	top: -4px;
	color: Blue;
}

/* End MarkupEdit.aspx Page|DealerEditable Settings */

/* Begin MarkupEdit.aspx Page|LastEditUser Settings */

.lastEditUserMessage
{
	display: inline;
	color: #666666;
	margin-left: 23px;
}

.lastEditUserMessage .lastEditPerson
{
	color: #B22222;
}

/* End MarkupEdit.aspx Page|LastEditUser Settings */

/* Begin MakeFlashEdit.aspx Page Settings */

div#makeFlash_container .required
{
	color: red;
}

div#makeFlash_container .information
{
	color: blue;
}

div#makeFlash_container .userMessage,
div#makeFlash_container .specifyMake_container p
{
	margin: 10px 0;
}

div#makeFlash_container .mainForm_container,
div#makeFlash_container .flashRequirements_container
{
	margin: 10px;
}

div#makeFlash_container .uploadFlash_container
{
	position: relative;
	top: -5px;
	margin-top: 10px;
	padding: 10px;
}

div#makeFlash_container .specifyMake_container
{
	position: relative;
	top: -5px;
	padding: 10px; 
}

div#makeFlash_container .instructions_container .instructionNote span
{
	text-decoration: underline;	 
	padding-right: 4px;
}

div#makeFlash_container .flashSpecification_container .filterTitle
{
	width: 115px;
	margin-right: 5px;
	text-align: right;
}

div#makeFlash_container .makeFlashVideoPreview_container
{
	margin-top: 15px;
}

div#makeFlash_container .makeFlashVideoPreview_container .makeFlashPreviewNote
{
	font-size: .9em;
	display: block !important;
	margin-bottom: 5px;
}

div#makeFlash_container .makeFlashVideoPreview_container .makeFlashPreviewNote span
{
	text-decoration: underline;
	padding-right: 5px;
}

div#makeFlash_container .makeFlashVideoPreview_container
{
	height: 50px;
	margin-top: 5px;
	padding: 15px;
	background-color: #e5e5e5;
}

div#makeFlash_container .makeFlashVideoPreview_container .active
{
	display: inline;
	overflow: auto;
	visibility: visible;
	font-weight: normal;	
}

div#makeFlash_container .makeFlashVideoPreview_container .inactive
{																 
	display: none;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	margin: 0;	
	padding: 0;
}

div#makeFlash_container .error_warning
{
	padding-left: 5px;
}

div#makeFlash_container .flashRequirements_container .flashRequirements_header
{
	text-decoration: underline;
}

div#makeFlash_container .flashRequirements
{
	margin: 5px 0 0 20px;
}

/* End MakeFlashEdit.aspx Page Settings */

/* Begin Dealership Group Styles */
.dealergroupcommentcontainer
{
	
	vertical-align: top;
	display: block;
}
.dealergroupcommentcontainer tr
{
	vertical-align: top;
}
.dealergrouppanel
{
	margin: 1em 0 1em 0;
}
.dealergrouplabel
{
	font-weight: bold;
	text-align: right;
}
.dealergroupcomments
{
	width: 15em;
}
.relationships .topheader
{
	margin: 0 0 1em 0;
}
.relationships .dealergrouptree
{
	padding: 0 0 5em 0;
}
.relationships .expanderimage
{
	color:  #FFF;
	border-color: #FFF;
}
.relationships .expanderlevelone
{
	margin-left: 3em;
}
.relationships .expanderleveltwo
{
	margin-left: 8em;
}
.relationships .tablevelone
{
	margin-left: 5em;
}
.relationships .tableveltwo
{
	margin-left: 10em;
}
.relationships .tablevelthree
{
	margin-left: 15em;
}
.relationships .commentpopup
{
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	font-weight: normal;
	height: 100px;
	width: 250px;
	overflow: auto;
	background-color: #AFAFAF;
	position: absolute;
}
.relationships .treeitem
{
	margin: 0 0 5px 0;
}
.relationships .treeheader
{
	font-weight: bold;
	margin: 1em;
}
.relationships .primarydealershiplink
{
	padding: 5em 0 0 0;
	margin: 1em;
}
.relationships .dealergrouplink
{
	color: #000;
}
.quicklinks
{
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	height: 8em;
	width: 30em;
	background-color: #AFAFAF;
	position: absolute;
	display: none;
}
.quicklinks .link
{
	color: #000;
	text-decoration: none;
	margin-left: 1em;
	margin-top: 2px;
}
.quicklinks .link:hover
{
	text-decoration: underline;
}
.quicklinks .divider
{
	border-top: solid 1px;
	margin: 1em;
}
.leftcolumnfilters
{
	float: left;
}
/* End Dealership Group Styles */
/* Dealership Billing */
.dealershiprightcolumn
{
	float: right;
	 text-align: center;
}
.dealershipbillingcontainer
{
	margin-top: 5px;
	width: auto;
	display: inline;
	padding: none;
	padding-bottom: 15px;
	margin-right: 10px;
	border: none;
}

#LatestContractPanel
{
	display: inline;
}
.dealershipbillingcontainer .labelcolumn
{
	float: left;
	text-align: right;
	width: 180px;
	font-weight: bold;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	clear: left;
}
.dealershipbillingcontainer .sitesAllowedLabel
{
	width: 250px;
}
.dealershipbillingcontainer .rwsBillingLabel
{
	width: 160px;
}
.dealershipbillingcontainer .carLocateBillingData
{
	width: 215px !important;
}
.dealershipbillingcontainer .datacolumn, .dealershipbillingcontainer .datalabel
{
	float: left;
	width: 165px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.dealershipbillingcontainer .datalabel, .messagelabel, .dealershipbillingcontainer .labelcolumn
{
	padding-top: 4px;
	line-height: 18px;
}
.messagelabel
{
	width: 340px;
	text-align: center;
	font-weight: bold;
	margin: 3px, 0;
}
.dealershipbillingcontainer .checkbox
{
	float: left;
	width: 165px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	line-height: 18px;
}
.dealershipbilling .datacolumn
{
	float: left;
}
.dealershipbilling .dataentry
{
	margin: 1em 5em 1em 0;
}
.dealershipbilling .dataentry label
{
	width: 175px;
}
.ordercontainer
{
	padding: 10px;
}
/* End Dealership Billing */
/* Dealership Options */
.RwsOptionsGroup
{
	margin-top: 1em;
	width: 25em;
	display: block;
	padding: 1em;
}
.carlocateoptionsinfolabel
{
	font-weight: bold;	
}
.carlocateoptionscontainer
{
	margin-top: 1em;
	border: solid 1px #000;
	width: 30em;
	display: block;
	padding: 1em;
}
.addOnFeaturesContainer
{
	width: 800px;
}
.addOnPackageFeatures_container TABLE .featureQuantityRequiredColumn INPUT
{
	width: 40px;
}
.roioverridescontainer
{
	margin-top: 1em;
	border: solid 1px #000;
	width: 600px;
	display: block;
	padding: 1em;
}
.videovehicleshowcasecontainer
{
   margin-top: 0.5em;
	border: solid 1px #000;
	width: 25em;
	display: block;
	padding: 1em;
}
.carlocateoptionscontainer .FieldRow, .RwsOptionsGroup .FieldRow
{
   float: left;
   width: 400px;
   margin-top: 3px;
   margin-bottom: 3px;
}
.siteTypesAllowedContainer .FieldRow
{
	width: 500px;
}
.roioverridescontainer .FieldRow
{
	margin-top: 4px;
   margin-bottom: 3px;
}
.carlocateoptionscontainer .LabelColumn, .RwsOptionsGroup .LabelColumn, .roioverridescontainer .LabelColumn
{
   float: left;
   text-align: right;
   width: 150px;
   font-weight: bold;
   margin-right: 5px;
   padding-top: 2px;
}
.siteTypesAllowedContainer .LabelColumn
{
	width: 258px;
}
.roioverridescontainer .LabelColumn
{
	width: 225px;
}
.carlocateoptionscontainer .datalabel, .roioverridescontainer .datalabel
{
	padding-top: 2px;
}
.carlocateoptionscontainer .disabled, .RwsOptionsGroup .disabled
{
   width: 25em;
   text-align: center;
   padding: 5px;
}
.carlocateoptionscontainer .DataFieldColumn, .RwsOptionsGroup .DataFieldColumn
{
   float: left;
   margin-left: 0;
}
.roioverridescontainer .DataFieldColumn
{
	display: inline;
}
.roioverridescontainer .DefaultValueLabelColumn, .roioverridescontainer .DefaultValueColumn
{
	display: inline;
	width: 90px;
	text-align: right;
	margin-bottom: 2px;
}

.carlocateoptionscontainer .videovehicleshowcasecontainer .FieldRow
{
   float: left;
   width: 400px;
   margin-bottom: 5px;
}
.carlocateoptionscontainer .videovehicleshowcasecontainer .LabelColumn
{
   float: left;
   text-align: right;
   width: 230px;
}
.carlocateoptionscontainer .videovehicleshowcasecontainer .DataFieldColumn
{
   float: left;
   margin-left: 5px;
}
.DealershipWizardHidden
{
	height: 0;
	width: 0;
	overflow: hidden;
	float: right;
	display: inline;
}
/* End Dealership Options */
/* Begin CarLocate Tiers */
.CarLocateTierNumber
{
	text-align: right;	
}
.CarLocateTierLabelColumn
{
	float: left;
	text-align: right;
	width: 135px;
	font-weight: bold;
	margin: 5px;
	clear: left;
}
.CarLocateTierTextBox
{
	width: 100px;
}
/* End CarLocate Tiers */
/* Begin Custom TreeViewMenu */
.treeviewmenu ul
{
	display: none;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0px;
}
.treeviewmenu li
{
	padding-left: 15px;
	margin: 5px 0 5px 0;
}
.treeviewmenu .expandablelistitem
{
	background: url(/Images/EmployeeAdmin/Interface/expand_12x12.gif) no-repeat top left;
}
.treeviewmenu .collapsablelistitem
{
	background: url(/Images/EmployeeAdmin/Interface/collapse_12x12.gif) no-repeat top left;
}
.treeviewmenu .mainlist
{
	margin-left: 5px;
	display: block;
}
.treeviewmenu .currentpage
{
	font-weight: bold;
}
.treeviewmenu .pagecontrollink
{
	width: 20px;
	background: url(/Images/EmployeeAdmin/Interface/Select.gif) no-repeat top left;
}
.treeviewmenu .pagecontrollabel
{
	color: #0000FF;
}
.navigationlabel
{
	font-weight: bold;
	width: 6em;
	text-align: right;
	margin-right: 5px;
}
.TreeViewMenu #SiteNavigationButton
{
	margin-left: 25px;
}
/* End Custom TreeViewMenu */

/* Begin ConsumerExperienceEdit.aspx */
#ConsumerExperienceForm .clear
{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	overflow: hidden;
}
#ConsumerExperienceForm .existingImage 
{ 
	position: relative; 
	float: left; 
	width: 170px; 
}
#ConsumerExperienceForm .imageThumbnail, #ConsumerExperienceForm .imageDescription, #ConsumerExperienceForm .imageSelector 
{ 
	width: 160px; 
	margin: 0 5px; 
	text-align: center; 
}
#ConsumerExperienceForm .imageThumbnail 
{ 
	height: 120px;
}
#ConsumerExperienceForm .webeditor 
{ 
	MARGIN-TOP: -35px; 
	MARGIN-LEFT: 125px;
}
#ConsumerExperienceForm #imageGroup 
{ 
	margin: 30px 0 0 10px; 
}
#ConsumerExperienceForm #HeadingTextBox, #ConsumerExperienceForm #ConsumerExperienceTextBox 
{ 
	width: 200px; 
}
#ConsumerExperienceForm #selectedFieldset 
{ 
	border: solid 1px black; 
	padding: 5px; 
}
#ConsumerExperienceForm #selectedFieldset legend 
{ 
	padding: 0 6px 3px; 
}
#ConsumerExperienceForm .edit #imageGroup
{
	width: auto;
	overflow: auto;
}
#ConsumerExperienceForm .edit #selectedPanel
{
	margin-bottom: 20px;
}
#ConsumerExperienceForm .edit .updateImageSelectionsContainer	
{
	position: relative;
	height: 32px;
}
#ConsumerExperienceForm .edit .updateImageSelectionButton
{
	position: relative;
	float: right;
	margin-top: 10px;
}
#ConsumerExperienceForm .edit #imageGroup
{
	margin-top: 5px !important;
}
#ConsumerExperienceForm .edit .userMessagePanel			
{
	margin-bottom: 3px;
	padding: 10px !important;
	border: solid 1px blue;	
}
#ConsumerExperienceForm .edit .userMessagePanel ul
{
	margin: 0;
	margin-left: 4px;
	padding: 0;
	list-style-type: none;
}
#ConsumerExperienceForm .imageIndicatorLegend
{
	margin-top: 20px;
	font-size: .9em;
}
#ConsumerExperienceForm .imageIndicatorLegend .required
{
	font-size: 1.2em;
}
/* End ConsumerExperienceEdit.aspx */

/* Begin ConsumerExperienceImageEdit.aspx */
.consumerExperienceImages_container h3
{
	margin-bottom: 0 !important;
}
.consumerExperienceImages_container optgroup
{
	font-weight: bold;
	font-family: Tahoma;
}
.consumerExperienceImages_container select,
.consumerExperienceImages_container .customImage_container div input
{
	font-size: 1em;
}
.consumerExperienceImages_container fieldset legend
{
	color: blue;
}
.consumerExperienceImages_container,
.consumerExperienceImages_container .filters_container,
.consumerExperienceImages_container .filterTypes_container,
.consumerExperienceImages_container .customImage_container
{
	padding: 10px;
}
.consumerExperienceImages_container
{
	padding-top: 0;
}
.consumerExperienceImages_container .instructions
{
	margin: 10px 0;
}
.consumerExperienceImages_container .instructions .title
{
	font-weight: bold;
}
.consumerExperienceImages_container .instructions p
{
	padding: 0 7px;
	margin: 5px 0 10px;
}
.consumerExperienceImages_container .customImage_container .customImageUpload
{
	margin-left: 10px;		
}
.consumerExperienceImages_container .customImage_container div label
{
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	margin-right: 5px;
	font-size: .95em;
}
.consumerExperienceImages_container .customImage_container div
{
	margin-bottom: 5px;
}			
.consumerExperienceImages_container .customImage_container div input
{
	width: 200px;
}
.consumerExperienceImages_container .customImage_container div #RGBColorBox
{
	width: 0 !important;
	margin: 0 !important;
}
.consumerExperienceImages_container .customImage_container .fadeCheckBox input
{
	width: auto;
}
.consumerExperienceImages_container .customImage_container .instruction,
.consumerExperienceImages_container .imageResultsPanel .instruction
{
	margin: 10px 0;
}
.consumerExperienceImages_container .filterTypes_container .filterTypes,
.consumerExperienceImages_container .filters_container .filters
{
	margin: 10px 0 5px;
}			
.consumerExperienceImages_container .filterTypes label,
.consumerExperienceImages_container .filters label
{
	font-size: 1em;
}
.consumerExperienceImages_container .filterTypes .filterTypeGroup
{
	margin: 5px 0 10px;
}
.consumerExperienceImages_container .filterTypes .filterTypeGroup label
{
	position: relative;
	top: -4px;
	font-weight: normal !important;
}
.consumerExperienceImages_container .filterTypes .filterTypeGroup span
{
	display: block;
	margin-left: 15px;
}
.consumerExperienceImages_container .filters .filterOption  
{
	margin-bottom: 3px;
}
.consumerExperienceImages_container .filters .filterOption label
{
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	margin-right: 5px;
	font-size: .95em;
}
.consumerExperienceImages_container .errorMessage_container .errorMessage
{
	margin: 15px 0 10px;
	padding: 5px 10px;
	border: solid 1px red;
	font-weight: normal;
	color: red;				
}
.consumerExperienceImages_container .errorMessage ul
{
	margin: 0;
	margin: 5px 0 0 25px;
}
.consumerExperienceImages_container .noImageResultsPanel p
{
	padding-left: 15px;
	color: red;
}
.consumerExperienceImages_container .imageResultsPanel
{
	margin-top: 15px;
}
.consumerExperienceImages_container .imageResultsPanel fieldset
{
	padding: 10px;
}
.consumerExperienceImages_container .imageResultsPanel .topSubmission
{
	margin: 10px 0 10px;
}		
.consumerExperienceImages_container .imageResultsPanel .imageRepeater
{
	display: block;
}
.consumerExperienceImages_container .imageResultsPanel .imageRepeater td
{
	width: 466px;
}
.consumerExperienceImages_container .imageResultsPanel .existingImage
{
	position: relative;
	padding: 10px;
	margin: 0 15px 20px;
	border: solid 1px #999999;
	zoom: 1;
	background-color: #ECECEC;
}
.consumerExperienceImages_container .imageResultsPanel .imageResultTitle
{
	width: 80px;
	margin-right: 7px;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}
.consumerExperienceImages_container .imageResultsPanel .imageContainer
{
	float: left;
	margin-right: 6px;
}
.consumerExperienceImages_container .imageResultsPanel .imageContainer img
{
	width: 160px;
	height: 120px;
	border: solid 2px #333333;
	padding: 0;
	margin: 0;
}
.consumerExperienceImages_container .imageResultsPanel .imageInformation
{
	float: left;
	width: 244px;
}                			
.consumerExperienceImages_container .imageResultsPanel .imageInformation div
{
	margin-bottom: 5px;
}
.consumerExperienceImages_container .clear		
{
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
.consumerExperienceImages_container .imageResultsPanel .bottomSubmission
{
	margin: 10px 0 0;
}
.consumerExperienceImages_container .deleteButton
{
	text-align: right;
	margin-bottom: 10px !important;
}
.consumerExperienceImages_container .required
{
	padding-left: 0;
}
.consumerExperienceImages_container .imageUploadSection span span#CustomImageUpload_UploadRequiredFieldValidator,
.consumerExperienceImages_container .imageUploadSection span span
{
	display: none;
}
/* End ConsumerExperienceImageEdit.aspx */

/* BEGIN FormDeliveriesReport.aspx Settings */
#replacementMenu
{
	position: fixed;
	background-color: #DFE5E6;
	border: 1px solid #000000;
	display: none;
	top: 190px;
	left: 560px;
	text-align: center;
	padding-bottom: 5px;
	width: 220px;
}

* html #replacementMenu
{
	position: absolute; 
}

#replacementMenu H1
{
	margin-top: -2px;
	position: relative;
}

#replacementMenu IMG
{
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 2px;
}

#replacementMenu BUTTON
{
	margin: 5px auto;
	display: block;
	clear: both;
}

img.textReplacement
{
	vertical-align: top;
}
/* END FormDeliveriesReport.aspx Settings */

/* BEGIN FormDeliveriesReport.aspx Settings */
.formDeliveriesReportContainer
{
	padding: 15px;
}
.formDeliveriesReportContainer fieldset 
{
	margin: 0;
	padding: 0;
}
.formDeliveriesReportContainer .instructions 
{
	margin: 0 0 8px;
}
.formDeliveriesReportContainer .submission
{
	margin-bottom: 0;
}
.formDeliveriesReportContainer .filterContainer,
.formDeliveriesReportContainer .reportFormatsContainer fieldset
{
	border: solid 1px #999999;
	padding: 10px;
}
.formDeliveriesReportContainer .filterContainer legend
{
	color: blue;
	margin-bottom: 10px;
	padding: 0 5px;
}
.formDeliveriesReportContainer .filterContainer .filterSection
{
	margin-bottom: 3px;
}
.formDeliveriesReportContainer .filterContainer .filterSection label
{
	width: 160px;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}
.formDeliveriesReportContainer .reportFormatsContainer		
{
	margin-top: 20px;
}
.formDeliveriesReportContainer .reportFormatsContainer legend		
{
	padding: 0 5px;
}
.formDeliveriesReportContainer .reportFormatsContainer	span.title
{
	display: block;
	width: 144px;
	text-align: right;
}
.formDeliveriesReportContainer .reportFormatsContainer	.formatRadioList
{
	padding-left: 150px;
}
.formDeliveriesReportContainer .reportFormatsContainer	.formatRadioList .formatRadioButton
{
	display: block;
}
.formDeliveriesReportContainer .reportFormatsContainer	.formatRadioList .formatRadioButton label
{
	position: relative;
	top: -5px;
	font-weight: normal !important;
}
.formDeliveriesReportContainer .errorMessageContainer .errorMessage
{
	border: solid 1px red;
	padding: 5px;
	font-weight: normal;				
}
.formDeliveriesReportContainer .htmlReportTitle
{
	position: relative;
	padding: 15px 0 10px;
	text-align: center;
}
.formDeliveriesReportContainer .htmlReportTitle span
{
	position: relative;
	padding: 10px 70px;
	border: solid 2px #999999;
	color: blue;
	font-weight: bold;
	font-size: 1.1em;
	zoom: 1;
}
.formDeliveriesReportContainer .htmlReport
{
	margin: 0 auto;
	position: relative;
}
/* END FormDeliveriesReport.aspx Settings */ 

/* BEGIN UserAccessReport.aspx Settings */

.userAccessReportContainer
{
	padding: 15px;
}
.userAccessReportContainer fieldset 
{
	margin: 0;
	padding: 0;
}
.userAccessReportContainer .instructions 
{
	margin: 0 0 8px;
}
.userAccessReportContainer .submission
{
	margin-bottom: 0;
}
.userAccessReportContainer .filterContainer,
.userAccessReportContainer .reportFormatsContainer fieldset
{
	border: solid 1px #999999;
	padding: 10px;
}
.userAccessReportContainer .filterContainer legend
{
	color: blue;
	margin-bottom: 10px;
	padding: 0 5px;
}
.userAccessReportContainer .filterContainer .filterSection
{
	margin-bottom: 3px;
}
.userAccessReportContainer .filterContainer .filterSection label
{
	width: 160px;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}
.userAccessReportContainer .reportFormatsContainer		
{
	margin-top: 20px;
}
.userAccessReportContainer .reportFormatsContainer legend		
{
	padding: 0 5px;
}
.userAccessReportContainer .reportFormatsContainer	span.title
{
	display: block;
	width: 144px;
	text-align: right;
}
.userAccessReportContainer .reportFormatsContainer	.formatRadioList
{
	padding-left: 150px;
}
.userAccessReportContainer .reportFormatsContainer	.formatRadioList .formatRadioButton
{
	display: block;
}
.userAccessReportContainer .reportFormatsContainer	.formatRadioList .formatRadioButton label
{
	position: relative;
	top: -5px;
	font-weight: normal !important;
}
.userAccessReportContainer .errorMessageContainer .errorMessage
{
	border: solid 1px red;
	padding: 5px;
	font-weight: normal;				
}
.userAccessReportContainer .htmlReportTitle
{
	position: relative;
	padding: 15px 0 10px;
	text-align: center;
}
.userAccessReportContainer .htmlReportTitle span
{
	position: relative;
	padding: 10px 70px;
	border: solid 2px #999999;
	color: blue;
	font-weight: bold;
	font-size: 1.1em;
	zoom: 1;
}
.userAccessReportContainer .htmlReport
{
	margin: 0 auto;
	position: relative;
}
/* END UserAccessReport.aspx Settings */ 

/* Begin InventoryListEdit.aspx */

.layoutColumnButtons
{
	font-size: xx-small;
	font-weight: normal;
	width: 165px;
}

.layoutColumnButtons a
{
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
}

.layoutColumnButtons a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

.filterContainer .hiddenTextBox
{
	display: none;
}

/* End InventoryListEdit.aspx */

/* Begin SiteNavigation.aspx styles */
.sitenavigation .editMenuItemContainer
{
	margin-bottom: 10px;
	border: solid 1px #CCC;
}
.sitenavigation .editMenuItemContainer legend
{
	padding: 0 5px;
}
.sitenavigation .editMenuItemContainer .deleteMenuItemButton
{
	margin-left: 20px;
}
.sitenavigation .editMenuItemContainer .editMenuItem_submision .saveMenuItemButton
{
	margin-left: 75px;
}
.sitenavigation span.MenuItemTreeNodeEdit
{
	display: block;
	margin: 5px 0;
}
.sitenavigation span.MenuItemTreeNodeEdit div.editMenuItem_body
{
	padding: 7px 10px 10px;
}
.sitenavigation span.MenuItemTreeNodeEdit div.editMenuItem_body div
{
	margin-bottom: 3px;
}
.sitenavigation span.MenuItemTreeNodeEdit div.userMessagePanel
{
	margin-bottom: 5px;
}
.sitenavigation span.MenuItemTreeNodeEdit div.editMenuItem_submission
{
	margin-top: 10px;
}
.sitenavigation .generalInformation
{
	margin: 10px 0;
	width: 800px;
	color: #333;
	font-size: .9em;
	padding-left: 12px;
}
/* End SiteNavigation.aspx styles */

/* Begin LaunchpadEdit.aspx styles */

div.launchpadEditPage fieldset#customStyleSettings_container
{ 
	border: solid 1px #CCC; 
	margin: 0 15px 15px;
	padding: 10px; 
}
div.launchpadEditPage fieldset#customStyleSettings_container legend
{
	margin-bottom: 5px;
}
div.launchpadEditPage div.edit div label
{
	width: 173px;
}
div.launchpadEditPage div.edit fieldset#customStyleSettings_container label
{
	width: 147px;
}
div.launchpadEditPage div.edit div.buttons label, 
div.launchpadEditPage div.edit div.instruction label, 
div.launchpadEditPage .edit div.pageconfiguration label
{
	width: 115px;
}

/* End LaunchpadEdit.aspx styles */


/*****************************************************
***   BEGIN SiteOptions.aspx/CreateSite styles     ***
*****************************************************/
body.siteOptions .clear, #SiteWizardForm_CreateSite_FormDataEntry .clear
{
	clear: both;
	margin: 0;
   padding: 0;
   height: 0;
   font-size: 0;
}
body.siteOptions .content
{
	width: 958px;
}
body.siteOptions .content, body.siteOptions .sidebar-left
{	
	height: 672px;
}
body.siteOptions .option_container
{
   margin: 10px 0;
   padding-left: 20px;
}
body.siteOptions .option_body fieldset, 
#SiteWizardForm_CreateSite_FormDataEntry .option_body fieldset, 
#DealershipWizardForm_CreateSite_FormDataEntry .option_body fieldset
{
   border: solid 1px #999;
   width: 600px;
}
body.siteOptions .option_body .option_padder, 
#SiteWizardForm_CreateSite_FormDataEntry .option_body .option_padder,
#DealershipWizardForm_CreateSite_FormDataEntry .option_body .option_padder
{
   padding: 10px;
}
body.siteOptions .option_body .option_section, 
#SiteWizardForm_CreateSite_FormDataEntry .option_body .option_section,
#DealershipWizardForm_CreateSite_FormDataEntry .option_body .option_section
{
   margin-top: 5px;
}
body.siteOptions .option_body .option_section .section_title, 
#SiteWizardForm_CreateSite_FormDataEntry .option_body .section_title,
#DealershipWizardForm_CreateSite_FormDataEntry .option_body .section_title
{
	float: left;
   width: 230px;
   text-align: right;
   margin-right: 7px;
}
body.siteOptions .option_container .option_padder .errorMessage, 
#SiteWizardForm_CreateSite_FormDataEntry .option_container .option_padder .errorMessage,
#DealershipWizardForm_CreateSite_FormDataEntry .option_container .option_padder .errorMessage
{
   font-weight: normal;
}
body.siteOptions .mobileUrlMessage_container, 
#SiteWizardForm_CreateSite_FormDataEntry .mobileUrlMessage_container,
#DealershipWizardForm_CreateSite_FormDataEntry .mobileUrlMessage_container
{
   color: red;
}

body.siteOptions .optionTextBox, #SiteWizardForm_CreateSite_FormDataEntry .optionTextBox, #DealershipWizardForm_CreateSite_FormDataEntry .ooptionTextBox
{
   width: 200px;
}
body.siteOptions .TabPage, #SiteWizardForm_CreateSite_FormDataEntry .TabPage, #DealershipWizardForm_CreateSite_FormDataEntry .TabPage
{
	border: Solid 1pt Black;
	width: 800px;
	padding: 10px;
}
body.siteOptions .TabContent, #SiteWizardForm_CreateSite_FormDataEntry .TabContent, #DealershipWizardForm_CreateSite_FormDataEntry .TabContent
{
	margin: -7px 10px 10px 10px;
}

#SiteWizardForm_CreateSite_FormDataEntry .TabContent, #DealershipWizardForm_CreateSite_FormDataEntry .TabContent,
#SiteWizardForm_CreateSite_FormDataEntry .TabPage, #DealershipWizardForm_CreateSite_FormDataEntry .TabPage,
#SiteWizardForm_CreateSite_FormDataEntry .option_container, #DealershipWizardForm_CreateSite_FormDataEntry .option_container,
#SiteWizardForm_CreateSite_FormDataEntry .option_body fieldset, #DealershipWizardForm_CreateSite_FormDataEntry .option_body fieldset
{
	width: 500px;
}
#SiteWizardForm_CreateSite_FormDataEntry .option_body .section_title, #DealershipWizardForm_CreateSite_FormDataEntry .option_body .section_title
{
	width: 140px;
}

body.siteOptions .instruction, #SiteWizardForm_CreateSite_FormDataEntry .instruction
{
	padding: 10px;
}
body.siteOptions #chromeWheelsOption, body.siteOptions #clickPathOption, body.siteOptions #send2MobileOption,
#SiteWizardForm_CreateSite_FormDataEntry #chromeWheelsOption, #SiteWizardForm_CreateSite_FormDataEntry #clickPathOption, #SiteWizardForm_CreateSite_FormDataEntry #send2MobileOption,
#DealershipWizardForm_CreateSite_FormDataEntry #chromeWheelsOption, #DealershipWizardForm_CreateSite_FormDataEntry #clickPathOption, #DealershipWizardForm_CreateSite_FormDataEntry #send2MobileOption
{
	padding-left: 20px;
	margin: 10px 0 10px 0;
}

body.siteOptions #chromeWheelsOption label, #SiteWizardForm_CreateSite_FormDataEntry #chromeWheelsOption label, #DealershipWizardForm_CreateSite_FormDataEntry #chromeWheelsOption label
{
	padding-left: 31px;
}
body.siteOptions #clickPathOption label, #SiteWizardForm_CreateSite_FormDataEntry #clickPathOption label, #DealershipWizardForm_CreateSite_FormDataEntry #clickPathOption label
{
	padding-left: 27px;
}
/*****************************************************
***    END SiteOptions.aspx/CreateSite styles      ***
*****************************************************/

/*****************************************************
***   BEGIN Login.aspx|LoginControl.ascx styles    ***
*****************************************************/
.loginForm .loginForm_container 
{
	padding: 5px 0;
}
.loginForm .LoginFormLabel
{
	text-align: right;
	padding-right: 5px;
	width: 80px;
}
.loginForm .formSection
{
	margin-bottom: 2px;
}
.loginForm .formTitle
{
   float: left;
	width: 175px;
	text-align: right;
	margin-right: 2px;
	padding-right: 0;
}
.loginForm .formTextBox
{
	width: 200px;
	margin-right: 0;
}
.loginForm .formSubmission
{
	margin-top: 10px;
	padding-left: 180px;
}
.loginForm .formSubmission .changePasswordButton
{
	width: 134px;
	margin-left: 10px;
}
.loginForm .formSubmission .cancelButton
{
	margin-left: 30px;
}
.loginForm .validationSummary
{
	border: solid 1px red;
	font-weight: normal;
	font-size: 8pt;
	margin: 0 10px 10px;
	padding: 5px;
}
.loginForm .validationSummary ul
{
	margin: 0;
	padding: 0 0 0 23px;
}
html body .loginForm .LoginFormTable .validator
{
	font-size: 8pt;
}
html body .loginForm .loginForm_container .hidden
{
	display: none;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
/*****************************************************
***    END Login.aspx|LoginControl.ascx styles     ***
*****************************************************/


/********************************************************************
***  BEGIN ChangePassword.aspx|ChangePasswordControl.ascx styles  ***
********************************************************************/
.changePasswordForm .loginForm_container 
{
	padding: 5px 0;
}
.changePasswordForm .LoginFormLabel
{
	text-align: right;
	padding-right: 5px;
	width: 80px;
}
.changePasswordForm .formSection
{
	margin-bottom: 2px;
}
.changePasswordForm .LoginFormTable .formTitle
{
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 5px;
	padding-right: 0;
}
.changePasswordForm .formTextBox
{
	width: 200px;
	margin-right: 0;
}
.changePasswordForm .formSubmission
{
	margin-top: 10px;
	padding-left: 207px;
}
.changePasswordForm .formSubmission .cancelButton
{
	margin-left: 30px;
}
.changePasswordForm .validationSummary
{
	border: solid 1px red;
	font-weight: normal;
	font-size: 8pt;
	margin: 10px 10px 5px;
	padding: 5px;
}
.changePasswordForm .validationSummary ul
{
	margin: 0;
	padding: 0 0 0 23px;
}					  
html body .changePasswordForm .LoginFormTable .validator
{
	font-size: 8pt;
}
/********************************************************************
***  END ChangePassword.aspx|ChangePasswordControl.ascx styles    ***
********************************************************************/

/*******************************************
***  BEGIN SecurityRoleList.aspx styles  ***
*******************************************/
.securityRoleListPage .filter
{
	padding: 10px;
	margin: 0;
	margin-bottom: 30px;
}
.securityRoleListPage .filter legend
{
	padding: 0 5px;
}
.securityRoleListPage .filter .filterPadder
{
	padding: 10px;
}
.securityRoleListPage .filter .filterPadder .filterSection
{
	margin-bottom: 2px;
}
.securityRoleListPage .filter .filterSection .filterTitle
{
	width: 130px;
	text-align: right;
	margin-right: 3px;
}
.securityRoleListPage .filter .filterSubmission
{
	margin-top: 5px;
	padding-left: 136px;
}
.securityRoleListPage .list .columnHeader
{
	text-decoration: underline;
	font-weight: bold;
	color: #333;
	font-famliy: Verdana, Arial, Tahoma;
	font-size: x-small;
}
.securityRoleListPage .list .securityRoleColumn
{
	width: 230px;	
}
.securityRoleListPage .list .associatesColumn
{
	padding: 0 15px; 			
}
/*******************************************
***  END SecurityRoleList.aspx styles  ***
*******************************************/

/*******************************************
***  BEGIN SecurityRoleEdit.aspx styles  ***
*******************************************/
html body.securityRoleEditPage .edit .clear
{
	clear: both;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}
html body.securityRoleEditPage .edit div
{
	padding: 0;
}
.securityRoleEditPage .edit .form
{
	margin-bottom: 15px;
}
.securityRoleEditPage .edit .form .lastEditSection
{
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	font-size: x-small;
}
.securityRoleEditPage .edit .form .formSection
{
	margin-bottom: 2px;
	padding: 0;
}
.securityRoleEditPage .edit .form .formSection .securityRoleNameTextBox
{
	width: 503px;
}			
.securityRoleEditPage .edit .form .formTitle
{
	width: 130px; 
	text-align: right;
	margin-right: 3px;
	float: left;
}
.securityRoleEditPage .edit .form .formSubmission
{
	margin-top: 5px;
	padding-left: 136px;
}
.securityRoleEditPage .edit .form .formSubmission .deleteSecurityRoleButton
{
	margin-left: 335px;
}
.securityRoleEditPage .edit .form .validationSummary
{
	padding-left: 136px;
	margin-bottom: 5px;
	font-weight: normal;
}
.securityRoleEditPage .edit .formList_container
{
}
.securityRoleEditPage .edit .formList_controls .formListControl
{
	cursor: pointer;
	margin-right: 5px;
	text-decoration: underline;
}
.securityRoleEditPage .edit .formList_container .formList_controls 
{
	margin-bottom: 5px;
	padding-left: 10px;
}
.securityRoleEditPage .edit .formList .columnHeader
{
	text-decoration: underline;
	font-weight: bold;
	color: #333;
	font-famliy: Verdana, Arial, Tahoma;
	font-size: x-small;
}
.securityRoleEditPage .edit .formList .columnHeader label
{
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
}
html body.securityRoleEditPage .edit #formList tr th
{
	padding: 3px 0;
}
.securityRoleEditPage .edit #formList .allowAccessColumn .columnContentContainer,
.securityRoleEditPage .edit #formList .adminPageNameColumn .columnContentContainer,
.securityRoleEditPage .edit #formList .adminPagePathColumn .columnContentContainer
{
	display: block;
	padding: 0 5px;	
}
.securityRoleEditPage .edit #formList .allowAccessColumn .columnContentContainer
{
	text-align: center;
	width: 75px;
}
.securityRoleEditPage .edit #formList .adminPageNameColumn .columnContentContainer
{
	width: 270px;
}
.securityRoleEditPage .edit #formList .adminPagePathColumn .columnContentContainer
{
	width: 500px;
} 			
.securityRoleEditPage .edit #formList .formListTableContainers
{
	width: 850px;
	padding: 0;
	margin: 0;
}
.securityRoleEditPage .edit #formList #formListContentContainer
{
	width: 857px;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*******************************************
***   END SecurityRoleEdit.aspx styles   ***
*******************************************/

/*******************************************
***    BEGIN EmployeeEdit.aspx styles    ***
*******************************************/
.employeeEditPage .clear
{
	clear: both;
	font-size: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.employeeEditPage #form
{
	margin-bottom: 15px;
}
.employeeEditPage #form
{
	position: relative;
}			
.employeeEditPage #form .formLeft,						
.employeeEditPage #form .formRight
{
	float: left;
	margin-right: 15px;
	width: 435px;
}
.employeeEditPage #form .formRight
{
	width: 500px;
	margin-right: 0;
}
.employeeEditPage #form .formLeft .validationSummary
{
	margin: 5px 0;
	border: solid 1px #b22222;
	color: #b22222;
	font-size: x-small;
}
.employeeEditPage #form .formLeft .validationSummary ul
{
	margin: 0;
	padding: 0 0 0 23px;
}
.employeeEditPage #form .formLeft .error,
.employeeEditPage #form .formLeft .Validator
{
	color: #b22222 !important;
}
.employeeEditPage #form .formLeft .formSection
{
	margin-bottom: 2px;
}
.employeeEditPage #form .formLeft .formTitle,
.employeeEditPage #form .formLeft .associateActiveCheckBox label
{
	width: 150px;
	text-align: right;
	margin-right: 2px;
}
.employeeEditPage #form .formLeft .formTextBox
{
	width: 250px;
	margin-right: 0;
}
.employeeEditPage #form .formLeft .associateEmailAlreadyExistsPanel
{
	font-size: 8pt;
	font-weight: normal;
	margin: 2px 0;
	padding: 2px 5px;
	color: red;
	border: solid 1px #b22222;
}
.employeeEditPage #form .formLeft .formSubmission
{
	margin-top: 5px;
	padding-left: 155px;
}
.employeeEditPage #form .formLeft .Validator
{
	margin: 0;
	padding: 0;
	padding-left: 3px;
	cursor: help;
}			
.employeeEditPage #form .formRight fieldset#associateTimestampsContainer
{
	border: solid 1px #999;
	padding: 0;
}
.employeeEditPage #form .formRight fieldset#associateTimestampsContainer legend
{
	padding: 0 5px;
} 			
.employeeEditPage #form .formPadder
{
	padding: 10px 10px 25px;
}
.employeeEditPage #form .formRight .dataSection
{
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.employeeEditPage #form .formRight .dataTitle
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
}
.employeeEditPage #formList table th.assignRoleColumn span,
.employeeEditPage #formList table th.roleNameColumn span,
.employeeEditPage #formList table th.roleDescriptionColumn span
{
	font-size: x-small;
	text-decoration: underline;			
}
.employeeEditPage #formList table .assignRoleColumn,
.employeeEditPage #formList table .roleNameColumn,
.employeeEditPage #formList table .roleDescriptionColumn
{
	padding: 0 5px;			
}
.employeeEditPage #formList table .assignRoleColumn span
{
	display: block;				
	text-align: center;				
}
.employeeEditPage #formList table .assignRoleColumn
{
	text-align: center;				
}
.employeeEditPage #formList table .roleNameColumn
{
	width: 250px;
}
/*******************************************
***     END EmployeeEdit.aspx styles     ***
*******************************************/

/*******************************************
***   BEGIN EmployeeList.aspx styles   ***
*******************************************/
.employeeListPage .filter fieldset legend
{
	padding: 0 5px;
}
.employeeListPage label 
{
	width: 75px
}
.employeeListPage .filter .filterRow
{
	position: relative;
	margin-bottom: 2px;
}
.employeeListPage .filter .filterRow .filterLabel
{
	display: block;
	float: left;
	width: 135px;
	text-align: right;
	margin-right: 3px;
}
.employeeListPage .filter .filterRow input
{
	width: 200px;
}
.employeeListPage .filter .filterRow select
{
	width: 201px;
}
.employeeListPage .filter .clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
.employeeListPage .filter .filterSubmission
{
	padding-left: 128px;
	margin: 7px 0 10px;
}
.employeeListPage .list .centerColumn
{
	text-align: center;
}
.employeeListPage .securityRolesListBox
{
	margin: 2px 0;
}
.employeeListPage .columnHeader 
{
	font-size: x-small;
	text-decoration: underline;
	padding: 0 5px;
}
/*******************************************
***    END EmployeeList.aspx styles      ***
*******************************************/

/*******************************************
***    BEGIN FeatureList.aspx styles      ***
*******************************************/
body.featureListPage .clear
{
   clear: both;
   height: 0;
   margin: 0;
   padding: 0;
   font-size: 0;
}	
body.featureListPage fieldset
{
   margin: 0;
   padding: 0;
}
body.featureListPage .filters_container
{
   padding: 10px;  
}	
body.featureListPage .filterSection
{
   float: left;
   text-align: left;
   margin-right: 5px;
}
body.featureListPage .filterSection .featureItemNumberTextBox
{
   width: 70px;
}                         
body.featureListPage .filterSection .featureNameTextBox
{
   width: 170px;
}
body.featureListPage .filterSection .featureCategoryDropDownList,
body.featureListPage .filterSection .featureIsActiveDropDownList
{
   width: 100px;
}
body.featureListPage .filterSubmission
{
   margin-top: 5px;
}
body.featureListPage .filterSection .filterTitle
{
   display: block;
   padding: 0;
   padding-left: 5px;            
   margin-bottom: 3px;
   font-weight: bold;
   text-align: left;
}
body.featureListPage table#featureDataItemsTable .featureItemNumberColumn,
body.featureListPage table#featureDataItemsTable .featureIsActiveImageColumn,
body.featureListPage table#featureDataItemsTable .featureCategoryColumn
{
   text-align: center;
}
body.featureListPage table#featureDataItemsTable .featureItemNumberColumn,
body.featureListPage table#featureDataItemsTable .featureIsActiveImageColumn
{
   width: 60px;
}
body.featureListPage table#featureDataItemsTable .featureNameColumn
{
   text-align: left;
   width: 200px;
   padding-left: 10px;
}
body.featureListPage table#featureDataItemsTable .featureControlLibraryColumn
{
   text-align: left;
   padding-left: 10px;
   width: 300px;
}
body.featureListPage table#featureDataItemsTable .featureCategoryColumn
{
   width: 80px;
}         
body.featureListPage table#featureDataItemsTable td div
{
   padding: 0;
   margin: 0;
}
body.featureListPage table#featureDataItemsTable .columnHeader
{
	font-size: x-small;
	text-decoration: underline;
}
/*******************************************
***    END FeatureList.aspx styles       ***
*******************************************/

/*******************************************
***   BEGIN FeatureEdit.aspx styles      ***
*******************************************/
body.featureEditPage .clear
{
   clear: both;
   height: 0;
   margin: 0;
   padding: 0;
   font-size: 0;
}
body.featureEditPage .errorMessage
{
   color: red;
}
body.featureEditPage .userMessage_container
{
   padding: 10px;
   color: blue;
}
body.featureEditPage a
{
   cursor: pointer;
}
body.featureEditPage .lastEditPersonInformation_container
{
   text-align: right;
   padding-right: 15px;
}
body.featureEditPage .validationSummary
{
   border: solid 1px red;
   margin-bottom: 10px;
}
body.featureEditPage .validationSummary ul
{
   margin: 0;
   margin: 5px;
   padding: 0;
   padding-left: 23px;
}
body.featureEditPage .instruction
{
   margin-bottom: 10px;
}
body.featureEditPage .form_section
{
   margin: 3px 0 0;
}
body.featureEditPage .form_section .form_title 
{
   display: block;
   float: left;
   width: 175px;
   text-align: right;
   margin-right: 5px;
   font-weight: bold;
   padding-bottom: 0;
}
body.featureEditPage .form_section .readOnlyLabel
{
   position: relative;
   top: 4px;
   font-weight: normal;
}
body.featureEditPage .featureItemNumberTextBox
{
   width: 100px;
}
body.featureEditPage .featureNameTextBox
{
   width: 300px;
}
body.featureEditPage span.featureIsActiveCheckBox,
body.featureEditPage span.featureIsQuantityRequiredCheckBox
{
   display: block;
}
body.featureEditPage span.featureIsActiveCheckBox label,
body.featureEditPage span.featureIsQuantityRequiredCheckBox label
{
   width: 175px;
   text-align: right; 
   margin-right: 5px;            
}
body.featureEditPage .form_submission
{
   padding-left: 182px;
   margin-top: 15px;
}
body.featureEditPage .featureControlLibraryConfigurationSectionPanel
{
   margin-top: 15px;
   padding: 0 15px;
}
body.featureEditPage .featureControlLibraryConfigurationSectionPanel .controlLibraryEditHyperLink
{
   position: relative;
   top: -5px;
   text-decoration: underline;
   font-weight: bold;
   margin-left: 10px;
}
body.featureEditPage .controlLibraryConfigurationSection_fieldset
{
   border: solid 1px #999;
	display: inline;
}
body.featureEditPage .controlLibraryConfigurationSection_fieldset .header_container .headerLeft,
body.featureEditPage .controlLibraryConfigurationSection_fieldset .header_container .headerRight
{
   float: left;
   width: 350px;
}
body.featureEditPage .controlLibraryConfigurationSection_fieldset .header_container .headerRight
{
   float: right;
   text-align: right;
   padding-right: 10px;
}
body.featureEditPage .featureControlLibraryDataControlTypeColumn
{
   width: 200px;
   text-align: left;
   padding: 0 10px;
}
body.featureEditPage .featureControlLibraryDataControlsValueColumn
{
   width: 475px;
   text-align: left;
   padding: 0 10px;
}
body.featureEditPage .featureControlLibraryDataEditButtonColumn,
body.featureEditPage .featureControlLibraryDataDeleteButtonColumn
{
   width: 70px;
   text-align: center;
}
body.featureEditPage .featureControlLibraryDataEditButtonColumn
{
   width: 50px;
}
body.featureEditPage a#editFeatureControlLibraryDataItemLink
{
   text-decoration: none;
}
body.featureEditPage a#editFeatureControlLibraryDataItemLink img
{
   border: none;
}
/*******************************************
***      END FeatureEdit.aspx styles      ***
*******************************************/

/******************************************************
***   BEGIN FeatureControlLibraryEdit.aspx styles   ***
******************************************************/
 body.featureControlLibraryEditPage .clear
{
   clear: both;
   height: 0;
   margin: 0;
   padding: 0;
   font-size: 0;
}
body.featureControlLibraryEditPage a
{
   cursor: pointer;
}
body.featureControlLibraryEditPage .lastEditPersonInformation_container
{
   text-align: right;
   padding-right: 15px;
}
body.featureControlLibraryEditPage .instruction
{
   margin-bottom: 10px;
}
body.featureControlLibraryEditPage .form_section
{
   margin: 10px 0;
}
body.featureControlLibraryEditPage .form_section .form_title 
{
   display: block;
   float: left;
   width: 175px;
   text-align: right;
   margin-right: 5px;
   font-weight: bold;
}
body.featureControlLibraryEditPage .form_section .readOnlyLabel
{
   position: relative;
   top: 4px;
   font-weight: normal;
}
body.featureControlLibraryEditPage .form_submission
{
   padding-left: 175px;
}
body.featureControlLibraryEditPage .featureControlLibrary_container
{
   margin-top: 30px;
}
body.featureControlLibraryEditPage .featureControlLibrary_container fieldset#selectLibrary
{
   border: solid 1px #CCC; 
   padding: 0;
}
body.featureControlLibraryEditPage .featureControlLibrary_container .selectLibrary_container
{
   padding: 15px;   
}
body.featureControlLibraryEditPage .content
{
   position: relative;
   width: auto !important;
} 
body.featureControlLibraryEditPage .content h1
{
   width: auto;
}
body.featureControlLibraryEditPage #container #menu
{
   width: auto;
}
body.featureControlLibraryEditPage #container #banner,
body.featureControlLibraryEditPage #adminmenu table
{
   width: auto !important;
}
/****************************************************
***   END FeatureControlLibraryEdit.aspx styles   ***
****************************************************/

/**************************************************************
***   BEGIN ShowroomEdit.aspx|EvoxGalleryEdit.aspx styles   ***
**************************************************************/
body.ShowroomEditPage .page .edit .ShowroomVehicleList fieldset
{
	border: 1px solid #000;
}

body.EvoxGalleryEditPage .VehicleList *,
body.ShowroomEditPage .VehicleList *,
body.ShowroomTabSettingsPage .TabRepeater *
{
	zoom: 1;
}

body.EvoxGalleryEditPage .Clear,
body.ShowroomEditPage .Clear,
body.ShowroomTabSettingsPage .Clear
{
	clear: both;
}

body.EvoxGalleryEditPage .RemoveAllButton,
body.ShowroomEditPage .RemoveAllButton
{
	margin-left: 50px;
}

body.EvoxGalleryEditPage .VehicleColumn,
body.ShowroomEditPage .VehicleColumn
{
	width: 175px;
	overflow: hidden;
}

body.EvoxGalleryEditPage .TrimColumn,
body.EvoxGalleryEditPage .TrimColumn Select,
body.ShowroomEditPage .TrimColumn,
body.ShowroomEditPage .TrimColumn Select
{
	width: 240px;
}

body.EvoxGalleryEditPage .StyleColumn,
body.EvoxGalleryEditPage .StyleColumn Select,
body.ShowroomEditPage .StyleColumn,
body.ShowroomEditPage .StyleColumn Select
{
	width: 385px;
}

body.EvoxGalleryEditPage .RemoveColumn,
body.ShowroomEditPage .RemoveColumn,
body.EvoxGalleryEditPage .VehicleList .VehicleDeleteLink,
body.ShowroomEditPage .VehicleList .VehicleDeleteLink
{
	float: right;
}

body.EvoxGalleryEditPage .RemoveColumn,
body.ShowroomEditPage .RemoveColumn
{
	width: 50px;
	_width: 28px;
}

body.EvoxGalleryEditPage .VehicleListHeader .VehicleColumn,
body.ShowroomEditPage .VehicleListHeader .VehicleColumn
{
	margin-left: 15px;
	_margin-left: 0;
}

body.EvoxGalleryEditPage .Column,
body.ShowroomEditPage .Column
{
	float: left;
	white-space: nowrap;
	margin: 0 3px 0 6px;
	_margin: 0 3px 0 0;
	text-align: left;
}

body.EvoxGalleryEditPage .VehicleListHeader .Column,
body.ShowroomEditPage .VehicleListHeader .Column
{
	text-align: center;
}

body.EvoxGalleryEditPage .page .edit Fieldset .VehicleList div,
body.ShowroomEditPage .page .edit Fieldset .VehicleList div,
body.ShowroomTabSettingsPage .page .edit Fieldset .VehicleList div
{
	padding-bottom: 0;
	padding-top: 0;
}

body.EvoxGalleryEditPage .Outer, 
body.EvoxGalleryEditPage .Inner, 
body.EvoxGalleryEditPage .MainContent,
body.ShowroomEditPage .Outer, 
body.ShowroomEditPage .Inner, 
body.ShowroomEditPage .MainContent,
body.ShowroomTabSettingsPage .Outer, 
body.ShowroomTabSettingsPage .Inner, 
body.ShowroomTabSettingsPage .MainContent
{
	height: 28px;
	line-height: 28px;
}

body.EvoxGalleryEditPage .Outer,
body.ShowroomEditPage .Outer,
body.ShowroomTabSettingsPage .Outer,
body.EvoxGalleryEditPage .Conflicted,
body.ShowroomEditPage .Conflicted
{
	display: inline;
	margin: 3px;
}

body.EvoxGalleryEditPage .Outer,
body.ShowroomEditPage .Outer,
body.ShowroomTabSettingsPage .Outer
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_LeftCap.png) no-repeat left -28px;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_LeftCap.gif) no-repeat left -28px;
}

body.ShowroomEditPage .TabRepeater .Outer
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_LeftCap.png) no-repeat left 0;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_LeftCap.gif) no-repeat left 0;
	color: #FFF;
}

body.EvoxGalleryEditPage .Conflicted,
body.ShowroomEditPage .Conflicted
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_Red_LeftCap.png) no-repeat left -28px;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_Red_LeftCap.gif) no-repeat left -28px;
}

body.EvoxGalleryEditPage .Active,
body.ShowroomEditPage .Active,
body.ShowroomTabSettingsPage .Active
{
	background-position: left 0;
}

body.ShowroomEditPage .TabRepeater .Active,
body.ShowroomEditPage .TabRepeater .Selected
{
	background-position: left -28px;
}

body.EvoxGalleryEditPage .Inner,
body.ShowroomEditPage .Inner,
body.ShowroomTabSettingsPage .Inner
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_RightCap.png) no-repeat right -28px;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_RightCap.gif) no-repeat right -28px;
	padding-right: 14px;
}

body.ShowroomEditPage .TabRepeater .Inner
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_RightCap.png) no-repeat right 0;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_RightCap.gif) no-repeat right 0;
	color: #FFF;
}

body.EvoxGalleryEditPage .Conflicted .Inner,
body.ShowroomEditPage .Conflicted .Inner
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_Red_RightCap.png) no-repeat right -28px;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_Red_RightCap.gif) no-repeat right -28px;
	padding-right: 14px;
}

body.EvoxGalleryEditPage .Active .Inner,
body.ShowroomEditPage .Active .Inner,
body.ShowroomTabSettingsPage .Active .Inner
{
	background-position: right 0;
}

body.ShowroomEditPage .TabRepeater .Active .Inner,
body.ShowroomEditPage .TabRepeater .Selected .Inner
{
	background-position: right -28px;
}

body.EvoxGalleryEditPage .MainContent,
body.ShowroomEditPage .MainContent,
body.ShowroomTabSettingsPage .MainContent
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_Middle.png) repeat-x center -28px;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_Middle.gif) repeat-x center -28px;
	margin-left: 11px;
	color: #FFF;
}

body.ShowroomEditPage .TabRepeater .MainContent
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_Middle.png) repeat-x center 0;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_Middle.gif) repeat-x center 0;
	color: #FFF;
}

body.EvoxGalleryEditPage .Conflicted .MainContent,
body.ShowroomEditPage .Conflicted .MainContent
{
	background: url(/Images/EmployeeAdmin/DragDropRepeater_Red_Middle.png) repeat-x center -28px;
	_background: url(/Images/EmployeeAdmin/DragDropRepeater_Red_Middle.gif) repeat-x center -28px;
	margin-left: 11px;
	color: #FFF;
}

body.EvoxGalleryEditPage .Active .MainContent,
body.ShowroomEditPage .Active .MainContent,
body.ShowroomTabSettingsPage .Active .MainContent
{
	background-position: center 0;
}

body.ShowroomEditPage .TabRepeater .Active .MainContent,
body.ShowroomEditPage .TabRepeater .Selected .MainContent
{
	background-position: center -28px;
}

body.ShowroomEditPage .TabRepeater .MainContent
{
	line-height: 20px;
}

body.ShowroomEditPage .TabRepeater
{
	height: 22px;
	overflow: hidden;
	margin-left: 5px;
	float: left;
}

body.ShowroomEditPage .TabRepeater .MainContent a
{
	color: #FFF;
	text-decoration: none;
}

body.EvoxGalleryEditPage select,
body.EvoxGalleryEditPage .VehicleList .VehicleDeleteLink,
body.ShowroomEditPage select,
body.ShowroomEditPage .VehicleList .VehicleDeleteLink,
body.ShowroomTabSettingsPage .TabRepeater .TabNameColumn input
{
	margin-top: 3px;
	_margin-top: 2px;
}

body.ShowroomEditPage .EditLabels
{
	line-height: 26px;
	margin-left: 100px;
	float: left;
}

body.ShowroomTabSettingsPage .TabRepeater
{
	width: 450px;
	padding: 25px;
	clear: both;
}

body.ShowroomTabSettingsPage .TabRepeater .Outer,
body.ShowroomTabSettingsPage .TabRepeater .Column
{
	float: left;
	white-space: nowrap;
}

body.ShowroomTabSettingsPage .TabRepeater .TabColumn
{
	width: 100px;
}

body.ShowroomTabSettingsPage .TabRepeater .TabNameColumn,
body.ShowroomTabSettingsPage .TabRepeater .TabNameColumn input
{
	width: 200px;
}

/************************************************************
***   END ShowroomEdit.aspx|EvoxGalleryEdit.aspx styles   ***
************************************************************/


/********************************************************
*****		BEGIN ROI Reports Styles
********************************************************/

body.ROIRollupReport .SearchCriteria
{
	background: #FFF;
	border: 2px solid #999;
	width: 500px;
	float: left;
	margin: 10px;
}

body.ROIRollupReport .SearchCriteria div, body.ROISummaryReport .SearchCriteria div
{
	padding: 5px;
	text-align: left;
	margin: 5px;
}

body.ROIRollupReport .SearchCriteria label, body.ROISummaryReport .SearchCriteria label
{
	width: 275px;
	text-align: right;
}

body.ROISummaryReport .SearchCriteria label
{
	width: 275px;
	text-align: left;
}

body.ROIRollupReport .SearchCriteria select, body.ROISummaryReport .SearchCriteria .DateSelector
{
	width: 175px;
}

body.ROIRollupReport .SearchButton, body.ROISummaryReport .SearchButton
{
	width: 100px;
	margin-left: 175px;
}

body.ROIRollupReport .ClearButton, body.ROISummaryReport .ClearButton
{
	width: 100px;
	margin-left: 20px;
}

body.ROIRollupReport .ResultsTable, body.ROISummaryReport .ResultsTable
{
	clear: both;
	border-collapse: collapse;
	border: 2px solid #000;
	margin: 10px;
}

body.ROIRollupReport .ResultsTable th, body.ROIRollupReport .ResultsTable td, body.ROISummaryReport .ResultsTable th, body.ROISummaryReport .ResultsTable td
{
	border: 1px solid #000;
	padding: 4px;
}

body.ROIRollupReport .ResultsTable th, body.ROIRollupReport .ResultsTable th a, body.ROIMatchSummaryReport .ResultsTable th, body.ROIMatchSummaryReport .ResultsTable th a
{
	color: #FFF;
	background-color: #777;
	filter: none;
}

body.ROIRollupReport .ResultsTable tbody tr td a, body.ROIMatchSummaryReport .ResultsTable tbody tr td a
{
	color: #000;
}

body.ROIRollupReport .Stats
{
	width: 300px;
	margin: 50px 10px 10px 10px;
}

body.ROIRollupReport .Stats label
{
	width: 200px;
	text-align: right;
}

body.ROIRollupReport .Stats span
{
	width: 40px;
	text-align: right;
	padding: 4px;
	font-weight: bold;
}
 
body.ROISummaryReport .SearchCriteria
{
	background: #FFF;
	border: 2px solid #999;
	width: 650px;
	float: left;
	margin: 10px;
}

body.ROISummaryReport .SearchCriteria label
{
	width: 200px;
}

body.ROISummaryReport .SearchCriteria .SearchTypeList label
{
	width:auto;
}

body.ROISummaryReport .ResultsTable .DataRow
{
	background-color: #FFF;
}

body.ROISummaryReport .ResultsTable .HeaderRow
{
	background-color: #999;
}

body.ROISummaryREport .ResultsTable td
{
	text-align: center;
}

body.ROISummaryReport .ResultsTable .HeaderRow td
{
	color: #FFF;
	font-weight: bold;
}

body.ROISummaryReport .ResultsTable .HeaderRow .DescriptorCell
{
	width: 400px;
}

body.ROISummaryReport .ReportLinks, body.ROIMatchSummaryReport .ReportLinks
{
	margin-left: 650px;
	padding: 15px;
}

body.ROISummaryReport .ReportLinks input, body.ROIMatchSummaryReport .ReportLinks input
{
	width: 180px;
	height: 25px;
	display: block;
	margin: 10px;
}

body.ROISummaryReport .ReportDescriptor, body.ROIMatchSummaryReport .ReportDescriptor
{
	margin: 12px;
}

body.ROISummaryReport .ReportDescriptor span, body.ROIMatchSummaryReport .ReportDescriptor, .ROIMatchSummaryReport .SearchDetails span
{
	font-weight: bold;
}
	
body.ROISummaryReport .SplitLeft
{
	float: left;
}

body.ROISummaryReport .SplitRight
{
	float: right;
}

body.ROISummaryReport .ResultsTable td.Left
{
	text-align: left;
	
}

body.ROISummaryReport .ResultsTable .noRightBorder
{
	border-right: 0;
}

body.ROISummaryReport .ResultsTable .noLeftBorder
{
	border-left: 0;
}

body.ROIMatchSummaryReport .SearchDetails
{
	background-color: #FFF;
	width: 650px;
	float:left;
	margin: 5px;
	border: 2px solid #999;
	padding: 6px;
}

body.ROIMatchSummaryReport .DealCount
{
	clear: both;
	margin: 5px;
	font-weight: bold;
}

body.ROIMatchSummaryReport .ResultsTable, body.ROIMatchSummaryReport .ResultsTable tr, body.ROIMatchSummaryReport .ResultsTable td
{
	border: 2px solid #000;
	border-collapse: collapse;
	padding: 4px 7px;
	vertical-align:top;
	text-align: center;
}

body.ROIMatchSummaryReport .AlternatingItem, body.ROIMatchDetailsReport .LeadData .AlternatingItem
{
	background-color: #DDD;
}

body.ROIMatchSummaryReport .ResultsTable
{
	margin: 10px;
}

body.ROIMatchSummaryReport .SearchDetails div
{
	padding: 3px;
}

body.ROIMatchSummaryReport .SearchDetails div label, body.ROIMatchSummaryReport .SearchDetails div span
{
	width: 250px;
	text-align: left;
	padding: 4px;
}

body.ROIMatchDetailsReport .ReportLinks input
{
	width: 180px;
	padding: 2px;
	margin: 5px;
}

body.ROIMatchDetailsReport .ReportLinks a
{
	color: #000;
}

body.ROIMatchDetailsReport .ReportLinks
{
	width: 800px;
	padding: 5px;
	display: inline;
}

body.ROIMatchDetailsReport .ReportLinks .DealInfo
{
	padding: 5px;
	float: left;
}

body.ROIMatchDetailsReport .ReportLinks .DealInfo span
{
	font-weight: bold;
}

body.ROIMatchDetailsReport .ReportLinks .DealLinks
{
	padding: 5px;
	float: right;
}

body.ROIMatchDetailsReport .LeadInfo
{
	padding: 8px;
	font-weight: bold;
}

body.ROIMatchDetailsReport .DealData, body.ROIMatchDetailsReport .LeadData
{
	width: 800px;
	border: 3px solid #000;
	border-collapse: collapse;
	margin: 8px;
}

body.ROIMatchDetailsReport .DealData th, body.ROIMatchDetailsReport .DealData td
{
	border: 2px solid #000;
	padding: 3px;
}

body.ROIMatchDetailsReport .LeadData th, body.ROIMatchDetailsReport .LeadData td
{
	border: 1px solid #000;
	padding: 3px;
}

body.ROIMatchDetailsReport .DealData .HeaderRow
{
	background-color: #888;
}

body.ROIMatchDetailsReport .DealData .HeaderRow td
{
	color: #FFF;
	font-weight: bold;
}

body.ROIMatchDetailsReport .LeadData .DataType
{
	width: 180px;
	font-weight: bold;
}

body.ROIMatchDetailsReport .LeadData .ItemMatch
{
	background-color: #9CF;
}

body.ROIRollupReport .EndPage, body.ROISummaryReport .EndPage
{
	clear: both;
}

/********************************************************
*****		BEGIN ClickChatBuy Styles
********************************************************/

body.clickChatBuyEdit .clickChatBuyOptions
{
	padding: 25px;
}

body.clickChatBuyEdit .clickChatBuyOptions label, body.clickChatBuyEdit .clickChatBuyOptions .dataColumn
{
	width: 150px;
}

body.clickChatBuySettings .chatDepartments
{
	border: Solid 1pt Black;
	padding: 20px;
}

body.clickChatBuySettings .chatDepartments .clickChatBuyInstructions
{
	padding: 10px;
}

body.clickChatBuySettings .chatDepartments .javaScriptTextBox
{
	height: 60px;
	width: 600px;
}

body.clickChatBuySettings .chatDepartments .labelColumn
{
	font-weight: bold;	
	vertical-align: top; 
}

body.clickChatBuySettings .chatDepartments .dataColumn
{
	vertical-align: middle;
}

body.clickChatBuySettings .chatDepartments .linkColumn
{
	vertical-align: top;
	width: 50px; 
}

body.clickChatBuySettings .chatDepartments .linkColumn a
{
	margin-bottom: 15px;
	display: block;	
}

body.clickChatBuySettings .chatDepartments .addLink
{
	text-decoration: underline;
}

body.clickChatBuySettings .clickChatBuyPreview
{
	position: absolute;
	top: 400px;
	left: 300px;
	height: 200px;
	width: 300px;
	display: none;
	border: Solid 1pt Black;
}

body.clickChatBuyList .filter label
{
	width: 150px;
}

body.clickChatBuyList .filter select
{
	width: 225px;
}

body.clickChatBuyList .filter .buttons
{
	margin-left: 50px;
}

body.clickChatBuyList .filter .buttons input
{
	width: 100px;
}

body.clickChatBuyList .list .searchResults tbody td
{
	width: 200px;
}

body.clickChatBuyList .list .searchResults .firstColumn
{
	width: auto;
}

/********************************************************
*****		BEGIN ThemeEdit.aspx Styles
********************************************************/

body.themeEdit .edit label
{
	width: 125px;
}

body.themeEdit .edit .themeAttributes label
{
	width: 100px;
}
body.themeEdit .edit .themeAttributes .extendedLabel
{
	width: 202px;
}
body.themeEdit .edit .themeAttributes .column1
{
	float: left;
	margin-right: 75px;
}

/********************************************************
*****		BEGIN SiteManagement.aspx Styles
********************************************************/
body.siteManagement table tr td label#PhoneLabel
{
	padding-right: 0;
}
body.siteManagement .lightBulbInfo
{
	display: none;
	position: absolute;
	width: auto;
	font-size: 0;
	font-weight: normal;
	height: 0;
	overflow: hidden;
	color: #5c89c2;
	background-color: #FFF;
	border: solid 1px #5c89c2;
	z-index: 15;
}
body.siteManagement .lightBulbInfo_active, body.siteManagement .lightBulbInfo_active li
{
	text-align: left;
	display: block;
	height: auto;
	font-size: 8pt;
}
body.siteManagement #CallTrackingLightbulbPlaceholder, body.siteManagement .callTrackingButton
{
	margin-left: 5px;
	float: left;
}
body.siteManagement #CallTrackingLightBulbInfo
{
	position: absolute;
}
/********************************************************
*****		BEGIN FormLogDetail.aspx Styles
********************************************************/
body.formLogDetails label 
{ 
	width: 145px; 
}
body.formLogDetails .buttons input
{
	float: left;
}
body.formLogDetails .previousNextLinks
{ 
	float: right;
	margin-right: 15px;
}
body.formLogDetails .heading label 
{ 
	vertical-align: middle; 
}
body.formLogDetails .column1 
{ 
	float: left; 
}	
body.formLogDetails .heading, body.formLogDetails .settings 
{ 
	padding: 10px; 
}

/********************************************************
*****		BEGIN UrlEdit.aspx Styles
********************************************************/
body.urlEdit span.errorMessage
{
	padding: 5px;
	border: solid 1px red;
	font-weight: normal;
	color: #B22222;
}
body.urlEdit .errorLabel
{
	font-weight: bold;
	color: red;
}
body.urlEdit .errorContainer
{
	margin: 5px 0 10px;
}
body.urlEdit .labelColumn
{
	font-weight: bold;
	width: 100px;
	text-align: right;
}
body.urlEdit .dataRow
{	
	line-height: 20px;
	vertical-align: text-bottom;	
}

/*****************************************************
***   BEGIN SpecialEdit.aspx							   ***
*****************************************************/

body.specialEdit label 
{
	width: 210px;
	margin-right: 0px;
}

body.specialEdit .webeditor
{ 
	margin-left: 125px;
	margin-top: -25px;
}

body.specialEdit .formtextbox
{
	width: 400px
}

body.specialEdit .page .edit fieldset .validation
{
	padding: 0;
	margin: 0;
}

body.specialEdit .dates span img
{
	margin-top: 3px;
}

body.specialEdit #DefaultCheckBox
{
	width: 12px;
	height: 12px;
}

body.specialEdit #DefaultPanel span
{
	margin-top: -3px;
	padding: 4px 0;
	height: 12px;
}

body.specialEdit #DeactivateIfSoldPanel span
{
	margin-top: -3px;
}

body.specialEdit #DeactivateIfSoldPanel span input
{
	height: 22px;
}

body.specialEdit #DeactivateIfSoldPanel span label,
body.specialEdit #DefaultPanel span label
{
	text-align: left;
	width: auto;
	height: 18px;
	padding: 0;
	margin-right: 10px;
}

body.specialEdit #DefaultPanel span label
{
	font-weight: normal;
	font-size: 12px;
	padding: 4px 0 0 4px;
}

body.specialEdit #PageAlignDropDownList
{
	margin-left: 4px;
}html, body, form 
{  

	height: 100%; 	
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
}

img
{
	
}

#container
{
	height: 100%;
	/*width: 100%;*/
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.banner
{
	color: #F5F5F5;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#C2D5DB, endColorstr=#879AA0);
	padding: 5px;
}

.content
{
	position: absolute;
	padding: 5px;
}

.sidebar-left
{
	float: left;
	margin: 0px;
	width: 150px;
	border-right: 1px solid #333333;
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#FEFEFE, endColorStr=#EFEFEF);
}

.sidebar-right
{
	/*background-color: #EFEFEF;*/
	float: right;
	padding: 5px;
	width: 150px;
}

.hidden
{
	display:none;
}

.adminmenu
{
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorStr=#56717A, endColorStr=#819CA5);
	padding: 5px; 
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	width:100%;
}
