﻿/******************
HTML Tags
******************/

/*body {
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:15px 40px;
	background: #C7C7CF url(Images/bg-main.gif) repeat-x;
	font-size:.72em;
	
	}*/

#content p, #content-right p, table {
	margin:0px 0px 0px 0px;
	}

#content-right img {
	border:none;
	}

#breadcrumb-right label {
	display:none
	}

/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 10px;
	color:#990000;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	padding-top:8px;
	}

#breadcrumb-right form {
	margin:0px;
	padding:0px;
	text-align:left;
	}

#breadcrumb-right form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-right form legend {
	display:none;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#3333cc;
	}

a:visited
{
	color: #3333cc;/*#0099cc*/
}

a:hover {
	color:#000099;
	text-decoration:none;
	}

a:active {
	color:#669966;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link {
	color:#0000FF;
	}

#mainnav-container a:visited {
	color:#0000FF;
	}

#mainnav-container a:hover {
	color:#000099;
	text-decoration:none;
	}

#mainnav-container a:active {
	color:#669966;
	}

/* All link states are selected with an "a" */
#header a {
	color:#FFFFFF;
	}

#breadcrumb-container a {
	color:#0000FF;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.6em;
	padding:0;
	margin:0 0 10px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
/******************
LAYOUT STYLES
******************/

#mainnav-container {
	width:100%;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(Images/bg-topnav.gif) repeat-x;
	table-layout:fixed;
	}

#mainnav-side {
	text-align:left;
	}

#header {
	margin-bottom:1px;
	width:100%;
	color:#000000;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	height:50px;
	background: #16527D url(Images/bg-header.gif) repeat-x;
	vertical-align:top;
	color:#FFFFFF;
	table-layout:fixed;
	font-size:1.8em;
	font-weight:bold;
	}

#header a {
	text-decoration:none;
	color:#FFFFFF;
	}

#slogan {
	font-size:.68em;
	margin:0px;
	font-weight:normal;
	padding-top:7px;
	}
	
#breadcrumb-container {
	width:100%;
	padding:10px 10px 8px 10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(Images/bg-topnav.gif) repeat-x;
	table-layout:fixed;
	}

#breadcrumb-left {
	vertical-align:top;
	text-align:left;
	}

#breadcrumb-right {
	text-align:right;
	}

#content-container {
	width:100%;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	padding:0px;
	margin:0px 0px 1px 0px;
	table-layout:fixed;
	}

#content-left {
	background-color:#F6F6F6;
	width:200px;
	padding:10px;
	vertical-align:top;
	font-size:14px;
	color:Black;
	}

#content-right {
	background-color:#F6F6F6;
	width:0px;
	padding:10px;
	vertical-align:top;
	}

#content {
	background-color:#FFFFFF;
	padding:10px;
	border-left:1px dashed #D0D0BF;
	border-right:1px dashed #D0D0BF;
	vertical-align:top;
	height:500px;
	width:850px;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	table-layout:fixed;
	}

#three-column-left {
	width:30%;
	padding-right:3%;
	vertical-align:top;
	}

#three-column-middle {
	width:30%;
	vertical-align:top;
	}

#three-column-right {
	width:30%;
	padding-left:3%;
	vertical-align:top;
	}

#footer {
	width:100%;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	text-align:center;
	background: #FFFFFF url(Images/bg-topnav.gif) repeat-x;
	table-layout:fixed;
	}

/******************
MENU ITEMS
******************/

#mainnav-container ul {
	margin:0px;
	padding:0px;
	}

#mainnav-container li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 10px 5px 0px;
	}

