/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	underline;
	/*color:	#3333cc;*/
	color: #0000ff;
	}	
		
A:visited	{	
	text-decoration:	underline;
	/*color:	#333399;*/
	color: #0000ff;
	}	
		
A:active	{	
	text-decoration:	underline;
	/*color:	#333399;*/
	color: #0000ff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	/*color:	#3333cc;*/
	color: #0000ff;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/

Legend
{
	font-weight: bold;
}

.SectionHeading
{
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	background-color: #dedede;
}
.SectionHeadingTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}
.SectionHeading2
{
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}
.SectionHeading3
{
	font-style: italic;
	font-size: 9pt;
	font-weight: bold;
}

.DropShadowAndGradient
{
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ffbe5e,endColorStr=#ffeaca) progid:DXImageTransform.Microsoft.dropShadow( Color=DDDDDD,offX=3,offY=3,positive=true);
}
.DropShadowAndGradientIndent1
{
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ffbe5e,endColorStr=#ffeaca) progid:DXImageTransform.Microsoft.dropShadow( Color=DDDDDD,offX=3,offY=3,positive=true);
	margin-left: 0.25in;
}

TABLE.Indent1
{
	margin-left: 0.25in;
}

.FieldLabel
{
	font-family: Arial;
	font-size: 9pt;
}
.FieldLabelIndent1
{
	font-family: Arial;
	font-size: 9pt;
	margin-left: 0.2in;
}

/* Pre-ground breaking tabs */
.SelectedTab {
	BORDER-RIGHT: #696969 2px solid; 
	BORDER-TOP: #696969 2px solid; 
	BORDER-LEFT: #696969 2px solid; 
	BORDER-BOTTOM: #696969 1px solid; 
	BACKGROUND-COLOR: #f0f8ff
}
.NormalTab {
	BORDER-RIGHT: #696969 1px solid; 
	BORDER-TOP: #696969 1px solid; 
	BORDER-LEFT: #696969 1px solid; 
	BORDER-BOTTOM: #696969 1px solid; 
	BACKGROUND-COLOR: #a9a9a9
}

/* Context menu */
.ContextMenuIconBackground
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ffffff,endColorStr=#ffbe5e)
}

/* TreeView CSS */
.TreeLabel
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial
}
.MenuCssClass
{
	border: solid 1px #ffffff;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ffbe5e,endColorStr=#ffeaca) progid:DXImageTransform.Microsoft.dropShadow( Color=BBBBBB,offX=2,offY=2,positive=true);
}
.MenuItemHoverCssClass
{
	border: solid 1px #000000;
	background: #ffffff;
}
.MenuItemCssClass
{
	background: none transparent scroll repeat 0% 0%;
}
.MenuItemTextCssClass
{
	font-family: Arial;
	font-size: 9pt;
	margin-left: 0.15in;
}



/* MainButton CSS */
.MainButtonText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
}
.MainButtonTable
{
	border-collapse: collapse;
}
.MainButton
{
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#cbe1fc,endColorStr=#7da5e0);
	cursor: hand;
	height: 23px;
}
.MainButtonMouseover
{
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fbe694,endColorStr=#ee9515);
	cursor: hand;
	height: 23px;
}
.MainButtonSelected
{
	/* Identical to MainButtonMouseover */
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fbe694,endColorStr=#ee9515);
	cursor: hand;
	height: 23px;
}


/* MyCanDir block CSS */
.MyCanDir
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff9933;
	font-family: Arial;
}
.MyBlockTitle
{
	padding-left: 0.05in;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}


/* General CSS */
.Label
{
	font-family: Arial;
	font-size: 9pt
}
.SLabel
{
	font-family: Arial;
	font-size: 8pt
}
.BLabel
{   font-weight: bold; 
	font-family: Arial;
	font-size: 9pt
}

.Label2
{   font-weight: bold;
	font-family: Arial;
	font-size: 10pt
}
.Label3
{   font-weight: bold;
	font-family: Arial;
	font-size: 12pt
}


