.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;
}/********************************************************
*****		<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;
}



/********************************************************
*****		</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
{
	color:#9c1830;
	cursor:help;
}

.Required
{
	color:#9c1830;
	display: inline;
}

.DataEntryLabel
{
	font-weight:bold;
}

.DataEntrySingleLineLabel
{
	font-weight:bold;
	vertical-align:middle;
}


.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
{
	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;
}

.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
{
	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 
{ 
	border: solid 1px; 
	margin-top:5px;
}
.servicescheduleredit .section .label 
{
	margin-top: 20px;
}
.servicescheduleredit .webeditor 
{ 
	margin-left: 25px; 
	display: none;
}
.servicescheduleredit .table 
{ 
	margin-left: 25px; 
}
.servicescheduleredit .tabletextbox
{
	width: 500px;
}
.servicescheduleredit .currenttext 
{ 
	font-weight: bold; 
	margin-left: 25px;
}
.servicescheduleredit .textcontainer 
{ 
	display: block; 
}
.servicescheduleredit .overrideselection
{
	margin-top: 20px;
}	

/* 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: 5em;
	border: solid 1px #000;
	width: 25em;
	display: block;
	padding: 1em;
}
.dealershipbillingcontainer label
{
	text-align: right;
	display: block;
	padding: 0 1em 0 0;
}
.dealershipbilling .leftcolumn
{
	float: left;
}
.dealershipbilling .dataentry
{
	margin: 1em 5em 1em 0;
}
.dealershipbilling .dataentry label
{
	width: 175px;
}
.ordercontainer
{
	padding: 10px;
}
/* End Dealership Billing */
/* 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 .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; 
	margin-top: 20px; 
}
#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;
}
/* 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 */
.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 InventoryListEdit.aspx */

.layoutColumnButtons
{
	font-size: xx-small;
	font-weight: normal;
}

.layoutColumnButtons a
{
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
}

.layoutColumnButtons a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

/* End InventoryListEdit.aspx */

/* Begin SiteNavigation.aspx styles */
.sitenavigation .editMenuItemContainer
{
	position: relative;
	width: 400px;
	margin-bottom: 15px;
	padding: 0 10px 10px;
	border: solid 1px #CCCCCC;
}
.sitenavigation .editMenuItemContainer div
{
	margin-bottom: 3px;
}
.sitenavigation .editMenuItemContainer legend
{
	padding: 0 5px;
	margin-bottom: 10px;	
}
.sitenavigation .editMenuItemContainer .deleteMenuItemButton
{
	margin-left: 20px;
}
.sitenavigation .editMenuItemContainer .menuitem_submission .saveMenuItemButton
{
	margin-left: 75px;
}
/* End SiteNavigation.aspx styles */
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%;
}