﻿body 
{

	font-family:  verdana  ;
	font-size:11pt;
}
.DataListStyle
{
		font-family :Tahoma;
	font-size :8pt;
	font-weight:bold;
}
.MenuRootNode
{

	background-color: #90272C;
	color :#FFFFFF;
	text-align :center ;
	font-weight :bold ;
	font-size : 9pt;

}
.MenuParentNode
{
	background-color: #F1F1F1;
	color :#000000;
	font-weight :bold ;
	font-size : 9pt;
}
.MenuSubtNode
{
	background-color: #D4D0C8;
	color :#000000;
	font-size : 8pt;
}
.MenuChildNode
{
	background-color: #BA252A;
	color:white;
	font-size : 9pt;
	
	
}

.FrmINPUT
{
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    FONT-SIZE: 8pt;
    BACKGROUND: #ededed;
    BORDER-LEFT: gray 1px solid;
    WIDTH: 170px;
    COLOR: #001C6B;
    BORDER-BOTTOM: gray 1px solid;
    HEIGHT: 14px
}

.ButtonStyle
{
 direction:ltr;
 text-align:left;
}

.Logout
{
	text-align:left;
}

.FrmCheck
{
   /* BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;*/
    FONT-SIZE: 8pt;
   /* BACKGROUND: #ededed;*/
    /*BORDER-LEFT: gray 1px solid;*/
    WIDTH: 5px;
    COLOR: #001C6B;
    /*BORDER-BOTTOM: gray 1px solid;*/
    HEIGHT: 3px
}


.MenuChildLink
{
	color:white;
	font-weight:bold;
}

.MenuChildLink:hover
{
	color:white;
	text-decoration:underline;
	font-weight:bold;

}
 .LabelCell
    {
       background-color:#FBFBFB;
       color:#000000;
       font-weight:bold;
      
       padding-right:1px;
    }
    

  .TableHeader
   {
        background-color:#9F9F9F;
        color:White;
        font-weight:bold;
        font-size:11px;
    }
a
{
	color :#000000;
	text-decoration : none;
	font-weight :bold ;
	 font-size:12px;
}
.Hyberlink
{
	color :#000000;
	text-decoration : none;
	font-weight :bold ;
	 font-size:12px;
}

.Table_New
{
	border-collapse: collapse; 
	border-color: #8D8B8C; 
	border-width: 1px;
    border-style: solid; 
    background-color:#E9E9E9;
}

a:hover
{
	color :#90272C;
	text-decoration : none;
	font-weight :bold ;
	font-size:12px;
}
a.ContentHeader
{
	font-family:Verdana;
	font-weight :bold ;
	color :#000000;
	text-decoration :none;
	font-size:12px;
	
}
a.ContentHeader:hover
{
	font-weight :bold ;
	color :#000000;
	text-decoration :underline;
	font-size:12px;
	
}
.PageTitle
{
	color:#9C7729;
	font-size : 12pt;
	font-weight:bold;
	text-align :justify;
	font-family:Verdana;
	 
}
.PageTitle2
{
	color:#FFFFFF;
	font-size : 12pt;
	font-weight:bold;
	text-align :justify;
	font-family:Verdana;
	 
}

H5
{
	font-weight :bold ;
	color:#90272C;
}

a.ContentLink
{
	color:#6B5759;
}
a.ContentLink:hover
{
	color:#000000;
	text-decoration :underline;
}

.GridHeader
 
   {
        background-color:#D0CFD0;
        color:White;
        font-weight:bold;
        font-size:12px;
        border-collapse :collapse ;
        border-width :thin ;
        border-style :solid ;
        
    }
         .RowStyle
     {
         background-color:#F4F4F4;
         color:#392F2F;
         font-weight:lighter; 
         font-size:9pt; 
         text-align:right;
         direction:rtl;
         vertical-align:top;
        }
        
    .AlterRowStyle
     {
         background-color:#FFFFFF;
         color:#392F2F;
         font-weight:lighter;
     	font-size:9pt;
         text-align:right;
         direction:rtl;
         vertical-align:top;
        }
        
      .SelectedRowStyle
     {
         background-color:#D3D3D3;
         color:#90272C;
         font-weight:bold;
         font-size:12px;
         text-align:right;
        }
        
   .MainTable
	{
		border-collapse:collapse ;
		border-color:#F3F4F5;
		border-style :solid;
		border-width :thin;

	}
	