.LabelSmall
{
	font-family: Arial;
	font-size: 7pt
}
.LabelBox
{
	font-family: Arial;
	font-size: 9pt;
	border: solid 1px #C6D2F5
}
.LabelHeading1
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.LabelHeading2
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.LabelIndent
{
	font-family: Arial;
	font-size: 9pt;
	margin-left: 0.2in;
}
.LabelIndent2
{
	font-family: Arial;
	font-size: 9pt;
	margin-left: 0.05in;
}
.LabelIndent2Small
{
	font-family: Arial;
	font-size: 7pt;
	margin-left: 0.03in;
}
.LabelBlue
{
	font-family: Arial;
	font-size: 9pt;
	color: #0000ff;
}
.LabelBlue12pt
{
	font-family: Arial;
	font-size: 12pt;
	color: #0000ff;
}
.LabelIndentBlue
{
	font-family: Arial;
	font-size: 9pt;
	color: #0000ff;
	margin-left: 0.2in
}
.LabelGreen
{
	font-size: 9pt;
	color: #009933;
	font-family: Arial;
}
.LabelRed
{
	font-size: 9pt;
	color: #ff0033;
	font-family: Arial;
}
.Hyperlink
{
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}
.Checkbox
{
	font-family: Arial;
	font-size: 9pt;
}
.Dropdownlist
{
	font-family: Arial;
	font-size: 9pt;
}
.DropdownlistGray
{
	font-family: Arial;
	font-size: 9pt;
}
.RadioButton
{
	font-family: Arial;
	font-size: 9pt;
}
.TextBox
{
	font-family: Arial;
	font-size: 9pt;
}
.TextBoxFlat
{
	font-family: Arial;
	font-size: 9pt;
	border: solid 1px #dfdfdf;
	color: Black;
}
.CollapsablePanel
{
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#fbe694,endColorStr=#ee9515);
}

/* A-Z and 0-9 hyperlink CSS */
.AZ09SelectedHyperlink
{
	padding-left: 0.01in;
	background-color: orange;
	font-family: Arial;
	font-size: 9pt;
}
.AZ09Hyperlink
{
	padding-left: 0.01in;
	font-family: Arial;
	font-size: 9pt;
}

/* DottedHeadingControl.ascx title CSS */
.DottedHeadingControl
{
	padding-left: 0.05in;
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
}

/* DataGridControl.vb */
.DGCHeader
{
	font-weight: bold;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= 'white' , EndColorStr= '#dee7fe' );
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dee7fe;
}
.DGCHeader1
{
	font-weight: bold;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= 'white' , EndColorStr= '#dee7fe' );
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dee7fe;
}
.DGCItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}
.DGCAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dcdcdc;
}
.DGCPager
{
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Tabs */
.TabMain
{
	BORDER-bottom: #000000 1px solid;
	padding: 0 0 0 0
}
.TabActive
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid;
	background-color: #ededed;
	color: #0000ff;
	font-family: Arial;
	font-size: 8pt;
	padding-left: 0.02in;
	width: 110;
	height: 15;
}
.TabDeactive
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid;
	background-color: #a0a0a0;
	color: #eeeeee;
	font-family: Arial;
	font-size: 8pt;
	padding-left: 0.02in;
	width: 110;
	height: 15;
}
.TabSpacer
{
	width: 3px;
}

/* Collapsable Panel */
.CPTitle
{
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #dedede;
}
.CPBody2
{
	/*
	background-color: #ededed;
	*/
	border-bottom: solid 1px #a0a0a0;
	border-left: solid 1px #a0a0a0;
	border-right: solid 1px #a0a0a0;
}
.CPTitle2
{
	font-family: Arial;
	font-size: 9pt;
	padding-left: 0.04in;
	border-top: solid 1px #a0a0a0;
	border-left: solid 1px #a0a0a0;
	border-right: solid 1px #a0a0a0;
}


/* Tabs on New Franchisee page */
.HighlightedTab
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	HEIGHT: 27px; 
	BACKGROUND-COLOR: #fff8dc; 
	TEXT-ALIGN: center; 
	padding-top: 4px; 
	padding-left: 3px; 
	padding-right: 3px;
	font-family: Arial;
	font-size: 9pt;
}
.UnhighlightedTab
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	HEIGHT: 23px; 
	BACKGROUND-COLOR: #a9a9a9; 
	TEXT-ALIGN: center; 
	padding-top: 4px; 
	padding-left: 3px; 
	padding-right: 3px;
	font-family: Arial;
	font-size: 9pt;
	cursor: hand;
}
.ItemStyle
{
	border-top-width:1;
	border-bottom-width:1;	
	border-bottom-style: solid;
	border-bottom-color:#0000ff;  
	border-top-style:solid;
	border-top-color:#0000ff;  
}
.AlterItemStyle
{
	border-top-width:1;
	border-bottom-width:1;
	background-color: WhiteSmoke;
	border-bottom-style: solid;
	border-bottom-color:#0000ff;  
	border-top-style:solid;
	border-top-color:#0000ff;  
}