#mainnav-side li {
	padding:0px;
	margin:5px 0px 5px 10px;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(Images/bullet.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(Images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(Images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(Images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(Images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-right ul.list, #content-right ul.link-list-vertical,
#content-left ul.list, #content-left ul.link-list-vertical {
	margin:0px 0px 15px 0px;
	padding:0px;
	}

#content-right ul.list li,
#content-left ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(Images/bullet-right.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li,
#content-left ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content-right ul.link-list-vertical li a:link,
#content-left ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(Images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:visited,
#content-left ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(Images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:hover,
#content-left ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(Images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:active,
#content-left ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(Images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}

/******************
TABLE STYLES
******************/

.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}
	
.table td {
	padding:10px;
	}

thead th, tfoot th {
	background-color:#E8E8E8;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:10px;
	font-weight:normal;
	font-variant:small-caps;
	}

/******************
CLASSES
******************/

.clear {
	clear:both;
	}

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #E0E0E0 url(Images/background_table_04.gif) repeat-x;
	padding:8px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.searchbox {
	height:13px;
	margin:0px;
	padding:0px;
	width:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

.button-search {
	height:18px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(Images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0000FF;
	}

.none {
	display:none;
	}
	
	
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
/*Classes*/
.ContatinerTable
{
	margin:20px 20px 0px 0px;
	width:100%;
}
#Title
{
	width: 100%;
	background-color: #DBE8FF;
	color:Black;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 110px;
}
.Menu
{
	position: absolute;
	top:120px;
	width:200px;
	right:0px;
	/*float:right;
	height:700px;*/
	background-color:#DBE8FF;	
	color:Black;
	padding-right:20px;
}
#ErrorContent
{
	float:right;
	padding:5px 5px 5px 5px;
	width:77%;
}
#BodyContent
{
	width:100%;
}

.RightMenu
{
	width :100%;
}
.RightSchedulerPanel
{
	float:left;
	width:300px;
	height:100%;
	background-color:Aqua;
}
.CaptionLabelDiv
{
	color:Navy;
	font-size:14px;
	margin:4px 5px 4px 0px;
	font-family:Tahoma;
	float:right;
	vertical-align:text-bottom;
}
.TextLabelDiv
{
	color:Navy;
	font-size:14px;
	margin:4px 0px 4px 0px;
	font-family:Tahoma;
	padding-right:120px;
}
.ValueLabelDiv
{
	color:Navy;
	font-size:14px;
	margin:4px 0px 4px 0px;
	font-family:Tahoma;
	padding-right:100px;
}
.CustomerCaptionLabelDiv
{
	color:Navy;
	font-size:14px;
	margin:4px 5px 4px 0px;
	font-family:Tahoma;
	float:right;
	vertical-align:text-bottom;
	padding-right:20px;
}
.CustomerInfo
{
	color:Navy;
	font-size:14px;
	margin:4px 5px 4px 0px;
	font-family:Tahoma;
	vertical-align:text-bottom;
	padding-left:20px;
	OVERFLOW: auto; 
	WIDTH:300px; 
	HEIGHT: 200px ;
}
.CustomerValueLabelDiv
{
	color:Navy;
	font-size:14px;
	margin:4px 0px 4px 0px;
	font-family:Tahoma;
	padding-left:100px;
}
.CustomerGroupDiv
{
	color:Black;
	font-weight:bold;
	font-family: Tahoma;
}
.ErrorLabel
{
	color:Red;
	font-weight:bold;
}
.TitleLabel
{
	color: #660000; /*#84a0b4#ff9900#E6673A*/
	margin: 0 5px;
	font-size: 11pt;
	font-weight: bolder;
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-family: tahoma;
}
.Separator
{
	font-size:12pt;
	vertical-align:top;
	margin-left:2px;
	margin-left:2px;
}
/*FormView Style*/
.TableFormView
{
	color:Navy;
	width:98%;
}
.DetailFormView
{
	width: 100%;
	background-color: White; /*#e6e6e6 background-image: url("Images/EditBackground.gif");*/
	border: dashed 1px Gray;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Times New Roman (Arabic);
	font-size: 10pt;
	color: Navy;
	background-attachment: fixed;
}
/*-------new added----*/
.DetailFormView_FindFranchise
{
	width: 100%;
	background-color: White; /*#e6e6e6 background-image: url("Images/EditBackground.gif");*/
	border: solid 0px Gray;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Times New Roman (Arabic);
	font-size: 10pt;
	color: Navy;
	background-attachment: fixed;
}
/*-------new added----*/
.CaptionFormView
{
	color:#990000;
	text-align:right;
	padding-right:20px;
	width:22%;
	vertical-align:text-top;
}
.RichCaptionFormView
{
	color:Navy;
	text-align:left;
	padding-left:10px;
	vertical-align:text-top;
	width:60px;
}
.TextFormView
{
	color:Navy;
	margin-right:10px;
	margin-left:10px;
}
.SubCaptionFormView
{
	color:#990000;
	text-align:right;
	padding-right:10px;
}
.SubTextFormView
{
	color:Navy;
	margin-right:10px;
	margin-left:10px;
}
.TextBoxFormView
{
	width:95%;
}
.DateTextBoxFormView
{
	width:75%;
}
.CommandFormView
{
	text-align: left;
	background-color: White;
	width: 100%;
	/*border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;*/
}
.ImageFormView
{
	vertical-align:middle;
	margin-left:4px;
	margin-right:4px;
	background-color:Transparent;
}
/*General*/
.Seperator
{
	height:16px;
}
/*Search panel*/
.collapsePanel {
	color:Navy;
	background-color:white;
	overflow:hidden;
	width:98%;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url("Images/bg-topnav.gif");background-repeat:repeat-x;/**/
	color:#666666;
	border-bottom:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	font-weight:bold;/*;*/
	/*background-color: SteelBlue; */
}
.GridExpandButton
{
    width: 11px;
    height: 11px;
    
    cursor: hand;
    text-align: center;
    display: inline-block;
    text-decoration:none;
    vertical-align:middle;
    background-image:url(Images/expand.gif);
    background-repeat:no-repeat;
}

.GridCollapseButton
{
    width: 11px;
    height: 11px;
    line-height:0px;
    cursor: hand;
    text-align: center;
    display: block;
    text-decoration:none;
    vertical-align:middle;
    background-image:url(Images/collapse.gif);
    background-repeat:no-repeat;
}
/* GridView */
.GridView a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

.GridView a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

.GridView a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	}

.GridView a:active {
	color:#FFDDDD;
	text-decoration:underline;
	}

/* Pager */
.GridViewPager table
{ 
	width:100%;
	height:30px;
	color:Navy; 
	background-color: White;
	vertical-align:middle;
	border-color:#6699cc;
	border-style: solid;
	border-width:1px;
	 }

.GridViewPager a:link {
	color:Navy;
	text-decoration:none;
	}

.GridViewPager a:visited {
	color:Navy;
	text-decoration:none;
	}

.GridViewPager a:hover {
	color:Navy;
	text-decoration:underline;
	}

.GridViewPager a:active {
	color:Navy;
	text-decoration:underline;
	}
.PagerImage
{
	vertical-align:middle;
	margin-left:2px;
	margin-right:2px;
	background-color:Transparent;
}

/*Region treeView*/
.TreeViewAreaNodes
{
	background-color: #d5e3d5;
	Border: none 1px LightSteelBlue ;
	font-size:12px;
	font-weight:bold;
	color: Black;
	width:100%;
}
.TreeViewCityNodes
{
	/*background-color: #e3f1e3;*/
	Border: dashed 1px LightSteelBlue ;
	font-size:12px;
	font-style:italic;
	color:Black;
	width:100%;
}
.TreeViewMainRegionNodes
{
	/*background-color: #d9f1d0;*/
	border: dashed 1px LightSteelBlue ;
	font-size:12px;
	color:Black;
	width:100%;
}
.TreeViewRegionNodes
{
	/*background-color: #bdd9a8;*/
	border: dashed 1px LightSteelBlue;
	font-size: 12px;
	width: 100%;
}
.TreeViewRegionNodes
{
	/*background-color: #bdd9a8;*/
	border: dashed 1px LightSteelBlue;
	font-size: 12px;
	width: 100%;
}

.FreeTextBoxStyle
{
	font-family:Tahoma;
}
.AlternateTableColor
{
	background-color:#F6F6F6;
}
.ProfileCaptionLabelDiv
{
	color:#990000;
	font-size:14px;
	margin:4px 5px 4px 0px;
	font-family:Verdana;
	float:left;
	vertical-align:text-bottom;
}
.ProfileValueLabelDiv
{
	/*color:Navy;*/
	font-size:14px;
	margin:4px 0px 4px 0px;
	font-family:Verdana;
	padding-left:180px;
}
/*#LogoDiv
{
	Width: 110px;
	height:110px;
	position:absolute;
	top:10px;
	right:10px;
	padding:10px 10px 10px 0px;
	background-color:White;
	margin: 5px 5px 5px 5px;
}
#HeaderTitle
{
	position:relative;
    margin-right: 150px;
	padding:5px 5px 5px 5px;
	vertical-align:middle;
	height:80px;
}*/
.Calender
{
	/*color: #3333cc;#0099cc*/
}
.Calender A
{
	text-decoration:none;
}


.ReportLink
{
	font-size:14px;
}
.ReportFieldset
{
	/*font-size:14px;*/
}
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.ReportFieldset a:link {
	color:#3333cc;
	text-decoration:none;
}

.ReportFieldset a:visited
{
	color: #3333cc;/*#0099cc*/
	text-decoration:none;
}

.ReportFieldset a:hover {
	color:#000099;
	text-decoration:none;
	}

.ReportFieldset a:active {
	color:#669966;
	text-decoration:none;
	}
	
.TextBox
{
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
}

/*Company Details Calsses*/
.CompanyCaptionLabelDiv
{
	margin:4px 5px 4px 0px;
	font-family:Verdana;
	float:left;
	vertical-align:text-bottom;
	text-align:right;
	font-weight:bold;
	width:160px;
}
.CompanyValueLabelDiv
{
	/*color:Navy;*/
	margin:4px 0px 4px 0px;
	font-family:Verdana;
	padding-left:160px;
}
/*Report Criteria Classes*/
.CriteriaCaptionLabelDiv
{
	color:#990000;
	margin:4px 5px 4px 0px;
	font-family:Verdana;
	float:left;
	vertical-align:text-bottom;
	text-align:right;
	width:90px;
}
.CriteriaValueLabelDiv
{
	/*color:Navy;*/
	margin:4px 0px 4px 0px;
	font-family:Verdana;
	padding-left:90px;
}