.FormViewStyle
	{
		background-color:#9F9F9F;
		
	
	}
.FormViewCell
	{
		background-color :#F1F1F1;
	}
	
.FormViewDataCell
	{
		background-color :#FFFFFF;
		text-align: justify;
	}
.DataCell
{
	background-color :#8D8B8C;
	text-align: justify;
}

.AdminHomePage
{
font-size:10pt;
font-family:verdana;
font-weight:bold;
color:#8e0000;
}
.AdminModule
{
font-size:10pt;
font-family:verdana;
font-weight:bold;
color:#000000;
}
.AdminSubModule
{
font-size:10pt;
font-family:verdana;
font-weight:bold;
color:#000000;

}
.AdminPageSeparator
{
font-size:10pt;
font-family:verdana;
font-weight:bold;
color:#1C5E55;
} 


.HighLighted
{
    color:#B76E89;
    text-decoration :none;
    font-weight:bold;
	font-size :8pt;
     BACKGROUND-COLOR: #F4F4F4;

}
.Normal
{
   color:#000000;
	text-decoration :underline;
	font-weight:bold;
	font-size :8pt;

}
/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.legLink
{
	cursor:pointer;
}
/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.popupMenu_New 
{
	position:absolute;
	background-color:#90272C;
	color:White;
	border-style:outset;
	border-width:thin;
	border-collapse:separate;
	opacity:.9;
	filter: alpha(opacity=90);
	
	
}
.hr
{
	border-width:thin;
	width:100%;
	border-color:#666699;
	height:1px;
}
.Btn
{
background-image:url(/images/Btn.Bkg.jpg);
background-color:#F1F1F1;
border:solid 1px gray ;
color:#90272C; 
font-family:Verdana;
font-weight:bold;
 font-size:10pt;
width:80px;
text-align:center;
}

.AddBtn
{
background-image:url(/images/Btn.Bkg.jpg);
background-color:#F1F1F1;
border:solid 1px gray ;
color:#90272C; 
font-family:Verdana;
font-weight:bold;
 font-size:10pt;
width:80px;
text-align:center;
}

.SubTitle
{
	font-weight :bold ;
	color:#ffffff;
	font-size: 12pt;
	background-color:#8D8B8C;
	font-family:Verdana;
}
.SuccessStyle
{
	background-color: #90272C; 
	height: 35px; 
	font-size: 10pt;
	width:150px; 
	font-family:Verdana;
	
    color:White;
    font-weight:bold;
    border-collapse :collapse ;
    border-width :thin ;
   border-style :solid ;
	}
	.SuccessText
{
	border-style: inset;
	border-width: 1px; 
	border-color: #90272C; 
	background-color: #f6f6f6; 
	font-size: 9pt; 
	text-align:justify;
	}
	.accordionHeader
{
    /*border: 1px solid #2F4F4F;*/
    color: #8e0000;
    /*color: white;*/
    /*background-color: #F4F4F4;*/
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	
   /* padding: 5px;
    margin-top: 5px;*/
    /*cursor: pointer;*/
}
.accordionLink
{
	color: #AE2227;
	font-size: 10pt;
	font-family: verdana;
}

.accordionLink_Header
{
	color: #8e0000;
	font-size: 10pt;
	font-family: verdana;
}

.Content
{
	color: #000000;
	font-size: 10pt;
	font-family: verdana;
	font-weight:bold;
}

.accordionLink:hover
{
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}
.searchButton
{
	font-size:12pt;
	Width:120px;
	font-weight:bold;
	background-color:#DADADA;
	
	
}

.SiteMapLink
{
	 font-size:8pt; 
	 color:#000000;
}
.SiteMapLink:hover
{
	font-size:8pt; 
	 color:#A2272C;
}

.RelatedLinksTitle
{
	font-family:Verdana;
	font-weight:bold;
	font-size:11pt;
	color: #000000;
}


.BizOppTitle
{
	font-weight :bold ;
	color:#90272C;
	font-size: 10pt;
	font-family:Verdana;
}